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

2021-10-23 Thread Arthur Zamarin
commit: 70eb5dddc4a171597a71b528228c822501dbbb7b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct 24 05:36:34 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct 24 05:37:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70eb5ddd

dev-python/argon2-cffi: mask [doc] for alpha and ia64

dev-ruby/furo isn't keyworded here

Signed-off-by: Arthur Zamarin  gentoo.org>

 profiles/arch/alpha/package.use.mask | 4 
 profiles/arch/ia64/package.use.mask  | 4 
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 600452a2347..a78c83b3899 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Arthur Zamarin  (2021-10-24)
+# dev-ruby/furo isn't keyworded here
+dev-python/argon2-cffi doc
+
 # Sam James  (2021-09-12)
 # dev-ruby/asciidoctor isn't keyworded here
 dev-util/ccache doc

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index dea3573a77c..0d244bbe2a8 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Arthur Zamarin  (2021-10-24)
+# dev-ruby/furo isn't keyworded here
+dev-python/argon2-cffi doc
+
 # Sam James  (2021-10-24)
 # Avoid Pipewire for now because of new wireplumber dependency which lacks
 # keywords. Doubt anybody is using PW here anyway right now.



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/, profiles/arch/ia64/, profiles/arch/arm/, net-misc/whois/, ...

2020-04-20 Thread Lars Wendler
commit: d13e8c2a91c13a6e1c95cf727e78fef2aa2bb2ec
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Apr 20 10:05:18 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Apr 20 10:19:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13e8c2a

net-misc/whois: Revbump to fix automagic dep on sys-libs/libxcrypt

Thanks-to: Eugene Shalygin  gmail.com>
Closes: https://bugs.gentoo.org/718104
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lars Wendler  gentoo.org>

 .../whois/files/whois-5.5.6-libxcrypt_automagic.patch | 19 +++
 net-misc/whois/metadata.xml   |  3 +++
 .../{whois-5.5.6.ebuild => whois-5.5.6-r1.ebuild} | 11 ---
 net-misc/whois/whois-.ebuild  | 11 ---
 profiles/arch/alpha/package.use.mask  |  4 
 profiles/arch/arm/package.use.mask|  4 
 profiles/arch/arm64/package.use.mask  |  4 
 profiles/arch/ia64/package.use.mask   |  4 
 profiles/arch/powerpc/package.use.mask|  4 
 9 files changed, 58 insertions(+), 6 deletions(-)

diff --git a/net-misc/whois/files/whois-5.5.6-libxcrypt_automagic.patch 
b/net-misc/whois/files/whois-5.5.6-libxcrypt_automagic.patch
new file mode 100644
index 000..f7bafd513dd
--- /dev/null
+++ b/net-misc/whois/files/whois-5.5.6-libxcrypt_automagic.patch
@@ -0,0 +1,19 @@
+We don't want libxcrypt being detected automagically.
+Reverting upstream stupidity.
+
+--- whois-5.5.6/Makefile
 whois-5.5.6/Makefile
+@@ -55,12 +55,9 @@
+ DEFS += -DHAVE_ICONV
+ endif
+ 
+-ifeq ($(shell $(PKG_CONFIG) --exists 'libxcrypt >= 4.1' || echo NO),)
++ifdef HAVE_XCRYPT
+ DEFS += -DHAVE_CRYPT_H -DHAVE_LINUX_CRYPT_GENSALT $(shell $(PKG_CONFIG) 
--cflags libcrypt)
+ mkpasswd_LDADD += $(shell $(PKG_CONFIG) --libs libcrypt)
+-else ifdef HAVE_XCRYPT
+-DEFS += -DHAVE_XCRYPT_H -DHAVE_LINUX_CRYPT_GENSALT
+-mkpasswd_LDADD += -lxcrypt
+ else ifdef HAVE_LIBOWCRYPT
+ # owl and openSUSE have crypt_gensalt(3) in libowcrypt
+ DEFS += -DHAVE_CRYPT_H -DHAVE_LINUX_CRYPT_GENSALT -D_OW_SOURCE

diff --git a/net-misc/whois/metadata.xml b/net-misc/whois/metadata.xml
index fcd1dc3acbf..742ee751212 100644
--- a/net-misc/whois/metadata.xml
+++ b/net-misc/whois/metadata.xml
@@ -5,6 +5,9 @@
base-sys...@gentoo.org
Gentoo Base System

+   
+   Enable crypt through 
sys-libs/libxcrypt package
+   

rfc1036/whois


diff --git a/net-misc/whois/whois-5.5.6.ebuild 
b/net-misc/whois/whois-5.5.6-r1.ebuild
similarity index 88%
rename from net-misc/whois/whois-5.5.6.ebuild
rename to net-misc/whois/whois-5.5.6-r1.ebuild
index d99078f32be..33c2eb43e69 100644
--- a/net-misc/whois/whois-5.5.6.ebuild
+++ b/net-misc/whois/whois-5.5.6-r1.ebuild
@@ -18,12 +18,15 @@ else
 fi
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="iconv idn nls"
+IUSE="iconv idn nls xcrypt"
 RESTRICT="test" #59327
 
-RDEPEND="iconv? ( virtual/libiconv )
+RDEPEND="
+   iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )"
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+"
 DEPEND="${RDEPEND}"
 BDEPEND="
app-arch/xz-utils
@@ -36,6 +39,7 @@ BDEPEND="
 PATCHES=(
"${FILESDIR}"/${PN}-4.7.2-config-file.patch
"${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
 )
 
 src_prepare() {
@@ -57,6 +61,7 @@ src_compile() {
unset HAVE_ICONV HAVE_LIBIDN
use iconv && export HAVE_ICONV=1
use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
tc-export CC
emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
 }

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index 84b8abe1134..8aecce2f764 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.ebuild
@@ -18,12 +18,15 @@ else
 fi
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="iconv idn nls"
+IUSE="iconv idn nls xcrypt"
 RESTRICT="test" #59327
 
-RDEPEND="iconv? ( virtual/libiconv )
+RDEPEND="
+   iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )"
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+"
 DEPEND="${RDEPEND}"
 BDEPEND="
app-arch/xz-utils
@@ -34,6 +37,7 @@ BDEPEND="
 PATCHES=(
"${FILESDIR}"/${PN}-4.7.2-config-file.patch
"${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
 )
 
 src_prepare() {
@@ -55,6 +59,7 @@ src_compile() {
unset HAVE_ICONV HAVE_LIBIDN
use iconv && export HAVE_ICONV=1
use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
tc-export CC
emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
 }

diff --git a/profiles/arch/alpha/package.use.mask 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/, profiles/arch/ia64/, media-video/ffmpeg/

2020-03-15 Thread Thomas Deutschmann
commit: df23d347b6e37ceb91a83f701bf15ac473f93551
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 15 18:49:16 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 15 19:03:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df23d347

media-video/ffmpeg: restore alpha, ia64, ppc and ppc64 keywords

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

 media-video/ffmpeg/ffmpeg-4.2.2.ebuild | 2 +-
 media-video/ffmpeg/ffmpeg-.ebuild  | 2 +-
 profiles/arch/alpha/package.use.mask   | 5 +
 profiles/arch/ia64/package.use.mask| 6 ++
 4 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/media-video/ffmpeg/ffmpeg-4.2.2.ebuild 
b/media-video/ffmpeg/ffmpeg-4.2.2.ebuild
index 96cd4122b9f..65766600f79 100644
--- a/media-video/ffmpeg/ffmpeg-4.2.2.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.2.2.ebuild
@@ -59,7 +59,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.

diff --git a/media-video/ffmpeg/ffmpeg-.ebuild 
b/media-video/ffmpeg/ffmpeg-.ebuild
index fb6ebfa1886..65766600f79 100644
--- a/media-video/ffmpeg/ffmpeg-.ebuild
+++ b/media-video/ffmpeg/ffmpeg-.ebuild
@@ -59,7 +59,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 306141fbaae..dc78ae66090 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Thomas Deutschmann  (2020-03-15)
+# Mask USE=dav1d, media-libs/dav1d is not keyworded
+# Mask USE=libaribb24, media-libs/aribb24 is not keyworded
+media-video/ffmpeg dav1d libaribb24 libtesseract
+
 # Andrey Utkin  (2020-03-11)
 # USE=bpf depends on sys-devel/clang which is not keyworded on alpha.
 media-tv/v4l-utils bpf

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 7178e0d3f67..d9317d892bf 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Thomas Deutschmann  (2020-03-15)
+# Mask USE=libtesseract, app-text/tesseract is not keyworded
+# Mask USE=dav1d, media-libs/dav1d is not keyworded
+# Mask USE=libaribb24, media-libs/aribb24 is not keyworded
+media-video/ffmpeg dav1d libaribb24 libtesseract
+
 # Mart Raudsepp  (2020-03-01)
 # Mask until app-text/gspell is keyworded
 mail-client/evolution spell



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

2019-07-29 Thread Georgy Yakovlev
commit: 969460a23eeef40572773018e5ce0a3e8fd0b11a
Author: Tomas Mozes  gmail  com>
AuthorDate: Tue Jul 23 22:37:44 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 30 03:39:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969460a2

app-admin/syslog-ng: bump to 3.22.1

Closes: https://bugs.gentoo.org/690490
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12526
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-admin/syslog-ng/Manifest|   1 +
 app-admin/syslog-ng/metadata.xml|   1 +
 app-admin/syslog-ng/syslog-ng-3.22.1.ebuild | 171 
 profiles/arch/alpha/package.use.mask|   2 +-
 profiles/arch/ia64/package.use.mask |   4 +
 profiles/arch/powerpc/package.use.mask  |   2 +-
 profiles/arch/riscv/package.use.mask|   2 +-
 7 files changed, 180 insertions(+), 3 deletions(-)

diff --git a/app-admin/syslog-ng/Manifest b/app-admin/syslog-ng/Manifest
index 100217bea8a..1204093c860 100644
--- a/app-admin/syslog-ng/Manifest
+++ b/app-admin/syslog-ng/Manifest
@@ -3,4 +3,5 @@ DIST syslog-ng-3.17.2.tar.gz 9119227 BLAKE2B 
3268a51c587e66579b30ee8d27397eeeb3a
 DIST syslog-ng-3.18.1.tar.gz 4259746 BLAKE2B 
3878a87bd195aadb0f9d024e1336e50268d69c00b438b5e3471f21bc4592ebd97980004c3624d9b92232b38068ebefa0c3317cb0d9b5dfeba37c479aeadc32e4
 SHA512 
2e6ea690f8762f3f37885118f023048c4cba59f58002c87fa1c469cb991b2ba707015b3e54c50f17c3d6e6251d798557406925a9159f4fa914331f281dc39e48
 DIST syslog-ng-3.19.1.tar.gz 4224779 BLAKE2B 
e938c91101c18951a5c921bea51631400bf579ebc840300c6d8411da9b8db69935d104bfe00525512ab0173b932a8e24e2fb102e17bc4ecf58b268e52ef5b41a
 SHA512 
f625073bafa9378109d5be34591247766a62cb5a76e814f42bfbf03472e96ebe2833f19779812abfdd950a3498115f57b97c1427c280ee0dab21d3e2eb92ca57
 DIST syslog-ng-3.20.1.tar.gz 4312715 BLAKE2B 
df37ea15937d67823ddf25fb935be90fed2cb9b1a653d90bb447a3d674c250f6a7963a9bf4623685c5a19e11b928d02aec508d5f061135d67cd4b6d922795ed0
 SHA512 
19e3896a750ef68923950ca037846808f5d8bd24e64b41a024776a19654def83fce5d48b6e0805b1389494ad1435c5c7af9d79c1188454492f7228f5644ddc5c
+DIST syslog-ng-3.22.1.tar.gz 4981746 BLAKE2B 
e4f7e47f1939fb07d204c4721ff558a606cf6c6ee072278ff7c9bc1db7406e6abf058ac8a96bd4df0b867272bdbc5401528d47c94e60d90ff5ebb1aaec49e223
 SHA512 
4f68c0b58c6b3df9a870fa0b627525b9599149374e805a665c5143be54f814a564a80cbe76c7d5aab093b58825a96411b13cd2ce0f1439298723bd008096807f
 DIST syslog-ng-3.7.3.tar.gz 3511155 BLAKE2B 
25ba2ca241a5847c75792c78d39a4667f55cf1fcff46be5102256ee6a9d2f39e2042ac00fa0b1559f94e0df80a0853249692b443b565dd4f46f0354c453cacaf
 SHA512 
e58d793bd1a8b48c5836090ee244f6e8b223f234f5a27fbf81f6a838b9b1e3e45f73a66dab2bc58a0bba230bd778a247ae22bf529a28fb2e9fee52b8181d304b

diff --git a/app-admin/syslog-ng/metadata.xml b/app-admin/syslog-ng/metadata.xml
index fbeea5ea70d..4f02d274612 100644
--- a/app-admin/syslog-ng/metadata.xml
+++ b/app-admin/syslog-ng/metadata.xml
@@ -14,6 +14,7 @@
Add support for geo lookup based on IPs via 
dev-libs/libmaxminddb
Enable support for HTTP destinations
Enable support for JSON template formatting 
via dev-libs/json-c
+   Enable support for Kafka destinations
Enable support for mongodb 
destinations
Enable support for reading Process 
Accounting files (EXPERIMENTAL, Linux only)
Enable support for Redis destinations

diff --git a/app-admin/syslog-ng/syslog-ng-3.22.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.22.1.ebuild
new file mode 100644
index 000..7d9070a2279
--- /dev/null
+++ b/app-admin/syslog-ng/syslog-ng-3.22.1.ebuild
@@ -0,0 +1,171 @@
+# 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} )
+inherit autotools python-single-r1 systemd
+
+MY_PV_MM=$(ver_cut 1-2)
+DESCRIPTION="syslog replacement with advanced filtering features"
+HOMEPAGE="https://syslog-ng.com/open-source-log-management;
+SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86"
+IUSE="amqp caps dbi geoip geoip2 http ipv6 json kafka libressl mongodb pacct 
python redis smtp snmp spoof-source systemd tcpd"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+# unit tests require https://github.com/Snaipe/Criterion with additional deps
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-libs/glib-2.10.1:2
+   >=dev-libs/ivykis-0.42.4
+   >=dev-libs/libpcre-6.1:=
+   !dev-libs/eventlog
+   amqp? ( >=net-libs/rabbitmq-c-0.8.0:=[ssl] )
+   caps? ( sys-libs/libcap )
+   dbi? ( >=dev-db/libdbi-0.9.0 )
+   geoip? ( >=dev-libs/geoip-1.5.0 )
+   geoip2? ( dev-libs/libmaxminddb:= )
+   http? ( net-misc/curl )
+   json? ( 

[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: profiles/arch/alpha/, profiles/arch/ia64/

2016-09-11 Thread Gilles Dartiguelongue
commit: cf94370fa44a72d1ab7581bd62d34af32ef51b1d
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 11 09:52:07 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 11 11:27:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf94370f

profiles: mask ofono for upcoming networkmanager 1.4 on alpha & ia64

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

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 1cf06ad..f73e1f8 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -2,6 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Gilles Dartiguelongue  (11 Sep 2016)
+# Opt-out of ofono support until there is a user request,
+# see also pulseaudio/connman
+net-misc/networkmanager ofono
+
 # Tobias Klausmann  (04 Jul 2016)
 # Mask USE=test since it implies USE=valgrind
 net-mail/notmuch test

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index f8a0fdd..a1a9518 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -2,6 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Gilles Dartiguelongue  (11 Sep 2016)
+# Opt-out of ofono support until there is a user request,
+# see also pulseaudio/connman
+net-misc/networkmanager ofono
+ 
 # Thomas Deutschmann  (26 Aug 2016)
 # Enable numa support on supported architectures
 dev-db/percona-server -numa



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

2016-08-09 Thread Mike Frysinger
commit: 88c7baf1bbc3c77b61ce32b3403c1b0c139f252c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Aug 10 04:37:26 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Aug 10 04:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c7baf1

profiles: unmask guile-2.0 now that libunistring is keyworded #590520

 profiles/arch/alpha/package.mask   | 5 -
 profiles/arch/hppa/package.mask| 7 ---
 profiles/arch/ia64/package.mask| 5 -
 profiles/arch/powerpc/package.mask | 5 -
 profiles/arch/sparc/package.mask   | 5 -
 5 files changed, 27 deletions(-)

diff --git a/profiles/arch/alpha/package.mask b/profiles/arch/alpha/package.mask
index 3963c8c..309029f 100644
--- a/profiles/arch/alpha/package.mask
+++ b/profiles/arch/alpha/package.mask
@@ -2,11 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Amy Winston  (04 August 2016)
-# Necessary dependency dev-libs/libunistring
-# not keyworded bug #590520
->=dev-scheme/guile-2.0.12
-
 # Alexey Shvetsov  (21 May 2012)
 # Need deps pecl-apc and pecl-uploadprogress bug #416897
 >=www-apps/drupal-7.14

diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask
index 60bdc19..5b64a27 100644
--- a/profiles/arch/hppa/package.mask
+++ b/profiles/arch/hppa/package.mask
@@ -1,9 +1,2 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Amy Winston  (04 August 2016)
-# Necessary dependency dev-libs/libunistring
-# not keyworded bug #590520
->=dev-scheme/guile-2.0.12
-

diff --git a/profiles/arch/ia64/package.mask b/profiles/arch/ia64/package.mask
index 6cec8f4..b42e0b4 100644
--- a/profiles/arch/ia64/package.mask
+++ b/profiles/arch/ia64/package.mask
@@ -2,11 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Amy Winston  (04 August 2016)
-# Necessary dependency dev-libs/libunistring
-# not keyworded bug #590520
->=dev-scheme/guile-2.0.12
-
 # Alexis Ballier  (27 Jun 2013)
 # TeX Live 2013 mask.
 # kpathsea has to be there because it has config files without /usr/share/texmf

diff --git a/profiles/arch/powerpc/package.mask 
b/profiles/arch/powerpc/package.mask
index 7526368..f30ba8e 100644
--- a/profiles/arch/powerpc/package.mask
+++ b/profiles/arch/powerpc/package.mask
@@ -2,11 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Amy Winston  (04 August 2016)
-# Necessary dependency dev-libs/libunistring
-# not keyworded bug #590520
->=dev-scheme/guile-2.0.12
-
 # Brent Baude  (20 Nov 2012)
 # Masking kgcc64 now that toolchain is biarch
 sys-devel/kgcc64

diff --git a/profiles/arch/sparc/package.mask b/profiles/arch/sparc/package.mask
index 260d0ce..4ee917f 100644
--- a/profiles/arch/sparc/package.mask
+++ b/profiles/arch/sparc/package.mask
@@ -2,11 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Amy Winston  (04 August 2016)
-# Necessary dependency dev-libs/libunistring
-# not keyworded bug #590520
->=dev-scheme/guile-2.0.12
-
 # Patrice Clement  (30 Oct 2015)
 # Requires dependencies that are not stable on sparc yet.
 # See https://qa-reports.gentoo.org/output/gentoo-ci/7182f7a/5.html#l2294



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

2015-11-15 Thread Pacho Ramos
commit: 8415da95847cb2210b35eb8360b65320d19ef145
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov 15 13:24:26 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov 15 14:20:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8415da95

arch/{alpha,arm,ia64,sparc}/package.use.mask: use.mask flag due to missing 
keywords

 profiles/arch/alpha/package.use.mask | 4 
 profiles/arch/arm/package.use.mask   | 4 
 profiles/arch/ia64/package.use.mask  | 4 
 profiles/arch/sparc/package.use.mask | 4 
 profiles/package.mask| 5 +
 5 files changed, 21 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 6a148cf..ffe7b4c 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Pacho Ramos  (15 Nov 2015)
+# Missing keywords
+>=media-plugins/grilo-plugins-0.2.16 upnp-av
+
 # Davide Pesavento  (26 Oct 2015)
 # Tests require non-keyworded qt5
 dev-qt/qtchooser test

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index bea9c6d..d29d6d4 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Pacho Ramos  (15 Nov 2015)
+# Missing keywords
+>=media-plugins/grilo-plugins-0.2.16 upnp-av
+
 # Alexis Ballier  (14 Nov 2015)
 # MMAL is available on the Raspberry Pi (armv6 & armv7 so far)
 media-video/ffmpeg -mmal

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 4cb2df2..4ae372c 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Pacho Ramos  (15 Nov 2015)
+# Missing keywords
+>=media-plugins/grilo-plugins-0.2.16 upnp-av
+
 # Davide Pesavento  (26 Oct 2015)
 # Tests require non-keyworded qt5
 dev-qt/qtchooser test

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index c0085bc..9386cf2 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Pacho Ramos  (15 Nov 2015)
+# Missing keywords
+>=media-plugins/grilo-plugins-0.2.16 upnp-av
+
 # Julian Ospald  (08 Nov 2015)
 # Requires net-libs/http-parser
 net-im/jabberd2 websocket

diff --git a/profiles/package.mask b/profiles/package.mask
index 920e60d..32a97e1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -199,6 +199,11 @@ virtual/python-imaging
 >=gnome-extra/yelp-3.18.1
 >=gnome-extra/zenity-3.18.1.1
 >=media-gfx/gnome-screenshot-3.18.0
+>=media-libs/cogl-1.22.0
+>=media-libs/clutter-1.24.2
+>=media-libs/clutter-gtk-1.6.6
+>=media-libs/grilo-0.2.14
+>=media-plugins/grilo-plugins-0.2.16
 
 # Pacho Ramos  (09 Nov 2015)
 # Not properly installed, dead for ages, upstream



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

2015-10-14 Thread Justin Lecher
commit: b8fb7355c881185221ae98f12b93428697c90881
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Oct 14 14:59:34 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 14 15:43:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fb7355

profiles: Mask USE=cli dev-python/restkit on minor arches

USE=cli pulls in ipython which triggers lots of dependencies

Signed-off-by: Justin Lecher  gentoo.org>

 profiles/arch/alpha/package.use.mask | 4 
 profiles/arch/ia64/package.use.mask  | 4 
 profiles/arch/sparc/package.use.mask | 4 
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index ca3a5f7..3f19865 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Justin Lecher  (14 Oct 2015)
+# Requires dev-python/ipython which triggers a long dep chain
+dev-python/restkit cli
+
 # Tobias Klausmann  (19 Sep 2015)
 # app-portage/g-sorcery pulls in pymongo and a whole host of deps that don't
 # work on alpha. Mask USE flag for layman accordingly

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 95febfe..b82322e 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Justin Lecher  (14 Oct 2015)
+# Requires dev-python/ipython which triggers a long dep chain
+dev-python/restkit cli
+
 # Brian Evans  (17 Sep 2015)
 # Mask new USE flags for percona-server which are not available on ia64
 dev-db/percona-server tokudb tokudb-backup-plugin

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 177a19f..6e30edc 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Justin Lecher  (14 Oct 2015)
+# Requires dev-python/ipython which triggers a long dep chain
+dev-python/restkit cli
+
 # Brian Evans  (17 Sep 2015)
 # Mask new USE flags for percona-server which are not available on sparc
 dev-db/percona-server tokudb tokudb-backup-plugin



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

2015-09-17 Thread Brian Evans
commit: 6fd72a72cebff7e13c2cd5a51a69b66cb1c8ef16
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Sep 17 18:42:55 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Sep 17 18:45:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd72a72

Mask new USE flags for percona-server on alpha, ia64 and sparc

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

 profiles/arch/alpha/package.use.mask | 6 +-
 profiles/arch/ia64/package.use.mask  | 6 +-
 profiles/arch/sparc/package.use.mask | 6 +-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index bb2c018..e6124c1 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -2,13 +2,17 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Brian Evans  (17 Sep 2015)
+# Mask new USE flags for percona-server which are not available on alpha
+dev-db/percona-server tokudb tokudb-backup-plugin
+
 # Tobias Klausmann  (16 Sep 2015)
 # Mask USE=sssd for sudo because sys-auth/sssd is relatively big and doesn't
 # compile on alpha. The version specified does not have the USE flag, but that
 # version of sudo has the optional functionality.
 >=app-admin/sudo-1.8.6 sssd
 
-# Brian Evans  (14 Sep 2015)
 # Mask new USE flags for mariadb which all arches do not yet have dependencies
 >=dev-db/mariadb-10.1.0 innodb-snappy
 

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 8407377..95febfe 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -2,7 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Brian Evans  (17 Sep 2015)
+# Mask new USE flags for percona-server which are not available on ia64
+dev-db/percona-server tokudb tokudb-backup-plugin
+
+# Brian Evans  (14 Sep 2015)
 # Mask new USE flags for mariadb which all arches do not yet have dependencies
 >=dev-db/mariadb-10.1.0 innodb-snappy
 

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 7427f2a..177a19f 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -2,7 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Brian Evans  (17 Sep 2015)
+# Mask new USE flags for percona-server which are not available on sparc
+dev-db/percona-server tokudb tokudb-backup-plugin
+
+# Brian Evans  (14 Sep 2015)
 # Mask new USE flags for mariadb which all arches do not yet have dependencies
 >=dev-db/mariadb-10.1.0 innodb-snappy