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

2019-05-15 Thread Jeroen Roovers
commit: a040adf83d3682c2dc8b1e5b9913f54ae9e9adab
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 16 06:56:37 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 16 06:56:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a040adf8

x11-misc/vym: Version 2.7.1

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

 x11-misc/vym/Manifest |  1 +
 x11-misc/vym/vym-2.7.1.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/x11-misc/vym/Manifest b/x11-misc/vym/Manifest
index c6e246934a0..8381e867b8c 100644
--- a/x11-misc/vym/Manifest
+++ b/x11-misc/vym/Manifest
@@ -1,2 +1,3 @@
 DIST vym-2.6.11.tar.bz2 6769869 BLAKE2B 
a528bb84275800f2aefc8a67b03d7b5dcdfab7e8f0f64f42bba46cda8c9dfad6e16aaeecf778b8bbbd99aac5d28bcbe2ff1c3546806395bbaf40f659e42cd31f
 SHA512 
d6ae8346152ab10e12a68f25b4c13c4d40e1a8471df348ba0df9c05bdbe60f86a97912fcca268ec510246fe655a7dcc2d2e9a9332daee09a2a7dda7d6f880aa1
 DIST vym-2.7.0.tar.bz2 6776315 BLAKE2B 
1b25f1fc6b08f9582c2df716db9f9361d89cbe1d96862595eda59708bebc08db1d28755516e4096b63427cd069c59c3542d58c6572ac723a97081033b5e97eaf
 SHA512 
4da1ce7f62e29dca798646a114544b5b4b2d42b0b030113eb231c5cb0d8c990c78fcfb78bd47ce1f3efb43647fa8033d1d8eb87907f6c7f486b4dea552e345e8
+DIST vym-2.7.1.tar.bz2 6718924 BLAKE2B 
d7be8f2d40cedabb1bfaa3b89aac64de5e579f56ebfd757c22d4393ee712c4c4f5bf4747037683e4c6640ab0556ce4ef34bac5b27ecb747a15e58443d57f229f
 SHA512 
985dbf18f743c36b484050ae24e4392eeae701c6c72fca6bd3dc5b70b38a283211946e279804c66253b5a394a642683ca4e3a66a7288400a9193fbcbfd8c9582

diff --git a/x11-misc/vym/vym-2.7.1.ebuild b/x11-misc/vym/vym-2.7.1.ebuild
new file mode 100644
index 000..7dd60221c77
--- /dev/null
+++ b/x11-misc/vym/vym-2.7.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PLOCALES="cs_CZ de_DE el es fr hr_HR ia it ja pt_BR ru sv zh_CN zh_TW"
+inherit desktop l10n qmake-utils
+
+DESCRIPTION="View Your Mind, a mindmap tool"
+HOMEPAGE="https://www.insilmaril.de/vym/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus"
+
+RDEPEND="
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-qt/linguist-tools:5
+"
+DOCS=( README.md doc/vym.pdf )
+
+src_prepare() {
+   default
+
+   if has es ${LINGUAS-es} ; then
+   DOCS+=( doc/vym_es.pdf )
+   fi
+   if has fr ${LINGUAS-fr} ; then
+   DOCS+=( doc/vym_fr.pdf )
+   fi
+
+   remove_locale() {
+   sed -i \
+   -e "/TRANSLATIONS += lang\/vym.${1}.ts/d" \
+   vym.pro || die
+   }
+
+   gunzip doc/vym.1.gz || die
+
+   #remove dead en translation
+   rm lang/vym.en.ts || die
+   remove_locale en
+
+   l10n_find_plocales_changes lang ${PN}. .ts
+   l10n_for_each_disabled_locale_do remove_locale
+
+   "$(qt5_get_bindir)"/lrelease vym.pro || die
+}
+
+src_configure() {
+   eqmake5 vym.pro \
+   PREFIX="${EPREFIX}"/usr \
+   DATADIR="${EPREFIX}"/usr/share \
+   $(usex dbus "" NO_DBUS=1 )
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+
+   einstalldocs
+
+   doman doc/vym.1
+
+   make_desktop_entry vym vym /usr/share/vym/icons/vym.png Education
+}



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

2019-05-15 Thread Jeroen Roovers
commit: 4dee98fd2b297b999628eb95ab2803f67ffb0abb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 16 06:54:48 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 16 06:56:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dee98fd

net-analyzer/pmacct: Version 1.7.3

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

 net-analyzer/pmacct/Manifest|  1 +
 net-analyzer/pmacct/pmacct-1.7.3.ebuild | 92 +
 2 files changed, 93 insertions(+)

diff --git a/net-analyzer/pmacct/Manifest b/net-analyzer/pmacct/Manifest
index aca7c4f7557..e576e2af9f9 100644
--- a/net-analyzer/pmacct/Manifest
+++ b/net-analyzer/pmacct/Manifest
@@ -1,3 +1,4 @@
 DIST pmacct-1.6.2.tar.gz 1311678 BLAKE2B 
123629ca2e5e58bb4e684001b1c6d2d510e18450eed1c6e45bbe79ec7bb37072ba9b844fe0d8826a7923d0b09cf6923ea87d4e22fb2f251e7ebb9744d1c59b93
 SHA512 
8495f97752ae586fd842eed49ce91db3e4753133f7d380d067e7df153abeea469e5126800074e9071cb7227a3f1df64d4642dfece624fbbfa39b4537fde38b46
 DIST pmacct-1.7.1.tar.gz 1392360 BLAKE2B 
75a4dda461c2fe643c24a901c19efacf325d1922bcda503a1ff41fe0b6c4178732d476b479875e9e0ba34872dbd86b8d8b2087471148f10e202f57c4a212f2fd
 SHA512 
6a5d75522b9197b324907598ee4ba22bbda96b45e10f62df2ae507e23faac927af5468f587deab08d1e0f3f6422c609d106dcf30fa7bf16eb215bb35ea6aa08c
 DIST pmacct-1.7.2.tar.gz 1416302 BLAKE2B 
5d6f9c5849c07c7bdd3b6251b2611935ff558ca393d2cc0d21e5e681b0069b3a5bb4a985a9dc59b62b8b4ed697ecbd4cbb71f0aba42ce8d1527187b98d2e90d3
 SHA512 
ffdc63e96fc6af6f5d531243bc0aec0925663d8e91e83ada275f8e9a969dcf85cebd06b17ae2c796722bb209602d5b2bc487757ec736a740a8f33698d93a8675
+DIST pmacct-1.7.3.tar.gz 1467237 BLAKE2B 
a2fb627df9f61f91c69a9333a968485695b45c8ebe812e11ba250185a5e93f262954290d7ee41789fb13f7f5c5ef336294be83c8d91adcd0fc3c348485e515af
 SHA512 
09d0e6721760035112cb0c7936fe177f7858b19fa1df2c7da84822dc816413e7c6bace35fe45ad32930961183d61f9e4f3a4879747be45f47ab658a3e0f055b2

diff --git a/net-analyzer/pmacct/pmacct-1.7.3.ebuild 
b/net-analyzer/pmacct/pmacct-1.7.3.ebuild
new file mode 100644
index 000..5887b587804
--- /dev/null
+++ b/net-analyzer/pmacct/pmacct-1.7.3.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="A network tool to gather IP traffic information"
+HOMEPAGE="http://www.pmacct.net/";
+SRC_URI="http://www.pmacct.net/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="
+   64bit +bgp-bins +bmp-bins geoip geoipv2 jansson kafka +l2 mongodb mysql
+   ndpi nflog plabel postgres rabbitmq sqlite +st-bins +traffic-bins zmq
+"
+REQUIRED_USE="
+   ?? ( geoip geoipv2 )
+   kafka? ( jansson )
+   rabbitmq? ( jansson )
+"
+
+RDEPEND="
+   net-libs/libpcap
+   geoip? ( dev-libs/geoip )
+   geoipv2? ( dev-libs/libmaxminddb )
+   jansson? ( dev-libs/jansson )
+   kafka? ( dev-libs/librdkafka )
+   mongodb? (
+   >=dev-libs/mongo-c-driver-0.8.1-r1
+   =net-libs/zeromq-4.2.0:= )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+
+DOCS=(
+   CONFIG-KEYS ChangeLog FAQS QUICKSTART UPGRADE
+   docs/INTERNALS docs/PLUGINS docs/SIGNALS
+)
+
+src_configure() {
+   tc-export CC AR RANLIB
+   append-cppflags -DMYSQL_SERVER_VERSION=
+
+   econf \
+   $(use_enable 64bit) \
+   $(use_enable bgp-bins) \
+   $(use_enable bmp-bins) \
+   $(use_enable geoip) \
+   $(use_enable geoipv2) \
+   $(use_enable jansson) \
+   $(use_enable kafka) \
+   $(use_enable l2) \
+   $(use_enable plabel) \
+   $(use_enable mongodb) \
+   $(use_enable mysql) \
+   $(use_enable ndpi) \
+   $(use_enable nflog) \
+   $(use_enable postgres pgsql) \
+   $(use_enable rabbitmq) \
+   $(use_enable sqlite sqlite3) \
+   $(use_enable st-bins) \
+   $(use_enable traffic-bins) \
+   $(use_enable zmq) \
+   --disable-debug
+}
+
+src_install() {
+   default
+
+   for dirname in examples sql telemetry; do
+   docinto ${dirname}
+   dodoc -r ${dirname}/*
+   done
+
+   newinitd "${FILESDIR}"/pmacctd-init.d pmacctd
+   newconfd "${FILESDIR}"/pmacctd-conf.d pmacctd
+
+   insinto /etc/pmacctd
+   newins examples/pmacctd-imt.conf.example pmacctd.conf
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/spectre-meltdown-checker/

2019-05-15 Thread Agostino Sarubbo
commit: a91f9ada26eddd3d86457ca178e779529d5c1955
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 16 06:48:31 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 16 06:48:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91f9ada

app-admin/spectre-meltdown-checker: Stabilize for amd64 and x86. This is a bash 
script with no reverse dep/rdep, so there is no way to hurt anything. People 
may want to check about MDS/Zombieload right now instead of after 30 days

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

 app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.41.ebuild 
b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.41.ebuild
index 6b4c5b8281f..3d7f2444be1 100644
--- a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.41.ebuild
+++ b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.41.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/speed47/spectre-meltdown-checker.git";
 else
SRC_URI="https://github.com/speed47/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Spectre & Meltdown vulnerability/mitigation checker for Linux"



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

2019-05-15 Thread Ulrich Müller
commit: b013bf873743400fde65c71fba7bcbb2d11b6efd
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu May 16 06:27:02 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu May 16 06:27:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b013bf87

licenses: Remove unused.

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

 licenses/ACE|  78 
 licenses/sun-iiop   |  59 -
 licenses/sun-jdl| 332 
 licenses/sun-jrl| 113 
 profiles/license_groups |   2 +-
 5 files changed, 1 insertion(+), 583 deletions(-)

diff --git a/licenses/ACE b/licenses/ACE
deleted file mode 100644
index b558a46b905..000
--- a/licenses/ACE
+++ /dev/null
@@ -1,78 +0,0 @@
-Copyright and Licensing Information for ACE(TM), TAO(TM), CIAO(TM),
-and CoSMIC(TM)
-
-ACE(TM), TAO(TM), CIAO(TM), and CoSMIC(TM) (henceforth referred to as
-"DOC software") are copyrighted by Douglas C. Schmidt and his research
-group at Washington University, University of California, Irvine, and
-Vanderbilt University, Copyright (c) 1993-2009, all rights reserved.
-Since DOC software is open-source, freely available software,
-you are free to use, modify, copy, and distribute--perpetually and
-irrevocably--the DOC software source code and object code produced
-from the source, as well as copy and distribute modified versions of
-this software. You must, however, include this copyright statement
-along with any code built using DOC software that you release. No
-copyright statement needs to be provided if you just ship binary
-executables of your software products.
-
-You can use DOC software in commercial and/or binary software releases
-and are under no obligation to redistribute any of your source code
-that is built using DOC software. Note, however, that you may not do
-anything to the DOC software code, such as copyrighting it yourself
-or claiming authorship of the DOC software code, that will prevent
-DOC software from being distributed freely using an open-source
-development model. You needn't inform anyone that you're using DOC
-software in your software, though we encourage you to let us know so
-we can promote your project in the DOC software success stories.
-
-The ACE, TAO, CIAO, and CoSMIC web sites are maintained by the
-DOC Group at the Institute for Software Integrated Systems (ISIS)
-and the Center for Distributed Object Computing of Washington
-University, St.  Louis for the development of open-source software
-as part of the open-source software community. Submissions are
-provided by the submitter ``as is'' with no warranties whatsoever,
-including any warranty of merchantability, noninfringement of
-third party intellectual property, or fitness for any particular
-purpose. In no event shall the submitter be liable for any direct,
-indirect, special, exemplary, punitive, or consequential damages,
-including without limitation, lost profits, even if advised of the
-possibility of such damages. Likewise, DOC software is provided
-as is with no warranties of any kind, including the warranties
-of design, merchantability, and fitness for a particular purpose,
-noninfringement, or arising from a course of dealing, usage or trade
-practice. Washington University, UC Irvine, Vanderbilt University,
-their employees, and students shall have no liability with respect to
-the infringement of copyrights, trade secrets or any patents by DOC
-software or any part thereof.  Moreover, in no event will Washington
-University, UC Irvine, or Vanderbilt University, their employees, or
-students be liable for any lost revenue or profits or other special,
-indirect and consequential damages.
-
-DOC software is provided with no support and without any obligation on
-the part of Washington University, UC Irvine, Vanderbilt University,
-their employees, or students to assist in its use, correction,
-modification, or enhancement. A number of companies around the world
-provide commercial support for DOC software, however.
-
-DOC software is Y2K-compliant, as long as the underlying OS platform
-is Y2K-compliant. Likewise, DOC software is compliant with the new US
-daylight savings rule passed by Congress as "The Energy Policy Act
-of 2005," which established new daylight savings times (DST) rules
-for the United States that expand DST as of March 2007. Since DOC
-software obtains time/date and calendaring information from operating
-systems users will not be affected by the new DST rules as long as
-they upgrade their operating systems accordingly.
-
-The names ACE(TM), TAO(TM), CIAO(TM), CoSMIC(TM), Washington
-University, UC Irvine, and Vanderbilt University, may not be used
-to endorse or promote products or services derived from this source
-without express written permission from Washington University, UC
-Irvine, or Vanderbilt University. This license grants no permission to
-call products or services derive

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

2019-05-15 Thread Michał Górny
commit: 23988a53250d230f2d1c922ee2a77292f247d207
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 16 05:53:22 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 16 05:54:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23988a53

media-libs/opencv: Revert "arm64 stable"

The package has been stabilize without meeting dependencies.

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

 media-libs/opencv/opencv-3.4.1-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/opencv/opencv-3.4.1-r5.ebuild 
b/media-libs/opencv/opencv-3.4.1-r5.ebuild
index d096c1963ff..d6b5e9464d1 100644
--- a/media-libs/opencv/opencv-3.4.1-r5.ebuild
+++ b/media-libs/opencv/opencv-3.4.1-r5.ebuild
@@ -23,7 +23,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0/3.4.1" # subslot = libopencv* soname version
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux"
 IUSE="contrib contrib_cvv contrib_dnn contrib_hdf contrib_sfm 
contrib_xfeatures2d cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 
cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 
cpu_flags_x86_popcnt cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_fma3 
cuda debug dnn_samples +eigen examples ffmpeg gdal gflags glog gphoto2 
gstreamer gtk ieee1394 jpeg jpeg2k lapack libav opencl openexr opengl openmp 
pch png +python qt5 tesseract testprograms threads tiff vaapi v4l vtk webp xine"
 # OpenGL needs gtk or Qt installed to activate, otherwise build system
 # will silently disable it Wwithout the user knowing, which defeats the



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

2019-05-15 Thread Hans de Graaff
commit: 56531817cedd32852cfd74665e2937fe255326e4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 16 05:03:07 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 16 05:28:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56531817

dev-ruby/hoe-seattlerb: add ruby26

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

 dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild 
b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild
index 00c822fc71a..7dc7d7495da 100644
--- a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild
+++ b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 # no tests present
 RUBY_FAKEGEM_TASK_TEST=""



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mount/, sys-auth/pam_mount/files/

2019-05-15 Thread Robin H. Johnson
commit: 8d2dcb41f4b7acbb1dac92107ee3c086221f06ae
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu May 16 04:50:51 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu May 16 04:52:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2dcb41

sys-auth/pam_mount: fix LUKS2 header detection for AEAD/integrity

Trying to use a LUKS2 device via pam_mount fails with a cryptic message:
'No dmcrypt cipher specified (use -o cipher=xxx)'

Trivial upstream patch is needed to fix the detection.

See-Also: https://bbs.archlinux.org/viewtopic.php?id=242131
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson  gentoo.org>

 ...m_mount-2.16-crypto-Add-support-for-LUKS2.patch | 52 ++
 sys-auth/pam_mount/pam_mount-2.16-r1.ebuild| 44 ++
 2 files changed, 96 insertions(+)

diff --git 
a/sys-auth/pam_mount/files/pam_mount-2.16-crypto-Add-support-for-LUKS2.patch 
b/sys-auth/pam_mount/files/pam_mount-2.16-crypto-Add-support-for-LUKS2.patch
new file mode 100644
index 000..437f359277d
--- /dev/null
+++ b/sys-auth/pam_mount/files/pam_mount-2.16-crypto-Add-support-for-LUKS2.patch
@@ -0,0 +1,52 @@
+From d4434c05e7c0cf05d87089404cfa2deedc60811a Mon Sep 17 00:00:00 2001
+From: Ingo Franzki 
+Date: Mon, 29 Oct 2018 16:47:40 +0100
+Subject: [PATCH] crypto: Add support for LUKS2
+
+Cryptsetup version 2.0 added support for LUKS2.
+This patch adds support for mounting LUKS2 volumes with
+pam_mount.
+
+Signed-off-by: Ingo Franzki 
+---
+ src/crypto-dmc.c | 10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/src/crypto-dmc.c b/src/crypto-dmc.c
+index d0ab6ca..abd0358 100644
+--- a/src/crypto-dmc.c
 b/src/crypto-dmc.c
+@@ -21,6 +21,12 @@
+ #include "libcryptmount.h"
+ #include "pam_mount.h"
+ 
++#ifndef CRYPT_LUKS
++  #define CRYPT_LUKS  NULL /* Passing NULL to crypt_load will
++  default to LUKS(1) on older
++  libcryptsetup versions. */
++#endif
++
+ /**
+  * dmc_is_luks - check if @path points to a LUKS volume (cf. normal dm-crypt)
+  * @path: path to the crypto container
+@@ -48,7 +54,7 @@ EXPORT_SYMBOL int ehd_is_luks(const char *path, bool blkdev)
+ 
+   ret = crypt_init(&cd, device);
+   if (ret == 0) {
+-  ret = crypt_load(cd, CRYPT_LUKS1, NULL);
++  ret = crypt_load(cd, CRYPT_LUKS, NULL);
+   if (ret == -EINVAL)
+   ret = false;
+   else if (ret == 0)
+@@ -106,7 +112,7 @@ static bool dmc_run(const struct ehd_mount_request *req,
+ #endif
+   }
+ 
+-  ret = crypt_load(cd, CRYPT_LUKS1, NULL);
++  ret = crypt_load(cd, CRYPT_LUKS, NULL);
+   if (ret == 0) {
+   ret = crypt_activate_by_passphrase(cd, mt->crypto_name,
+ CRYPT_ANY_SLOT, req->key_data, req->key_size, flags);
+-- 
+2.21.0
+

diff --git a/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild 
b/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild
new file mode 100644
index 000..c13a0c5eacb
--- /dev/null
+++ b/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib
+
+DESCRIPTION="A PAM module that can mount volumes for a user session"
+HOMEPAGE="http://pam-mount.sourceforge.net";
+SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE="crypt ssl selinux"
+
+COMMON_DEPEND=">=sys-libs/pam-0.99
+   >=sys-libs/libhx-3.12.1
+   >=dev-libs/libxml2-2.6
+   crypt? ( >=sys-fs/cryptsetup-1.1.0 )
+   ssl? ( dev-libs/openssl:0= )
+   selinux? ( sys-libs/libselinux )"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}
+   >=sys-apps/util-linux-2.20"
+
+PATCHES=(
+   "${FILESDIR}"/pam_mount-2.16-crypto-Add-support-for-LUKS2.patch
+)
+
+src_configure() {
+   econf --with-slibdir="/$(get_libdir)" \
+   $(use_with crypt cryptsetup) \
+   $(use_with ssl crypto) \
+   $(use_with selinux)
+}
+
+src_install() {
+   default
+   use selinux || rm -r "${D}"/etc/selinux
+   dodoc doc/*.txt
+}



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

2019-05-15 Thread Aaron Bauman
commit: 52814bce8cd6e20142d19395056909d2ee733827
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 16 04:39:53 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 16 04:40:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52814bce

dev-util/lldb: arm64 stable wrt bug #685898

Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-util/lldb/lldb-7.1.0.ebuild b/dev-util/lldb/lldb-7.1.0.ebuild
index 12cbd6ab63f..a6378422e7b 100644
--- a/dev-util/lldb/lldb-7.1.0.ebuild
+++ b/dev-util/lldb/lldb-7.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz
 
 LICENSE="UoI-NCSA"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 IUSE="libedit ncurses +python test"
 # Tests are known to fail, and we are not going to address the failures
 # in this version.



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

2019-05-15 Thread Hans de Graaff
commit: 2c991e7d4583c9e5fa55c2fef47d13d3efb07014
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 16 04:31:27 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 16 04:31:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c991e7d

dev-ruby/haml: drop tests

Tests for this slot are already masked on all arches due to relevant
rails versions not being stable. Drop the tests so we can also add
ruby25.

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

 dev-ruby/haml/haml-4.0.7-r3.ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/dev-ruby/haml/haml-4.0.7-r3.ebuild 
b/dev-ruby/haml/haml-4.0.7-r3.ebuild
new file mode 100644
index 000..ee0885991ad
--- /dev/null
+++ b/dev-ruby/haml/haml-4.0.7-r3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+RUBY_FAKEGEM_TASK_DOC="-Ilib doc"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md REFERENCE.md"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby web page templating engine"
+HOMEPAGE="http://haml-lang.com/";
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+
+IUSE="doc test"
+
+ruby_add_rdepend "dev-ruby/tilt:*"
+
+ruby_add_bdepend "
+   doc? (
+   dev-ruby/yard
+   >=dev-ruby/maruku-0.7.2-r1
+   )"
+
+all_ruby_prepare() {
+   # Remove test that fails when RedCloth is available
+   sed -i -e "/should raise error when a Tilt filters dependencies are 
unavailable for extension/,+9 s/^/#/"\
+   test/filters_test.rb || die
+   # Avoid tests that are fragile for whitespace
+   sed -i -e '/test_\(text_area\|partials_should_not_cause_textareas\)/,/^ 
 end/ s:^:#:' test/helper_test.rb || die
+}



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

2019-05-15 Thread Hans de Graaff
commit: e0a0c1404bc39810d92c576f5958267c4912468a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 16 04:18:57 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 16 04:18:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a0c140

dev-ruby/regexp_parser: add 1.5.0

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

 dev-ruby/regexp_parser/Manifest   |  1 +
 dev-ruby/regexp_parser/regexp_parser-1.5.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/regexp_parser/Manifest b/dev-ruby/regexp_parser/Manifest
index c7d6a6e558b..f8b321a4468 100644
--- a/dev-ruby/regexp_parser/Manifest
+++ b/dev-ruby/regexp_parser/Manifest
@@ -1,3 +1,4 @@
 DIST regexp_parser-0.5.0.tar.gz 80554 BLAKE2B 
7890e6850e3ffbb927c5e72430ab29e6aeec4f8684eb56f4153414aca62702faa57f48887618e84b1d087e2ba366ec9d6b2e92200cc34472b7bbb5a8b0043415
 SHA512 
0d1c43fda01077b9b3d9c28ce9cb01772f10817e42d9c0ff28e6ea5cd059ad4869b940498c6a4e77d4fc6acb6ac0aba293ae67dd012650cdb58989b90868be16
 DIST regexp_parser-1.3.0.tar.gz 82564 BLAKE2B 
4b35174893fe3af4d4c2f65625c8920ed4fa5b081868ecfdd418af5bd24749e123c27f26201caa7a792cc3abd89bd826ac332ad042731a330fbf3b05052c14fa
 SHA512 
e2947d32bb8f81fab2428c92ca03389a6df963c4bc2104f9cb9bf013616efc5fdbef711e87d6ff15e2d3a5bc667b1a8c9fc643672975fa23b6e700b2a090c536
 DIST regexp_parser-1.4.0.tar.gz 82874 BLAKE2B 
b758f5c16c163d43fbf856af20ac6146e9fa81b2945fe7bed8ce66bb3f46586ca03d680a98ea3c2a2deab825adf5d7589856c666b763dc9e688e37e555bbeb1f
 SHA512 
0d350df94cce0812e721d9b2d3b3dc2f5fdadf87eda3824e05121cbb6aceea9b99783bba771af74d9b5606e99e64e23af13abfb000f925440095d612b579c8b3
+DIST regexp_parser-1.5.0.tar.gz 83561 BLAKE2B 
0bdbdfbeb8b576e078ae60f39260630139e1ce41c41e30750246e6f2f3d01a5f9186ea724fbbe1247f032eba7fa8be18906993155bcea54ab7710cd5d66c1343
 SHA512 
bb23a4ae04f4db4b4c02df323e2bcb0f4400e0ea6a362abeb7572b502766c7774ad04a04d9e8164c7650e3ac9f6b36b5ce0accc967aaa742aedbd61b55e24893

diff --git a/dev-ruby/regexp_parser/regexp_parser-1.5.0.ebuild 
b/dev-ruby/regexp_parser/regexp_parser-1.5.0.ebuild
new file mode 100644
index 000..804b3a4e3a7
--- /dev/null
+++ b/dev-ruby/regexp_parser/regexp_parser-1.5.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for tokenizing, lexing, and parsing Ruby regular 
expressions"
+HOMEPAGE="https://github.com/ammar/regexp_parser";
+SRC_URI="https://github.com/ammar/regexp_parser/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND+=" =dev-util/ragel-6*"
+
+ruby_add_bdepend "dev-ruby/rake
+   test? ( dev-ruby/regexp_property_values dev-ruby/rspec:3 )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+}
+
+each_ruby_compile() {
+   ${RUBY} -S rake ragel:rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib bin/test || die
+}



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

2019-05-15 Thread Hans de Graaff
commit: a0b382f7c9172a108ce49fc681f1083672f5cb76
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 16 04:21:19 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 16 04:21:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b382f7

dev-ruby/backports: add 3.15.0

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

 dev-ruby/backports/Manifest|  1 +
 dev-ruby/backports/backports-3.15.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-ruby/backports/Manifest b/dev-ruby/backports/Manifest
index 582c7ece0ef..dbbe406bd50 100644
--- a/dev-ruby/backports/Manifest
+++ b/dev-ruby/backports/Manifest
@@ -1,3 +1,4 @@
 DIST backports-3.11.4.gem 157696 BLAKE2B 
0c341380e350a61fac7ad09a2425598214945f1ecb26abf8f17494a2fc6ee256ee20517555bfde433cd2f564fd1148211c2cfd1c16d21ecbe574492837f610ef
 SHA512 
bbc2afae9b40d2e3b14e46321200fb5e8290a2494a86187939e8e51b4a960b62aec55bee3ee37da4ece3d575a50653e63b950915eaedff745125ab39926765ad
 DIST backports-3.13.0.gem 151552 BLAKE2B 
cd36caf40cff2d6a3274a7a419baf27066a1ec26f60099d51c89e27a9c33194f23486763e8fb11649d44349feb51d934f79b877d4a4ef26ccd84a34f98b0bd27
 SHA512 
9e0bed5a0b03160e88d19b70848cc843a1a35fbc53dd2249c5b2f3adb43ce9f752cae06f955e50c96f2ac67cd5df3b3426e94f00c158cac3746401d603d6f3b8
 DIST backports-3.14.0.gem 151552 BLAKE2B 
f178ad697317aef22bed9e74552e1a819e1d73d0f816911ee917b78dbaa4d3ea93631ff95f6f95c4c1bf57e6f0bf21dac1313601f28afbd6762542f19c15d4e2
 SHA512 
405b6edf024ef60e7cda7e9ad2ef9d39f3c1b2ab61c910afabc707047e8b31b7319c9d8f301f7386c2ce436af31588e62a879b7c2f9d440b2d63c7795aa11633
+DIST backports-3.15.0.gem 152064 BLAKE2B 
a2c2a1f35ab6f682be23a5189bafec563a2d028ed5f0e0a4880ad85e09ac7af1085a601323ec3459c5be87a5271c6c3e47b6e80005c50e3084d4ac1dc9f2fd35
 SHA512 
4eb1f928c37596971fa274d838ab991bce462a7f571cb68501fc81e579693528e93536c25e4b64d93f4f0edfd313c8aacd8af014bb5c586cc182867e78f614d5

diff --git a/dev-ruby/backports/backports-3.15.0.ebuild 
b/dev-ruby/backports/backports-3.15.0.ebuild
new file mode 100644
index 000..5a902a203be
--- /dev/null
+++ b/dev-ruby/backports/backports-3.15.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_TASK_TEST="test"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Backports of Ruby features for older Ruby"
+HOMEPAGE="https://github.com/marcandre/backports";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid activesupport test that no longer works in Rails 5. This also 
avoids
+   # a dependency on activesupport
+   sed -i -e '/test_rails/,/^  end/ s:^:#:' test/_backport_guards_test.rb 
|| die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gflags/

2019-05-15 Thread Aaron Bauman
commit: 7cc65119ef97ec74d62f98ee441e6d02b025aecc
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 16 03:53:54 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 16 03:54:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc65119

dev-cpp/gflags: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12

 dev-cpp/gflags/gflags-2.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/gflags/gflags-2.2.0.ebuild 
b/dev-cpp/gflags/gflags-2.2.0.ebuild
index 7ec523ddfe2..082603bc4fe 100644
--- a/dev-cpp/gflags/gflags-2.2.0.ebuild
+++ b/dev-cpp/gflags/gflags-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/gflags/gflags.git";
 else
SRC_URI="https://github.com/gflags/gflags/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Google's C++ argument parsing library"



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

2019-05-15 Thread Aaron Bauman
commit: 44ddac8523ba9a5d7d2759720e4dcc4a646682e8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 16 03:51:08 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 16 03:54:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ddac85

arm64/p.use.stable.mask: add media-libs/opencv

* the USE flags pull in dependent packages which fails tests

Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/profiles/arch/arm64/package.use.stable.mask 
b/profiles/arch/arm64/package.use.stable.mask
index dfb1a7201f5..d726fa67681 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Aaron Bauman  (15 May 2019)
+# packages for these USE flags fail tests
+media-libs/opencv contrib_hdf glog gstreamer
+
 # Andreas Sturmlechner  (24 Feb 2019)
 # media-libs/libsdl is not stable yet
 dev-libs/zziplib sdl



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

2019-05-15 Thread Georgy Yakovlev
commit: 0f713ac997aada8224d1d49ad946f3d6068c6540
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 16 03:35:29 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 16 03:35:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f713ac9

sys-apps/bat: bump to 0.11.0

install more stuff: manpage, docs, fish-shell completion file

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/bat/Manifest  |  73 +
 sys-apps/bat/bat-0.11.0.ebuild | 177 +
 2 files changed, 250 insertions(+)

diff --git a/sys-apps/bat/Manifest b/sys-apps/bat/Manifest
index d93e32b2612..a1135aea272 100644
--- a/sys-apps/bat/Manifest
+++ b/sys-apps/bat/Manifest
@@ -1,31 +1,44 @@
 DIST adler32-1.0.3.crate 5734 BLAKE2B 
31cd43d1e13b5e854a195824084dc34a157ef59cccabaa335cfba2de532096046bbb66a9fce2430979b243509d608bfef752c46d80bdcc7e420e039269d575a3
 SHA512 
2128cc34abc74a363b18eec5abf414b95e4d84bfd99b6508ac807e13c026ad0e37e67b5a8c429212b85e78071f03e0df24ee70db5995772c4bc78acfb0234459
 DIST aho-corasick-0.6.9.crate 25979 BLAKE2B 
a1bbec11c322d20d435d8683151b144e31f04b07ca47fc1c8128464533256f4004c8d346fe59a1e1c41be5609fdf768fad5f1afa5df94d1a02ced5c4f02c4bac
 SHA512 
8dfc817b435d8a44fb4ca79bb20e283659c2fe9a75a4892389958f5880acc436bbe32552098429f15585ee025d064fdb5806b814f0e9d67a4261ffd23852172b
+DIST aho-corasick-0.7.3.crate 55093 BLAKE2B 
16dfd6505ac34c1b0351c736a913852a354da64177fbf8fabf35212a4deea087150ed7e558787061da1e71c995e3c876c155eb1c629865cc282ab8aee06c9539
 SHA512 
4250dc8fa38ad74e0c25375744f34eb06ff3bddbf16d6b4d757a9053ca16c3945d15c8f9deb11ea55d30b6d1c1744c4bccc388a4413b723a429445bf5ef3ffa9
 DIST ansi_colours-1.0.1.crate 9937 BLAKE2B 
04d86fb964138cadeab0cb708e99d198189efe6ad871b9cea43967f610922234f371befe7b25c8ef824f94daef5b6c52e47a5d86f7966b82ff100ae5a4e38281
 SHA512 
16d9470385c55eb28be0fd3ea0bf5d8832676282636edb71f670c629a77884f590bf4ea13f2bf1002031a5a014cf1bfb32bb7a09da27af3c1d85e4a0f524af23
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST argon2rs-0.2.5.crate 353096 BLAKE2B 
9f8136f54f96cd95facd78572e31d83d49474b77205277805173aa4afe3ebdccf2592dfcb72a68cfc8e7434b89cdf36058038b2c2d452c8289a5c0f4fbb3ed3b
 SHA512 
09a47467d09ed5bb4efdc4b8392e6282da6f4434063f4352c225c6dd1b668b51623e7d8960deb56c7c18eaca890a3515c1dc833acac1c68dc999e56b63e9b04f
 DIST arrayvec-0.4.10.crate 26133 BLAKE2B 
43772765a9be4e3e6dd5b2ee8864f7894aab3128123a673fd0ddf18dafb69d7ed94709dad6de26e222f080b1de83d31aacbb3419b1d926ec4005de64e4db8b30
 SHA512 
8aa327fcc18220da496c63c76a521c383c7d506e8c39448f5cc6535c47b8c70ca74f73322b0c368fae7b8a8cec11c9854ac45b4eb7e537fed34e007aa3ad175f
 DIST assert_cmd-0.11.0.crate 20425 BLAKE2B 
fc1c0304abe7d5038d375645d32b5480457b6ed37e13f55f29a1ecf1eb6faf41168feffbf09221eef9c98bdc8e3e85c3b74a165e8c81149b7fff93897bae7d48
 SHA512 
b04a2ae35fc47112b43828330c43515d345c194ef6eea828bf93c4cb2f05f2a19c86fac2537142864abb0250889194223faff3dffa46bd51fa6b924c99e0dcf9
+DIST assert_cmd-0.11.1.crate 20524 BLAKE2B 
1b9443fbe9bd677f03e4711091390697f5f7db575d02738a7911bcd80d9872922f7ab2c605507f49547b69fb34d150a6043e47aa44027e476e08b1c06cecb8b9
 SHA512 
146d3088d90bd22aff24ee37598298d45fb6775aa4f7eaf95d4bdb9c2e5cb5c5da31039ffe2a3833866c191de0ffd60ca9ba94757096bc1c24d17fd72f962c55
 DIST atty-0.2.11.crate 5916 BLAKE2B 
e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499
 SHA512 
9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
+DIST autocfg-0.1.2.crate 10444 BLAKE2B 
1e37c97d6d309a5250552fc4c38066ba004674af6e6d091f08b24f47475c11b2db4b0967ce55d2208b9e2ba080e2bcb4b4226acd0da9d4c15dd844827ea6f0b4
 SHA512 
0f692f4062d22be01c32af2ceb6ed3887a7d65843e1a6ec696fbaa46517d02e62d573055efe5da3a63847f05bc37b254bf2dd750738b528774f63352eacdabe4
 DIST backtrace-0.3.11.crate 33703 BLAKE2B 
c6f105cd75a019d19903d40b3894eba0fbcae11d1778ee5714577dc9ce6985f1233faec1c215a8a7d5f6c566d6869fc67e752ecb2c8a765f43414603c0d5f05a
 SHA512 
41758a2faded361fee7d7ba9e1805b96b5598c7621157f74d692b2f7fa84465e6c08d20b122c5d863ad739c95a4e33e159038b7636d3c62ed6bbed8bfd3e5dad
+DIST backtrace-0.3.16.crate 45054 BLAKE2B 
1b15e447713735bf02b322fe24fe38921b5b0ebfafe874810df13fd51aa7cca243338f9c62abdab36e5296a3431b491a31287109dd5d6a8b25b0ff7bd5a46007
 SHA512 
7490e6a71d43ca6fa0861634c28b29421ea1233356317aae421a4712f7cdeeae34c9a81679b36569609fd313e72b532064b1f5979c3eaa2a4e31e0272e324bc8
 DIST backtrace-sys-0.1.28.crate 522603 BLAKE2B 
6150bee74264cf2383aa27cd33b28790b3c70da0c21c327dbc4af628b5f12afe941c1f3ecbb556f8dec5638

[gentoo-commits] repo/proj/guru:dev commit in: games-fps/crispy-doom/

2019-05-15 Thread William Breathitt Gray
commit: 7c27a9e85e40d14df664f6f6444c3e9fb42b960c
Author: William Breathitt Gray  gmail  com>
AuthorDate: Thu May 16 02:06:59 2019 +
Commit: William Breathitt Gray  gmail  com>
CommitDate: Thu May 16 02:31:38 2019 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c27a9e8

games-fps/crispy-doom: New package

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Breathitt Gray  gmail.com>

 games-fps/crispy-doom/Manifest |  1 +
 games-fps/crispy-doom/crispy-doom-5.5.2.ebuild | 57 ++
 games-fps/crispy-doom/metadata.xml | 16 
 3 files changed, 74 insertions(+)

diff --git a/games-fps/crispy-doom/Manifest b/games-fps/crispy-doom/Manifest
new file mode 100644
index 000..90c9f22
--- /dev/null
+++ b/games-fps/crispy-doom/Manifest
@@ -0,0 +1 @@
+DIST crispy-doom-5.5.2.tar.gz 2609091 BLAKE2B 
75d8cad7d1acbd2948e95c6987cbe14ce29111dd357c5be38127875132cae4a170ebceb772e0b39151f137bfa752a8325dc02f419e79acfc767d7585cc8595a0
 SHA512 
0d17869a175291fc8998bccf7a58a663a3ab424a0f269ddab21ac3e6d354a89f7a34950bd961d9ca160fb7d2fe37b1bc756b58b84fedf099321dfa0eec994672

diff --git a/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild 
b/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild
new file mode 100644
index 000..641dc01
--- /dev/null
+++ b/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools xdg
+
+DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on 
Chocolate Doom"
+HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom";
+SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz";
+
+LICENSE="BSD GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bash-completion libsamplerate png python timidity +vorbis zlib"
+
+DEPEND="
+   media-libs/libsdl2
+   media-libs/sdl2-mixer[timidity?,vorbis?]
+   media-libs/sdl2-net
+   libsamplerate? ( media-libs/libsamplerate )
+   png? ( media-libs/libpng:= )
+   zlib? ( sys-libs/zlib )"
+RDEPEND="
+   ${DEPEND}
+   bash-completion? ( app-shells/bash-completion )
+   python? (
+   dev-lang/python
+   dev-python/pillow
+   )"
+
+S="${WORKDIR}"/${PN}-${P}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${P}/docs" \
+   $(use_with libsamplerate) \
+   $(use_with png libpng) \
+   $(use_with zlib)
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+}

diff --git a/games-fps/crispy-doom/metadata.xml 
b/games-fps/crispy-doom/metadata.xml
new file mode 100644
index 000..5150d4b
--- /dev/null
+++ b/games-fps/crispy-doom/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   Crispy Doom is a friendly fork of Chocolate Doom that provides 
a higher display resolution, removes the static limits of the Doom engine and 
offers further optional visual, tactical and physical enhancements while 
remaining entirely config file, savegame, netplay and demo compatible with the 
original.
+   
+   
+   vilhelm.g...@gmail.com
+   William Breathitt Gray
+   
+   
+   
https://github.com/fabiangreffrath/crispy-doom/issues
+   https://github.com/fabiangreffrath/crispy-doom
+   fabiangreffrath/crispy-doom
+   
+



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

2019-05-15 Thread Ulrich Müller
commit: 7cb09513b11ad9721b4173bcaf9d0a8f9fee4d8d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu May 16 02:18:49 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu May 16 02:18:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb09513

licenses: Add linux-fw-redistributable.

New license label that will cover redistributable firmware images
in the sys-kernel/linux-firmware package.

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

 licenses/linux-fw-redistributable | 7 +++
 profiles/license_groups   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/licenses/linux-fw-redistributable 
b/licenses/linux-fw-redistributable
new file mode 100644
index 000..6cafc451e44
--- /dev/null
+++ b/licenses/linux-fw-redistributable
@@ -0,0 +1,7 @@
+Gentoo license note:
+
+Linux firmware images are distributed under a variety of licenses,
+many of them being non-free. However, all images whose license is
+subsumed under this license label should at least be redistributable.
+You will need to check the WHENCE and LICEN[CS]E.* files in the
+package for specific licensing terms.

diff --git a/profiles/license_groups b/profiles/license_groups
index b898ad24467..c324c5e10f6 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -65,7 +65,7 @@ FREE @FREE-SOFTWARE @FREE-DOCUMENTS
 # - IF (and only if) there is an explicit inclusion requirement,
 #   USE=bindist MUST cause a copy of the license to be installed
 #   in a file location compliant with the license
-BINARY-REDISTRIBUTABLE @FREE bh-luxi bonnie Broadcom Dina freedist intel-ucode 
ipw2100-fw ipw2200-fw ipw3945 LSI-tw_cli MicroChip-SDCC no-source-code 
NVIDIA-r1 qlogic-fibre-channel-firmware shmux SmartLabs sun-jlfgr unRAR
+BINARY-REDISTRIBUTABLE @FREE bh-luxi bonnie Broadcom Dina freedist intel-ucode 
ipw2100-fw ipw2200-fw ipw3945 linux-fw-redistributable LSI-tw_cli 
MicroChip-SDCC no-source-code NVIDIA-r1 qlogic-fibre-channel-firmware shmux 
SmartLabs sun-jlfgr unRAR
 
 ##
 



[gentoo-commits] repo/proj/guru:dev commit in: games-fps/chocolate-doom/

2019-05-15 Thread William Breathitt Gray
commit: 7bd45969c06e3b8bec40e9c9582edb047fe3cd24
Author: William Breathitt Gray  gmail  com>
AuthorDate: Thu May 16 02:08:27 2019 +
Commit: William Breathitt Gray  gmail  com>
CommitDate: Thu May 16 02:08:27 2019 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bd45969

games-fps/chocolate-doom: DESCRIPTION should not contain the package name

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Breathitt Gray  gmail.com>

 games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild 
b/games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild
index 97c1786..ffdaa8a 100644
--- a/games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild
+++ b/games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit xdg
 
-DESCRIPTION="Chocolate Doom - a Doom source port that is minimalist and 
historically accurate"
+DESCRIPTION="A Doom source port that is minimalist and historically accurate"
 HOMEPAGE="https://www.chocolate-doom.org";
 SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz";
 



[gentoo-commits] repo/proj/guru:dev commit in: games-fps/chocolate-doom/

2019-05-15 Thread William Breathitt Gray
commit: 96f132b5e870bd32466754b6fcee63bd2a9ca5b4
Author: William Breathitt Gray  gmail  com>
AuthorDate: Mon May 13 15:54:49 2019 +
Commit: William Breathitt Gray  gmail  com>
CommitDate: Thu May 16 01:42:55 2019 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96f132b5

games-fps/chocolate-doom: New package

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Breathitt Gray  gmail.com>

 games-fps/chocolate-doom/Manifest  |  1 +
 .../chocolate-doom/chocolate-doom-3.0.0.ebuild | 48 ++
 games-fps/chocolate-doom/metadata.xml  | 16 
 3 files changed, 65 insertions(+)

diff --git a/games-fps/chocolate-doom/Manifest 
b/games-fps/chocolate-doom/Manifest
new file mode 100644
index 000..414ec22
--- /dev/null
+++ b/games-fps/chocolate-doom/Manifest
@@ -0,0 +1 @@
+DIST chocolate-doom-3.0.0.tar.gz 2495591 BLAKE2B 
11989b4b4458098af63c4b89a73552a8bb43c22077d358770b0e89e1b816950b92630592dcb5b4a782ccf673951b7e3d8503bc517577fe59d052d8b4f3f125e1
 SHA512 
41f235c0d84ef21070636ad0610e97898dfd366fae7f9244bd2aebf8974db98dcf55f70bcab2f93589b9bf31dd421db32e8af88e0f8e0a655d2b9f1d4ead2afd

diff --git a/games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild 
b/games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild
new file mode 100644
index 000..97c1786
--- /dev/null
+++ b/games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+DESCRIPTION="Chocolate Doom - a Doom source port that is minimalist and 
historically accurate"
+HOMEPAGE="https://www.chocolate-doom.org";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz";
+
+LICENSE="BSD GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bash-completion libsamplerate png python timidity +vorbis"
+
+DEPEND="
+   media-libs/libsdl2
+   media-libs/sdl2-mixer[timidity?,vorbis?]
+   media-libs/sdl2-net
+   libsamplerate? ( media-libs/libsamplerate )
+   png? ( media-libs/libpng:= )"
+RDEPEND="
+   ${DEPEND}
+   bash-completion? ( app-shells/bash-completion )
+   python? (
+   dev-lang/python
+   dev-python/pillow
+   )"
+
+src_configure() {
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${P}/docs" \
+   $(use_with libsamplerate) \
+   $(use_with png libpng)
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+}

diff --git a/games-fps/chocolate-doom/metadata.xml 
b/games-fps/chocolate-doom/metadata.xml
new file mode 100644
index 000..b236c97
--- /dev/null
+++ b/games-fps/chocolate-doom/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   Chocolate Doom aims to accurately reproduce the original DOS 
version of Doom and other games based on the Doom engine in a form that can be 
run on modern computers.
+   
+   
+   vilhelm.g...@gmail.com
+   William Breathitt Gray
+   
+   
+   
https://github.com/chocolate-doom/chocolate-doom/issues
+   https://www.chocolate-doom.org
+   chocolate-doom/chocolate-doom
+   
+



[gentoo-commits] repo/proj/emacs:graveyard commit in: app-emacs/prom-wl/, app-emacs/prom-wl/files/

2019-05-15 Thread Ulrich Müller
commit: 1631cb752f8a7bfb11236d33ad91fe3393b25a0d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu May 16 01:19:54 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu May 16 01:19:54 2019 +
URL:https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=1631cb75

prom-wl removed 2019-05-16 bug 683248

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

 app-emacs/prom-wl/Manifest  |  1 +
 app-emacs/prom-wl/files/50prom-wl-gentoo.el |  5 +
 app-emacs/prom-wl/metadata.xml  |  9 +
 app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild   | 20 
 4 files changed, 35 insertions(+)

diff --git a/app-emacs/prom-wl/Manifest b/app-emacs/prom-wl/Manifest
new file mode 100644
index 000..18ecd15
--- /dev/null
+++ b/app-emacs/prom-wl/Manifest
@@ -0,0 +1 @@
+DIST prom-wl-2.7.0.tar.gz 10563 BLAKE2B 
63bbd6f708a21b403f30c44493023841242bcc8aed667ddc501933f46abe8e29138502b57d500b4b58056b190d4571d6ef4dda9a9eda7695b7f34c38f8049af2
 SHA512 
c05d61761b8c050bb6c09f3028f54351d3ffed5a17bb8519be76c8c706df825569cccfc8cd1ff2b656ef885a9606768eeb1b3dc0955ff4316bbe35c5db8ed989

diff --git a/app-emacs/prom-wl/files/50prom-wl-gentoo.el 
b/app-emacs/prom-wl/files/50prom-wl-gentoo.el
new file mode 100644
index 000..8eab391
--- /dev/null
+++ b/app-emacs/prom-wl/files/50prom-wl-gentoo.el
@@ -0,0 +1,5 @@
+
+;;; prom-wl site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'prom-wl "prom-wl" nil t)

diff --git a/app-emacs/prom-wl/metadata.xml b/app-emacs/prom-wl/metadata.xml
new file mode 100644
index 000..c918cde
--- /dev/null
+++ b/app-emacs/prom-wl/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+  gnu-em...@gentoo.org
+  Gentoo GNU Emacs project
+
+
+

diff --git a/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild 
b/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild
new file mode 100644
index 000..2b6067a
--- /dev/null
+++ b/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=0
+
+inherit elisp
+
+DESCRIPTION="Procmail reader for Wanderlust"
+HOMEPAGE="http://www.h6.dion.ne.jp/~nytheta/software/prom-wl.html";
+SRC_URI="http://www.h6.dion.ne.jp/~nytheta/software/pub/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-emacs/wanderlust"
+
+SITEFILE=50${PN}-gentoo.el
+DOCS="prom-wl-usage.jis"



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

2019-05-15 Thread Anthony G. Basile
commit: a87a1ca5bd2e2474195598897aa123a98cd689fa
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu May 16 00:49:46 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu May 16 00:49:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87a1ca5

dev-python/ssl-fetch: 0.4 stable on arm64

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

 dev-python/ssl-fetch/ssl-fetch-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild 
b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild
index bfa241c172f..7e1a6008b11 100644
--- a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild
+++ b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 
 DEPEND=""
 



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

2019-05-15 Thread Anthony G. Basile
commit: cfdd34a6c15e7c0b9e39cd2cc9447ffa3cc000eb
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu May 16 00:39:31 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu May 16 00:39:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdd34a6

app-portage/layman: 2.4.2-r1 stable on arm64

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

 app-portage/layman/layman-2.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/layman/layman-2.4.2-r1.ebuild 
b/app-portage/layman/layman-2.4.2-r1.ebuild
index 10849281e9e..781d4cfae71 100644
--- a/app-portage/layman/layman-2.4.2-r1.ebuild
+++ b/app-portage/layman/layman-2.4.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bazaar cvs darcs +git gpg g-sorcery mercurial sqlite squashfs subversion 
sync-plugin-portage test"
 
 DEPEND="test? ( dev-vcs/subversion )



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

2019-05-15 Thread Andreas Sturmlechner
commit: 25325bdf06b16da900135f4f50210affc9553a74
Author: Nils Freydank  posteo  de>
AuthorDate: Wed May 15 21:04:06 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 23:02:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25325bdf

app-editors/retext: Drop old versions

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Nils Freydank  posteo.de>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-editors/retext/Manifest   |  2 -
 app-editors/retext/retext-7.0.0-r2.ebuild | 62 ---
 app-editors/retext/retext-7.0.0.ebuild| 53 
 app-editors/retext/retext-7.0.1-r2.ebuild | 62 ---
 app-editors/retext/retext-7.0.4.ebuild| 69 ---
 5 files changed, 248 deletions(-)

diff --git a/app-editors/retext/Manifest b/app-editors/retext/Manifest
index 3e3af4c752a..167a2a31516 100644
--- a/app-editors/retext/Manifest
+++ b/app-editors/retext/Manifest
@@ -1,4 +1,2 @@
-DIST ReText-7.0.0.tar.gz 203294 BLAKE2B 
613004d9e2aaba52e25dec49270ecaf429f5c9dd27041cf09c8b1eefca59e2116b9904b49f260c6bc2528d65fa846a0cd11930d05297b8567e69086376d411a6
 SHA512 
0a2e430659e7d87d50780fecbf5f04f852f144d143ec83b90126ab9e7b8006756cbc8710c9cec192ddad2cba9f7236e684fa207e308c565388ede308da3c1a35
-DIST ReText-7.0.1.tar.gz 266582 BLAKE2B 
9a2bf5ee433550b9df777fc65254bf52097730143e491fa52b2312709473905caf45fc63fe96ac04adb94bdbc9ea8e8840c4e5d65cb0da25727d3cdd198d2f97
 SHA512 
eb6b1f6df1e490d9058f3431c023119afff05e81917bb5402a35a100538283a157d2853d10c015a415a5d7e78aac4a2489307a0ef60004d48d8b1f9207a07567
 DIST ReText-7.0.3.tar.gz 396334 BLAKE2B 
f40ffb159f94d28f1649561a41f557a5d11c2d00e4a01a99493ecac9795bca41c4675bc364c3c58e557bd78c2803f774793042426921436b4be43129f3c88170
 SHA512 
67b16dc2d7207cc72a58a5ede7440b191c8afdd08e6d4b21159e781585ca16ddfb4d0d16052fc50d716e2edfd983559e25c22ac80dd408cdb3fdb82a2f6bce57
 DIST ReText-7.0.4.tar.gz 402934 BLAKE2B 
bae66a5fb8e81192d692d1a239706e2feee6ee940685cffdf3498880b2c9bd67cc85c6150e372a383e4bad13da210426fff95c06b2861b58020c2c6d298cf5d2
 SHA512 
cb12666b15414f4bf83f3b07c94d3bcba13dd3e6c3832c66520bfe8caafeeb87cc083a1e74530d98d6e00a00363add55fdf873e6de385e637876454130deebb3

diff --git a/app-editors/retext/retext-7.0.0-r2.ebuild 
b/app-editors/retext/retext-7.0.0-r2.ebuild
deleted file mode 100644
index 6a54d028988..000
--- a/app-editors/retext/retext-7.0.0-r2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{5,6} )
-
-PLOCALES="ca cs cy da de es et eu fr hu it ja pl pt pt_BR ru sk sr sr@latin uk 
zh_TW"
-
-inherit distutils-r1 virtualx l10n xdg-utils
-
-MY_PN="ReText"
-MY_P="${MY_PN}-${PV/_/~}"
-
-DESCRIPTION="Simple editor for Markdown and reStructuredText"
-HOMEPAGE="https://github.com/retext-project/retext 
https://github.com/retext-project/retext/wiki";
-
-if [[ ${PV} == * ]]
-   then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/retext-project/retext.git";
-   else
-   SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}"/${MY_P}
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+spell"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   >=dev-python/markups-2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.3[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   
dev-python/PyQt5[gui,network,printsupport,webengine,widgets,${PYTHON_USEDEP}]
-   spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )
-"
-
-remove_locale() {
-   find "${ED}" -name "retext_${1}.qm" -delete || die "Failed to remove 
locale ${1}."
-}
-
-python_test() {
-   virtx esetup.py test
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   l10n_for_each_disabled_locale_do remove_locale
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}

diff --git a/app-editors/retext/retext-7.0.0.ebuild 
b/app-editors/retext/retext-7.0.0.ebuild
deleted file mode 100644
index b85feedbdb4..000
--- a/app-editors/retext/retext-7.0.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{5,6} )
-
-PLOCALES="ca cs cy da de es et eu fr hu it ja pl pt pt_BR ru sk sr sr@latin uk 
zh_TW"
-
-inherit distutils-r1 virtualx l10n eutils
-
-MY_PN="ReText"
-MY_P="${MY_PN}-${PV/_/~}"
-
-DESCRIPTION="Simple editor for Markdown and reStructuredText"
-HOMEPAGE="https://github.com/retext-project/retext 
https://github.com/retext-project/retext/wiki";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-L

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

2019-05-15 Thread Andreas Sturmlechner
commit: 71e43c3b58707c4675ecb693ff9d93864c5ed511
Author: Nils Freydank  posteo  de>
AuthorDate: Wed May 15 21:04:00 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 23:02:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e43c3b

app-editors/retext: Update dependencies for PyQt5-5.12

For PyQt5-5.12 and later seperate dependency for
PyQtWebEngine is necessary instead of PyQt5[webengine].

Package-Manager: Portage-2.3.66 repoman-2.3.12
Signed-off-by: Nils Freydank  posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/11666
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../{retext-.ebuild => retext-7.0.4-r1.ebuild}| 19 ---
 app-editors/retext/retext-.ebuild | 19 ---
 2 files changed, 24 insertions(+), 14 deletions(-)

diff --git a/app-editors/retext/retext-.ebuild 
b/app-editors/retext/retext-7.0.4-r1.ebuild
similarity index 82%
copy from app-editors/retext/retext-.ebuild
copy to app-editors/retext/retext-7.0.4-r1.ebuild
index 0e48d2b2a8c..21b6ece05bc 100644
--- a/app-editors/retext/retext-.ebuild
+++ b/app-editors/retext/retext-7.0.4-r1.ebuild
@@ -1,13 +1,13 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-# no pypy{,3} support as PyQt5 does not support it at 2018-11-18
+# no pypy{,3} support as PyQt5 does not support it at 2019-05-15
 # https://bitbucket.org/pypy/compatibility/wiki/Home#!gui-library-bindings
 PYTHON_COMPAT=( python3_{5,6,7} )
 
-inherit distutils-r1 gnome2-utils virtualx xdg-utils
+inherit distutils-r1 virtualx xdg-utils
 
 MY_PN="ReText"
 MY_P="${MY_PN}-${PV/_/~}"
@@ -36,13 +36,18 @@ RDEPEND="
dev-python/markups[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/python-markdown-math[${PYTHON_USEDEP}]
-   
dev-python/PyQt5[gui,network,printsupport,webengine,widgets,${PYTHON_USEDEP}]
+   dev-python/PyQt5[gui,network,printsupport,widgets,${PYTHON_USEDEP}]
+   || (
+   dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
+   https://bitbucket.org/pypy/compatibility/wiki/Home#!gui-library-bindings
 PYTHON_COMPAT=( python3_{5,6,7} )
 
-inherit distutils-r1 gnome2-utils virtualx xdg-utils
+inherit distutils-r1 virtualx xdg-utils
 
 MY_PN="ReText"
 MY_P="${MY_PN}-${PV/_/~}"
@@ -36,13 +36,18 @@ RDEPEND="
dev-python/markups[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/python-markdown-math[${PYTHON_USEDEP}]
-   
dev-python/PyQt5[gui,network,printsupport,webengine,widgets,${PYTHON_USEDEP}]
+   dev-python/PyQt5[gui,network,printsupport,widgets,${PYTHON_USEDEP}]
+   || (
+   dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
+   

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

2019-05-15 Thread Sergei Trofimovich
commit: 1ed174918d75e0a537c568c9a7cc9fcf652da86d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May 15 22:41:52 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 15 22:56:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed17491

dev-python/docopt: keyworded 0.6.2-r2 for sparc, bug #662814

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

 dev-python/docopt/docopt-0.6.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docopt/docopt-0.6.2-r2.ebuild 
b/dev-python/docopt/docopt-0.6.2-r2.ebuild
index ab08333f455..f4af2c7ace0 100644
--- a/dev-python/docopt/docopt-0.6.2-r2.ebuild
+++ b/dev-python/docopt/docopt-0.6.2-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="test"
 
 RDEPEND=""



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

2019-05-15 Thread Sergei Trofimovich
commit: 7e8704c2beb8113636482722dd93b51b1073a142
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May 15 22:37:08 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 15 22:56:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8704c2

dev-db/postgresql: stable 9.6.13 for sparc, bug #685846

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

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

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



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

2019-05-15 Thread Sergei Trofimovich
commit: 5b9dada184ddd4ddf07b2dd0d691b2870a07c1fc
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May 15 22:41:10 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 15 22:56:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9dada1

dev-db/postgresql: stable 9.4.22 for sparc, bug #685846

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

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

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



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

2019-05-15 Thread Sergei Trofimovich
commit: 66ab3ffac563c33e0b6935b0818e3f69a583f29a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May 15 22:45:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 15 22:56:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ab3ffa

dev-python/filelock: keyworded 3.0.10 for sparc, bug #685868

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

 dev-python/filelock/filelock-3.0.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/filelock/filelock-3.0.10.ebuild 
b/dev-python/filelock/filelock-3.0.10.ebuild
index 0a62a896563..bc016f84b54 100644
--- a/dev-python/filelock/filelock-3.0.10.ebuild
+++ b/dev-python/filelock/filelock-3.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018 Gentoo Authors
+# Copyright 2018-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/benediktschmitt/py-filelock/archive/v${PV}.tar.gz ->
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-05-15 Thread Sergei Trofimovich
commit: c73da41e69dce97a7360ce42d6c987a8623265e1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May 15 22:50:20 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 15 22:56:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73da41e

dev-python/tox: keyworded 3.10.0 for sparc, bug #685868

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

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

diff --git a/dev-python/tox/tox-3.10.0.ebuild b/dev-python/tox/tox-3.10.0.ebuild
index 58c6d7a1f42..586d4e574d5 100644
--- a/dev-python/tox/tox-3.10.0.ebuild
+++ b/dev-python/tox/tox-3.10.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 
 # doc disabled because of missing deps in tree
 IUSE="test"



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

2019-05-15 Thread Sergei Trofimovich
commit: 337adbe7826aa9ec0f38761d94232e84d7bdd4d9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May 15 22:42:43 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 15 22:56:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337adbe7

dev-python/pytest-mock: keyworded 1.6.3 for sparc, bug #662814

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

 dev-python/pytest-mock/pytest-mock-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild 
b/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild
index 0a87fdae33d..2d8b2c2a72d 100644
--- a/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild
+++ b/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]



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

2019-05-15 Thread Sergei Trofimovich
commit: 1d3cbb2aaadbf783b6b31380e9fa7e58709fb50d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May 15 22:33:03 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 15 22:55:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3cbb2a

dev-db/postgresql: stable 11.3 for sparc, bug #685846

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

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

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



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

2019-05-15 Thread Sergei Trofimovich
commit: 8e94551b1b53143c23ef284d07aedf2b55b9ae6a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May 15 22:44:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 15 22:56:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e94551b

dev-python/toml: keyworded 0.10.0 for sparc, bug #685868

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

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

diff --git a/dev-python/toml/toml-0.10.0.ebuild 
b/dev-python/toml/toml-0.10.0.ebuild
index d5fd3caf214..ad45d93349b 100644
--- a/dev-python/toml/toml-0.10.0.ebuild
+++ b/dev-python/toml/toml-0.10.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 
 # peculiar testing depending on https://github.com/BurntSushi/toml-test. Not
 # particularly worth the trouble.



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

2019-05-15 Thread Sergei Trofimovich
commit: 36f858b2da167723ed78f0708d294cc731fa9d89
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May 15 22:39:10 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 15 22:56:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f858b2

dev-db/postgresql: stable 9.5.17 for sparc, bug #685846

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

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

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



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

2019-05-15 Thread Sergei Trofimovich
commit: a6b861cf0856ddb4a084e212d8b02b5fbe7a33e8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May 15 22:35:03 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 15 22:56:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b861cf

dev-db/postgresql: stable 10.8 for sparc, bug #685846

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

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

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



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

2019-05-15 Thread Nick Sarnie
commit: f20ed9cf7d90134b470a26ed2a42001ae72270c1
Author: Nick Sarnie  gentoo  org>
AuthorDate: Wed May 15 22:35:36 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Wed May 15 22:35:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20ed9cf

app-emulation/wine-vanilla: Sync with ::wine

Bump stable to 4.0.1

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-4.0.1.ebuild | 533 +
 2 files changed, 534 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 23395829ef3..78df4e77826 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -6,6 +6,7 @@ DIST wine-3.0.3.tar.xz 19735412 BLAKE2B 
f0ccbe272f1013386f89805cf1573cf001eb875b
 DIST wine-3.0.4.tar.xz 20556944 BLAKE2B 
122c06e38cae9f9d2358908d0d325ed4e0dc3d1bf3e189fcfd1a713ca147d5360934cc21c387939bb5ba6dec9410d85b586d95207089b6aa033eea15bfc209e3
 SHA512 
e1ce33bbc165a9c640a38965a229b757b67746f2150d545eb0e29ba6d21cdf150bd8eb9a450d8dd71733fbea3b2ac24839dd8e381b7da9cd15ddf98c59304198
 DIST wine-3.20.tar.xz 21541928 BLAKE2B 
9183dacd1c6ec15ae5283eca3d17db5a869bcba9a93800a422f0dea5d9cfb5d3124a3e942e8b6487cd4ba31cfeacdd66de39128dd66d64e1226d265eae922d3a
 SHA512 
fb66d1d4b427f46dd048b13e53bcd15a5eaeb19039221fe98ec771140c33b3c245a974e52242eab5731ffa0de15f5932204032fe24f86e1a313ff8f11da59cc4
 DIST wine-3.21.tar.xz 21573872 BLAKE2B 
54d8733b19f1377f856c9496f6263eef1916e03caf82c6fcfa39b3e7bec1fecd87466dc92f3739d704a9161a32d9ee680b2cc5e5cdf27a582dc1d89d0b1a6639
 SHA512 
dd64a6778bf1b848c8fe14dc26cfca21f6c1c92714ca1b2e932a28560a2adc1f69aa1b2cba250f49a5df4f91a4accde677a2afaf960c200d3998eac1957b5c6b
+DIST wine-4.0.1.tar.xz 21665840 BLAKE2B 
b33b5ce8b4624dfbbbf473a88ed8c52d5e53855fa98ac3128e9b89dbeee6e92044ed1e662e1dc9669bd8d805424c36f2dd2c836c51bf6a5e4d78350926a13150
 SHA512 
dd240525e389f841123a569fd2f9b8da698b7707bc0de408dfd60ae73c5e24d522abb42b76571c840df52c686fdeae56e0a9c69db2cd31f04cdb345feeacf1dc
 DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
 DIST wine-4.5.tar.xz 21879868 BLAKE2B 
fc2bc13fefac97570a67a1c48a0144c1194896f779803efc0c3229fc234f128f53c78cadb1d47d28ec6772ecea73831c8850322e537aa1af62b537b7856ecae5
 SHA512 
261420efdf14595715cff5bb6a61223b0f2090b89dc05dca8c053a8a81abc3018715d41db50769a0f0488c658efc0742ac0f577b578e69eace70be4e463131dd
 DIST wine-4.6.tar.xz 21940848 BLAKE2B 
1dbac3b3e6d74b99123a0954015343514d0135a26cffe86499f8fbdfadd04205edfcd0635562519b73397519f298abe7e18693fa1433aa05255b2435a2eedb1a
 SHA512 
b5d8568de0256bdd9f3fcaef725c8daa90d028838fd490f75d7f08a7c538103a957a4fd03857a8fbbdf1de6acb7237b183dad24d6057be50dae12af227cd2c98

diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild
new file mode 100644
index 000..70856ec14e1
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild
@@ -0,0 +1,533 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin 
sv te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git";
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(ver_cut 1)
+MINOR_V=$(ver_cut 2)
+   
SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz";
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20180120"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/";
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~np-hardass/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner sdl 
selinux +ssl test +threads +truetype udev +udisks v

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

2019-05-15 Thread Nick Sarnie
commit: da5c368b2901dbe639f16d410321d0eed387b724
Author: Nick Sarnie  gentoo  org>
AuthorDate: Wed May 15 22:33:59 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Wed May 15 22:33:59 2019 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=da5c368b

app-emulation/wine-vanilla: Bump to 4.0.1

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-4.0.1.ebuild | 533 +
 2 files changed, 534 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 97714e1..a85d6a9 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -55,6 +55,7 @@ DIST wine-3.6.tar.xz 20005240 BLAKE2B 
6dd48180b9aed8a3b69c40b3ed7b2ff5adbebfb591
 DIST wine-3.7.tar.xz 20454036 BLAKE2B 
04ac94d5679377c5d0bb37a6d3e8e3ec7c09faa300f8422a09a22b14ef4244d2bb14c80a47cfca5e11526506a8064f0cfa4e28868d7f04669f85ab743dbbb36d
 SHA512 
a699418574dd8f407c064421cf6cdfe3923562c8adf9a7749e716f3853291eab05358ea64f0217c303c26c0f8f59d2116024b7b6978f9a52a055147e689a8694
 DIST wine-3.8.tar.xz 20473392 BLAKE2B 
a7873dd15a373491703e16888044cf2ba00121f91a4583fe6dcf687b5179a2d926035cc86c75f70ceca03a508bd4712c58a1662186e0a6e0c139e63e686f8c5d
 SHA512 
387c6bff3eafac7e92030d11c02b3461b4ead059d2aad7f6d903e176f304d2ac0a426132fcd452507868f0d22bb360a30734edf3e73dfd514037458f08406e98
 DIST wine-3.9.tar.xz 20508952 BLAKE2B 
6fbf22673588963c483b7b31e82287c09e15b579b8f57267e2731768f95a1f986954bb473ee0dfa2428802fe9331b8599a01c782dd1152d36ce2002b6a4e6bde
 SHA512 
4c4e5a741a61b9427c175e015177df5806638736f7dfd92098ed95239d41a373cbab876c054d3c948e1db6a7de359db3babd63bc194edc8c2c3be28b58f75e64
+DIST wine-4.0.1.tar.xz 21665840 BLAKE2B 
b33b5ce8b4624dfbbbf473a88ed8c52d5e53855fa98ac3128e9b89dbeee6e92044ed1e662e1dc9669bd8d805424c36f2dd2c836c51bf6a5e4d78350926a13150
 SHA512 
dd240525e389f841123a569fd2f9b8da698b7707bc0de408dfd60ae73c5e24d522abb42b76571c840df52c686fdeae56e0a9c69db2cd31f04cdb345feeacf1dc
 DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
 DIST wine-4.1.tar.xz 21680916 BLAKE2B 
1a040606e34e1aec6f63d9692c6cbf915f5b32c817116aed68203e6bdedb8cb129dad440f7e51e9fb2ebaf1aa537d1584333f06b8b2c5d68f9ff37921d5b8b95
 SHA512 
2b28fc82111552009a042d682ea8f4e54d90f14bb99f1fbe12732090e7562527c229683562630edada0b1f4143de226734337b20d1b23d711191dcc0a834e4dc
 DIST wine-4.2.tar.xz 21724960 BLAKE2B 
d3c4381265e5086a17582c28fd4d19c84ed8e9839d039d5f2eba32efcc09ae6dad2a25fa375042d98d35de30065eaa0095e36bb8fbca608ec74abc654bae5196
 SHA512 
408a846e92a0222f64ddd3c4d2c2a71b387ce51749e346c1fbca1fd57db910fa18dc6bb4ce0a350bef81e13be77c6b2d74537f7a1c0dcbb0e6d4c19d1ade288c

diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild
new file mode 100644
index 000..70856ec
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild
@@ -0,0 +1,533 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin 
sv te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git";
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(ver_cut 1)
+MINOR_V=$(ver_cut 2)
+   
SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz";
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20180120"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/";
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~np-hardass/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner sdl 
selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan +X 
+xcomposite xinerama

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

2019-05-15 Thread Anthony G. Basile
commit: 18d0dc66714e42b5f10ba4336352081b18aa3143
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed May 15 21:36:59 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed May 15 21:36:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d0dc66

net-vpn/i2pd: drop myself from maintainer list

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

 net-vpn/i2pd/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-vpn/i2pd/metadata.xml b/net-vpn/i2pd/metadata.xml
index e99300273d5..64ef73af465 100644
--- a/net-vpn/i2pd/metadata.xml
+++ b/net-vpn/i2pd/metadata.xml
@@ -9,10 +9,6 @@
klond...@gentoo.org
Francisco Blas Izquierdo Riera

-   
-   bluen...@gentoo.org
-   Anthony G. Basile
-   


Compile with hardening on vanilla compilers/linkers



[gentoo-commits] repo/gentoo:master commit in: x11-misc/flow-pomodoro/files/, x11-misc/flow-pomodoro/

2019-05-15 Thread Andreas Sturmlechner
commit: d4cd7d9dc3e0951944f93f5ae32348bebfac7718
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 15 21:21:23 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 21:22:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4cd7d9d

x11-misc/flow-pomodoro: Fix popups with Qt 5.12, EAPI-7 bump

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

 .../files/flow-pomodoro-1.2.0-qt-5.12.patch| 33 ++
 .../flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild| 28 ++
 2 files changed, 61 insertions(+)

diff --git a/x11-misc/flow-pomodoro/files/flow-pomodoro-1.2.0-qt-5.12.patch 
b/x11-misc/flow-pomodoro/files/flow-pomodoro-1.2.0-qt-5.12.patch
new file mode 100644
index 000..05ff231d9ea
--- /dev/null
+++ b/x11-misc/flow-pomodoro/files/flow-pomodoro-1.2.0-qt-5.12.patch
@@ -0,0 +1,33 @@
+From 53dfa7dd18290225a62b1cfd10b5566ab90a3fe8 Mon Sep 17 00:00:00 2001
+From: Sergio Martins 
+Date: Fri, 17 Aug 2018 16:22:04 +0100
+Subject: [PATCH] Fix popups with Qt 5.12 (QTBUG-70031)
+
+---
+ src/qml/ChoicePopup.qml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/qml/ChoicePopup.qml b/src/qml/ChoicePopup.qml
+index b66359d..6418b54 100644
+--- a/src/qml/ChoicePopup.qml
 b/src/qml/ChoicePopup.qml
+@@ -92,7 +92,7 @@ Item {
+ radius: 2 * _controller.dpiFactor
+ 
+ Column {
+-id: column
++id: column1
+ anchors.fill: parent
+ 
+ Rectangle {
+@@ -136,8 +136,8 @@ Item {
+ model: root.model
+ Choice {
+ objectName: "taskMenuChoice"
+-anchors.left: column.left
+-anchors.right: column.right
++anchors.left: column1.left
++anchors.right: column1.right
+ topLineVisible: index > 0
+ height: root.delegateHeight
+ fontAwesomeIconCode: iconRole

diff --git a/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild 
b/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild
new file mode 100644
index 000..4285248dec7
--- /dev/null
+++ b/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="A pomodoro app that blocks distractions while you work"
+HOMEPAGE="https://github.com/iamsergio/flow-pomodoro";
+SRC_URI="https://github.com/iamsergio/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtquickcontrols:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-qt-5.12.patch" )



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

2019-05-15 Thread Andreas Sturmlechner
commit: bae541cd8aa62cc492ae63e83d705869d2ffe42d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 15 21:21:45 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 21:22:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae541cd

x11-misc/flow-pomodoro: Drop 1.2.0 (r0)

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

 x11-misc/flow-pomodoro/flow-pomodoro-1.2.0.ebuild | 24 ---
 1 file changed, 24 deletions(-)

diff --git a/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0.ebuild 
b/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0.ebuild
deleted file mode 100644
index daa67bf4bb7..000
--- a/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A pomodoro app that blocks distractions while you work"
-HOMEPAGE="https://github.com/iamsergio/flow-pomodoro";
-SRC_URI="https://github.com/iamsergio/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-qt/qtcore-5.6:5
-   >=dev-qt/qtdbus-5.6:5
-   >=dev-qt/qtdeclarative-5.6:5
-   >=dev-qt/qtgui-5.6:5
-   >=dev-qt/qtquickcontrols-5.6:5
-   >=dev-qt/qtnetwork-5.6:5
-   >=dev-qt/qtwidgets-5.6:5"
-RDEPEND="${DEPEND}"



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

2019-05-15 Thread Michał Górny
commit: 601bbea61c134bea51720a257a8d4c4850428bd8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:52:46 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:52:46 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=601bbea6

repositories: Remove repos with unresolved issues

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

 files/overlays/repositories.xml | 49 -
 1 file changed, 49 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 11c3c4e..83b8796 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1024,20 +1024,6 @@
 git+ssh://g...@git.gentoo.org/repo/user/darkelf.git
 https://cgit.gentoo.org/repo/user/darkelf.git/atom/
   
-  
-das-labor
-Gentoo overlay from Hackerspace Bochum
-https://github.com/das-labor/labor-overlay
-
-  zao...@das-labor.org
-  Philipp Deppenwiese
-
-
-  k...@gnupg.org
-  Kai Michaelis
-
-https://github.com/das-labor/labor-overlay.git
-  
   
 deadbeef-overlay
 DeaDBeeF player overlay for Gentoo 
Linux
@@ -1446,20 +1432,6 @@
 https://github.com/rafspiny/enlightenment-live.git
 
https://github.com/rafspiny/enlightenment-live/commits/master.atom
   
-  
-enlightenment-niifaq
-FAQ RI: E17+ overlay
-НИИ ЧаВО: Оверлей с E17+
-https://github.com/niifaq/enlightenment.overlay
-
-  gen...@mva.name
-  Vadim A. Misbakh-Soloviov
-
-https://github.com/niifaq/enlightenment.overlay.git
-git://github.com/niifaq/enlightenment.overlay.git
-g...@github.com:niifaq/enlightenment.overlay.git
-
https://github.com/niifaq/enlightenment.overlay/commits/master.atom
-  
   
 ennui
 Facilitate running hardened-desktop hybrid 
system
@@ -1848,17 +1820,6 @@
 https://cgit.gentoo.org/proj/gamerlay.git/atom/
 
   
-  
-genealogy
-Gentoo overlay for Gramps and other packages related to 
genealogy
-
https://github.com/tecknicaltom/gentoo-genealogy-overlay
-
-  gen...@modtwo.com
-  tecknicaltom
-
-https://github.com/tecknicaltom/gentoo-genealogy-overlay.git
-
https://github.com/tecknicaltom/gentoo-genealogy-overlay/commits/master.atom
-  
   
 genthree
 Gentoo overlay from the genthree 
project
@@ -4913,16 +4874,6 @@
 https://cgit.gentoo.org/user/triquetra.git/atom/
 
   
-  
-tristelune
-Cédric's user overlay
-https://github.com/tristelune1/tristelune-overlay
-
-  cmacq...@mykolab.com
-  Cédric
-
-https://github.com/tristelune1/tristelune-overlay.git
-  
   
 trollerlay
 Overlay for packages that I use, which doesn't exist in main 
tree or layman's overlays



[gentoo-commits] repo/gentoo:master commit in: profiles/, app-emacs/prom-wl/, app-emacs/prom-wl/files/

2019-05-15 Thread Michał Górny
commit: 8ee1f192db2960bd71ca91264f973c66b9c4037e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:44:41 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:44:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee1f192

app-emacs/prom-wl: Remove last-rited pkg

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

 app-emacs/prom-wl/Manifest  |  1 -
 app-emacs/prom-wl/files/50prom-wl-gentoo.el |  5 -
 app-emacs/prom-wl/metadata.xml  |  9 -
 app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild   | 20 
 profiles/package.mask   |  6 --
 5 files changed, 41 deletions(-)

diff --git a/app-emacs/prom-wl/Manifest b/app-emacs/prom-wl/Manifest
deleted file mode 100644
index 18ecd15b314..000
--- a/app-emacs/prom-wl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST prom-wl-2.7.0.tar.gz 10563 BLAKE2B 
63bbd6f708a21b403f30c44493023841242bcc8aed667ddc501933f46abe8e29138502b57d500b4b58056b190d4571d6ef4dda9a9eda7695b7f34c38f8049af2
 SHA512 
c05d61761b8c050bb6c09f3028f54351d3ffed5a17bb8519be76c8c706df825569cccfc8cd1ff2b656ef885a9606768eeb1b3dc0955ff4316bbe35c5db8ed989

diff --git a/app-emacs/prom-wl/files/50prom-wl-gentoo.el 
b/app-emacs/prom-wl/files/50prom-wl-gentoo.el
deleted file mode 100644
index 8eab391ee22..000
--- a/app-emacs/prom-wl/files/50prom-wl-gentoo.el
+++ /dev/null
@@ -1,5 +0,0 @@
-
-;;; prom-wl site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'prom-wl "prom-wl" nil t)

diff --git a/app-emacs/prom-wl/metadata.xml b/app-emacs/prom-wl/metadata.xml
deleted file mode 100644
index c918cdef959..000
--- a/app-emacs/prom-wl/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-  gnu-em...@gentoo.org
-  Gentoo GNU Emacs project
-
-
-

diff --git a/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild 
b/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild
deleted file mode 100644
index 2b6067a0c53..000
--- a/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit elisp
-
-DESCRIPTION="Procmail reader for Wanderlust"
-HOMEPAGE="http://www.h6.dion.ne.jp/~nytheta/software/prom-wl.html";
-SRC_URI="http://www.h6.dion.ne.jp/~nytheta/software/pub/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-emacs/wanderlust"
-
-SITEFILE=50${PN}-gentoo.el
-DOCS="prom-wl-usage.jis"

diff --git a/profiles/package.mask b/profiles/package.mask
index 82c1f2d2e6d..a7137ce19c1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -478,12 +478,6 @@ dev-util/cucumber-expressions:5.0
 >=dev-util/boost-build-1.70.0
 >=net-mail/libpst-0.6.66-r2
 
-# Ulrich Müller  (13 Apr 2019)
-# Last release in 2001, HOMEPAGE and SRC_URI are gone.
-# Byte-compilation with recent Emacs versions fails.
-# Masked for removal in 30 days, bug #683248.
-app-emacs/prom-wl
-
 # Hans de Graaff  (13 Apr 2019)
 # Old ruby24-only slots of Rails-related packages
 # These no longer have reverse dependencies or newer



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ace/, profiles/

2019-05-15 Thread Michał Górny
commit: 775c581b7416b537c63d0d07e11957a58d50bac0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:43:15 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:43:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775c581b

dev-libs/ace: Remove last-rited pkg

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

 dev-libs/ace/Manifest |  6 ---
 dev-libs/ace/ace-5.7.2.ebuild | 86 --
 dev-libs/ace/ace-5.8.3.ebuild | 87 ---
 dev-libs/ace/metadata.xml | 11 --
 profiles/package.mask |  5 ---
 5 files changed, 195 deletions(-)

diff --git a/dev-libs/ace/Manifest b/dev-libs/ace/Manifest
deleted file mode 100644
index 920f183e984..000
--- a/dev-libs/ace/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST ACE+TAO+CIAO-5.7.2.tar.bz2 49824451 BLAKE2B 
895afe0998e72b8358eb0f5c5453d01dd09e173f3532c2cddc79a8373b97cecc3de8fbc2b7110e2b4ea725d48a93c5f0a3388c007d59fe5a1ac83676801a5478
 SHA512 
798707aaa04b253f4b1241cd3263a87bdf7188437f858aac910a6fbf54bcf27c41f827fe81cea68b813ac068bd7a04f63e7f4eb948432d9240c4979fdf7f0ce1
-DIST ACE+TAO+CIAO-5.8.3.tar.bz2 44653860 BLAKE2B 
b5281ae80bb3b937e8266f2c04084cc32671a300a717e91b5a0e8f2f88299071378b9a1678230e6b7619af7b3be1130d25cc82aeb6721bc675c51aa1bbebf9c4
 SHA512 
e062c1922ebec33eea7d55fbb97acc487cb2f0342a80312a5eeebe0d3e026df9632a1b2e93e146c308971c4cfc0189cf7cfbdadfb003493971c837b506e22184
-DIST ACE+TAO-5.7.2.tar.bz2 26111373 BLAKE2B 
85a50a8db3ec8c6b37ecb26720550dc18c01c5a02c440c6321b85e5bf11ee074e101f4ecb1f5596d9bba16640a3d9f7cc2a647d4b998dd0bd945acbac0e62c5d
 SHA512 
9c25bc3773dd92d943bf67595470a485be1d7ebe893ddf20ec55a77d66080cf755e0c5cdc77a8f53d49d1f2ae4ec03cdbc7ac0dc68e179467b8ce7ad3abb5387
-DIST ACE+TAO-5.8.3.tar.bz2 21366503 BLAKE2B 
61819eaf6c7208fe8ca646853bf4d2f86ec4637d059b3d3220344eab1c26b887f0a4a7dac5a587f56d2661dd93f70a7410b23bba76d240a615418b7c8360772c
 SHA512 
9474251a0dff0659cf0951ad7ef48bf98503e6aa293121fecaaa6d4eba665dc557b17d004f4a589b13a45bccf9ddba893fc9ea454b257c7117d8747bbc04c886
-DIST ACE-5.7.2.tar.bz2 9724175 BLAKE2B 
9338bf66a13187ee1040ba41489da83e4272d9b45d805b5f67529be85cb37c353b4a6a561444266511a2b8fb99da63dc74c1aced15ac9cf4b48432779dc5c716
 SHA512 
7f5d77ea9ab1f03ad615cf6b01cb75b0484c5e828790609b8492463153a34c62d974000c0f3952dfdab143cad3c0aa6e2ddc7ea089989b6e9b9797bc6430d38b
-DIST ACE-5.8.3.tar.bz2 8956345 BLAKE2B 
81b01b223a0d232ad42df12cc3eddd869abf720788b517b2f898846259127ee0e8ab4026f127c9118142c82d7f4698d61b61d18c6c98632da397f5d3762e2210
 SHA512 
3b1e0dfdd59dacbfd987499653e42ad41273de28bb5e920105b897567eed96f6e1b09a03c7f342277c2cf82231426b2bee4ed76ad98fec05e0fe589c9d86c469

diff --git a/dev-libs/ace/ace-5.7.2.ebuild b/dev-libs/ace/ace-5.7.2.ebuild
deleted file mode 100644
index f665b6787f5..000
--- a/dev-libs/ace/ace-5.7.2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="The Adaptive Communications Environment"
-HOMEPAGE="http://www.dre.vanderbilt.edu/~schmidt/ACE.html";
-SRC_URI="!tao? ( 
http://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.tar.bz2 )
-   tao? (
-   !ciao? ( 
http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-${PV}.tar.bz2 )
-   ciao? ( 
http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-${PV}.tar.bz2 
)
-   )"
-
-LICENSE="ACE BSD BSD-4 BSD-2 tao? ( sun-iiop RSA )"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="X ipv6 tao ciao"
-
-COMMON_DEPEND="dev-libs/openssl"
-# TODO probably more
-RDEPEND="${COMMON_DEPEND}
-   X? ( x11-libs/libXt x11-libs/libXaw )"
-
-DEPEND="${COMMON_DEPEND}
-   X? ( x11-base/xorg-proto )"
-
-S="${WORKDIR}/ACE_wrappers"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   # Let's avoid autotools. https://bugs.gentoo.org/328027.
-   if has_version ">=dev-libs/openssl-1.0.0"; then
-   sed -i -e 's:SSL_METHOD:const SSL_METHOD:' configure || die
-   fi
-
-   sed -i -e 's/-O3//' configure || die
-}
-
-src_compile() {
-   export ACE_ROOT="${S}"
-   mkdir build
-   cd build
-
-   ECONF_SOURCE="${S}"
-   econf \
-   --enable-lib-all \
-   $(use_with X) \
-   $(use_enable ipv6) \
-   || die "econf died"
-   # --with-qos needs ACE_HAS_RAPI
-   emake static_libs=1 || die "emake failed"
-}
-
-src_install() {
-   cd build
-   emake ACE_ROOT="${S}" DESTDIR="${D}" install || die "failed to install"
-   # punt gperf stuff
-   rm -rf "${D}/usr/bin" "${D}/usr/share"
-   # remove PACKAGE_* definitions from installed config.h (#192676)
-   sed -i -e "s:^[ \t]*#define[ \t]\+PACKAGE_.*$:/\* & \*/:g" 
"${D}/usr/include/ace/config.h"
-
-   # Install some

[gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/files/, net-proxy/bfilter/, profiles/

2019-05-15 Thread Michał Górny
commit: 373733c91e372cba08106b7cbe7f00c068477255
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:42:21 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:42:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373733c9

net-proxy/bfilter: Remove last-rited pkg

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

 net-proxy/bfilter/Manifest |  1 -
 net-proxy/bfilter/bfilter-1.1.4-r4.ebuild  | 84 --
 .../files/bfilter-1.1.4-external-boost.patch   | 63 
 .../bfilter/files/bfilter-1.1.4-glib-2.32.patch| 39 --
 .../bfilter-1.1.4-gtkmm-X11-underlinking.patch | 12 
 net-proxy/bfilter/files/bfilter.conf   |  4 --
 net-proxy/bfilter/files/bfilter.init   | 35 -
 net-proxy/bfilter/files/forwarding-proxy.xml   | 19 -
 net-proxy/bfilter/files/forwarding.xml |  5 --
 net-proxy/bfilter/metadata.xml | 21 --
 profiles/package.mask  |  1 -
 11 files changed, 284 deletions(-)

diff --git a/net-proxy/bfilter/Manifest b/net-proxy/bfilter/Manifest
deleted file mode 100644
index e49d7c75764..000
--- a/net-proxy/bfilter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bfilter-1.1.4.tar.gz 3055651 BLAKE2B 
07d9ef205bc6a5db307695e3f5380027de351b6130d2a05e51ba05f72bfc0c0634d00921bb90c340f0d5818b7fdce82927bcfe6afbfa0acd3d5af8fb866ea1db
 SHA512 
d501e09e449a29f175ec5484ba5aa77ce6bd1a51cb146222fca3af4215c162aff885565086cb64be9dc7cdac63611be1a0970b3d2d81e3f2038009ea3f527e5e

diff --git a/net-proxy/bfilter/bfilter-1.1.4-r4.ebuild 
b/net-proxy/bfilter/bfilter-1.1.4-r4.ebuild
deleted file mode 100644
index 1d85ad3d580..000
--- a/net-proxy/bfilter/bfilter-1.1.4-r4.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic user
-
-DESCRIPTION="Ad-filtering web proxy featuring an effective heuristic 
ad-detection algorithm"
-HOMEPAGE="http://bfilter.sourceforge.net/";
-SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="X debug"
-
-RDEPEND="sys-libs/zlib
-   dev-libs/ace:=
-   dev-libs/libsigc++:2
-   X? ( dev-cpp/gtkmm:2.4 x11-libs/libX11 )
-   dev-libs/boost:="
-
-DEPEND="${RDEPEND}
-   dev-util/scons
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}/${P}-glib-2.32.patch"
-   "${FILESDIR}/${P}-external-boost.patch"
-   "${FILESDIR}/${P}-gtkmm-X11-underlinking.patch"
-)
-
-RESTRICT="test" # boost's test API has changed
-
-src_prepare() {
-   default
-
-   # Some includes are missing and this breaks updates of ACE
-   sed -i \
-   -e "/#include /a#include 
\n#include " \
-   libjs/nspr_impl/private.h \
-   main/*.h \
-   main/cache/*.h || die
-
-   mv configure.{in,ac} || die
-   rm -r boost || die
-
-   eautoreconf
-}
-
-src_configure() {
-   append-cxxflags -std=c++11
-   # Required to prevent narrowing conversion in lexcode.cpp, #572072
-   append-cxxflags -funsigned-char
-   econf \
-   $(use_enable debug) \
-   $(use_with X gui) \
-   --without-builtin-boost
-}
-
-src_install() {
-   default
-
-   insinto /etc/bfilter
-   doins "${FILESDIR}/forwarding.xml"
-
-   dodoc "${FILESDIR}/forwarding-proxy.xml"
-   dodoc -r doc/*
-
-   newinitd "${FILESDIR}/bfilter.init" bfilter
-   newconfd "${FILESDIR}/bfilter.conf" bfilter
-}
-
-pkg_preinst() {
-   enewgroup bfilter
-   enewuser bfilter -1 -1 -1 bfilter
-}
-
-pkg_postinst() {
-   elog "The documentation is available at"
-   elog "   http://bfilter.sourceforge.net/documentation.php";
-   elog "For forwarding bfilter service traffic through a proxy,"
-   elog "see forwarding-proxy.xml example installed in the doc directory."
-}

diff --git a/net-proxy/bfilter/files/bfilter-1.1.4-external-boost.patch 
b/net-proxy/bfilter/files/bfilter-1.1.4-external-boost.patch
deleted file mode 100644
index 6f185ca9f41..000
--- a/net-proxy/bfilter/files/bfilter-1.1.4-external-boost.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-diff -Nru bfilter-1.1.4.orig/configure.in bfilter-1.1.4/configure.in
 bfilter-1.1.4.orig/configure.in2007-11-11 23:14:49.0 +0100
-+++ bfilter-1.1.4/configure.in 2009-10-18 18:26:32.0 +0200
-@@ -260,11 +260,6 @@
- Makefile
- binreloc/Makefile
- foundation/Makefile
--boost/Makefile
--boost/libs/Makefile
--boost/libs/regex/Makefile
--boost/libs/program_options/Makefile
--boost/libs/test/Makefile
- reactor/Makefile
- mkskel/Makefile
- lexgen/Makefile
-diff -Nru bfilter-1.1.4.orig/main/daemon/Makefile.am 
bfilter-1.1.4/main/daemon/Makefile.am
 bfilter-1.1.4.orig/main/daemo

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

2019-05-15 Thread Michał Górny
commit: b09c4a892f6e12b39f31a832fbcb429112cebb2b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:35:56 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:41:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09c4a89

dev-python/pyldap: Remove last-rited pkg

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

 dev-python/pyldap/Manifest |  1 -
 dev-python/pyldap/metadata.xml | 12 --
 dev-python/pyldap/pyldap-2.4.37.ebuild | 76 --
 profiles/package.mask  |  6 ---
 4 files changed, 95 deletions(-)

diff --git a/dev-python/pyldap/Manifest b/dev-python/pyldap/Manifest
deleted file mode 100644
index 4cea7d11699..000
--- a/dev-python/pyldap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyldap-2.4.37.tar.gz 303732 BLAKE2B 
a3b54b172701c2e52a9bd54745d442634b8df2f4aab134d37bf5dbc383498fbec876e12c1c703db6caeac0ce3b4bccd974b0680356e5996e327c8ac2ce52ac4c
 SHA512 
da9bf9eecebc8ba05ee313453b151a01147bc44c60da4936b80777ec3b69551f77be0e6f3c260dba771920d50fa6f54f1892eb0283761beed1ee8c6d83c2

diff --git a/dev-python/pyldap/metadata.xml b/dev-python/pyldap/metadata.xml
deleted file mode 100644
index 618e58e65d8..000
--- a/dev-python/pyldap/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   python-ldap
-   pyldap/pyldap
-   
-

diff --git a/dev-python/pyldap/pyldap-2.4.37.ebuild 
b/dev-python/pyldap/pyldap-2.4.37.ebuild
deleted file mode 100644
index 1fa47b9b59e..000
--- a/dev-python/pyldap/pyldap-2.4.37.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
-
-inherit distutils-r1 multilib
-
-DESCRIPTION="Various LDAP-related Python modules"
-HOMEPAGE="https://pypi.org/project/pyldap/ https://github.com/pyldap/pyldap/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-solaris"
-IUSE="doc examples sasl ssl"
-
-# If you need support for openldap-2.3.x, please use python-ldap-2.3.9.
-# python team: Please do not remove python-ldap-2.3.9 from the tree.
-# OpenSSL is an optional runtime dep.
-# setup.py sets setuptools and misses pyasn1 and pyasn1-modules in 
install_requires
-RDEPEND="
-   >net-nds/openldap-2.4.11
-   dev-python/pyasn1[${PYTHON_USEDEP}]
-   dev-python/pyasn1-modules[${PYTHON_USEDEP}]
-   sasl? ( >=dev-libs/cyrus-sasl-2.1 )"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-RDEPEND+=" !dev-python/python-ldap"
-
-python_prepare_all() {
-   sed -e "s:^library_dirs =.*:library_dirs = /usr/$(get_libdir) 
/usr/$(get_libdir)/sasl2:" \
-   -e "s:^include_dirs =.*:include_dirs = ${EPREFIX}/usr/include 
${EPREFIX}/usr/include/sasl:" \
-   -i setup.cfg || die "error fixing setup.cfg"
-
-   local mylibs="ldap"
-   if use sasl; then
-   use ssl && mylibs="ldap_r"
-   mylibs="${mylibs} sasl2"
-   else
-   sed -e 's/HAVE_SASL//g' -i setup.cfg || die
-   fi
-   use ssl && mylibs="${mylibs} ssl crypto"
-   use elibc_glibc && mylibs="${mylibs} resolv"
-
-   sed -e "s:^libs = .*:libs = lber ${mylibs}:" \
-   -i setup.cfg || die "error setting up libs in setup.cfg"
-
-   # set test expected to fail to expectedFailure
-   sed -e "s:^def test_bad_urls:@unittest.expectedFailure\ndef 
test_bad_urls:" \
-   -i Tests/t_ldapurl.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C Doc html
-}
-
-python_test() {
-   # XXX: the tests supposedly can start local slapd
-   # but it requires some manual config, it seems.
-
-   "${PYTHON}" Tests/t_ldapurl.py || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( Doc/.build/html/. )
-   distutils-r1_python_install_all
-   if use examples; then
-   dodoc -r Demo
-   docompress -x /usr/share/doc/${PF}/Demo
-   fi
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index e462b32c1e0..c8b2db98182 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -498,12 +498,6 @@ dev-util/cyclo
 # Removal in 30 days.  Bug #651446.
 dev-util/
 
-# Michał Górny  (14 Apr 2019)
-# Integrated into dev-python/python-ldap-3.0+, and declared a deprecated
-# fork by upstream.  No reverse dependencies left.
-# Removal in 30 days.  Bug #668066.
-dev-python/pyldap
-
 # Aaron Bauman  (13 Apr 2019)
 # Unmaintained in Gentoo

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

2019-05-15 Thread Michał Górny
commit: b2bf07129a4c300fefe60a91011951a428fad3c2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:37:25 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:41:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bf0712

dev-util/: Remove last-rited pkg

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

 dev-util//Manifest   |  1 -
 dev-util//-3.1.5-r1.ebuild   | 70 
 dev-util//files/-MFC-dialect.opt | 21 -
 dev-util//files/-c_dialect.patch | 79 
 dev-util//metadata.xml   | 19 
 profiles/package.mask|  6 ---
 6 files changed, 196 deletions(-)

diff --git a/dev-util//Manifest b/dev-util//Manifest
deleted file mode 100644
index 887fa77c8cf..000
--- a/dev-util//Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST -3.1.5.tar.gz 662760 BLAKE2B 
57817ef9a44f002c017245d7dd3b1ef97fec59b59bce465d5e5e1cc12409b5602cfd8bf7ee938e526af9bcc11398639900d26848aa4f8c7f623669159de17117
 SHA512 
61544669a75ff7bd99c6ff5bb1e6ec163f2a09f4538493fe60e8f9f95eab7ba19ad6d39b6717ae010a223b8efe48c497a4feb8ead218e350ee2ab91b9c52c969

diff --git a/dev-util//-3.1.5-r1.ebuild 
b/dev-util//-3.1.5-r1.ebuild
deleted file mode 100644
index a26523720d4..000
--- a/dev-util//-3.1.5-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="Source metrics (line counts, complexity, etc) for Java and C++"
-HOMEPAGE="http://sarnold.github.io//";
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://github.com/sarnold/.git";
-   EGIT_BRANCH="master"
-   inherit git-r3
-else
-   SRC_URI="https://github.com/sarnold/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="apidoc debug doc mfc"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   apidoc? ( app-doc/doxygen[dot] )
-   "
-
-src_prepare() {
-   is-flagq -flto* && filter-flags -flto* -fuse-linker-plugin
-   use mfc && eapply "${FILESDIR}"/${PN}-c_dialect.patch
-   default
-
-}
-
-src_compile() {
-   tc-export CC CXX LD AS AR NM RANLIB STRIP OBJCOPY
-   if use debug ; then
-   DEBUG="true" emake CCC=$(tc-getCXX) CC=$(tc-getCC) 
-   else
-   emake CCC=$(tc-getCXX) CC=$(tc-getCC) 
-   fi
-
-   use apidoc && emake CCC=$(tc-getCXX) metrics docs
-}
-
-src_test() {
-   emake CCC=$(tc-getCXX) test
-}
-
-src_install() {
-   dobin /
-
-   dodoc README.md
-
-   if use mfc ; then
-   insinto /usr/share/doc/${PF}
-   doins "${FILESDIR}"/-MFC-dialect.opt
-   fi
-
-   if use doc ; then
-   insinto /usr/share/doc/${PF}/html
-   doins /*.html || die "html docs failed"
-   if use apidoc ; then
-   insinto /usr/share/doc/${PF}/html/api
-   doins -r doxygen/html/* || die "dox failed"
-   insinto /usr/share/doc/${PF}/html/metrics
-   doins out/* || die "metrics failed"
-   fi
-   fi
-}

diff --git a/dev-util//files/-MFC-dialect.opt 
b/dev-util//files/-MFC-dialect.opt
deleted file mode 100644
index 4c4acb32e1f..000
--- a/dev-util//files/-MFC-dialect.opt
+++ /dev/null
@@ -1,21 +0,0 @@
-;;Pro*C embedded SQL
-;; looks like
-;; EXEC SQL UPDATE ARM43_OD_PRODUIT_SERV
-;; SET ARM43ID_TPS_FIN = NULL WHERE
-ARM43ID_TPS_FIN = 0;
-
-_FileExt@.pc@c++.ansi@
-
-_Dialect@c++.pc@EXEC@skip_stmt@
-
-;;MFC
-_Dialect@c++.mfc@ON_WM_PAINT@skip_line@
-_Dialect@c++.mfc@DECLARE_MESSAGE_MAP@skip_line@
-_Dialect@c++.mfc@DECLARE_DISPATCH_MAP@skip_line@
-
-_Dialect@c++.stl@__STL_BEGIN_NAMESPACE@ignore@
-_Dialect@c++.stl@__STL_END_NAMESPACE@ignore@
-
-_Dialect@c++.mfc@BEGIN_EVENT_MAP@start_skipping@
-_Dialect@c++.mfc@END_EVENT_MAP@stop_skipping@
-

diff --git a/dev-util//files/-c_dialect.patch 
b/dev-util//files/-c_dialect.patch
deleted file mode 100644
index c8951aef13c..000
--- a/dev-util//files/-c_dialect.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-diff --git a//.g b//.g
-index bdb6805..fd7b504 100644
 a//.g
-+++ b//.g
-@@ -84,6 +84,30 @@ inline void endOfLine(CLexer &lexer)
- #token MAC_NL "\r"<< endOfLine(*this); >>
- #token UNIX_NL"\n"<< endOfLine(*this); >>
- 
-+/* augment dialect policies -- M.H added */
-+#lexclass SKIP_STMT
-+#token SKCOLON ";" << skip();mode(START); >>
-+#token SKANYTHING "~[; \t\n]" << skip();more();>>
-+#token SKN

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

2019-05-15 Thread Michał Górny
commit: f1e3dc5a501001b3ad968ef620e92b63854722c3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:37:55 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:41:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e3dc5a

dev-util/cyclo: Remove last-rited pkg

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

 dev-util/cyclo/Manifest   |  1 -
 dev-util/cyclo/cyclo-2.1.0.ebuild | 48 ---
 dev-util/cyclo/metadata.xml   | 15 
 profiles/package.mask |  6 -
 4 files changed, 70 deletions(-)

diff --git a/dev-util/cyclo/Manifest b/dev-util/cyclo/Manifest
deleted file mode 100644
index c10d12143db..000
--- a/dev-util/cyclo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cyclo-2.1.0.tar.gz 27120 BLAKE2B 
ead104641bd7b4d1522007fa1ddd9839c8eaf9b78c1d1c1af4c7b8f49faa31c41759993890e7efbbf854fce44daca326e224989174411d74b3f58de9edb5dc3d
 SHA512 
19cf4116e55ba3dff6e49536fed7e5a8da4cc2b691874b5356e67763652785b3f349cb309629e9aca66be15f1c4632ece8bcd5cc3b69373a5a7923eab8058382

diff --git a/dev-util/cyclo/cyclo-2.1.0.ebuild 
b/dev-util/cyclo/cyclo-2.1.0.ebuild
deleted file mode 100644
index 7f3353155ed..000
--- a/dev-util/cyclo/cyclo-2.1.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Computes cyclomatic complexity metrics on C source code."
-HOMEPAGE="https://github.com/sarnold/cyclo";
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://github.com/sarnold/cyclo.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/sarnold/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="debug"
-
-DEPEND="sys-devel/flex"
-
-src_compile() {
-   local my_opts
-   my_opts="CC=$(tc-getCC) CXX=$(tc-getCXX)"
-
-   if ! use debug ; then
-   DBG="" emake ${my_opts} || die "make failed"
-   else
-   export STRIP_MASK="*/bin/*"
-   if [ -n "${DEBUG}" ] ; then
-   DBG="${DEBUG}" emake ${my_opts} \
-   || die "make debug failed"
-   else
-   emake ${my_opts} || die "make debug failed"
-   fi
-   fi
-}
-
-src_test() {
-   make -f Makefile.test test
-}
-
-src_install() {
-   emake PREFIX=/usr DESTDIR="${ED}" install
-}

diff --git a/dev-util/cyclo/metadata.xml b/dev-util/cyclo/metadata.xml
deleted file mode 100644
index aefcf1b1485..000
--- a/dev-util/cyclo/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   nerd...@gentoo.org
-   Steve Arnold
-
-
-   bluen...@gentoo.org
-   Anthony G. Basile
-
-
-   sarnold/cyclo
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 9218929d2a5..34b55df9d9b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -486,12 +486,6 @@ dev-util/cucumber-expressions:5.0
 # Removal in 30 days.  Bug #651430.
 app-text/active-dvi
 
-# Michał Górny  (14 Apr 2019)
-# The ebuild violates EAPI and relies on STRIP_MASK.  Also has
-# suspicious USE=debug logic.  Not touched since 2016.
-# Removal in 30 days.  Bug #651450.
-dev-util/cyclo
-
 # Aaron Bauman  (13 Apr 2019)
 # Unmaintained in Gentoo and outstanding vulnerability
 # Masked for removal in 30 days. Bug #522578



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

2019-05-15 Thread Michał Górny
commit: 30b1286cd3dbef1821a3f4585a3bf19e78e89217
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:40:48 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:41:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b1286c

dev-python/setuptools_scm: Backport blocker removal to 3.2.0

Thanks to iamben for the reminder.

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

 dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index f6617c0881b..1bf03fdf621 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -18,7 +18,6 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 DEPEND="
-   !!

[gentoo-commits] repo/gentoo:master commit in: app-text/active-dvi/, profiles/, app-text/active-dvi/files/

2019-05-15 Thread Michał Górny
commit: bc90ea9c22a488a6dead1b2cd271e80903317b8f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:38:26 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:41:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc90ea9c

app-text/active-dvi: Remove last-rited pkg

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

 app-text/active-dvi/Manifest   |  1 -
 app-text/active-dvi/active-dvi-1.10.2-r1.ebuild| 73 --
 .../files/active-dvi-1.9-htmlcflags.patch  | 13 
 app-text/active-dvi/metadata.xml   |  8 ---
 profiles/package.mask  |  8 ---
 5 files changed, 103 deletions(-)

diff --git a/app-text/active-dvi/Manifest b/app-text/active-dvi/Manifest
deleted file mode 100644
index eca566acee3..000
--- a/app-text/active-dvi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST advi-1.10.2.tar.gz 9772060 BLAKE2B 
c9a96037d6101014688847bebf2c49eee94803064ef730fbc4f6729de6146672485d769cc4808cf947f8796145627dd47c4fc4cd7d406752ac77738905adcaa7
 SHA512 
93479e22261019b571bc331604a659e4e58200284bcdd63929b2c7ab07f8e9fabbd120f8876081a36e7e09e08286eeba9a45f3b077b545a9e404060622ec45c8

diff --git a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild 
b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
deleted file mode 100644
index ab1bc39469f..000
--- a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils autotools texlive-common
-
-MY_PN=${PN/ctive-/}
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A DVI previewer and a presenter for slides written in LaTeX"
-SRC_URI="http://gallium.inria.fr/advi/${MY_P}.tar.gz";
-HOMEPAGE="http://gallium.inria.fr/advi/";
-LICENSE="LGPL-2.1"
-
-IUSE="+ocamlopt"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-
-RDEPEND=">=dev-lang/ocaml-3.11.2:=[ocamlopt?]
-   >=dev-ml/camlimages-4.0.1:=[truetype,tiff,jpeg,postscript,X]
-   virtual/latex-base
-   app-text/ghostscript-gpl
-   x11-libs/libXinerama"
-DEPEND="${RDEPEND}
-   dev-texlive/texlive-pstricks
-   dev-texlive/texlive-pictures
-   dev-texlive/texlive-latexextra
-   x11-base/xorg-proto
-   dev-ml/findlib
-   app-text/htmlc
-   dev-tex/hevea"
-
-DOCS=( "README" "TODO" )
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-1.9-htmlcflags.patch"
-   AT_M4DIR="." eautoreconf
-}
-
-src_configure() {
-   TEXMFMAIN="${EPREFIX}"/usr/share/texmf-site econf $(use_enable ocamlopt 
native-program) \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" 
--enable-dependency-tracking #486066
-}
-
-src_compile() {
-   export VARTEXFONTS="${T}/fonts"
-   emake
-   cd doc || die
-   emake splash.dvi scratch_write_splash.dvi scratch_draw_splash.dvi
-}
-
-src_install() {
-   emake DESTDIR="${D}" PACKAGE="${PF}" install
-
-   # now install the documentation
-   dodoc ${DOCS}
-
-   export STRIP_MASK="*/bin/advi.byt"
-
-   for i in "${ED}/usr/share/doc/${PF}/"*.dvi ; do
-   docompress -x /usr/share/doc/${PF}/$(basename $i)
-   done
-}
-
-pkg_postinst() {
-   etexmf-update
-}
-
-pkg_postrm() {
-   etexmf-update
-}

diff --git a/app-text/active-dvi/files/active-dvi-1.9-htmlcflags.patch 
b/app-text/active-dvi/files/active-dvi-1.9-htmlcflags.patch
deleted file mode 100644
index 59697ec4dc8..000
--- a/app-text/active-dvi/files/active-dvi-1.9-htmlcflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: advi-1.9/doc/Makefile.am
-===
 advi-1.9.orig/doc/Makefile.am
-+++ advi-1.9/doc/Makefile.am
-@@ -113,6 +113,8 @@ TEX_ENV= TEXINPUTS=$(srcdir):$(top_src
- HEVEA_FLAGS   = -entities -I $(srcdir) -I $(top_srcdir)/tex
- HTMLC_FLAGS   = -I $(srcdir)/includes \
- -D CamlVersion '$(OCAMLVERSION)' \
-+-D HOSTNAME "$(HOSTNAME)" \
-+-D USER "$(USER)" \
- -D version '$(VERSION)'
- 
- MV= mv -f

diff --git a/app-text/active-dvi/metadata.xml b/app-text/active-dvi/metadata.xml
deleted file mode 100644
index 13170c3184d..000
--- a/app-text/active-dvi/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   t...@gentoo.org
-   Gentoo TeX Project
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 34b55df9d9b..444db6912b6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -478,14 +478,6 @@ dev-util/cucumber-expressions:5.0
 >=dev-util/boost-build-1.70.0
 >=net-mail/libpst-0.6.66-r2
 
-# Michał Górny  (14 Apr 2019)
-# The ebuild violates EAPI and relies on STRIP_MASK.  The default
-# behavior makes it capable of executing arbitrary commands when running
-# files from untrus

[gentoo-commits] repo/gentoo:master commit in: gui-apps/mako/

2019-05-15 Thread Matthew Thode
commit: 8e5fcfc9c8a0e3c0c816140637705edf761c4b12
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 15 20:19:31 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May 15 20:19:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5fcfc9

gui-apps/mako: 1.3 stable amd64/x86

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/mako/Manifest|  1 -
 gui-apps/mako/mako-1.2.ebuild | 46 ---
 gui-apps/mako/mako-1.3.ebuild |  2 +-
 3 files changed, 1 insertion(+), 48 deletions(-)

diff --git a/gui-apps/mako/Manifest b/gui-apps/mako/Manifest
index cea20ea3071..be62f810982 100644
--- a/gui-apps/mako/Manifest
+++ b/gui-apps/mako/Manifest
@@ -1,2 +1 @@
-DIST mako-1.2.tar.gz 34443 BLAKE2B 
d505cbc7d25755ef3880adceaf8e33c277a90583c37ebd2691cd3d8d142f19f7eedca2ad167c0174723706c6f0a9b0688ddb34ed824e8231330265f1b5e3d645
 SHA512 
2552590f690a9749e9ef897052ca6aecf70eb01d77b1afe21335c84e257c6c8347abbd7f33150d561e8f52a9ae3a91c7a199a93cecf64a305934886522fc1454
 DIST mako-1.3.tar.gz 46482 BLAKE2B 
ea7699f713aded0476f3a9b88d90fa8d3bbd4e64e888caa68a98208625cdd15f1261c389dcb8ab43c6fbc77e1ebc0840b378443a1b350ff16adc59b98b9be0a8
 SHA512 
efada6ac413d80949669df3124ab9979537dcedd535132de57338b484ff2c81da8da59503a14dc2e9bbb266101659dd1d399d66456d383fdd1853d9137587259

diff --git a/gui-apps/mako/mako-1.2.ebuild b/gui-apps/mako/mako-1.2.ebuild
deleted file mode 100644
index edbba54c323..000
--- a/gui-apps/mako/mako-1.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="A lightweight notification daemon for Wayland. Works on Sway."
-HOMEPAGE="https://github.com/emersion/mako";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/emersion/${PN}.git";
-else
-   SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   dev-libs/wayland
-   x11-libs/pango
-   x11-libs/cairo
-   || (
-   sys-apps/systemd
-   sys-auth/elogind
-   )
-   sys-apps/dbus[user-session]
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   virtual/pkgconfig
-   app-text/scdoc
-"
-
-src_configure() {
-   local emesonargs=(
-   "-Dwerror=false"
-   )
-   meson_src_configure
-}

diff --git a/gui-apps/mako/mako-1.3.ebuild b/gui-apps/mako/mako-1.3.ebuild
index 60eca46bf3e..510e14df0ac 100644
--- a/gui-apps/mako/mako-1.3.ebuild
+++ b/gui-apps/mako/mako-1.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/emersion/${PN}.git";
 else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="MIT"



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

2019-05-15 Thread Matthew Thode
commit: 1801aa4f7993603fab78a72e2d4310ded0e4e8f1
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 15 20:08:28 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May 15 20:16:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1801aa4f

dev-python/python-ironicclient: 2.7.1 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-ironicclient/Manifest|  1 +
 .../python-ironicclient-2.7.1.ebuild   | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/dev-python/python-ironicclient/Manifest 
b/dev-python/python-ironicclient/Manifest
index 9db500b1e75..010ec2001a1 100644
--- a/dev-python/python-ironicclient/Manifest
+++ b/dev-python/python-ironicclient/Manifest
@@ -1,2 +1,3 @@
 DIST python-ironicclient-1.17.0.tar.gz 206742 BLAKE2B 
8fb92acb02e146916dfebd677ac1c179e78b0c16af80fe59361de6def1435d58466a1b9aef9798a05e0ed2ddc30e860e7da7579c2e6a336ff5f220d41b93b51e
 SHA512 
3a1594d499dbfb508a87e87459308cdeb3eac9987116c8a7a250c5751fc1d4785056033e521ec5d99514a2b6c84362e7576dfec9c4941970422cf2757262c651
 DIST python-ironicclient-2.2.1.tar.gz 220436 BLAKE2B 
b36a5d0b2c297f52a121aa96007ce03556199d7d6139198e39114f2931fd7004bdf76fc5eca369247975bb9eb6d853a2fb4be133976de0ddfeb5767ead6c3c1a
 SHA512 
1827dba991c59cea8a43dd11d0f8f0f1dd6ae41a7f1f28d9d200bac61ae9a4901ac280107fa91a95ebf24072634eadee2e0140f5e1cf5962496f34997815aa04
+DIST python-ironicclient-2.7.1.tar.gz 246190 BLAKE2B 
c31a439d9175a1915e34988e6e22fe2f05c722925928e30316a3f87023e393a8ee98ca1dbcca19760c009b28c7815478648259865316fac493e1c674cf70fce5
 SHA512 
654fa4f20b258094d4b05c34f059fa06f12638a210283b6821f6be5acf54bd15a03c73960a7a94d14635a1361370976d86e6b233bd1868c89d9aa82fc1fe7a8f

diff --git a/dev-python/python-ironicclient/python-ironicclient-2.7.1.ebuild 
b/dev-python/python-ironicclient/python-ironicclient-2.7.1.ebuild
new file mode 100644
index 000..580c14e0457
--- /dev/null
+++ b/dev-python/python-ironicclient/python-ironicclient-2.7.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the Ironic API"
+HOMEPAGE="https://www.openstack.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+"
+CRDEPEND="
+   >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
+   =dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/osc-lib-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   ${CRDEPEND}
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   ${CDEPEND}
+   ${CRDEPEND}
+"
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   sed -i '/^tempest/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   #rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPYTHON}"
+
+   testr init || die "testr init failed under ${EPYTHON}"
+   testr run || die "testr run failed under ${EPYTHON}"
+}



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

2019-05-15 Thread Matthew Thode
commit: 366b1ee5682c457058fbd1f8aa1ae501d91a1db3
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 15 20:02:32 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May 15 20:16:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366b1ee5

dev-python/python-mistralclient: 2.8.1 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-mistralclient/Manifest   |  1 +
 .../python-mistralclient-3.8.1.ebuild  | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/python-mistralclient/Manifest 
b/dev-python/python-mistralclient/Manifest
index e29597f28d6..e99133ac31a 100644
--- a/dev-python/python-mistralclient/Manifest
+++ b/dev-python/python-mistralclient/Manifest
@@ -1,3 +1,4 @@
 DIST python-mistralclient-3.0.2.tar.gz 78255 BLAKE2B 
58d9fda6ac9b87493008ebc809ae128b2e71443af854b7719928134f9802b0da7877eab79ad96b60e47f222815b4c4476ff93f43af557e79dc88c2f714e0eb3a
 SHA512 
3f2bcdf7723e3acba9c34947fb26c2ad3814b89ee43a26d3779f4ac7ae0845c4129c98d1a5b6deca2e2dcf77aec128639af4e8e650863cc19b7c03864bae7ab4
 DIST python-mistralclient-3.1.4.tar.gz 77670 BLAKE2B 
37184cf32606affb1e08381c1a6f4d47a68d0dfc3abf4276110c7c667b12f8dc57f859f47561ff3368ccf36e684d63570dc1a82325f62a0d8e8e59366c7ba9e0
 SHA512 
dc9d79e79bf0f1829b218db43deb715ab000eb2dcf6d8cebfec912acac3b111d4dee9101aae7868d631a87fabe6014048709585e6817071c73ee95a8cd7f6baa
 DIST python-mistralclient-3.8.0.tar.gz 95855 BLAKE2B 
2432ad1fd80a6e4803af512a96c51381ee20652a01a3dac07b3894717c8f599760907b36dd71ed172b853be021b63971d264588d27efbff208924fd4d4871a13
 SHA512 
02a4ef4cfada8f2733456082c5fbe8ce055bed4b9b768093851b57df3d115323416a6087803e1a0307245f8b107d2c08348e0d027b2dc813632c1002dd947b14
+DIST python-mistralclient-3.8.1.tar.gz 95616 BLAKE2B 
bc7185522b24e30321c5f57b6bc31cf239873343bce66e901e8928aedbc3caef36102a8ee67e01f6b46f77cc0d708006ac69ec4147a22b72e52e01441e39eec4
 SHA512 
ccde34b3ac6e12137d57dbfce597a8f9c43824a8b2450af15ab065fe03469edf0787a2b91c8e5e1da78de5d9d4d20213701e992d4c41e61c459fd987461d5298

diff --git a/dev-python/python-mistralclient/python-mistralclient-3.8.1.ebuild 
b/dev-python/python-mistralclient/python-mistralclient-3.8.1.ebuild
new file mode 100644
index 000..4ebcb5970c1
--- /dev/null
+++ b/dev-python/python-mistralclient/python-mistralclient-3.8.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Mistral API"
+HOMEPAGE="https://github.com/openstack/python-mistralclient";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
+   !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   # built in...
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2019-05-15 Thread Matthew Thode
commit: 27b70b9e88dbda4cbe06857788af33f1d93035bd
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 15 20:03:50 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May 15 20:16:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b70b9e

dev-python/python-monascaclient: 1.15.0 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-monascaclient/Manifest   |  1 +
 .../python-monascaclient-1.15.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/python-monascaclient/Manifest 
b/dev-python/python-monascaclient/Manifest
index 481a4bc9ada..2a1fe7d2261 100644
--- a/dev-python/python-monascaclient/Manifest
+++ b/dev-python/python-monascaclient/Manifest
@@ -1,4 +1,5 @@
 DIST python-monascaclient-1.12.1.tar.gz 45871 BLAKE2B 
f90c6b9f5bdf9812b27d77de2080bb01ccf4f0ffc9ecb0d9d2cc5cfea8f51921789199bb376fdf86d8169ff616602d4ab8b680e227fd1e1574d164fd666765f7
 SHA512 
36966125bc1efac226323320fb6e7cf90fba6a540c2fa3817bba0d70b78bbbd4627a4dc9d46206c7ca94baf4822ad6b38796e7caf44cf75e742029d80f83a88a
 DIST python-monascaclient-1.14.0.tar.gz 45815 BLAKE2B 
c333b376b2ed87299886249a971b500166310cb397fd519a2ed2481aea775dd84d7c82345380c477e70c0fcf977d9d30522850d6e5189d4430c97beedf1110a3
 SHA512 
9b2c47ca01580048477ded52b28c15ea6a8bb0442e9f86943c9efe52c14ddb62ba7307bc5cdf3ef24a0e198caa9029ab88c91e1c750ef55d4b29dfd02b4718da
+DIST python-monascaclient-1.15.0.tar.gz 46868 BLAKE2B 
fe78e21e0324f6a4b95d8583c43a9bf166896b3e610ad884d278208cd3e5597038c7a04b96f5e3ad6913e2a23c13dbcb4937bed05982a12c154cccae6698adda
 SHA512 
d9378d01d78742e26abfc82ffcb13d64451ce10e6d3182a03893f21bcc76e9b961c3daaed6d9635b6bc709e5782f44e20485b53468bb2d825d64b18c6b9bca50
 DIST python-monascaclient-1.5.1.tar.gz 62677 BLAKE2B 
5edc6003cb5e234e6e8a54009232aee002bb52f4d48eb589e167e1309b4dbf30827e4100b1e7a75df97495d1b0083a1d8c033c0b068d88b6d0df0f7232cf408e
 SHA512 
d6513b5d49fcf09a9f7b6c56ac8ef2dd27b5d18148a0ee20d58a62c3b1d332df3f154d559ddadcf972291a2e30bb204d4bc26b28b69a0ae568ab8e8b7ce81a1e
 DIST python-monascaclient-1.7.0.tar.gz 50363 BLAKE2B 
831d908588ec4635b037ca968d92bcd2578f141448cbc35d62b44baa59e2dfcaa452dd66a824d0104a07b2090bb24933c4e0bfddb0022b0a4125067607ce7d4b
 SHA512 
b4cdcd227aa02463be9bcd095c957cd0ab834724a2551fae40b2924a8cabd1dc879c2e1a89c989834a3523055a2f2faeaffe8e4f8b0d50b37dbf9441efbd8942

diff --git a/dev-python/python-monascaclient/python-monascaclient-1.15.0.ebuild 
b/dev-python/python-monascaclient/python-monascaclient-1.15.0.ebuild
new file mode 100644
index 000..a899302fd27
--- /dev/null
+++ b/dev-python/python-monascaclient/python-monascaclient-1.15.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Monasca API"
+HOMEPAGE="https://github.com/openstack/python-monascaclient";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   # built in...
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2019-05-15 Thread Alfredo Tupone
commit: b275765716178c97ab294eaf6199fd1b6af24b76
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Wed May 15 20:14:41 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed May 15 20:14:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2757657

dev-tcltk/tcllib: Fix some test with newer tcl

Closes: https://bugs.gentoo.org/681234
Signed-off-by: Alfredo Tupone  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-tcltk/tcllib/tcllib-1.19.ebuild | 12 
 1 file changed, 12 insertions(+)

diff --git a/dev-tcltk/tcllib/tcllib-1.19.ebuild 
b/dev-tcltk/tcllib/tcllib-1.19.ebuild
index c2701e93c48..63a889b0779 100644
--- a/dev-tcltk/tcllib/tcllib-1.19.ebuild
+++ b/dev-tcltk/tcllib/tcllib-1.19.ebuild
@@ -27,6 +27,18 @@ DOCS=(
 )
 HTML_DOCS=( devdoc/devguide.html devdoc/releaseguide.html )
 
+src_prepare() {
+   default
+   if has_version ">=dev-lang/tcl-8.6.9"; then
+   sed -i \
+   -e "s|::hook::call|call|" \
+   -e "s|::string::token::shell|shell|" \
+   "${S}"/modules/hook/hook.test \
+   "${S}"/modules/string/token_shell.test \
+   || die
+   fi
+}
+
 src_test() {
USER= virtx emake test_batch
 }



[gentoo-commits] repo/gentoo:master commit in: media-video/hasciicam/, profiles/

2019-05-15 Thread Michał Górny
commit: 54ce7278760799007cdf4d754f32a6b8973ab411
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:06:04 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:07:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ce7278

media-video/hasciicam: Remove last-rited pkg

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

 media-video/hasciicam/Manifest   |  2 --
 media-video/hasciicam/hasciicam-1.1.1.ebuild | 19 ---
 media-video/hasciicam/hasciicam-1.1.2.ebuild | 20 
 media-video/hasciicam/metadata.xml   |  7 ---
 profiles/package.mask|  6 --
 5 files changed, 54 deletions(-)

diff --git a/media-video/hasciicam/Manifest b/media-video/hasciicam/Manifest
deleted file mode 100644
index 9581addf97f..000
--- a/media-video/hasciicam/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST hasciicam_1.1.1.orig.tar.gz 148487 BLAKE2B 
83c69c34784329cb5a1267c66573a987c5f87b5ce08226069051db7f97c14328093af4f37276c1d520302ad77c0f4d95194c5c15135ad442b3e88fbfe0c25dbd
 SHA512 
d7374dbf53c4ed6b51a33f3a00ade570af18844c81555710fa2c3bcbf3ba7082dac869f83e0a3cabae9973073c2f736ba450e1081cd140e58e8b0411379f5b56
-DIST hasciicam_1.1.2.tar.gz 141155 BLAKE2B 
56bdf4bd440e6ce00c5a7e80edaa6ef81b812bf7eed2a41a8353e0aed663146530d91969dbb5135da0f0dee4c7c6acaca7756aaaf17caace3afb570159874ad6
 SHA512 
3b2ba0a7ea9ed60cd6807bbee4d54a8f7e7875370d6b5280d451f95a9ac0a002ba75290cb314ec33197a1bece2be82b9a07544e1e72cd81cf50805f74d35827f

diff --git a/media-video/hasciicam/hasciicam-1.1.1.ebuild 
b/media-video/hasciicam/hasciicam-1.1.1.ebuild
deleted file mode 100644
index 300da9210de..000
--- a/media-video/hasciicam/hasciicam-1.1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="a webcam software displaying ascii art using aalib"
-HOMEPAGE="http://ascii.dyne.org";
-SRC_URI="ftp://ftp.dyne.org/${PN}/releases/${PN}_${PV}.orig.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="media-libs/aalib"
-RDEPEND="${DEPEND}
-   media-fonts/font-misc-misc" #387909
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )

diff --git a/media-video/hasciicam/hasciicam-1.1.2.ebuild 
b/media-video/hasciicam/hasciicam-1.1.2.ebuild
deleted file mode 100644
index 9de12549260..000
--- a/media-video/hasciicam/hasciicam-1.1.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A webcam software displaying ascii art using aalib"
-HOMEPAGE="http://ascii.dyne.org/";
-SRC_URI="http://ftp.dyne.org/${PN}/releases/${PN}_${PV}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/aalib
-   net-libs/ftplib"
-RDEPEND="${DEPEND}
-   media-fonts/font-misc-misc" #387909
-
-DOCS=( AUTHORS NEWS README TODO ) # ChangeLog is dead

diff --git a/media-video/hasciicam/metadata.xml 
b/media-video/hasciicam/metadata.xml
deleted file mode 100644
index 68b9a06fccf..000
--- a/media-video/hasciicam/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-  media-vi...@gentoo.org
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 82483fd0bc6..30b38ae9aa2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -531,13 +531,7 @@ net-analyzer/gnu-netcat
 # to broken multilib conversion.  Last bumped in 2014, and needs local
 # patches to even work.  Obscure library with only two revdeps.
 #
-# media-video/hasciicam: Unmaintained.  The only unconditional revdep
-# of ftplib.  Upstream's FTP is down, and the current release is
-# no newer than 2011.  Upstream removed ftplib usage afterwards,
-# so a snapshot could help.
-#
 # Removal in 30 days.  Bug #520026.
-media-video/hasciicam
 net-libs/ftplib
 
 # Hans de Graaff  (13 Apr 2019)



[gentoo-commits] repo/gentoo:master commit in: profiles/, net-libs/ftplib/, net-libs/ftplib/files/

2019-05-15 Thread Michał Górny
commit: 17b38bb4fca9724972ad0e3a67fe1313debaf573
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:06:19 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:07:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b38bb4

net-libs/ftplib: Remove last-rited pkg

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

 net-libs/ftplib/Manifest |   3 -
 net-libs/ftplib/files/ftplib-4.0-crash.patch | 116 ---
 net-libs/ftplib/ftplib-3.1.1.ebuild  |  43 --
 net-libs/ftplib/ftplib-4.0-r1.ebuild |  45 ---
 net-libs/ftplib/ftplib-4.0.ebuild|  36 -
 net-libs/ftplib/metadata.xml |   7 --
 profiles/package.mask|   8 --
 7 files changed, 258 deletions(-)

diff --git a/net-libs/ftplib/Manifest b/net-libs/ftplib/Manifest
deleted file mode 100644
index e7d7949ed74..000
--- a/net-libs/ftplib/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ftplib-4.0.tar.gz 66680 BLAKE2B 
a4a2ca6df725daaeec226c7dfe4b165e7a8e1c5317d681a0137056b89bbfc448c83e15278696062d9bda83b62c58dfa5f0a52b83817f2a642805b03a403bd08f
 SHA512 
ff39c243a6acbb67a8d2779f34b59f69f45d578ea3976c14aee1abcc56bf16cbbc6518ba96a4ccf34f6dd469eef388043caf066858b8df24bebfab7ab30a1c62
-DIST ftplib_3.1-1-9.debian.tar.gz 8560 BLAKE2B 
c9a1a487bbf260cbdac5c3c5fef04a3e059414805e3528339d8bb37d37ed3a84c8858552ad6b8b48d1034c412d912933c04631ec5379d32148ba3508b10999f3
 SHA512 
c87fb17bca4616d85f064f718161071b35a0e3f1c84ce8f13b4cd9f9b75f5115a4c518680d77af240196f0b2ee5eff520e0d4a0b87c797554c1ee8caa4962e07
-DIST ftplib_3.1-1.orig.tar.gz 90724 BLAKE2B 
4aabc71dae317801c3754979b48fa04871c6f6b5b332037d5606dbe669d64c82b057560656a5e2f8a792d4a3ae4597fc873f471d4e10f52e8a25ef6c41687249
 SHA512 
5a0116ce1526f77532ced94c00bc1199378da1e1707c86637c83c6e9a27fef3a290bfefb7fc537946219587625b39560399cf136b83878a7829a2f3bee5f926f

diff --git a/net-libs/ftplib/files/ftplib-4.0-crash.patch 
b/net-libs/ftplib/files/ftplib-4.0-crash.patch
deleted file mode 100644
index c984e2d81b1..000
--- a/net-libs/ftplib/files/ftplib-4.0-crash.patch
+++ /dev/null
@@ -1,116 +0,0 @@
-include sys/select.h for the select() prototype on unix systems.
-
-fix warning about using chars as subscripts in arrays.  on many systems, 
isdigit
-turns into an index of an array, so the pnum char needs to be casted to an int.
-the spec says these funcs take an int, not a char.
-
-fix warnings about the rv return value being uninitialized in 
FtpAcceptConnection.
-
-fix a crasher in FtpClose where it derefs the ctrl pointer before checking
-if it's NULL.
-
-fix the FtpQuit API to return 0/1 as it's documented so the caller can detect.
-
-patch by Mike Frysinger 
-
 a/src/ftplib.c
-+++ b/src/ftplib.c
-@@ -31,6 +32,7 @@
- #if defined(__unix__)
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-@@ -453,7 +456,7 @@ GLOBALDEF int FtpConnect(const char *hos
-   pnum = "ftp";
- else
-   *pnum++ = '\0';
--if (isdigit(*pnum))
-+if (isdigit((int)*pnum))
-   sin.sin_port = htons(atoi(pnum));
- else
- {
-@@ -841,7 +862,7 @@ static int FtpAcceptConnection(netbuf *n
- int i;
- struct timeval tv;
- fd_set mask;
--int rv;
-+int rv = 0;
- 
- FD_ZERO(&mask);
- FD_SET(nControl->handle, &mask);
-@@ -858,14 +879,12 @@ static int FtpAcceptConnection(netbuf *n
- sizeof(nControl->response));
- net_close(nData->handle);
- nData->handle = 0;
--rv = 0;
- }
- else if (i == 0)
- {
-   strcpy(nControl->response, "timed out waiting for connection");
-   net_close(nData->handle);
-   nData->handle = 0;
--  rv = 0;
- }
- else
- {
-@@ -885,7 +904,6 @@ static int FtpAcceptConnection(netbuf *n
-   strncpy(nControl->response, strerror(i),
- sizeof(nControl->response));
-   nData->handle = 0;
--  rv = 0;
-   }
-   }
-   else if (FD_ISSET(nControl->handle, &mask))
-@@ -893,7 +911,6 @@ static int FtpAcceptConnection(netbuf *n
-   net_close(nData->handle);
-   nData->handle = 0;
-   readresp('2', nControl);
--  rv = 0;
-   }
- }
- return rv;
-@@ -1054,10 +1054,11 @@ GLOBALDEF int FtpClose(netbuf *nData)
-   net_close(nData->handle);
-   ctrl = nData->ctrl;
-   free(nData);
--  ctrl->data = NULL;
--  if (ctrl && ctrl->response[0] != '4' && ctrl->response[0] != 5)
-+  if (ctrl)
-   {
--  return(readresp('2', ctrl));
-+  ctrl->data = NULL;
-+  if (ctrl->response[0] != '4' && ctrl->response[0] != 5)
-+  return readresp('2', ctrl);
-   }
-   return 1;
-   case FTPLIB_CONTROL:
-@@ -1442,12 +1443,13 @@ GLOBALDEF int FtpDelete(const char *fnm, netbuf 
*nControl)
-  *
-  * return 1 if s

[gentoo-commits] repo/gentoo:master commit in: app-crypt/sgeps/, profiles/

2019-05-15 Thread Michał Górny
commit: a9ad592e84253bfa59d445e994446fea92cda552
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:04:10 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:07:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ad592e

app-crypt/sgeps: Remove last-rited pkg

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

 app-crypt/sgeps/Manifest |  1 -
 app-crypt/sgeps/metadata.xml | 12 ---
 app-crypt/sgeps/sgeps-0_pre15.ebuild | 42 
 profiles/package.mask|  7 --
 4 files changed, 62 deletions(-)

diff --git a/app-crypt/sgeps/Manifest b/app-crypt/sgeps/Manifest
deleted file mode 100644
index 1c971003b10..000
--- a/app-crypt/sgeps/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sgeps-0_pre15.tar.xz 3284 BLAKE2B 
e30662e1353e6b4bf1680f730152d972c769d7728b9d30fa8a01d76c40b65549f8cb63d616cf70119201952ee1b0f7ec7aae087a1e37f36e7c6df3ece1259494
 SHA512 
8ebf5f492baaf6ee7f93054a9afcc6c4318f755d85190ce2576c89a88908ee132283af873a37f60f611683689bc7e2e77903c95c6020c80ad916ebabf4583702

diff --git a/app-crypt/sgeps/metadata.xml b/app-crypt/sgeps/metadata.xml
deleted file mode 100644
index 6bd8c99de50..000
--- a/app-crypt/sgeps/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-enrico.tagliav...@gmail.com
-Enrico Tagliavini
-  
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
-

diff --git a/app-crypt/sgeps/sgeps-0_pre15.ebuild 
b/app-crypt/sgeps/sgeps-0_pre15.ebuild
deleted file mode 100644
index 62be47628e9..000
--- a/app-crypt/sgeps/sgeps-0_pre15.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="simple GnuPG-encrypted password store written in perl"
-HOMEPAGE="http://roland.entierement.nu/blog/2010/01/22/simple-gnupg-encrypted-password-store.html";
-SRC_URI="https://dev.gentoo.org/~flameeyes/${PN}/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="zsh-completion"
-
-RDEPEND="app-crypt/gnupg
-   dev-lang/perl
-   virtual/perl-Storable
-   virtual/perl-File-Temp
-   virtual/perl-Getopt-Long
-   dev-perl/Config-Simple
-   zsh-completion? ( app-shells/zsh )"
-DEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
-   dobin sgeps pwsafe2sgeps
-   if use zsh-completion ; then
-   insinto /usr/share/zsh/site-functions
-   newins zsh-completion _sgeps
-   fi
-}
-
-pkg_postinst() {
-   elog "To make use of sgeps, remember to create a configuration file as"
-   elog " ~/.config/sgeps.conf with these values:"
-   elog ""
-   elog "store = ~/somewhere/safe"
-   elog "keyid = 012345678"
-   elog ""
-   elog "If you want to use the --copy options you should install 
x11-misc/xclip"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index fad91877e6d..cf0ab7db5bb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -546,13 +546,6 @@ net-libs/ftplib
 # Removal in 30 days.  Bug #637484.
 net-misc/netkit-rwho
 
-# Michał Górny  (13 Apr 2019)
-# Apparently this was last updated in 2012.  It's unclear if the proxied
-# maintainer actually ever maintained it since it was imported in 2010.
-# The HOMEPAGE is now empty.  app-admin/pass is a good alternative.
-# Removal in 30 days.  Bug #682914.
-app-crypt/sgeps
-
 # Hans de Graaff  (13 Apr 2019)
 # Old ruby24-only slots of Rails-related packages
 # These no longer have reverse dependencies or newer



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-rwho/, net-misc/netkit-rwho/files/, profiles/

2019-05-15 Thread Michał Górny
commit: c2a7dd24e67695433b13c7d65ee803aead736236
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:04:56 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:07:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a7dd24

net-misc/netkit-rwho: Remove last-rited pkg

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

 net-misc/netkit-rwho/Manifest  |  2 -
 net-misc/netkit-rwho/files/netkit-rwho-0.17-confd  |  4 --
 net-misc/netkit-rwho/files/netkit-rwho-0.17-cron   |  7 
 .../files/netkit-rwho-0.17-printf.patch| 23 ---
 net-misc/netkit-rwho/files/netkit-rwho-0.17-rc | 17 
 net-misc/netkit-rwho/metadata.xml  |  8 
 net-misc/netkit-rwho/netkit-rwho-0.17-r4.ebuild| 47 --
 profiles/package.mask  |  6 ---
 8 files changed, 114 deletions(-)

diff --git a/net-misc/netkit-rwho/Manifest b/net-misc/netkit-rwho/Manifest
deleted file mode 100644
index a13e49d7d71..000
--- a/net-misc/netkit-rwho/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST netkit-rwho-0.17-patches.tar.bz2 7725 BLAKE2B 
5c5804906dc3217432e38b9a3492e5751db6cb89a7f1ba3f9c0bd21d8884340378b1f7910ea541342ba0adc5deae79309c3e124a88382504ba2d4fed8a758465
 SHA512 
947f62316220791af7f36eee3d44481224ebda3410fb3e527fb1f066a663f56d6aec44483955edbbff1936972e86aeff9d6905d123ed78cb10d72ee6cb0f7454
-DIST netkit-rwho-0.17.tar.gz 20610 BLAKE2B 
3797e94d0009076d8f66fd79544c08f5a544673106a4169553d45f4bd85d822db42f195eadecfd2b76bd3a3de9398cf93ef3400cad98350c5d44e451579ec866
 SHA512 
ea1444b613d95f53100cf8f8d374dd132611432380b9142182c4fb5595014605896656b9a272945534371265e226fe591c22c12a9bdde9c763794249660e7b58

diff --git a/net-misc/netkit-rwho/files/netkit-rwho-0.17-confd 
b/net-misc/netkit-rwho/files/netkit-rwho-0.17-confd
deleted file mode 100644
index 3a5f684f154..000
--- a/net-misc/netkit-rwho/files/netkit-rwho-0.17-confd
+++ /dev/null
@@ -1,4 +0,0 @@
-# /etc/conf.d/rwhod: config file for /etc/init.d/rwhod
-
-# rwhod arguments
-RWHOD_OPTIONS="-b"

diff --git a/net-misc/netkit-rwho/files/netkit-rwho-0.17-cron 
b/net-misc/netkit-rwho/files/netkit-rwho-0.17-cron
deleted file mode 100644
index 9fab9f25ee0..000
--- a/net-misc/netkit-rwho/files/netkit-rwho-0.17-cron
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-#
-# Clean up stale rwho entries after one month
-find /var/spool/rwho -mindepth 1 -maxdepth 1 -type f ! -name .keep \
-! -ctime -30 -print0 | xargs -r0 rm -f

diff --git a/net-misc/netkit-rwho/files/netkit-rwho-0.17-printf.patch 
b/net-misc/netkit-rwho/files/netkit-rwho-0.17-printf.patch
deleted file mode 100644
index 89eaf82881f..000
--- a/net-misc/netkit-rwho/files/netkit-rwho-0.17-printf.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-echo -n isn't supported by all shells, use printf instead, which is portable.
-
-Note, if you apply this patch after 0004-ldflags.patch, the changes begin at 
line 276.
-If you run it before 0004-ldflags.patch, the changes begin at line 277.
-
-Patch by Andrew Miller.
-
-https://bugs.gentoo.org/529974
-
 a/configure
-+++ b/configure
-@@ -276,10 +276,7 @@
- 
- echo 'Generating MCONFIG...'
- (
--echo -n '# Generated by configure (confgen version 2) on '
--date
--echo '#'
--echo
-+printf "#\n# Generated by configure (confgen version 2) on $(date)\n#\n\n"
- 
- echo "BINDIR=$BINDIR"
- echo "SBINDIR=$SBINDIR"

diff --git a/net-misc/netkit-rwho/files/netkit-rwho-0.17-rc 
b/net-misc/netkit-rwho/files/netkit-rwho-0.17-rc
deleted file mode 100644
index af06c00b918..000
--- a/net-misc/netkit-rwho/files/netkit-rwho-0.17-rc
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/sbin/openrc-run
-
-depend() {
-   need net
-}
-
-start() {
-   ebegin "Starting rwhod"
-   /sbin/start-stop-daemon --start --quiet --exec /usr/sbin/rwhod -- 
$RWHOD_OPTIONS
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping rwhod"
-   /sbin/start-stop-daemon --stop --quiet --name rwhod
-   eend $?
-}

diff --git a/net-misc/netkit-rwho/metadata.xml 
b/net-misc/netkit-rwho/metadata.xml
deleted file mode 100644
index 789a4440552..000
--- a/net-misc/netkit-rwho/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-net...@gentoo.org
-Gentoo network monitoring and analysis project
-  
-

diff --git a/net-misc/netkit-rwho/netkit-rwho-0.17-r4.ebuild 
b/net-misc/netkit-rwho/netkit-rwho-0.17-r4.ebuild
deleted file mode 100644
index a3fa25da9c7..000
--- a/net-misc/netkit-rwho/netkit-rwho-0.17-r4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Netkit - ruptime/rwho/rwhod"

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

2019-05-15 Thread Michał Górny
commit: df604b5e52c41cbe9b256a4d84ab42440986bd18
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:06:49 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:07:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df604b5e

net-analyzer/gnu-netcat: Remove last-rited pkg

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

 net-analyzer/gnu-netcat/Manifest   |  1 -
 .../gnu-netcat/files/gnu-netcat-LC_CTYPE.patch | 19 
 .../gnu-netcat/files/gnu-netcat-close.patch| 16 --
 .../gnu-netcat/files/gnu-netcat-flagcount.patch| 22 -
 net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r3.ebuild | 36 --
 net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r4.ebuild | 32 ---
 net-analyzer/gnu-netcat/metadata.xml   | 12 
 profiles/package.mask  | 10 --
 8 files changed, 148 deletions(-)

diff --git a/net-analyzer/gnu-netcat/Manifest b/net-analyzer/gnu-netcat/Manifest
deleted file mode 100644
index 69653cb2fb2..000
--- a/net-analyzer/gnu-netcat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST netcat-0.7.1.tar.bz2 325687 BLAKE2B 
a846fafcd006cc284f982fe66a3de5154ef1d74d20926344c54066f9b5e86f7bef06eb99313d5ec7f9f09bdb9b12ca82421b945bc6d3b8c6bb5f843cd6d31c2c
 SHA512 
283c02f849c3bb62615a5ccb7796192804dafcecb34f3c6b553cbc12c715654963b81e253762923c6069be9768b93dde576a392b89b167912c323354f1376e83

diff --git a/net-analyzer/gnu-netcat/files/gnu-netcat-LC_CTYPE.patch 
b/net-analyzer/gnu-netcat/files/gnu-netcat-LC_CTYPE.patch
deleted file mode 100644
index 1c67f92e6c2..000
--- a/net-analyzer/gnu-netcat/files/gnu-netcat-LC_CTYPE.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-In russian locale, netcat error messages display as '???'
-
-Need to set LC_CTYPE along with LC_MESSAGES to correctly display messages in
-locales other then C/POSIX
-Required for correct i18n support in glibc.
-
-(bug #200875 by Михаил)
-
-
 a/src/netcat.c
-+++ b/src/netcat.c
-@@ -157,6 +157,7 @@
-   connect_sock.domain = PF_INET;
- 
- #ifdef ENABLE_NLS
-+  setlocale(LC_CTYPE, "");
-   setlocale(LC_MESSAGES, "");
-   bindtextdomain(PACKAGE, LOCALEDIR);
-   textdomain(PACKAGE);

diff --git a/net-analyzer/gnu-netcat/files/gnu-netcat-close.patch 
b/net-analyzer/gnu-netcat/files/gnu-netcat-close.patch
deleted file mode 100644
index eb1862d1fd5..000
--- a/net-analyzer/gnu-netcat/files/gnu-netcat-close.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 a/doc/netcat.1
-+++ b/doc/netcat.1
-@@ -256,6 +256,13 @@
- source address for the connecting socket.
- .Sh "Advanced Options"
- .IX Subsection "Advanced Options"
-+.IP "\fB\-c" 4
-+.IX Item "-c"
-+.PD 0
-+.IP "\fB\-\-close" 4
-+.IX Item "--close"
-+.PD
-+closes connection on EOF from stdin.
- .IP "\fB\-i \s-1SECS\s0\fR" 4
- .IX Item "-i SECS"
- .PD 0

diff --git a/net-analyzer/gnu-netcat/files/gnu-netcat-flagcount.patch 
b/net-analyzer/gnu-netcat/files/gnu-netcat-flagcount.patch
deleted file mode 100644
index 765212cb0e9..000
--- a/net-analyzer/gnu-netcat/files/gnu-netcat-flagcount.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 a/src/flagset.c
-+++ b/src/flagset.c
-@@ -134,7 +134,7 @@
- 
- int netcat_flag_count(void)
- {
--  register char c;
-+  register unsigned char c;
-   register int i;
-   int ret = 0;
- 
-@@ -154,8 +154,8 @@
-   Assumed that the bit number 1 is the sign, and that we will shift the
-   bit 1 (or the bit that takes its place later) until the the most right,
-   WHY it has to keep the wrong sign? */
--  ret -= (c >> 7);
--  c <<= 1;
-+  ret += (c & 1);
-+  c >>= 1;
- }
-   }
- 

diff --git a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r3.ebuild 
b/net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r3.ebuild
deleted file mode 100644
index 836745b0834..000
--- a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="the GNU network swiss army knife"
-HOMEPAGE="http://netcat.sourceforge.net/";
-SRC_URI="mirror://sourceforge/netcat/netcat-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ppc sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug nls"
-
-S=${WORKDIR}/netcat-${PV}
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-flagcount.patch \
-   "${FILESDIR}"/${PN}-close.patch \
-   "${FILESDIR}"/${PN}-LC_CTYPE.patch
-}
-
-src_configure() {
-   use debug && append-flags -DDEBUG
-   econf $(use_enable nls)
-}
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_install() {
-   default
-   rm "${ED}"usr/bin/nc
-}

diff --git a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r4.ebuild 
b/net-analyzer/gnu

[gentoo-commits] repo/gentoo:master commit in: x11-apps/xinit/

2019-05-15 Thread Matt Turner
commit: db267b0fb5f530eefe53866a9fcf231c4c02ef19
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 15 20:05:15 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 15 20:05:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db267b0f

x11-apps/xinit: Update metadata.xml

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

 x11-apps/xinit/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/x11-apps/xinit/metadata.xml b/x11-apps/xinit/metadata.xml
index dce3523a34d..f944f7012d7 100644
--- a/x11-apps/xinit/metadata.xml
+++ b/x11-apps/xinit/metadata.xml
@@ -10,6 +10,10 @@
Control dependencies on legacy apps (xterm, twm, ...). 
Safe to
enable if you use a modern desktop environment.

+   
+   Control dependencies on legacy apps (xterm, twm, ...). 
Safe to
+   disable if you use a modern desktop environment.
+   


cpe:/a:x.org:xinit



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/, mate-extra/mate-utils/files/

2019-05-15 Thread Göktürk Yüksek
commit: 4daa571b055f26a218ce64ab263f05d932e0278b
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed May 15 15:06:49 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed May 15 19:50:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4daa571b

mate-extra/mate-utils: Fix bug where build depends on inkscape

Closes: https://bugs.gentoo.org/685890
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek  gentoo.org>

 .../mate-utils-1.22.1-make-inkscape-optional.patch | 192 +
 ...s-1.22.1.ebuild => mate-utils-1.22.1-r1.ebuild} |   2 +
 2 files changed, 194 insertions(+)

diff --git 
a/mate-extra/mate-utils/files/mate-utils-1.22.1-make-inkscape-optional.patch 
b/mate-extra/mate-utils/files/mate-utils-1.22.1-make-inkscape-optional.patch
new file mode 100644
index 000..57d984b91cc
--- /dev/null
+++ b/mate-extra/mate-utils/files/mate-utils-1.22.1-make-inkscape-optional.patch
@@ -0,0 +1,192 @@
+From 563dec11a51f4c6517509642e335a1fd64cd4ec4 Mon Sep 17 00:00:00 2001
+From: rbuj 
+Date: Thu, 2 May 2019 20:51:09 +0200
+Subject: [PATCH] Make inkscape and rsvg-convert optional
+
+TEST on Fedora:
+inkscape, librsvg2-tools package are not installed on system: The user can 
build, install and distribute the package:
+
+  $ sudo dnf remove inkscape librsvg2-tools -y
+  $ ./configure --prefix=/usr
+  $ make
+  $ sudo make install
+  $ make distcheck
+
+logview/data/icons:
+
+Can not run build-png-icons target if inkscape package is not installed on 
system:
+
+  $ make -C logview/data/icons clean-png-icons
+make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons'
+rm -f hicolor_apps_16x16_mate-system-log.png 
hicolor_apps_22x22_mate-system-log.png hicolor_apps_32x32_mate-system-log.png 
hicolor_apps_48x48_mate-system-log.png hicolor_apps_256x256_mate-system-log.png
+make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons'
+  $ make -C logview/data/icons build-png-icons
+make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons'
+make: *** No rule to make target 'hicolor_apps_16x16_mate-system-log.png', 
needed by 'build-png-icons'.  Stop.
+make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons'
+
+Can run build-png-icons target if inkscape package is installed on system:
+
+  $ sudo dnf install inkscape -y
+  $ ./configure --prefix=/usr
+  $ make -C logview/data/icons build-png-icons
+make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons'
+Background RRGGBBAA: ff00 Area 303:65:319:81 exported to 16 x 16 pixels 
(96 dpi) Bitmap saved as: hicolor_apps_16x16_mate-system-log.png
+Background RRGGBBAA: ff00 Area 303:101:325:123 exported to 22 x 22 pixels 
(96 dpi) Bitmap saved as: hicolor_apps_22x22_mate-system-log.png
+Background RRGGBBAA: ff00 Area 304:142:336:174 exported to 32 x 32 pixels 
(96 dpi) Bitmap saved as: hicolor_apps_32x32_mate-system-log.png
+Background RRGGBBAA: ff00 Area 296:202:344:250 exported to 48 x 48 pixels 
(96 dpi) Bitmap saved as: hicolor_apps_48x48_mate-system-log.png
+Background RRGGBBAA: ff00 Area 33:11:289:267 exported to 256 x 256 pixels 
(96 dpi) Bitmap saved as: hicolor_apps_256x256_mate-system-log.png
+make: Nothing to be done for 'build-png-icons'.
+make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons'
+
+baobab/pixmaps:
+
+Can not run build-png-icons target if librsvg2-tools package is not installed 
on system:
+
+  $ make -C baobab/pixmaps clean-png-icons
+make: Entering directory '/home/robert/devel/mate-utils/baobab/pixmaps'
+rm -f hicolor_apps_16x16_mate-disk-usage-analyzer.png 
hicolor_apps_22x22_mate-disk-usage-analyzer.png 
hicolor_apps_32x32_mate-disk-usage-analyzer.png 
hicolor_apps_48x48_mate-disk-usage-analyzer.png 
hicolor_apps_128x128_mate-disk-usage-analyzer.png
+make: Leaving directory '/home/robert/devel/mate-utils/baobab/pixmaps'
+  $ make -C baobab/pixmaps build-png-icons
+make: Entering directory '/home/robert/devel/mate-utils/baobab/pixmaps'
+make: *** No rule to make target 
'hicolor_apps_16x16_mate-disk-usage-analyzer.png', needed by 'build-png-icons'. 
 Stop.
+make: Leaving directory '/home/robert/devel/mate-utils/baobab/pixmaps'
+
+Can run build-png-icons target if librsvg2-tools package is installed on 
system:
+
+  $ sudo dnf install -y librsvg2-tools
+  $ ./configure --prefix=/usr
+  $ make -C baobab/pixmaps build-png-icons
+make: Entering directory '/home/robert/devel/mate-utils/baobab/pixmaps'
+/usr/bin/rsvg-convert -w 16 -h 16 
hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o 
hicolor_apps_16x16_mate-disk-usage-analyzer.png
+/usr/bin/rsvg-convert -w 22 -h 22 
hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o 
hicolor_apps_22x22_mate-disk-usage-analyzer.png
+/usr/bin/rsvg-convert -w 32 -h 32 
hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o 
hicolor_apps_32x32_mate-disk-usage-analyzer.png
+/usr/bin/rsvg-convert -w 48 -h 48 

[gentoo-commits] repo/gentoo:master commit in: virtual/perl-IO-Zlib/

2019-05-15 Thread Andreas K. Hüttel
commit: 764a11e7803dda934ecaa2f4c68eb3a26e8fbf25
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May 15 19:42:15 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May 15 19:44:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764a11e7

virtual/perl-IO-Zlib: add perl-5.30 as provider

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

 ...erl-IO-Zlib-1.100.0-r11.ebuild => perl-IO-Zlib-1.100.0-r12.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-IO-Zlib/perl-IO-Zlib-1.100.0-r11.ebuild 
b/virtual/perl-IO-Zlib/perl-IO-Zlib-1.100.0-r12.ebuild
similarity index 74%
rename from virtual/perl-IO-Zlib/perl-IO-Zlib-1.100.0-r11.ebuild
rename to virtual/perl-IO-Zlib/perl-IO-Zlib-1.100.0-r12.ebuild
index 279f1f8903f..ea78b2c76eb 100644
--- a/virtual/perl-IO-Zlib/perl-IO-Zlib-1.100.0-r11.ebuild
+++ b/virtual/perl-IO-Zlib/perl-IO-Zlib-1.100.0-r12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28* =dev-lang/perl-5.26* =dev-lang/perl-5.24* 
~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* =dev-lang/perl-5.26* 
=dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-I18N-LangTags/

2019-05-15 Thread Andreas K. Hüttel
commit: 5028ebb7769519ecb79ad360939d218fbe7b8d76
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May 15 19:37:14 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May 15 19:44:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5028ebb7

virtual/perl-I18N-LangTags: add perl-5.30 as provider

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

 ...18N-LangTags-0.430.0.ebuild => perl-I18N-LangTags-0.430.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.430.0.ebuild 
b/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.430.0-r1.ebuild
similarity index 82%
rename from virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.430.0.ebuild
rename to virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.430.0-r1.ebuild
index acd6ef449e7..79e6fb94a53 100644
--- a/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.430.0.ebuild
+++ b/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.430.0-r1.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin ~amd64-fbsd"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28* ~perl-core/I18N-LangTags-${PV} )
+   || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* 
~perl-core/I18N-LangTags-${PV} )
dev-lang/perl:=
!perl-core/I18N-LangTags-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-IO-Socket-IP/

2019-05-15 Thread Andreas K. Hüttel
commit: 86a8b958a87889341b4ed87c07f8d2c2c105e283
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May 15 19:41:26 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May 15 19:44:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a8b958

virtual/perl-IO-Socket-IP: add perl-5.30 as provider

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

 ...-IO-Socket-IP-0.390.0.ebuild => perl-IO-Socket-IP-0.390.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.390.0.ebuild 
b/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.390.0-r1.ebuild
similarity index 86%
rename from virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.390.0.ebuild
rename to virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.390.0-r1.ebuild
index 38cfe35b0dd..c8d864de94b 100644
--- a/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.390.0.ebuild
+++ b/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.390.0-r1.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28* ~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* 
~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-IO-Compress/

2019-05-15 Thread Andreas K. Hüttel
commit: fa040453100bb91f1dcb88aa138e5371bbc7c720
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May 15 19:40:22 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May 15 19:44:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa040453

virtual/perl-IO-Compress: add perl-5.30 version

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

 .../perl-IO-Compress/perl-IO-Compress-2.84.0.ebuild   | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/perl-IO-Compress/perl-IO-Compress-2.84.0.ebuild 
b/virtual/perl-IO-Compress/perl-IO-Compress-2.84.0.ebuild
new file mode 100644
index 000..0021d4607a0
--- /dev/null
+++ b/virtual/perl-IO-Compress/perl-IO-Compress-2.84.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+   >=virtual/perl-Compress-Raw-Zlib-${PV}
+   >=virtual/perl-Compress-Raw-Bzip2-${PV}
+"
+# Dependencies on Compress-Raw* must be kept in step
+# but sometimes not  use ${PV} when you can.



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-IPC-Cmd/

2019-05-15 Thread Andreas K. Hüttel
commit: 64963a9d4036012d9dc2fe05d5c50a9c212037e0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May 15 19:43:29 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May 15 19:44:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64963a9d

virtual/perl-IPC-Cmd: add perl-5.30 version

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

 virtual/perl-IPC-Cmd/perl-IPC-Cmd-1.20.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-IPC-Cmd/perl-IPC-Cmd-1.20.0.ebuild 
b/virtual/perl-IPC-Cmd/perl-IPC-Cmd-1.20.0.ebuild
new file mode 100644
index 000..4f98c32724d
--- /dev/null
+++ b/virtual/perl-IPC-Cmd/perl-IPC-Cmd-1.20.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



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

2019-05-15 Thread Andreas K. Hüttel
commit: 47998cd236a3f7921b59d1373e89f496f8848d12
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May 15 19:43:43 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May 15 19:44:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47998cd2

package.mask: Add more perl-5.30 virtuals

Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a0d5b6e072e..fad91877e6d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -65,6 +65,9 @@ dev-python/detox
 ~perl-core/File-Temp-0.230.900
 ~virtual/perl-File-Temp-0.230.900
 ~virtual/perl-HTTP-Tiny-0.76.0
+~virtual/perl-IO-1.400.0
+~virtual/perl-IO-Compress-2.84.0
+~virtual/perl-IPC-Cmd-1.20.0
 
 # Andreas K. Hüttel  (11 May 2019)
 # Perl 5.24 will be removed soon. Please upgrade.



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

2019-05-15 Thread Andreas K. Hüttel
commit: 3b5ef56133b636da507caee0072c9015ce4d8c46
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May 15 19:38:31 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May 15 19:44:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b5ef561

virtual/perl-IO: add perl-5.30 version

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

 virtual/perl-IO/perl-IO-1.400.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-IO/perl-IO-1.400.0.ebuild 
b/virtual/perl-IO/perl-IO-1.400.0.ebuild
new file mode 100644
index 000..601e9cf1fdd
--- /dev/null
+++ b/virtual/perl-IO/perl-IO-1.400.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/

2019-05-15 Thread Aaron Bauman
commit: 56dbe2f7c8b044e0430581252fb576c6c16a6452
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 15 19:39:59 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 15 19:39:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56dbe2f7

x11-libs/libvdpau: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 x11-libs/libvdpau/libvdpau-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libvdpau/libvdpau-1.2.ebuild 
b/x11-libs/libvdpau/libvdpau-1.2.ebuild
index b10667a207d..6c0d86d35a7 100644
--- a/x11-libs/libvdpau/libvdpau-1.2.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${P}/${PN}-${P}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm64 x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc dri"
 
 RDEPEND="



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

2019-05-15 Thread Aaron Bauman
commit: 135efea71dc056802e99cd0784578734ddcfc58b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 15 19:40:19 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 15 19:40:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135efea7

media-libs/aalib: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 media-libs/aalib/aalib-1.4_rc5-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/aalib/aalib-1.4_rc5-r8.ebuild 
b/media-libs/aalib/aalib-1.4_rc5-r8.ebuild
index 0d2aeaf6b38..6022782624d 100644
--- a/media-libs/aalib/aalib-1.4_rc5-r8.ebuild
+++ b/media-libs/aalib/aalib-1.4_rc5-r8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/aa-project/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
 IUSE="X slang gpm static-libs"
 
 RDEPEND="



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

2019-05-15 Thread Aaron Bauman
commit: 8774ce65807e2b7e33aa51b21dd63e66d05ab3b8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 15 19:40:11 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 15 19:40:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8774ce65

dev-python/epydoc: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-python/epydoc/epydoc-3.0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/epydoc/epydoc-3.0.1-r2.ebuild 
b/dev-python/epydoc/epydoc-3.0.1-r2.ebuild
index 1cacbff4e90..4ae96d72a86 100644
--- a/dev-python/epydoc/epydoc-3.0.1-r2.ebuild
+++ b/dev-python/epydoc/epydoc-3.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc latex tk"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-vdpau-driver/

2019-05-15 Thread Aaron Bauman
commit: 6fc25218acdd5bc3149ddd27187fc32a49d7477c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 15 19:39:44 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 15 19:39:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc25218

x11-libs/libva-vdpau-driver: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r4.ebuild 
b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r4.ebuild
index 3ca7e6224ba..b316dddbdf9 100644
--- a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r4.ebuild
+++ b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="debug opengl"
 
 RDEPEND=">=x11-libs/libva-1.2.1-r1[X,opengl?,${MULTILIB_USEDEP}]



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

2019-05-15 Thread Aaron Bauman
commit: 2ee4b0c320385a45e9d44161ad8c7c5a8947723c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 15 19:40:24 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 15 19:40:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee4b0c3

media-libs/sbc: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 media-libs/sbc/sbc-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
index 1ca770b993e..4c3b18491e9 100644
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



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

2019-05-15 Thread Mike Pagano
commit: 879d567a303214da17a3d8591fdf04750fb6132b
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed May 15 19:22:40 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed May 15 19:22:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879d567a

sys-kernel/gentoo-sources: Clean-up older, vulnerable versions in 5.0.X

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

 sys-kernel/gentoo-sources/Manifest | 12 --
 .../gentoo-sources/gentoo-sources-5.0.12.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-5.0.13.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-5.0.14.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-5.0.15.ebuild| 28 --
 5 files changed, 124 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 12084e6fd46..e681e23ea8b 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -76,18 +76,6 @@ DIST genpatches-4.9-179.extras.tar.xz 17368 BLAKE2B 
b5ea1d5dbb3c8aa0a49636f7dee8
 DIST genpatches-4.9-180.base.tar.xz 3084316 BLAKE2B 
55780ae0dbb4de6f4904ad4f989a3076e4237dc498e6cae879b7f0ca82ad9b86fd0a66f77ccba6fa1b496b892f74b0d6407df9c8f7c56896659512e757e377aa
 SHA512 
891d8f5e14c1990f13d11db2bc32ab0c4526ba21ddc71cd7fecec3255e8ae274d348667232a279ac61b7b5be596b58f0f2326b28c7d01969e8580660fcc6b0c0
 DIST genpatches-4.9-180.experimental.tar.xz 106368 BLAKE2B 
42bbaacb2b20024fa109d8a0154bcbe8b451e6a8bc25199d234fe0b9899f79a9a421bfe8f293f27b44026878d574ebceaefb1e9b0f0fdca351a8fd8076e204c2
 SHA512 
97852af7d6b96ac97ba598c1ab8b861da01db1bed2c31d82671a55a398aa9caa6e0284e3e5b90d952f64b7b9bfa5d601d43e5fd6a92017336ac5c71ba95d68ad
 DIST genpatches-4.9-180.extras.tar.xz 17360 BLAKE2B 
18f344737f7466e0169896d46bd6bd2db78a9984fe1d7691e98f42891f224ee38cb111011bb5d1e55a2a60048ab2ab1edd8ba718bb35f9e28012b2bfce45
 SHA512 
6d6206104d0110f5579e044a918a5d3d2edb4d98adea4124605209b90b931dffcc408c622416ded86b9127bb424462e058ff95b66c033441961cc57a4e67709a
-DIST genpatches-5.0-13.base.tar.xz 394572 BLAKE2B 
0aa222a6e7f5ff22f08c46827c3d17ab48bea388c2a806e403924f0e54ba270451418cb968cd6faec8a29acdd8d55166d1c1fe346cc83edb6e7753a280451168
 SHA512 
7f9fb266e8ace4bd39b6734611fe94e9114dbaf08e31e26879fcbf1d1a4839537d8bb71449d85bb10729a21487e45c15304d1d834459a29d882d3402832393db
-DIST genpatches-5.0-13.experimental.tar.xz 5804 BLAKE2B 
3fe34de178bda6b8762f910df6fa5d25111fe3678b961c8893b53617d2644c120e9404c6c57a0955e1626faa94ec2a1e80cef2c879f8c42162061cf697ae883c
 SHA512 
49d0c5f378f895b767ef04c492051c3152f47cf28c1a1a56606b18c85a09582efa0d3e6342d7799f802c8fbe8e6cfacbd5c4c706e18063eb6e43e4da6be9cf30
-DIST genpatches-5.0-13.extras.tar.xz 1724 BLAKE2B 
8bd73abe782227f6b6e51330793d6046a2244bb371f72f67ac790ed9f752846d9e62ac91480050cad64e8c0d8c9be72571e4bad9fba4086f4163dc0f89a3eec7
 SHA512 
617cec76d93987080e126fa04320e00fe3d87b5d6c68f80a7d565cc28d6c8ab6e2c12926437c16b4f01f143db2f807f0e042ee607d0052b138f7b581a95667cc
-DIST genpatches-5.0-14.base.tar.xz 403580 BLAKE2B 
573167b706a961a1f38b7daf209d29122833c1968d5975d06efc89bc4b6b1dc6099b99538f0d907766562644cf73916edd2a9f7188ded382ffbe6ef49cca2598
 SHA512 
43c98bf19f5ecf360e2417eee002a2b99d89d5560915edf781f7efbc80ae854b8898b6a3b781d10ed13b7f89f6b844cc7a49013f737ab04a9097043325254a3a
-DIST genpatches-5.0-14.experimental.tar.xz 5808 BLAKE2B 
1060ad261de5f1a0a60a77c56166c0d12981d8d70e0d81c45f04e75f20019042036a9be1444978fd4c204db03b7f5e7bc5d7ff5c45992afb15c041b9843a315f
 SHA512 
58f4ab2d042ce883449a374a98218c1b622c72144e531463117d0a7e5c2a25e8ba83487fb3bd25bdf748fef12d56fc32eb24eccfa684a9881b3f1fe85e4fef0b
-DIST genpatches-5.0-14.extras.tar.xz 1724 BLAKE2B 
4a438704eb5dc0e74fd6a630099fbb4e03f98cbd4a65a3b2efc53f885eff531c48ec916d4004d3035384e32f5fb6ffb74445adfe0d95bbc071e7fecc
 SHA512 
af9ad6886e78c4fee9399214034369d0b60c801f7cabd6b2e3e687fb9b4e931593d9094d06cfd96769ae163b41a843b4a5e5bb85914c13d09c95aa8b6e95b548
-DIST genpatches-5.0-15.base.tar.xz 435408 BLAKE2B 
aa35c3c3d744868e014455c030ea1ee4e05d8178c80b60d838cbca26dbed8a440bd7e97da3242a17ab2ea4a7c28ec98e8e4e4001bd589217030306deaeb0
 SHA512 
eab7c96a5364e9fe695429f75b0ed4a1c5288e11ff682a6c5a3267cc468c015f6e8a7178cd896a655decea4b38da5c847f8824d7afdaf6039a8c94c06e43b6d5
-DIST genpatches-5.0-15.experimental.tar.xz 5804 BLAKE2B 
7826a0a8a690e107434c46280eb473088a95d65f71c4229c64b5a9a38e43c8b7157db0131fa521a060564a6c54962cc354f9e6a33d04d38aaf0ef959daadbd6d
 SHA512 
ed6a6beff05089bb93df6f9bd07cabb4acfac95dc22bd72ed53447ed74f51d15f0b9d9c9f243c45fbc4de0fa27230edb4b8f8d10ab10ad016f37397ed7aecb9f
-DIST genpatches-5.0-15.extras.tar.xz 1724 BLAKE2B 
8d00c35448faa70431ce18e3e61d2cec6d70341b7ade1ac6a0112eeb1d12a0812a551b662783b52e7e75aad1a1eaa75b8e7518f21c40a8ba6bf77c3810181503
 SHA512 
bae58ace7fbbe4595d7861cc9370e6395a07ae3942d053298705307b6e769c2c7a5682c2c9a5df4a392cec

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

2019-05-15 Thread Mike Pagano
commit: 90a32e6f524b636f30f363752cc76160105e
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed May 15 19:20:54 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed May 15 19:21:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a32e6f

sys-kernel/gentoo-sources: Clean up older, vulnerable versions in 5.1.X

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

 sys-kernel/gentoo-sources/Manifest |  4 
 .../gentoo-sources/gentoo-sources-5.1.0.ebuild | 28 --
 .../gentoo-sources/gentoo-sources-5.1.1.ebuild | 28 --
 3 files changed, 60 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 3ea98ebd93d..12084e6fd46 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -91,10 +91,6 @@ DIST genpatches-5.0-16.extras.tar.xz 1724 BLAKE2B 
cafc75d876ac4d237b75b291bd66e9
 DIST genpatches-5.0-17.base.tar.xz 492920 BLAKE2B 
039ac6c5067fd60846e846cf82c31682b97fde0c7e26d360453d601b03906194fccdafc2971cf04a4d95026eb68cfda49aaa047ec820d37ac030576c122edc0a
 SHA512 
11c03e26a45346716bc7ee7369eaf2c1be8249ec43cbf32a17b0149c8768acba2354e35ec45e796b527e9e8ed207d81f60a1eab0bdbd4bcfbb0ac12aaf5380eb
 DIST genpatches-5.0-17.experimental.tar.xz 5804 BLAKE2B 
20ad075811585e2b0a23a8c6cc7d6e9d4744899a7f0ddbc4217a39d16a07945a6c162facce5460fdee90166a8ed8aa00bf9679e01dd2b198f40fc2708c7ff3f2
 SHA512 
cda6c3f7bba9bcf3600e22d62e77b0b3c5a236889a20d8de50fe407296a9f994fb9e96d9d0e30cde95a007be35319b546501b76b5a13e40a0b15320df0fd9a5c
 DIST genpatches-5.0-17.extras.tar.xz 1724 BLAKE2B 
89db217318c32c13376f9ddb16e493391cb7407d94e9278b084397289b1e02807c000d8abb690c1836be01a72356f7c227ff72b364aa65bf35f27c69134aa940
 SHA512 
b63bc8130a939ff03306a9dbfd9975795e61c5e0880e3a16da513b4ba39366399d87a0b4accb0f97c3d7b05a57c30b30b101706dc172bcf37976a3103bc48ae3
-DIST genpatches-5.1-1.base.tar.xz 3876 BLAKE2B 
8a96597cf4283fe084a35789ba39038b50ab4afaea0150df6333d394f7eeccd02d792acb284383fdf718336cb119753e0626b75e2b11f67a32be0c3e12d3e15f
 SHA512 
c763fc584afbd2d995d41bae379deabd80fbedad550ec0d39e5623b93002b608ef73fcabf2d1bdf05f1e62c8b0a94ae91c6ba504cd2daf66b103a280126021d2
-DIST genpatches-5.1-1.extras.tar.xz 1724 BLAKE2B 
9308d8f6b1bce24978e5b04934152b5de718806f271dfffc7f465ee1f44b08e4e28bc52e26dd5e005a0da05f53f1c9b36d8a9099dbfdac6ed0f90ffa8978cb5c
 SHA512 
50bc26985b51ff1293aa96d8d20466a6ad07388b117e81bd67fd96675f04bd0ac97e2c16ad24a3e2a451e4de79a8d64c2d96643851878590366ddd366ba17696
-DIST genpatches-5.1-2.base.tar.xz 27528 BLAKE2B 
36b23f388f5525a20d602d9aff835280f1597f20dfac9b0e9e3f3ae9fc330e2d66ea67e8f584de8700c7f8c63eb827bb9b370c502fc503716634772d1cd0db8f
 SHA512 
97fe58262cb2140eafcfdb91410397cd31a6d7d0716da1957a3492bd96130af7f7f85d985c9c9f5fe5433a7f1cdbf45c13f20c17167875368873989def4c7588
-DIST genpatches-5.1-2.extras.tar.xz 1724 BLAKE2B 
0306e26246b1584d5342ebb36ee9cc2f61dc891b3c669e2697d6fd8032419dfe31c3c65256773b1a5af33bec4409a67dd1682e78f6f021b7db85c8435e279081
 SHA512 
9e6959b8048426546f482f3cc66c13aa7dd81b12042c7bc2097b7b20c4b5b2a37033eb246d5dd7929dd6b238b4db5310938fbbeee7e3793ceb06b0d598d64080
 DIST genpatches-5.1-3.base.tar.xz 49780 BLAKE2B 
d198899f216815a62ed0c9bbe1d3e9296d15b24227b4b7f545ca41b88d53b06c6c97086bccb57d1573710a6a364b7b9aba9765c7c0363e17362fa5d667511f64
 SHA512 
8fae565c3c29d48cc60a0c8e11953e55e037e0895c4c19cffbf0de00a2f8d7b881b30c6d15b5f563d269e41fb2f66d54788f1654c540ee1b0e08cd8d241363e0
 DIST genpatches-5.1-3.experimental.tar.xz 5800 BLAKE2B 
c841ab13d34d8c44276e830ff0de18e4d39caee79a6dbb097c19d0d57618b539a6eec746ed11759e87cd98edb252abe2e76a3c3d352c129cf257735815d65731
 SHA512 
f419ea03d629b0f6af2328d573e0723b17676d9cd86fca3399cd3335ea82ac8646732ec4a239cc0b197c8efff06582b311105351cbff8dfd521a94fd2860a33f
 DIST genpatches-5.1-3.extras.tar.xz 1724 BLAKE2B 
41138bb1cc82338e59a67602d58b5bf8f81c5360f3f6a646fd8e1d463108ef863ad8d23eda3c6b07253f436391e9242c14ec1f0421ce75a3b111af812ab4f9c9
 SHA512 
eb23ab0644b71b7de2e06dc4737ac20b5d5cddaebd87986f548e107601d109848e5e0f97b0cf421612daa712b9b657e91eb69cdcc61594ea593abc460d24f767

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.1.0.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.1.0.ebuild
deleted file mode 100644
index 5706f035e69..000
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.1.0.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"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras"
-K_GENPATCHES_VER="1"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
-IUSE=""
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL

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

2019-05-15 Thread Matthew Thode
commit: 350f03feafdb44561154e933e0eee6242e4ccaeb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed May 15 18:24:49 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May 15 19:14:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350f03fe

app-admin/puppet: update HOMEPAGE, use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/puppet/puppet-4.10.12.ebuild | 4 ++--
 app-admin/puppet/puppet-5.5.12.ebuild  | 2 +-
 app-admin/puppet/puppet-5.5.14.ebuild  | 2 +-
 app-admin/puppet/puppet-6.3.0.ebuild   | 2 +-
 app-admin/puppet/puppet-6.4.1.ebuild   | 2 +-
 app-admin/puppet/puppet-6.4.2.ebuild   | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-admin/puppet/puppet-4.10.12.ebuild 
b/app-admin/puppet/puppet-4.10.12.ebuild
index ebad8ec4cc9..77c0ff21fd5 100644
--- a/app-admin/puppet/puppet-4.10.12.ebuild
+++ b/app-admin/puppet/puppet-4.10.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="locales"
 inherit xemacs-elisp-common eutils user ruby-fakegem versionator
 
 DESCRIPTION="A system automation and configuration management software."
-HOMEPAGE="http://puppetlabs.com/";
+HOMEPAGE="https://puppet.com/";
 SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz";
 
 LICENSE="Apache-2.0 GPL-2"

diff --git a/app-admin/puppet/puppet-5.5.12.ebuild 
b/app-admin/puppet/puppet-5.5.12.ebuild
index e4dc9ec0526..12914f0e266 100644
--- a/app-admin/puppet/puppet-5.5.12.ebuild
+++ b/app-admin/puppet/puppet-5.5.12.ebuild
@@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="locales"
 inherit eutils user ruby-fakegem eapi7-ver
 
 DESCRIPTION="A system automation and configuration management software."
-HOMEPAGE="http://puppetlabs.com/";
+HOMEPAGE="https://puppet.com/";
 SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz";
 
 LICENSE="Apache-2.0 GPL-2"

diff --git a/app-admin/puppet/puppet-5.5.14.ebuild 
b/app-admin/puppet/puppet-5.5.14.ebuild
index 7f380bcc3fa..3f494c1f687 100644
--- a/app-admin/puppet/puppet-5.5.14.ebuild
+++ b/app-admin/puppet/puppet-5.5.14.ebuild
@@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="locales"
 inherit eutils user ruby-fakegem eapi7-ver
 
 DESCRIPTION="A system automation and configuration management software."
-HOMEPAGE="http://puppetlabs.com/";
+HOMEPAGE="https://puppet.com/";
 SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz";
 
 LICENSE="Apache-2.0 GPL-2"

diff --git a/app-admin/puppet/puppet-6.3.0.ebuild 
b/app-admin/puppet/puppet-6.3.0.ebuild
index 87692a87fff..3a0606a6edf 100644
--- a/app-admin/puppet/puppet-6.3.0.ebuild
+++ b/app-admin/puppet/puppet-6.3.0.ebuild
@@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="locales"
 inherit eutils user ruby-fakegem eapi7-ver
 
 DESCRIPTION="A system automation and configuration management software."
-HOMEPAGE="http://puppetlabs.com/";
+HOMEPAGE="https://puppet.com/";
 SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz";
 
 LICENSE="Apache-2.0 GPL-2"

diff --git a/app-admin/puppet/puppet-6.4.1.ebuild 
b/app-admin/puppet/puppet-6.4.1.ebuild
index 5b0b1f7286f..eeefd4e8c63 100644
--- a/app-admin/puppet/puppet-6.4.1.ebuild
+++ b/app-admin/puppet/puppet-6.4.1.ebuild
@@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="locales"
 inherit eutils user ruby-fakegem eapi7-ver
 
 DESCRIPTION="A system automation and configuration management software."
-HOMEPAGE="http://puppetlabs.com/";
+HOMEPAGE="https://puppet.com/";
 SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz";
 
 LICENSE="Apache-2.0 GPL-2"

diff --git a/app-admin/puppet/puppet-6.4.2.ebuild 
b/app-admin/puppet/puppet-6.4.2.ebuild
index 0fa5d710120..0038f1ebf43 100644
--- a/app-admin/puppet/puppet-6.4.2.ebuild
+++ b/app-admin/puppet/puppet-6.4.2.ebuild
@@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="locales"
 inherit eutils user ruby-fakegem eapi7-ver
 
 DESCRIPTION="A system automation and configuration management software."
-HOMEPAGE="http://puppetlabs.com/";
+HOMEPAGE="https://puppet.com/";
 SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz";
 
 LICENSE="Apache-2.0 GPL-2"



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

2019-05-15 Thread Andreas Sturmlechner
commit: 1c88b37954d93d5aeff37d42d24efb2566498ed0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 15 18:54:41 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 18:54:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c88b379

dev-util/dwarves: Drop old

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

 dev-util/dwarves/Manifest  |  3 --
 dev-util/dwarves/dwarves-1.10_p20140618.ebuild | 44 --
 dev-util/dwarves/dwarves-1.10_p20160519.ebuild | 44 --
 dev-util/dwarves/dwarves-1.10_p20160630.ebuild | 44 --
 4 files changed, 135 deletions(-)

diff --git a/dev-util/dwarves/Manifest b/dev-util/dwarves/Manifest
index 80ed8f6d581..7f96b711a1c 100644
--- a/dev-util/dwarves/Manifest
+++ b/dev-util/dwarves/Manifest
@@ -1,4 +1 @@
-DIST dwarves-1.10_p20140618.tar.xz 105912 BLAKE2B 
f1dd0a2206c09a259f1efde86bbaf946dcee92c680f59102059fbe770b1d4fb3776effabd096a7b94e068fa9ef1ea0947f489add2e5171db1ee3e325a507ef95
 SHA512 
522a6d674da5cc2316c180bcb4e90419d5811ff34e6aeeef875950dbcc4c12ea5a133d159360629d687f93ae2db622bb87d9b94a747aade90a61b239b9137a2c
-DIST dwarves-1.10_p20160519.tar.xz 106532 BLAKE2B 
f8bcd60fb65a9905fe8027431e38f594bba0d944c8a2ef0b25d078980773a6ffc6882b045783c63f089f605b9dc7b17c44758b24accacad563e4fe0cc235b39e
 SHA512 
74797e934db900e78235705f70de45667e4ba7f56c0b7454d148365b8c87b617dcbf07fa12bdfdcaa2c129cd2111b029b458e71f77261b237de46fc2759a37da
-DIST dwarves-1.10_p20160630.tar.xz 106700 BLAKE2B 
002c3c7e3d94dbfa199d78ae8be5a2cd4d95dab69e542c9fda6660aeae4e183bd0eee8926a5d1c54d58eb75538e35ae16ddf78e071714d0ab08444abebb8252e
 SHA512 
f33ffbca0ef0dd89add5275c01a35e7c6298c4dae73be9c197887c54608ffb0edb95b8792f8a51ab29d80051682752d6f1c2596a486f61bc18e6cd47e2b7e4b0
 DIST dwarves-1.12.tar.bz2 112400 BLAKE2B 
e71051041dfdbefc603dc041303de82e2e44c8b0f4f888577722466aaf7958cab7b04c15154faa8cbfcaa44fe60fc549e09b2fb68747cc3cdd08b8bce487cfdf
 SHA512 
20644344e694253b79ede65e489696a319f10eaf424af81882414ae6efeaf34a82132321430d647916b78f97ef504907b3bd32919420f2cd14384910e283ff27

diff --git a/dev-util/dwarves/dwarves-1.10_p20140618.ebuild 
b/dev-util/dwarves/dwarves-1.10_p20140618.ebuild
deleted file mode 100644
index eb68a184553..000
--- a/dev-util/dwarves/dwarves-1.10_p20140618.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit multilib cmake-utils python-single-r1
-
-DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
-HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/";
-
-LICENSE="GPL-2" # only
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   >=dev-libs/elfutils-0.131
-   sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-if [[ ${PV//_p} == ${PV} ]]; then
-   SRC_URI="http://fedorapeople.org/~acme/dwarves/${P}.tar.bz2";
-   S=${WORKDIR}
-else
-   SRC_URI="https://dev.gentoo.org/~flameeyes/${PN}/${P}.tar.xz";
-fi
-
-DOCS=( README README.ctracer NEWS )
-PATCHES=( "${FILESDIR}"/${PN}-1.10-python-import.patch )
-
-src_configure() {
-   local mycmakeargs=( "-D__LIB=$(get_libdir)" )
-   cmake-utils_src_configure
-}
-
-src_test() { :; }
-
-src_install() {
-   cmake-utils_src_install
-   python_fix_shebang "${D}"/usr/bin/ostra-cg \
-   "${D}"/usr/share/dwarves/runtime/python/ostra.py
-}

diff --git a/dev-util/dwarves/dwarves-1.10_p20160519.ebuild 
b/dev-util/dwarves/dwarves-1.10_p20160519.ebuild
deleted file mode 100644
index b9cd76e48e4..000
--- a/dev-util/dwarves/dwarves-1.10_p20160519.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit multilib cmake-utils python-single-r1
-
-DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
-HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/";
-
-LICENSE="GPL-2" # only
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   >=dev-libs/elfutils-0.131
-   sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-if [[ ${PV//_p} == ${PV} ]]; then
-   SRC_URI="http://fedorapeople.org/~acme/dwarves/${P}.tar.bz2";
-   S=${WORKDIR}
-else
-   SRC_URI="https://dev.gentoo.org/~zzam/${PN}/${P}.tar.xz";
-fi
-
-DOCS=( README README.ctracer NEWS )
-PATCHES=( "${FILESDIR}"/${PN}-1.10-python-import.patch )
-
-src_configure() {
-   local mycmakeargs=( "-D__LIB=$(get_libdir)" )
-   cmake-utils_src_configure
-}
-
-src_test() { :; }
-
-src_install() {
-   cmake-utils_src_install
-   python_fix_shebang "${D}"/usr/bin/ostra-cg \
-   "${D}"/usr/share/dwarves/runt

[gentoo-commits] repo/gentoo:master commit in: x11-apps/xinit/files/, x11-apps/xinit/

2019-05-15 Thread Matt Turner
commit: 244cc8e97a0e43856f503046359b8bd8372dc34b
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 15 18:39:18 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 15 18:51:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244cc8e9

x11-apps/xinit: Don't use deprecated /etc/init.d/functions.sh

Closes: https://bugs.gentoo.org/504140
Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xinit/files/startDM.sh   | 9 +++--
 x11-apps/xinit/files/{startDM.sh => startDM.sh.1} | 0
 x11-apps/xinit/xinit-1.4.0-r1.ebuild  | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/x11-apps/xinit/files/startDM.sh b/x11-apps/xinit/files/startDM.sh
index e2da6098d6a..a4bf30e31ba 100644
--- a/x11-apps/xinit/files/startDM.sh
+++ b/x11-apps/xinit/files/startDM.sh
@@ -1,12 +1,17 @@
 #!/bin/sh
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License, v2
 
 # We need to source /etc/profile for stuff like $LANG to work
 # bug #10190.
 . /etc/profile
 
-. /etc/init.d/functions.sh
+. /lib/rc/sh/functions.sh
+
+# Bail out early if on a non-OpenRC system:
+if [ ! -d /run/openrc ]; then
+   eerror "$0 should only be used on OpenRC systems"
+fi
 
 # baselayout-1 compat
 if ! type get_options >/dev/null 2>/dev/null ; then

diff --git a/x11-apps/xinit/files/startDM.sh b/x11-apps/xinit/files/startDM.sh.1
similarity index 100%
copy from x11-apps/xinit/files/startDM.sh
copy to x11-apps/xinit/files/startDM.sh.1

diff --git a/x11-apps/xinit/xinit-1.4.0-r1.ebuild 
b/x11-apps/xinit/xinit-1.4.0-r1.ebuild
index f8dedbb1ce7..be9e7a84a64 100644
--- a/x11-apps/xinit/xinit-1.4.0-r1.ebuild
+++ b/x11-apps/xinit/xinit-1.4.0-r1.ebuild
@@ -42,7 +42,7 @@ src_install() {
xorg-2_src_install
 
exeinto /etc/X11
-   doexe "${FILESDIR}"/chooser.sh "${FILESDIR}"/startDM.sh
+   doexe "${FILESDIR}"/chooser.sh "${FILESDIR}"/startDM.sh.1
exeinto /etc/X11/Sessions
doexe "${FILESDIR}"/Xsession
exeinto /etc/X11/xinit



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xinit/files/, x11-apps/xinit/

2019-05-15 Thread Matt Turner
commit: 491cd4d5509dd2f6866a5aaa6184c68915eb9652
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  3 22:34:37 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 15 18:51:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491cd4d5

x11-apps/xinit: Version bump to 1.4.1

Use a patch from Debian to resolve bug 379441.

Closes: https://bugs.gentoo.org/379441
Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xinit/Manifest|  1 +
 .../xinit-1.4.1-move-serverauthfile-into-tmp.patch | 22 +++
 x11-apps/xinit/xinit-1.4.1.ebuild  | 76 ++
 3 files changed, 99 insertions(+)

diff --git a/x11-apps/xinit/Manifest b/x11-apps/xinit/Manifest
index 396082655b1..8b2e86bb882 100644
--- a/x11-apps/xinit/Manifest
+++ b/x11-apps/xinit/Manifest
@@ -1 +1,2 @@
 DIST xinit-1.4.0.tar.bz2 174491 BLAKE2B 
5a613a244a22f3bb4de43ae23b8f590b41a6af2c3adb282d2a089f4b94117220d86654c16cbb20ad0a50b6aab1be65512a7a42850e9047cfca96f25af964d081
 SHA512 
53a29081130c1e195eb441ee77ccaa044b18b4cca3d2d5da3a6d67aa421dfd9718fa18b6be6232a41e40cf260c8190064c4d8d9ab771177bd5cd12e77a8fa79e
+DIST xinit-1.4.1.tar.bz2 176206 BLAKE2B 
1c20f34db344eb967ac230a0cd61ad07d0089668aea32973e9b8b9749e5260ad5d93a7f6642a4f2c8d6b01870696e4e1e422790c2954320039aa85e6dba8870a
 SHA512 
6cbc5d025a891c419f3f4493381b2fca57a67d78df866d2f16a83426f86bad6eca7f240fac12b25cbcc63df0fec41f625407184e044898602d66483715315340

diff --git 
a/x11-apps/xinit/files/xinit-1.4.1-move-serverauthfile-into-tmp.patch 
b/x11-apps/xinit/files/xinit-1.4.1-move-serverauthfile-into-tmp.patch
new file mode 100644
index 000..339b6531171
--- /dev/null
+++ b/x11-apps/xinit/files/xinit-1.4.1-move-serverauthfile-into-tmp.patch
@@ -0,0 +1,22 @@
+Move startx auth files in /tmp so they are removed on reboot.
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357736
+The trap patch didn't seem to work on reboot.
+---
+ startx.cpp |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/startx.cpp
 b/startx.cpp
+@@ -278,11 +278,11 @@ if [ x"$enable_xauth" = x1 ] ; then
+ exit 1
+ fi
+ dummy=0
+ 
+ XCOMM create a file with auth information for the server. ':0' is a dummy.
+-xserverauthfile=$HOME/.serverauth.$$
++xserverauthfile=`mktemp --tmpdir serverauth.XX`
+ trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP KILL BUS TERM
+ xauth -q -f "$xserverauthfile" << EOF
+ add :$dummy . $mcookie
+ EOF
+ #if defined(__APPLE__) || defined(__CYGWIN__)

diff --git a/x11-apps/xinit/xinit-1.4.1.ebuild 
b/x11-apps/xinit/xinit-1.4.1.ebuild
new file mode 100644
index 000..4c26bd5588c
--- /dev/null
+++ b/x11-apps/xinit/xinit-1.4.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="X Window System initializer"
+
+LICENSE="${LICENSE} GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+IUSE="+minimal"
+
+RDEPEND="
+   ! /etc/env.d/90xsession"
+   ewarn "env-update && source /etc/profile"
+   fi
+
+   if has_version "<${CATEGORY}/${PN}-1.4.1"; then
+   ewarn "Starting with ${CATEGORY}/${PN}-1.4.1 serverauth files 
are no longer kept in the"
+   ewarn "home directory but rather are created in \$TMPDIR 
(typically /tmp).  The change"
+   ewarn "is transparent for most of users, however those that use 
runtime temporary"
+   ewarn "directories cleaning tools, like app-admin/tmpreaper, 
may need to adjust them"
+   ewarn "not to remove the 'serverauth.*' files."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xinit/files/

2019-05-15 Thread Matt Turner
commit: 3ba45433f1a974b4fb6a37c3099cc731a445de8f
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 15 18:41:10 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 15 18:51:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba45433

x11-apps/xinit: Drop long-dead GTK envar

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

 x11-apps/xinit/files/startDM.sh | 4 
 1 file changed, 4 deletions(-)

diff --git a/x11-apps/xinit/files/startDM.sh b/x11-apps/xinit/files/startDM.sh
index a4bf30e31ba..640bb24b7a2 100644
--- a/x11-apps/xinit/files/startDM.sh
+++ b/x11-apps/xinit/files/startDM.sh
@@ -18,10 +18,6 @@ if ! type get_options >/dev/null 2>/dev/null ; then
[ -r "${svclib}"/sh/rc-services.sh ] && . "${svclib}"/sh/rc-services.sh
 fi
 
-# Great new Gnome2 feature, AA
-# We enable this by default
-export GDK_USE_XFT=1
-
 export RC_SVCNAME=xdm
 EXEC="$(get_options service)"
 NAME="$(get_options name)"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xinit/

2019-05-15 Thread Matt Turner
commit: d0ef4d020d04e5e968c13445ef44d7d64f6cef21
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 15 18:14:16 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 15 18:51:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ef4d02

x11-apps/xinit: Rename USE=minimal -> USE=twm

Closes: https://bugs.gentoo.org/682384
Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xinit/xinit-1.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xinit/xinit-1.4.1.ebuild 
b/x11-apps/xinit/xinit-1.4.1.ebuild
index 4c26bd5588c..7217612718e 100644
--- a/x11-apps/xinit/xinit-1.4.1.ebuild
+++ b/x11-apps/xinit/xinit-1.4.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="X Window System initializer"
 
 LICENSE="${LICENSE} GPL-2"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
-IUSE="+minimal"
+IUSE="twm"
 
 RDEPEND="
!

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

2019-05-15 Thread Andreas Sturmlechner
commit: 783aac2f542513144d7cb91e7de930e1fb6c9203
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 15 15:32:24 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 18:38:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=783aac2f

app-crypt/qca: Drop 2.1.3-r2

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

 app-crypt/qca/Manifest|  1 -
 app-crypt/qca/files/qca-2.1.3-c++11.patch | 97 ---
 app-crypt/qca/files/qca-2.1.3-deps.patch  | 38 
 app-crypt/qca/qca-2.1.3-r2.ebuild | 96 --
 4 files changed, 232 deletions(-)

diff --git a/app-crypt/qca/Manifest b/app-crypt/qca/Manifest
index 300dfbb1442..d6c3d27f3c4 100644
--- a/app-crypt/qca/Manifest
+++ b/app-crypt/qca/Manifest
@@ -1,3 +1,2 @@
-DIST qca-2.1.3.tar.xz 686340 BLAKE2B 
60ebf9add907632ed17426ee53c6c35a9aed279a4492012f1c174608cbe9579d366feb7ff7bff551d2e9e4ef2f271e8f340fcb4c9e1f67f209657d388567d44f
 SHA512 
0aec277e0695da2e45298f0a9006213829fe4c449a79969e472947db54f45000ba6e22361b782465bdc03f269b7301d318c843f5a83db459a118e58a03f3116a
 DIST qca-2.2.0.tar.xz 691264 BLAKE2B 
3b9196372c8a8f2e50a86a8a581a549d52a324cbfa919945683222d605747f7127af469a1de0310e24e823243ab4cd884a763b7baac94048e739f49d2a31dcbf
 SHA512 
2a3f73bbd73ae8f74b2b4ec143bc010b7efaba267fc3349fc681623f29a288f69e5c457597f4964f88172a98e0a7eba6d2555675704d5d7026df794b8f772e69
 DIST qca-2.2.1.tar.xz 691676 BLAKE2B 
d5bcc0d6e791811e1efcdbf2e09916fe40ad682b0e59b2993c73a5bd79e09fc28facdec81259a982bee05223c8dfce78b9a6b729ca4e566c0901a13b91575379
 SHA512 
3a0e8aa7cf3ea9a7244facaf1d521ebca2753af37636e7bf5f21c57ae880ac9682ae7d6d9fa5ce41b73568ff9538214956b89cd41228c2cb828d9068c2031a9c

diff --git a/app-crypt/qca/files/qca-2.1.3-c++11.patch 
b/app-crypt/qca/files/qca-2.1.3-c++11.patch
deleted file mode 100644
index a12f96bfcf4..000
--- a/app-crypt/qca/files/qca-2.1.3-c++11.patch
+++ /dev/null
@@ -1,97 +0,0 @@
-From 5f18ebc705ec98e883aa63cb537e36e6a08b7e34 Mon Sep 17 00:00:00 2001
-From: Alon Bar-Lev 
-Date: Tue, 21 Mar 2017 12:23:17 +0200
-Subject: [PATCH] build: fix C++11 throwing distructors
-
-For >=C++11, explicitly mark throwing destructors `noexcept(false)`
-
-Thanks: Peter-Levine 

- Doxyfile.in  | 2 +-
- src/botantools/botan/alloc_mmap/mmap_mem.cpp | 2 +-
- src/botantools/botan/botan/allocate.h| 8 +++-
- src/botantools/botan/botan/mem_pool.h| 2 +-
- src/botantools/botan/mem_pool.cpp| 2 +-
- 5 files changed, 11 insertions(+), 5 deletions(-)
-
-diff --git a/Doxyfile.in b/Doxyfile.in
-index 59d9afe..844c234 100644
 a/Doxyfile.in
-+++ b/Doxyfile.in
-@@ -1070,7 +1070,7 @@ PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS \
- # The macro definition that is found in the sources will be used. 
- # Use the PREDEFINED tag if you want to use a different macro definition.
- 
--EXPAND_AS_DEFINED  = QCA_EXPORT
-+EXPAND_AS_DEFINED  = QCA_EXPORT QCA_NOEXCEPT
- 
- # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 
- # doxygen's preprocessor will remove all function-like macros that are alone 
-diff --git a/src/botantools/botan/alloc_mmap/mmap_mem.cpp 
b/src/botantools/botan/alloc_mmap/mmap_mem.cpp
-index 362b688..54f0d23 100644
 a/src/botantools/botan/alloc_mmap/mmap_mem.cpp
-+++ b/src/botantools/botan/alloc_mmap/mmap_mem.cpp
-@@ -107,7 +107,7 @@ void* MemoryMapping_Allocator::alloc_block(u32bit n)
- umask(old_umask);
- }
- 
-- ~TemporaryFile()
-+ ~TemporaryFile() QCA_NOEXCEPT(false)
- {
- delete[] filepath;
- if(fd != -1 && close(fd) == -1)
-diff --git a/src/botantools/botan/botan/allocate.h 
b/src/botantools/botan/botan/allocate.h
-index 0ac351e..52bc397 100644
 a/src/botantools/botan/botan/allocate.h
-+++ b/src/botantools/botan/botan/allocate.h
-@@ -40,6 +40,12 @@ namespace QCA { // WRAPNS_LINE
- #include 
- namespace QCA { // WRAPNS_LINE
- 
-+#if __cplusplus >= 201103L
-+#define QCA_NOEXCEPT(x) noexcept(x)
-+#else
-+#define QCA_NOEXCEPT(x)
-+#endif
-+
- namespace Botan {
- 
- /*
-@@ -58,7 +64,7 @@ class Allocator
-   virtual void init() {}
-   virtual void destroy() {}
- 
--  virtual ~Allocator() {}
-+  virtual ~Allocator() QCA_NOEXCEPT(false) {}
-};
- 
- /*
-diff --git a/src/botantools/botan/botan/mem_pool.h 
b/src/botantools/botan/botan/mem_pool.h
-index 32834b8..1cb903e 100644
 a/src/botantools/botan/botan/mem_pool.h
-+++ b/src/botantools/botan/botan/mem_pool.h
-@@ -63,7 +63,7 @@ class Pooling_Allocator : public Allocator
-   void destroy();
- 
-   Pooling_Allocator(u32bit, bool);
--  ~Pooling_Allocator();
-+  ~Pooling_Allocator() QCA_NOEXCEPT(false);
-private:
-   

[gentoo-commits] repo/gentoo:master commit in: net-irc/epic5/files/, net-irc/epic5/

2019-05-15 Thread Andreas Sturmlechner
commit: 288a2f63a449736b4a2af033ed84efba7f458098
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 15 15:35:05 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 18:38:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288a2f63

net-irc/epic5: Drop 1.1.10-r2

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

 net-irc/epic5/Manifest |   1 -
 net-irc/epic5/epic5-1.1.10-r2.ebuild   |  78 
 .../epic5-1.1.10-ruby-automagic-as-needed.patch| 134 -
 .../epic5/files/epic5-1.1.10-socks5-libsocks.patch |  32 -
 .../epic5-1.1.10-tcl-automagic-as-needed.patch | 116 --
 .../files/epic5-1.1.10-without-localdir.patch  |  66 --
 net-irc/epic5/files/epic5-1.1.10-xlocale.patch |  11 --
 .../files/epic5-1.1.2-libarchive-automagic.patch   |  53 
 .../epic5-1.1.2-perl-automagic-as-needed.patch | 114 --
 9 files changed, 605 deletions(-)

diff --git a/net-irc/epic5/Manifest b/net-irc/epic5/Manifest
index 84edd9778ef..577557d4501 100644
--- a/net-irc/epic5/Manifest
+++ b/net-irc/epic5/Manifest
@@ -1,2 +1 @@
-DIST epic5-1.1.10.tar.bz2 851439 BLAKE2B 
13cf0f78ed2009595479fac8173b2936cf74382ec22964e00de2d84fd89c6cee661e4ea9e3d8ba44ec715ac7e861f4639b3459d3ac2d67c74cc49ad4aeebf127
 SHA512 
d0215570962253a0d5c60dacec86db1094575b0765db039247cf16b5957ba721576618ff73588610ba528782f4460fd4bbe5a1869e60e2c10d832d41ea3c6048
 DIST epic5-2.0.1.tar.xz 808612 BLAKE2B 
48bc1305f955f524e26b5a2122f061b0251b874ad102e3a95c65b15646f7d5c95f661bdbac3e6ea118ce5d5b5e3ca58a94cfce288ee32c7483ea6dc1b6d24950
 SHA512 
29721cb097946fae3d64f71be4047f8348f7821ccdea870b4c756098f07adee90f03decb2f37fc5fa5c7c9d1aac5a16f4944adc9c9bc66097ceb609c69da2e25

diff --git a/net-irc/epic5/epic5-1.1.10-r2.ebuild 
b/net-irc/epic5/epic5-1.1.10-r2.ebuild
deleted file mode 100644
index 85532830333..000
--- a/net-irc/epic5/epic5-1.1.10-r2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-
-inherit autotools ruby-single toolchain-funcs
-
-DESCRIPTION="Epic5 IRC Client"
-SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/${P}.tar.bz2";
-HOMEPAGE="http://epicsol.org/";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="archive ipv6 perl tcl ruby socks5 valgrind"
-
-RDEPEND="
-   >=dev-libs/openssl-0.9.8e-r3:0
-   >=sys-libs/ncurses-5.6-r2:0
-   virtual/libiconv
-   archive? ( app-arch/libarchive )
-   perl? ( >=dev-lang/perl-5.8.8-r2 )
-   tcl? ( dev-lang/tcl:0 )
-   socks5? ( net-proxy/dante )
-   ruby? ( ${RUBY_DEPS} )"
-DEPEND="${RDEPEND}
-   valgrind? ( dev-util/valgrind )"
-
-S=${WORKDIR}/${P}
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.1.2-libarchive-automagic.patch
-   "${FILESDIR}"/${P}-ruby-automagic-as-needed.patch
-   "${FILESDIR}"/${P}-tcl-automagic-as-needed.patch
-   "${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch
-   "${FILESDIR}"/${P}-without-localdir.patch
-   "${FILESDIR}"/${P}-socks5-libsocks.patch
-   "${FILESDIR}"/${P}-xlocale.patch
-)
-
-src_prepare() {
-   default
-   eautoconf
-}
-
-src_configure() {
-   # Because of our REQUIRED_USE constraints above, we know that
-   # ruby_get_use_implementations will only ever return one ruby
-   # implementation.
-   econf \
-   --libexecdir="${EPREFIX}"/usr/lib/misc \
-   $(use_with archive libarchive) \
-   $(use_with ipv6) \
-   $(use_with perl) \
-   $(use_with ruby) \
-   $(use_with socks5) \
-   $(use_with tcl tcl "${EPREFIX}"/usr/$(get_libdir)/tclConfig.sh) 
\
-   $(use_with valgrind valgrind)
-}
-
-src_compile() {
-   # parallel build failure
-   emake -j1
-}
-
-src_install () {
-   default
-
-   dodoc BUG_FORM COPYRIGHT EPIC4-USERS-README README KNOWNBUGS VOTES
-
-   cd "${S}"/doc || die
-   docinto doc
-   dodoc \
-   *.txt colors EPIC* IRCII_VERSIONS missing \
-   nicknames outputhelp README.SSL SILLINESS TS4
-}

diff --git a/net-irc/epic5/files/epic5-1.1.10-ruby-automagic-as-needed.patch 
b/net-irc/epic5/files/epic5-1.1.10-ruby-automagic-as-needed.patch
deleted file mode 100644
index ba277ca8f60..000
--- a/net-irc/epic5/files/epic5-1.1.10-ruby-automagic-as-needed.patch
+++ /dev/null
@@ -1,134 +0,0 @@
-From: Nathan Phillip Brink 
-Subject: Fix up linking against libruby when using
-   LDFLAGS=-Wl,--as-needed. Also allow ruby to be a non-automagic
-   dependency.
-
 a/configure.in Tue Mar 25 07:39:34 2014 +
-+++ b/configure.in Tue Mar 25 07:55:14 2014 +
-@@ -1168,34 +1168,28 @@
- dnl
- dnl Ruby support?
- dnl
--AC_ARG_WIT

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

2019-05-15 Thread Andreas Sturmlechner
commit: d8a9c989e4de6b802ed38819720505e4b2766087
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 15 15:36:16 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 18:38:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a9c989

media-libs/opusfile: Drop 0.6 and 0.10

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

 media-libs/opusfile/Manifest |  2 --
 media-libs/opusfile/opusfile-0.10.ebuild | 37 
 media-libs/opusfile/opusfile-0.6.ebuild  | 32 ---
 3 files changed, 71 deletions(-)

diff --git a/media-libs/opusfile/Manifest b/media-libs/opusfile/Manifest
index e98442e4475..a951fd3a783 100644
--- a/media-libs/opusfile/Manifest
+++ b/media-libs/opusfile/Manifest
@@ -1,3 +1 @@
-DIST opusfile-0.10.tar.gz 467700 BLAKE2B 
eab1c5eadd13ad574590c5b6a4bf8cc7f82ec0d723c240a0ce8104e108772549a4c81dd244aa61d310f0f432b2426a6e74de3c7b06aa8ab7e2f33e1c3692a826
 SHA512 
302601c31ca28bff175cefa99ac16177122a786d043be229616e2c98b7ffaf4a96b8bb17ca16e31240325a92763f417315b54d8f1b2f4f63f445cb7ad43c4a37
 DIST opusfile-0.11.tar.gz 467420 BLAKE2B 
e3e6ee2d1d4c7030bdd5f7ec14503d46ebbfcbc4481ab4652a0be9171d45fe2e855e0f17801cf28fda66f44496ba9f9a2996af7e5aaf5b008e4c3b14263f3160
 SHA512 
ec3e282310cc4f25475c27b7bc8d1652dcb25d3ac6badf87bd1b4e5397fbe106a0dab81c60d88d198003a23d8a2c9bae8b661edc9b31433effeca438ce56a349
-DIST opusfile-0.6.tar.gz 437980 BLAKE2B 
13250d08f9cc9564541bbe116c5482e5b9a0de1c28a8a9e9509b1019cb75d40caefc2b8eb0ad444bb67e05cc4d0813b7b3f1783e4d136201c71200b04f7690c2
 SHA512 
6fee48f3da21eeffed1ee5a3852234032aa559335225b07383c1104f5efba2f88aebe41c453ab2de472a69766e0fa9b48bec2f97d2a096b27afa96901802ba02

diff --git a/media-libs/opusfile/opusfile-0.10.ebuild 
b/media-libs/opusfile/opusfile-0.10.ebuild
deleted file mode 100644
index a71ac3c1742..000
--- a/media-libs/opusfile/opusfile-0.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A high-level decoding and seeking API for .opus files"
-HOMEPAGE="https://www.opus-codec.org/";
-SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc fixed-point +float +http libressl static-libs"
-
-RDEPEND="media-libs/libogg
-   media-libs/opus
-   http? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )"
-
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-REQUIRED_USE="^^ ( fixed-point float )"
-
-src_configure() {
-   local myeconfargs=(
-   --docdir=/usr/share/doc/${PF}
-   $(use_enable doc)
-   $(use_enable fixed-point)\
-   $(use_enable float)
-   $(use_enable http)
-   $(use_enable static-libs static)
-   )
-   econf "${myeconfargs[@]}"
-}

diff --git a/media-libs/opusfile/opusfile-0.6.ebuild 
b/media-libs/opusfile/opusfile-0.6.ebuild
deleted file mode 100644
index 5bac349dcd5..000
--- a/media-libs/opusfile/opusfile-0.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A high-level decoding and seeking API for .opus files"
-HOMEPAGE="https://www.opus-codec.org/";
-SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="doc fixed-point +float +http static-libs"
-
-RDEPEND="media-libs/libogg
-   media-libs/opus
-   http? ( dev-libs/openssl:0= )"
-
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-REQUIRED_USE="^^ ( fixed-point float )"
-
-src_configure() {
-   econf \
-   --docdir=/usr/share/doc/${PF} \
-   $(use_enable doc) \
-   $(use_enable fixed-point)\
-   $(use_enable float) \
-   $(use_enable http) \
-   $(use_enable static-libs static)
-}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/httperf/

2019-05-15 Thread Andreas Sturmlechner
commit: f73fd13f22a52c62f4024100f890c6c752bbbd38
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 15 15:25:45 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 18:38:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73fd13f

app-benchmarks/httperf: Drop 0.9.1_p20161228

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

 app-benchmarks/httperf/Manifest|  1 -
 .../httperf/httperf-0.9.1_p20161228.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/app-benchmarks/httperf/Manifest b/app-benchmarks/httperf/Manifest
index 0ec16e30972..2c7c897714b 100644
--- a/app-benchmarks/httperf/Manifest
+++ b/app-benchmarks/httperf/Manifest
@@ -1,2 +1 @@
-DIST httperf-0.9.1_p20161228.tar.gz 106357 BLAKE2B 
fa35d47a9e59bd8d8979e2a56ef8e5966c8e83a0a738e0995730efb2721344bcfa6187581b04a05ec2ca7f3424072894c7c10dd63cc1a4a2bb4c0f29df2a0a6c
 SHA512 
e5dbb400e4ab0db3cc1621731d99af9261574a8a1da4279c722ebbd80537d0aae2a3d662f4d51eb9130bc98823c2786710c7819a0144f4ae3f8cf153e28d7dfa
 DIST httperf-0.9.1_p2018.tar.gz 107070 BLAKE2B 
044f45b0d4b17bc714a718835be1e713092fe7f6d6573df237ba87791e5783e8f60d1218f29e01473ccdeec3b461d3ab7d35d68a1037ee693865a37fd78b7ea5
 SHA512 
34cc92f3de6d1dadc3fedc5b5f617538b76787496f9dd28b7800866abaf96c7410765d4bb0989000910bf2b51433292c0a7009fe64ba4fd29889ce96cc4d10fc

diff --git a/app-benchmarks/httperf/httperf-0.9.1_p20161228.ebuild 
b/app-benchmarks/httperf/httperf-0.9.1_p20161228.ebuild
deleted file mode 100644
index a2c8547ee1c..000
--- a/app-benchmarks/httperf/httperf-0.9.1_p20161228.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools vcs-snapshot
-
-MY_COMMIT_HASH="cc888437e4572ec29a4a7209f34fbd39c31600f5"
-
-DESCRIPTION="A tool from HP for measuring web server performance"
-HOMEPAGE="https://github.com/httperf/httperf";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_COMMIT_HASH}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="amd64 ~mips x86 ~amd64-linux ~x64-macos"
-IUSE="debug libressl idleconn"
-
-RDEPEND="!libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   idleconn? ( dev-libs/libevent:0= )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --bindir="${EPREFIX}"/usr/bin
-   $(use_enable debug)
-   $(use_enable idleconn)
-   )
-
-   econf "${myeconfargs[@]}"
-}



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

2019-05-15 Thread Andreas Sturmlechner
commit: 7f300abfbeb7d52b01dc6d613074ee1bf5c9ebbb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 15 15:30:37 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 18:38:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f300abf

net-libs/libetpan: Drop 1.8 and 1.9.2

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

 net-libs/libetpan/Manifest  |  2 -
 net-libs/libetpan/libetpan-1.8.ebuild   | 75 
 net-libs/libetpan/libetpan-1.9.2.ebuild | 76 -
 3 files changed, 153 deletions(-)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 7bebc449a5e..f27bf806618 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,3 +1 @@
-DIST libetpan-1.8.tar.gz 6188927 BLAKE2B 
730d9fc545ea2fbd4dbc0eaf3cdbd0540ec85984dee5448c5f22c83ad12e568a9e066e53734da96ef6a9c77942e5aea2eb241c2228f0ca7577755e67646aa589
 SHA512 
a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd
-DIST libetpan-1.9.2.tar.gz 6191522 BLAKE2B 
a5b3b93c94596d64b49150680a2599c930b5f010d29be7fbd325e43ba82b8d61032bae65155d2c5e0e2bbcd219db3d916b10a6ce5a98df2ac31fb88811491d71
 SHA512 
3e2e1de77fae2212374e909d15ed8564eee90883c38fee0ca69f58785733b1ac2df848da1bda6f55577d647e0ad27bc3057199e70b6ef01f2a7e2823b24113ba
 DIST libetpan-1.9.3.tar.gz 549 BLAKE2B 
1664d93b112410a86935438aae5ff40202a9c10675701d40b60edf81e4f8bac45fb1f407e03714a37465c41a22c1b9fcbbc517d76dc47f812e154c932e05e600
 SHA512 
66e504fbf82445819845a3f1dcb8dc48ad2440993134d43752c754463cee2434a30080718687cd05c579f0da8df6b0f6dfc7572f2882d0dd9dfd327b4ae11fd6

diff --git a/net-libs/libetpan/libetpan-1.8.ebuild 
b/net-libs/libetpan/libetpan-1.8.ebuild
deleted file mode 100644
index b6dfb6cdbfb..000
--- a/net-libs/libetpan/libetpan-1.8.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
-HOMEPAGE="http://libetpan.sourceforge.net/";
-SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
-
-DEPEND="sys-libs/zlib
-   berkdb? ( sys-libs/db:= )
-   ssl? (
-   gnutls? ( net-libs/gnutls:= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   sasl? ( dev-libs/cyrus-sasl:2 )
-   liblockfile? ( net-libs/liblockfile )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.0-nonnull.patch
-)
-
-pkg_setup() {
-   if use gnutls && ! use ssl ; then
-   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
-   ewarn "No ssl support will be available in ${PN}."
-   fi
-}
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e "s/-O2 -g//" \
-   configure.ac
-
-   eautoreconf
-}
-
-src_configure() {
-   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
-   # libtool recognises it as valid shell (bug #300211)
-   use prefix && export CONFIG_SHELL=${BASH}
-   # The configure script contains an error, in that it doesn't check the
-   # argument of --enable-{debug,optim}, hence --disable-debug results in
-   # --enable-debug=no, which isn't checked and debugging flags are blindly
-   # injected.  So, avoid passing --disable-debug when we don't need it.
-   local myeconfargs=(
-   $(usex debug '--enable-debug' '')
-   $(use_enable berkdb db)
-   $(use_with sasl)
-   $(use_enable ipv6)
-   $(use_enable liblockfile lockfile)
-   $(usex ssl "$(use_with gnutls) $(use_with !gnutls openssl)" 
'--without-gnutls --without-openssl')
-   $(use_enable static-libs static)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   if ! use static-libs ; then
-   find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-   fi
-}

diff --git a/net-libs/libetpan/libetpan-1.9.2.ebuild 
b/net-libs/libetpan/libetpan-1.9.2.ebuild
deleted file mode 100644
index d364a29f58e..000
--- a/net-libs/libetpan/libetpan-1.9.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="A portable, efficient middleware

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-05-15 Thread Andreas Sturmlechner
commit: d06d11eb0c2311b917453eb1b5c2b946f4fbb0dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 15 15:26:25 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 18:38:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06d11eb

net-mail/fetchmail: Drop old

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

 net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild |  98 -
 net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild | 100 --
 2 files changed, 198 deletions(-)

diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild 
b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
deleted file mode 100644
index 03a7c8379d1..000
--- a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk"
-
-inherit python-single-r1 user systemd toolchain-funcs autotools eutils
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="http://www.fetchmail.info/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-IUSE="ssl nls kerberos tk socks"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6 )
-   kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
-   socks? ( net-proxy/dante )
-   tk? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-
-   epatch "${FILESDIR}"/${P}-python-optional.patch
-   epatch "${FILESDIR}"/${P}-tests.patch
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   $(use_with socks)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   # fetchmail's homedir (holds fetchmail's .fetchids)
-   keepdir /var/lib/${PN}
-   fowners ${PN}:${PN} /var/lib/${PN}
-   fperms 700 /var/lib/${PN}
-
-   default
-
-   dohtml *.html
-
-   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
-   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
-
-   docinto contrib
-   local f
-   for f in contrib/* ; do
-   [ -f "${f}" ] && dodoc "${f}"
-   done
-
-   use tk && python_optimize
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
-   elog "the polling delay used by the fetchmail init script."
-   fi
-}

diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild 
b/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild
deleted file mode 100644
index f5210c26d37..000
--- a/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk"
-
-inherit python-single-r1 user systemd toolchain-funcs autotools eutils
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="http://www.fetchmail.info/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-IUSE="ssl nls kerberos tk socks"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6 )
-   kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
-   socks? ( net-proxy/dante )
-   tk? ( ${PYTHON_DEPS} )"
-

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/font-awesome-rails/

2019-05-15 Thread Hans de Graaff
commit: 7a171636d862ceac099699f72f03f4b6b85bc503
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 15 18:27:49 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 15 18:29:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a171636

dev-ruby/font-awesome-rails: cleanup

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

 dev-ruby/font-awesome-rails/Manifest   |  1 -
 .../font-awesome-rails-4.7.0.4.ebuild  | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-ruby/font-awesome-rails/Manifest 
b/dev-ruby/font-awesome-rails/Manifest
index 1ef7fea6b44..1fde563b34b 100644
--- a/dev-ruby/font-awesome-rails/Manifest
+++ b/dev-ruby/font-awesome-rails/Manifest
@@ -1,2 +1 @@
-DIST font-awesome-rails-4.7.0.4.gem 637952 BLAKE2B 
f964a71357ceaf185974b47302b589ad48c6e10bc809fe7f36488a4462ce2059937f003fe2743a984130f63603f5b39567b02495df847b6998552f09762fc440
 SHA512 
d8b2a7fc8c17db0e627055bb3640c223b0b266d1b9d4e0f0e96291e6f40e24cd35ba8cac4ebd0d1cbf242f6292b3ef182dc104aa569f3fdd5a33709e2ee2c50b
 DIST font-awesome-rails-4.7.0.5.gem 637952 BLAKE2B 
b4d4c8391fc3ff7fd9874c1c3d1ddcb60ea36999f8ab6ccaa5797c1d6b47adf9b70bf323b2f32c8c518ce8b96750e1cddcb9d2ff32f8718570f0c36ef18d2a48
 SHA512 
431d5a76ba6618d9b505c599a28243038f6550c44b8bee930875e0294c724135aca40e5b591f999c98488fb35d362482eb5a53719a4e026c60ea08804781

diff --git a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.4.ebuild 
b/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.4.ebuild
deleted file mode 100644
index d7483f2b828..000
--- a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Font-awesome for the asset pipeline"
-HOMEPAGE="https://github.com/bokmann/font-awesome-rails 
https://rubygems.org/gems/font-awesome-rails";
-
-LICENSE="MIT OFL"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/railties-3.2:*"



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

2019-05-15 Thread Hans de Graaff
commit: f64b0b72dbba4f3ec86050f10fcb139c4ed0f9eb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 15 18:04:23 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 15 18:29:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64b0b72

dev-ruby/faker: cleanup

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

 dev-ruby/faker/Manifest   |  1 -
 dev-ruby/faker/faker-1.9.1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-ruby/faker/Manifest b/dev-ruby/faker/Manifest
index ccc282dd668..9012e8ccc7f 100644
--- a/dev-ruby/faker/Manifest
+++ b/dev-ruby/faker/Manifest
@@ -1,2 +1 @@
-DIST faker-1.9.1.tar.gz 677933 BLAKE2B 
e26c0af68fec712fe22a4510f4d9e7af689f7473fa6fcc208d7784aa0e50f10834ee6cf4ccfaef5bf63ed26cfe9bbe0c06492fb0aafb5850002b8c26f06cd31b
 SHA512 
f7363d795b3b3462bc331a591740227e1ae0852d2dd02ac9b0648244ee55e52967422b55e38d4b72e1b7a2b2758151481844a83a3461f820f5f434269cda2367
 DIST faker-1.9.3.tar.gz 974178 BLAKE2B 
456cff1c57de07f6f0a5d068e45bcc76db6205bd3ab91aae12584bd5342d6ab0ce7e35f7d681915eab371f4211cc1d24443d5496dd31c8a406d73119aed56828
 SHA512 
b521372e152ce035363e31b140085210bd78763aa45d9e37867b727accd868fcaea7c5b5c07a5795e859dcdbf48ca49233083de231f771e6b7ae7705487c9e32

diff --git a/dev-ruby/faker/faker-1.9.1.ebuild 
b/dev-ruby/faker/faker-1.9.1.ebuild
deleted file mode 100644
index 8a2bd187e78..000
--- a/dev-ruby/faker/faker-1.9.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-RUBY_FAKEGEM_GEMSPEC="faker.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for generating fake data such as names, addresses, and 
phone numbers"
-HOMEPAGE="https://github.com/stympy/faker";
-SRC_URI="https://github.com/stympy/faker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/i18n-0.7:*"
-
-ruby_add_bdepend "test? ( dev-ruby/timecop )"
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/,/^end/ s:^:#:' test/test_helper.rb || die
-}



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

2019-05-15 Thread Hans de Graaff
commit: cb0a147694e27e1ed06aef4d9f11ced9a2f237f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 15 18:11:20 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 15 18:29:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0a1476

dev-ruby/facter: add ruby26

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

 dev-ruby/facter/facter-3.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/facter/facter-3.13.2.ebuild 
b/dev-ruby/facter/facter-3.13.2.ebuild
index 1f3d2812887..73d4aa321d5 100644
--- a/dev-ruby/facter/facter-3.13.2.ebuild
+++ b/dev-ruby/facter/facter-3.13.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 # git-r3 goes after ruby-ng so that it overrides src_unpack properly
 inherit cmake-utils eutils multilib ruby-ng



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

2019-05-15 Thread Hans de Graaff
commit: 3b86237fb4135408f9c3b7fdbb84b52916bca107
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 15 18:07:32 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 15 18:29:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b86237f

dev-ruby/faker: add ruby26

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

 dev-ruby/faker/faker-1.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/faker/faker-1.9.3.ebuild 
b/dev-ruby/faker/faker-1.9.3.ebuild
index 42cf62d0cc2..20d9ef8c420 100644
--- a/dev-ruby/faker/faker-1.9.3.ebuild
+++ b/dev-ruby/faker/faker-1.9.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="none"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/font-awesome-rails/

2019-05-15 Thread Hans de Graaff
commit: 2cee5b6b19846259862133013092eca94650a424
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 15 18:28:54 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 15 18:29:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cee5b6b

dev-ruby/font-awesome-rails: add ruby26

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

 dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.5.ebuild 
b/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.5.ebuild
index 3cca83f9051..3d736f10c43 100644
--- a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.5.ebuild
+++ b/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby24 ruby25"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_TASK_TEST=""



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

2019-05-15 Thread Hans de Graaff
commit: 381dffbfda0e435b8804be014ddfd8f510b40634
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 15 18:27:07 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 15 18:29:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381dffbf

dev-ruby/file-tail: add 1.2.0

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

 dev-ruby/file-tail/file-tail-1.2.0.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/file-tail/file-tail-1.2.0.ebuild 
b/dev-ruby/file-tail/file-tail-1.2.0.ebuild
index e60211d022b..b04bfd77744 100644
--- a/dev-ruby/file-tail/file-tail-1.2.0.ebuild
+++ b/dev-ruby/file-tail/file-tail-1.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 
@@ -29,4 +29,6 @@ ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
 
 each_ruby_test() {
ruby-ng_testrb-2 -Ilib tests/*_test.rb
+
+   rm -f test.*
 }



[gentoo-commits] repo/gentoo:master commit in: media-gfx/openscad/, media-gfx/openscad/files/

2019-05-15 Thread Andreas Sturmlechner
commit: 2f39ea71ddb4d2008a1ab414493196d3c94e05b7
Author: Bernd Waibel  gmail  com>
AuthorDate: Wed May 15 16:01:55 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 18:27:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f39ea71

media-gfx/openscad: fix boost-1.70.0 build

Fixes a build issue with >=boost-1.69

Closes: https://bugs.gentoo.org/684038
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernd Waibel  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12003
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/openscad-2015.03_p3_fix-boost-1.70.0-build.patch  | 13 +
 media-gfx/openscad/openscad-2015.03_p3-r1.ebuild|  5 -
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git 
a/media-gfx/openscad/files/openscad-2015.03_p3_fix-boost-1.70.0-build.patch 
b/media-gfx/openscad/files/openscad-2015.03_p3_fix-boost-1.70.0-build.patch
new file mode 100644
index 000..7684eba92e8
--- /dev/null
+++ b/media-gfx/openscad/files/openscad-2015.03_p3_fix-boost-1.70.0-build.patch
@@ -0,0 +1,13 @@
+diff --git a/src/CSGTermEvaluator.cc b/src/CSGTermEvaluator.cc
+index 6416f29..b3753cf 100644
+--- a/src/CSGTermEvaluator.cc
 b/src/CSGTermEvaluator.cc
+@@ -109,7 +109,7 @@ static shared_ptr 
evaluate_csg_term_from_geometry(const State &state,
+   shared_ptr ps = 
dynamic_pointer_cast(geom);
+   // Since is_convex() doesn't handle non-planar faces, 
we need to tessellate
+   // also in the indeterminate state so we cannot just 
use a boolean comparison. See #1061
+-  bool convex = ps->convexValue();
++  bool convex{ps->convexValue()};
+   if (ps && !convex) {
+   assert(ps->getDimension() == 3);
+   PolySet *ps_tri = new PolySet(3, 
ps->convexValue());

diff --git a/media-gfx/openscad/openscad-2015.03_p3-r1.ebuild 
b/media-gfx/openscad/openscad-2015.03_p3-r1.ebuild
index 1b34fa207c5..043c1d22a21 100644
--- a/media-gfx/openscad/openscad-2015.03_p3-r1.ebuild
+++ b/media-gfx/openscad/openscad-2015.03_p3-r1.ebuild
@@ -41,7 +41,10 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}/${PN}-2015.03_p2_uic_tr_fix.patch" )
+PATCHES=(
+   "${FILESDIR}/${PN}-2015.03_p2_uic_tr_fix.patch"
+   "${FILESDIR}/${PN}-2015.03_p3_fix-boost-1.70.0-build.patch"
+)
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2019-05-15 Thread Sergei Trofimovich
commit: eb31e4115aea4deb14a739e4a40c10eebf68e31a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed May 15 18:13:17 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 15 18:13:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb31e411

dev-lang/elixir: drop old

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

 dev-lang/elixir/Manifest|  2 --
 dev-lang/elixir/elixir-1.7.4.ebuild | 28 
 dev-lang/elixir/elixir-1.8.0.ebuild | 28 
 3 files changed, 58 deletions(-)

diff --git a/dev-lang/elixir/Manifest b/dev-lang/elixir/Manifest
index 3c883063fb4..6c9c2b326a6 100644
--- a/dev-lang/elixir/Manifest
+++ b/dev-lang/elixir/Manifest
@@ -1,6 +1,4 @@
 DIST elixir-1.4.5.tar.gz 1829098 BLAKE2B 
bc8e2beafe53c3af507215d913558e295370ed8d3731c8b013f5d1cd2ad1d8a4fad4b3fe1a7ee3397470916f6f6687436ecbaa06c85c47f4b52aa0331b7dad23
 SHA512 
3fe659a739ded54bfc7d05a96acf3061c860e44cfd7700651d138c7e21997c5703cc62d2bd3b7a258b27064bb222dfdcdc01e4d017451f522f9658a039073611
 DIST elixir-1.6.6.tar.gz 2078742 BLAKE2B 
4a793ac55db97c1d604d5f0012758d039f4a26eff5866a2ad2b90010f8477a8f62cc8f01a391f93133c927c5da5494b6d10b76f087a4af1206da977b0ec14a17
 SHA512 
62010100274b99423bb6a660e34ef53a702250a09371ef4b49ec03a3afe8761611b3734aea31763afa361560eb74c6d23e022d4d9bc4453c1bdef36bb37f9b4d
-DIST elixir-1.7.4.tar.gz 2139938 BLAKE2B 
8515fbbb89db64efbda8834f2368ee4391a4e0ed042812a059f0d640b0c9028bec330ba192aaec7988d83635bbc25d2a6891236571c3817a76f6477594899b94
 SHA512 
594e76601e0d6f7eeddfcaa9b76a2e5c66f702a497599fffc5e9255790c18ac5e00b986fc45fd3b90335522f51272bcd4bcf2b9f8951b94eebfb1d56ac7cebc2
-DIST elixir-1.8.0.tar.gz 2179052 BLAKE2B 
5bbeb9133360509974c874365ceec1f9ee225b19124817f480a4789936d310ee52624eefb58598dc63b6c30c4f8d0ff512b1472656ed8f6c3fc5c2df207b8d0d
 SHA512 
6a917c4499f543a2e2cd33bebb3a2b5a5cbf848ece53eb5bc9625297185d058307024da305d7ae4211086ef172cd6bf1de9fe8cbc7768f34b0fcc5cbf661b433
 DIST elixir-1.8.1.tar.gz 2177865 BLAKE2B 
2f078849eb7ebd8a5b1ac3e894e6340146a0e72c462a251be529d404128478a4e4c913653e85797a3ced035de38ae4de93b84f65df9b6174206e41e00da9e3dd
 SHA512 
114970707505cbf89f8fa55d5c54989dded7feb39cb3674e88f64e19f1a0680086ae49c856fb76fb7eaf0142fa0a0b81b1d5b9570825e05f083a9c580b0ca017
 DIST elixir-1.8.2.tar.gz 2178731 BLAKE2B 
d96d86f2919556f1f60656e61b0cca121abf9a9de2b31d7d3a17d24f11211107dd9e92ac502cbc9e165aad360ad9a8a20948fa9be73f6cae7ab00eb7dd07fb83
 SHA512 
0b30fec1cdc85884c1076e10c6e594b1855a325ae8c070bb3bd9af11998b21b273d7185b59954183b1fd525a2852a61be9c2eec54d9adb8ec1fdeb0200714857

diff --git a/dev-lang/elixir/elixir-1.7.4.ebuild 
b/dev-lang/elixir/elixir-1.7.4.ebuild
deleted file mode 100644
index e82dfcd159d..000
--- a/dev-lang/elixir/elixir-1.7.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Elixir programming language"
-HOMEPAGE="https://elixir-lang.org";
-SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 ErlPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/erlang-18[ssl]"
-# 'mix' tool collides with sci-biology/phylip, bug #537514
-RDEPEND="${DEPEND}
-   !!sci-biology/phylip
-"
-
-src_compile() {
-   emake Q=""
-}
-
-src_install() {
-   emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" 
install
-   dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
-}

diff --git a/dev-lang/elixir/elixir-1.8.0.ebuild 
b/dev-lang/elixir/elixir-1.8.0.ebuild
deleted file mode 100644
index e82dfcd159d..000
--- a/dev-lang/elixir/elixir-1.8.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Elixir programming language"
-HOMEPAGE="https://elixir-lang.org";
-SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 ErlPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/erlang-18[ssl]"
-# 'mix' tool collides with sci-biology/phylip, bug #537514
-RDEPEND="${DEPEND}
-   !!sci-biology/phylip
-"
-
-src_compile() {
-   emake Q=""
-}
-
-src_install() {
-   emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" 
install
-   dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
-}



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

2019-05-15 Thread Matt Turner
commit: 4b448647976be7c342181f2b91f42011372c76a9
Author: Mike Lothian  fireburn  co  uk>
AuthorDate: Tue May 14 10:42:39 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 15 18:04:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b448647

media-libs/mesa: Add dependency on glslang when enabling vulkan-overlay

Closes: https://bugs.gentoo.org/685490
Closes: https://github.com/gentoo/gentoo/pull/11994
Signed-off-by: Mike Lothian  fireburn.co.uk>
Signed-off-by: Matt Turner  gentoo.org>

 media-libs/mesa/mesa-19.1.0_rc1.ebuild | 1 +
 media-libs/mesa/mesa-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-libs/mesa/mesa-19.1.0_rc1.ebuild 
b/media-libs/mesa/mesa-19.1.0_rc1.ebuild
index b8a32420fa6..20146f77c70 100644
--- a/media-libs/mesa/mesa-19.1.0_rc1.ebuild
+++ b/media-libs/mesa/mesa-19.1.0_rc1.ebuild
@@ -123,6 +123,7 @@ RDEPEND="
!video_cards_i965? ( ${LIBDRM_DEPSTRING}[video_cards_intel] )
)
video_cards_i915? ( ${LIBDRM_DEPSTRING}[video_cards_intel] )
+   vulkan-overlay? ( dev-util/glslang:0=[${MULTILIB_USEDEP}] )
 "
 for card in ${RADEON_CARDS}; do
RDEPEND="${RDEPEND}

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index b8a32420fa6..20146f77c70 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -123,6 +123,7 @@ RDEPEND="
!video_cards_i965? ( ${LIBDRM_DEPSTRING}[video_cards_intel] )
)
video_cards_i915? ( ${LIBDRM_DEPSTRING}[video_cards_intel] )
+   vulkan-overlay? ( dev-util/glslang:0=[${MULTILIB_USEDEP}] )
 "
 for card in ${RADEON_CARDS}; do
RDEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/, profiles/arch/ia64/, profiles/arch/hppa/, ...

2019-05-15 Thread Matt Turner
commit: 29063f8e6004040759d369e1f7457832cbb92b9d
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 15 18:01:12 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 15 18:04:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29063f8e

profiles: package.use.mask vulkan-overlay with vulkan

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

 profiles/arch/alpha/package.use.mask   | 2 +-
 profiles/arch/arm/package.use.mask | 2 +-
 profiles/arch/arm64/package.use.mask   | 2 +-
 profiles/arch/hppa/package.use.mask| 2 +-
 profiles/arch/ia64/package.use.mask| 2 +-
 profiles/arch/mips/package.use.mask| 2 +-
 profiles/arch/powerpc/package.use.mask | 2 +-
 profiles/arch/s390/package.use.mask| 2 +-
 profiles/arch/sh/package.use.mask  | 2 +-
 profiles/arch/sparc/package.use.mask   | 2 +-
 profiles/default/bsd/package.use.mask  | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 99f29e6cb0d..de08d9bd5ed 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -79,7 +79,7 @@ dev-db/mariadb numa
 
 # Michał Górny  (08 Aug 2017)
 # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
-media-libs/mesa vulkan
+media-libs/mesa vulkan vulkan-overlay
 
 # Michał Górny  (08 Aug 2017)
 # Requires USE=seccomp that is masked in this profile.

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index c976d408b42..1219a0ab526 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -143,7 +143,7 @@ dev-python/ipython test
 
 # Michał Górny  (08 Aug 2017)
 # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
-media-libs/mesa vulkan
+media-libs/mesa vulkan vulkan-overlay
 
 # Michał Górny  (08 Aug 2017)
 # Requires USE=opencl that is masked in this profile.

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index d2d62d9fdc0..96decba1d65 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -263,7 +263,7 @@ app-office/libreoffice coinmp
 
 # Michał Górny  (08 Aug 2017)
 # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
-media-libs/mesa vulkan
+media-libs/mesa vulkan vulkan-overlay
 
 # Alexis Ballier  (31 Jul 2017)
 # Passes -mfpu=neon with neon enabled

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 21f228d2646..e87d4720819 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -45,7 +45,7 @@ app-forensics/sleuthkit java
 
 # Michał Górny  (08 Aug 2017)
 # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
-media-libs/mesa vulkan
+media-libs/mesa vulkan vulkan-overlay
 
 # Michał Górny  (08 Aug 2017)
 # Requires USE=redis that is masked in this profile.

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 0dbd7ed84bc..0e97607f49a 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -49,7 +49,7 @@ media-libs/sdl-mixer midi
 
 # Michał Górny  (08 Aug 2017)
 # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
-media-libs/mesa vulkan
+media-libs/mesa vulkan vulkan-overlay
 
 # Michał Górny  (08 Aug 2017)
 # Requires USE=seccomp that is masked in this profile.

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index f0b27e2c7ac..1d5e95348d8 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -23,7 +23,7 @@ sys-kernel/mips-sources -ip27 -ip28 -ip30
 
 # Michał Górny  (08 Aug 2017)
 # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
-media-libs/mesa vulkan
+media-libs/mesa vulkan vulkan-overlay
 
 # Michał Górny  (08 Aug 2017)
 # Requires USE=opencl that is masked in this profile.

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 582f16ad927..e396d95c340 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -98,7 +98,7 @@ sys-power/nut ups_drivers_nut-ipmipsu
 
 # Michał Górny  (08 Aug 2017)
 # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
-media-libs/mesa vulkan
+media-libs/mesa vulkan vulkan-overlay
 
 # Michał Górny  (08 Aug 2017)
 # Requires USE=opencl that is masked in this profile.

diff --git a/profiles/arch/s390/package.use.mask 
b/profiles/arch/s390/package.use.mask
index 9be59ffbb2d..a8c3ad7e104 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -33,7 +33,7 @@ net-analyzer/rrdtool rados
 
 # Michał Górny  (08 Aug 2017)
 # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
-media-libs/mesa vulkan
+media-libs/mesa vulkan vulkan-overlay
 
 # Robin H. Johnson  (05 Aug 2017)
 # 

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

2019-05-15 Thread Matt Turner
commit: cac986b6827b28cfefc86ff92c38869d8d74cf08
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 15 18:03:31 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 15 18:04:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac986b6

media-libs/mesa: Version bump to 19.1.0_rc2

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

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-19.1.0_rc2.ebuild | 538 +
 2 files changed, 539 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 0910a18ad64..340ed2b2682 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -3,3 +3,4 @@ DIST mesa-19.0.2.tar.xz 11959876 BLAKE2B 
4d82a339a1577fb156b48d330157894891326f3
 DIST mesa-19.0.3.tar.xz 11963844 BLAKE2B 
7d8bae717c0a2a6143d3aee35852145a2032d40ad7f4edcd76eec46392f3917787592d13f9695de54a15ea5bcb3dec3181c418ddfb5b69a3e1b52fb796f04eab
 SHA512 
aa170577252aa4157e4bd49076bbf6207e4aada9fc9f23b255de332e816f9c63e5661f752f2f276dd43e232a8926866004e2a2ff9ad4b411330969c2a9a7ffa0
 DIST mesa-19.0.4.tar.xz 11964060 BLAKE2B 
5c0d0c6e019792ff6cd195f3b59303e2230fa32c24aa1524c3cccddc56ef6634732e79ff03c7bb20055c0489dbdd7cc103b27989179602f3c9ab332afd531d1a
 SHA512 
431cd9360e1f6376e0966daf82322877b3833032c800f2d86816b37a6f3978d76294a01c3905a01af610582c9541c2a8b52b2e89c56cc954651aa7a790e84ca5
 DIST mesa-19.1.0-rc1.tar.xz 10877180 BLAKE2B 
1ea358595875fbe46b58f5445762cec0c0bd6ee087ce9819237373e2b41aacb64365ac9832b20b9f5fb8838c3d2c6c929cd642bba18b99c7ef153ca124135918
 SHA512 
a56215882a7c22b7b8fe57d5703914d674841e4045676e2cc2e7834d17f4d5a765516bec4f01eea6772c50e1d979cc430e032302f38c6e7a4274bc43a4d647b1
+DIST mesa-19.1.0-rc2.tar.xz 10876808 BLAKE2B 
2da9603ea7ec5c1de94ee24c3200f570e4ea127601f370230dc1bf1b64167c6d405fbd6bdb4cdae6be46ed0ff1610f12c0445c3f5a65dd6559e91b6f664872ca
 SHA512 
4d04bec48cbfb17d6dbe7b7700083612e46cbaad3e3630d6219fd1988f5e793cdb5100b8c2531a94b6078f8bb239fef27ed440122d12a2473be5be8648b6a8b1

diff --git a/media-libs/mesa/mesa-19.1.0_rc2.ebuild 
b/media-libs/mesa/mesa-19.1.0_rc2.ebuild
new file mode 100644
index 000..20146f77c70
--- /dev/null
+++ b/media-libs/mesa/mesa-19.1.0_rc2.ebuild
@@ -0,0 +1,538 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_5 python3_6 python3_7 )
+
+inherit llvm meson multilib-minimal pax-utils python-any-r1
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/";
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git";
+   EXPERIMENTAL="true"
+   inherit git-r3
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="
+   !test? ( test )
+"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 intel iris nouveau vc4 virgl 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd 
+llvm
+   lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi 
valgrind
+   vdpau vulkan vulkan-overlay wayland xa xvmc"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 
video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vulkan? ( dri3
+ || ( video_cards_i965 video_cards_iris 
video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   vulkan-overlay? ( vulkan )
+   wayland? ( egl gbm )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_iris?   ( gallium )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.97"
+RDEPEND="
+   !app-eselect/esel

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

2019-05-15 Thread Mikle Kolyada
commit: 7e4f49e78a8d2c462ae906044522ad5dffc4a82a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 15 17:51:15 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 15 17:51:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4f49e7

app-admin/conserver: x86 stable wrt bug #684666

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 app-admin/conserver/conserver-8.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/conserver/conserver-8.2.3.ebuild 
b/app-admin/conserver/conserver-8.2.3.ebuild
index aa2995a91e5..9a067d23f71 100644
--- a/app-admin/conserver/conserver-8.2.3.ebuild
+++ b/app-admin/conserver/conserver-8.2.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="BSD BSD-with-attribution"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86"
 IUSE="debug ipv6 freeipmi kerberos libressl pam ssl test tcpd"
 
 DEPEND="debug? ( dev-libs/dmalloc:= )



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

2019-05-15 Thread Mikle Kolyada
commit: fb898675f7e27bc84f0d81a3fcda44c69448461c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 15 17:50:54 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 15 17:50:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb898675

app-admin/conserver: amd64 stable wrt bug #684666

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-admin/conserver/conserver-8.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/conserver/conserver-8.2.3.ebuild 
b/app-admin/conserver/conserver-8.2.3.ebuild
index 5ed536ba8a9..aa2995a91e5 100644
--- a/app-admin/conserver/conserver-8.2.3.ebuild
+++ b/app-admin/conserver/conserver-8.2.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="BSD BSD-with-attribution"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc ~x86"
 IUSE="debug ipv6 freeipmi kerberos libressl pam ssl test tcpd"
 
 DEPEND="debug? ( dev-libs/dmalloc:= )



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

2019-05-15 Thread Mikle Kolyada
commit: 613666fa1063bc421a6167172f183079ba544c52
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 15 17:49:15 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 15 17:49:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613666fa

sys-block/partimage: mark stable

Closes: https://bugs.gentoo.org/684836
Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-block/partimage/partimage-0.6.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/partimage/partimage-0.6.9-r1.ebuild 
b/sys-block/partimage/partimage-0.6.9-r1.ebuild
index 5828263d381..7391cf5ed37 100644
--- a/sys-block/partimage/partimage-0.6.9-r1.ebuild
+++ b/sys-block/partimage/partimage-0.6.9-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="nls nologin pam ssl static"
 
 LIBS_DEPEND="app-arch/bzip2



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

2019-05-15 Thread Mikle Kolyada
commit: 898ae6c3fb72d0dc8ec9710a52ec21a6644c9cea
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 15 17:43:51 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 15 17:44:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898ae6c3

dev-libs/cyrus-sasl: sh stable wrt bug #679678

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sh"

 dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild 
b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild
index 855728566a0..459226cf014 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz";
 
 LICENSE="BSD-with-attribution"
 SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="authdaemond berkdb gdbm kerberos ldapdb libressl openldap mysql pam 
postgres sample selinux sqlite srp ssl static-libs urandom"
 
 CDEPEND="



  1   2   3   >