[gentoo-commits] repo/gentoo:master commit in: app-cdr/xfburn/

2019-08-24 Thread Michał Górny
commit: 8a1c40e728cb973a2f17539edac8f7e3219185d5
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sat Aug 24 22:43:41 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 25 04:53:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1c40e7

app-cdr/xfburn: fix deps for newer xfce-base/libxfce4ui

Closes: https://bugs.gentoo.org/692838
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12787
Signed-off-by: Michał Górny  gentoo.org>

 app-cdr/xfburn/xfburn-0.5.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/xfburn/xfburn-0.5.5-r1.ebuild 
b/app-cdr/xfburn/xfburn-0.5.5-r1.ebuild
index 285e4e4bb34..a72eefa9962 100644
--- a/app-cdr/xfburn/xfburn-0.5.5-r1.ebuild
+++ b/app-cdr/xfburn/xfburn-0.5.5-r1.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=dev-libs/glib-2.32:=
>=dev-libs/libisofs-0.6.2:=
>=x11-libs/gtk+-2.24:2=
=xfce-base/libxfce4ui-4.10:=
+   >=xfce-base/libxfce4ui-4.10:=[gtk2(+)]
gstreamer? (
media-libs/gstreamer:1.0=
media-libs/gst-plugins-base:1.0= )



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

2019-08-24 Thread Joonas Niilola
commit: ea5c3525df0ec0986b2b66c2bf4393a431d412cb
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Aug 25 04:31:35 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 25 04:31:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5c3525

x11-wm/enlightenment: depend on efl[X] (#692840)

Closes: https://bugs.gentoo.org/692840
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-wm/enlightenment/enlightenment-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/enlightenment/enlightenment-0.23.0.ebuild 
b/x11-wm/enlightenment/enlightenment-0.23.0.ebuild
index 7b8666c73e6..d3c781b0cb8 100644
--- a/x11-wm/enlightenment/enlightenment-0.23.0.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.23.0.ebuild
@@ -17,7 +17,7 @@ IUSE="acpi bluetooth connman doc geolocation nls packagekit 
pam systemd udisks w
 REQUIRED_USE="xwayland? ( wayland )"
 
 RDEPEND="
-   >=dev-libs/efl-1.22.3[eet]
+   >=dev-libs/efl-1.22.3[eet,X]
virtual/udev
x11-libs/libXext
x11-libs/libxcb



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

2019-08-24 Thread Georgy Yakovlev
commit: 6e37b75cdbb0f621e6c919db6cb0a40bb57ddd32
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Aug 25 04:07:48 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Aug 25 04:16:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e37b75c

dev-embedded/u-boot-tools: use tools-only defconfig

We already use make tools-only build target
But to buld tools-only on arches other than x86 or arm we need to
configure with tools-only_defconfig as well, as plain defconfig tries to
build everything on other arches.

This change does not change what gets built, just allows to add more
arches to ebuild, hence no revbump as no rebuild required.

X-url: 
https://github.com/u-boot/u-boot/commit/80870e2a664e277df0b6c0604bc4c5591aebde67
Reported-by: Shawn Anastasio  anastas.io>
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild 
b/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild
index ef93a005196..fa4a3233b98 100644
--- a/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild
+++ b/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild
@@ -31,7 +31,7 @@ src_compile() {
HOSTCC="$(tc-getCC)" \
HOSTCFLAGS="${CFLAGS} ${CPPFLAGS}"' $(HOSTCPPFLAGS)' \
HOSTLDFLAGS="${LDFLAGS}" \
-   defconfig
+   tools-only_defconfig
 
emake \
V=1 \



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

2019-08-24 Thread Georgy Yakovlev
commit: 5b23187ea2ebcf8416049f3118aa2a9588d47585
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Aug 25 04:12:33 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Aug 25 04:16:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b23187e

dev-embedded/u-boot-tools: keyword on ~ppc64

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

 dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild 
b/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild
index fa4a3233b98..e0e563ba953 100644
--- a/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild
+++ b/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



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

2019-08-24 Thread Matt Turner
commit: 301a73b29a3dc0bb92055a27590be607eeb2291d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Aug 25 04:14:36 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 25 04:15:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301a73b2

net-fs/autofs: Drop old versions

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

 net-fs/autofs/Manifest |   3 -
 net-fs/autofs/autofs-5.1.2.ebuild  | 121 -
 net-fs/autofs/autofs-5.1.3.ebuild  | 109 ---
 net-fs/autofs/autofs-5.1.4.ebuild  | 109 ---
 net-fs/autofs/autofs-5.1.5-r1.ebuild   | 114 ---
 .../files/autofs-5.1.2-libtirpc-as-need.patch  |  28 -
 6 files changed, 484 deletions(-)

diff --git a/net-fs/autofs/Manifest b/net-fs/autofs/Manifest
index 0fcd312e462..4685af6e6ed 100644
--- a/net-fs/autofs/Manifest
+++ b/net-fs/autofs/Manifest
@@ -1,4 +1 @@
-DIST autofs-5.1.2.tar.xz 294792 BLAKE2B 
eeecac768726a1b2d336908b48222c53b1ffbc9eeff7b7f597ccbf55214d35f0d99eaeaa1c065509fffa31ec86729bdd51be873e003aa1fb7d88a9e2ab04f4c8
 SHA512 
435bcb41c9d467947c194d879e46692b5976131b8e923793bdeac34f70420ede740c4d70ec393413fff0b1010495ac7fe5fa8b45a59d15a2430ecae9ec3fe7e1
-DIST autofs-5.1.3.tar.xz 300632 BLAKE2B 
500325ec790304442e896208e94e25cf862621fc2354fa3c31fbf277dcc570d0b2b27894728d9f881efdcca262b1ef6e2c957cd23e2aea1d5b3cd2cd822c813b
 SHA512 
d5363f4442be5258465140920a32cb63340c5da060ef2e66678f003d6a0c00579880837f0a04f59c7bce57d1cbc0f42bdd26546a2195f87e7bd46334c9e32e35
-DIST autofs-5.1.4.tar.xz 304864 BLAKE2B 
7348aa1106554eb765919c765c0585b5d975d7a0ea036dec5b509711bf33cefd0f3e1e857a6865434adabbd1e323cfe8ffb09eb234495672e81101f79b8f4d0f
 SHA512 
1ef48800a1e44d6bf7048923109f3b8299ef266ff0fbaf5f979c32f42c6c5e28620c1876f64b9d913fddb69244ff83226c01c666401ff6271dd6b53d31860589
 DIST autofs-5.1.5.tar.xz 313476 BLAKE2B 
9822f6eb6294a0ee14b08f7982bf6008eb9ac8a79f89cdf3ffa0ed234b83c932db1646fc5591269000372dbfb95ce1b9ded040f0724a7eb4b3888caf20f56a20
 SHA512 
c8138929a9e2cfa7e0096c1d490b9d7275d1d43a50f5f87ad457bdd9a49c7dd13a4aa5d86ab1e028d66dae630e1a1342661844e5775625fe585867f0f4778898

diff --git a/net-fs/autofs/autofs-5.1.2.ebuild 
b/net-fs/autofs/autofs-5.1.2.ebuild
deleted file mode 100644
index 902979caabd..000
--- a/net-fs/autofs/autofs-5.1.2.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-AUTOTOOLS_IN_SOURCE_BUILD=true
-
-inherit autotools-utils linux-info multilib systemd toolchain-funcs
-
-PATCH_VER=
-[[ -n ${PATCH_VER} ]] && \
-   
PATCHSET_URI="https://dev.gentoo.org/~jlec/distfiles/${P}-patches-${PATCH_VER}.tar.lzma;
-
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html;
-SRC_URI="
-   mirror://kernel/linux/daemons/${PN}/v5/${P}.tar.xz
-   ${PATCHSET_URI}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="-dmalloc ldap +libtirpc mount-locking sasl"
-
-# USE="sasl" adds SASL support to the LDAP module which will not be build. If
-# SASL support should be available, please add "ldap" to the USE flags.
-REQUIRED_USE="sasl? ( ldap )"
-
-# currently, sasl code assumes the presence of kerberosV
-RDEPEND=">=sys-apps/util-linux-2.20
-   dmalloc? ( dev-libs/dmalloc[threads] )
-   ldap? ( >=net-nds/openldap-2.0
-   sasl? (
-   dev-libs/cyrus-sasl
-   dev-libs/libxml2
-   virtual/krb5
-   )
-   )
-   libtirpc? ( net-libs/libtirpc )
-   !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
-"
-
-DEPEND="${RDEPEND}
-   sys-devel/flex
-   virtual/yacc
-   libtirpc? ( net-libs/rpcsvc-proto )
-"
-
-CONFIG_CHECK="~AUTOFS4_FS"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-libtirpc-as-need.patch
-)
-
-src_prepare() {
-   # Upstream's patchset
-   if [[ -n ${PATCH_VER} ]]; then
-   EPATCH_SUFFIX="patch" \
-   epatch "${WORKDIR}"/patches
-   fi
-
-   sed -i -e "s:/usr/bin/kill:/bin/kill:" samples/autofs.service.in || die 
#bug #479492
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   # bug #483716
-   tc-export AR
-   # --with-confdir is for bug #361481
-   # --with-mapdir is for bug #385113
-   local myeconfargs=(
-   --with-confdir=/etc/conf.d
-   --with-mapdir=/etc/autofs
-   $(use_with dmalloc)
-   $(use_with ldap openldap)
-   $(use_with libtirpc)
-   $(use_with sasl)
-   $(use_enable mount-locking)
-   --without-hesiod
-   --disable-ext-env
-   --enable-sloppy-mount # bug #453778
-   --enable-force-shutdown
-  

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

2019-08-24 Thread Georgy Yakovlev
commit: 595517f908ebdd143e0d37fb07fc4e6fdd6c89f8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Aug 25 01:49:32 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Aug 25 01:49:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595517f9

sys-apps/opal-utils: don't install doc sources

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

 sys-apps/opal-utils/opal-utils-6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/opal-utils/opal-utils-6.5.ebuild 
b/sys-apps/opal-utils/opal-utils-6.5.ebuild
index a4dc62fddce..bbde6d6db52 100644
--- a/sys-apps/opal-utils/opal-utils-6.5.ebuild
+++ b/sys-apps/opal-utils/opal-utils-6.5.ebuild
@@ -76,7 +76,7 @@ src_install() {
systemd_dounit external/opal-prd/opal-prd.service
 
if use doc; then
-
+   rm -r doc/_build/html/_sources || die
local HTML_DOCS=( doc/_build/html/. )
fi
einstalldocs



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

2019-08-24 Thread Georgy Yakovlev
commit: 9527a87a8646caba8eb53859f8cf20fc8675b436
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Aug 25 00:44:18 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Aug 25 01:34:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9527a87a

sys-apps/opal-utils: new package, open-power firmware utils

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

 sys-apps/opal-utils/Manifest  |  1 +
 sys-apps/opal-utils/files/opal-prd.confd  |  4 ++
 sys-apps/opal-utils/files/opal-prd.initd  | 20 
 sys-apps/opal-utils/metadata.xml  | 22 
 sys-apps/opal-utils/opal-utils-6.5.ebuild | 83 +++
 5 files changed, 130 insertions(+)

diff --git a/sys-apps/opal-utils/Manifest b/sys-apps/opal-utils/Manifest
new file mode 100644
index 000..76e3988e3ba
--- /dev/null
+++ b/sys-apps/opal-utils/Manifest
@@ -0,0 +1 @@
+DIST opal-utils-6.5.tar.gz 2080841 BLAKE2B 
cd8bda3b7f3bcbc620f922a6baa69f452a95c60a96eb9adf67d781dc5d1a75fc43cba7aa3ed82105de7a04041cfb61f43e909794702564819cda6f11afd23815
 SHA512 
f756307403ec49f24e5dbc06dbe8fe52898da27f2a0fa761164b1d85efd33dae8a8f96de3859eb7b11f85f43a790c9c213f9ebf0c7f4a859b590dcfb35e38571

diff --git a/sys-apps/opal-utils/files/opal-prd.confd 
b/sys-apps/opal-utils/files/opal-prd.confd
new file mode 100644
index 000..a61415ef934
--- /dev/null
+++ b/sys-apps/opal-utils/files/opal-prd.confd
@@ -0,0 +1,4 @@
+# /etc/conf.d/opal-prd: config file for /etc/init.d/opal-prd
+# see OPAL-PRD(8) 
+
+#OPAL_PRD_OPTS=""

diff --git a/sys-apps/opal-utils/files/opal-prd.initd 
b/sys-apps/opal-utils/files/opal-prd.initd
new file mode 100644
index 000..935d39f6f94
--- /dev/null
+++ b/sys-apps/opal-utils/files/opal-prd.initd
@@ -0,0 +1,20 @@
+#!/sbin/openrc-run
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+name="OPAL PRD daemon"
+description="Processor RunTime Diagnostics daemon"
+command=/usr/sbin/opal-prd
+command_args="${OPAL_PRD_OPTS}"
+command_background="true"
+pidfile="/run/${RC_SVCNAME}.pid"
+
+depend() {
+   need dev-mount sysfs
+   use logger
+   keyword -containers
+
+}
+
+required_dirs="/sys/firmware/devicetree/base/ibm,opal/diagnostics"
+required_files="/dev/opal-prd"

diff --git a/sys-apps/opal-utils/metadata.xml b/sys-apps/opal-utils/metadata.xml
new file mode 100644
index 000..308277edf69
--- /dev/null
+++ b/sys-apps/opal-utils/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   
+   
+   This package contains utility programs for OpenPower systems:
+   'opal-prd' provides a daemon to load and run the OpenPower 
firmware's Processor Recovery Diagnostics binary.
+   It's responsible for run time maintenance of OpenPower 
Systems hardware.
+   
+   'gard' utility can read, parse and clear hardware gard 
partitions on OpenPower platforms.
+   
+   'getscom' and 'putscom' utilities provide an interface to query 
or modify the registers of the different chipsets of an OpenPower system.
+   
+   'pflash' is a tool to access the flash modules on such systems 
and update the OpenPower firmware.
+   
+   
+   open-power/skiboot
+   
+

diff --git a/sys-apps/opal-utils/opal-utils-6.5.ebuild 
b/sys-apps/opal-utils/opal-utils-6.5.ebuild
new file mode 100644
index 000..a4dc62fddce
--- /dev/null
+++ b/sys-apps/opal-utils/opal-utils-6.5.ebuild
@@ -0,0 +1,83 @@
+# Copyright 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 linux-info python-any-r1 systemd toolchain-funcs
+
+DESCRIPTION="OPAL firmware utilities"
+HOMEPAGE="https://github.com/open-power/skiboot;
+SRC_URI="https://github.com/open-power/skiboot/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~ppc64"
+IUSE="doc"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="doc? (
+   $(python_gen_any_dep '
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/recommonmark[${PYTHON_USEDEP}]
+   ')
+)"
+
+CONFIG_CHECK="~MTD_POWERNV_FLASH ~OPAL_PRD ~PPC_DT_CPU_FTRS ~SCOM_DEBUGFS"
+ERROR_MTD_POWERND_FLASH="CONFIG_MTD_POWERND_FLASH is required to use pflash 
and opal-gard"
+ERROR_OPAL_PRD="CONFIG_OPAL_PRD is required to run opal-prd daemon"
+ERROR_SCOM_DEBUGFS="CONFIG_SCOM_DEBUGFS is required to use xscom-utils"
+
+S="${WORKDIR}/skiboot-${PV}"
+
+python_check_deps() {
+   has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" &&
+   has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   linux-info_pkg_setup
+   use doc && python-any-r1_pkg_setup
+}
+

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/, sci-mathematics/octave/files/

2019-08-24 Thread Benda XU
commit: 28712fe5aac4a7328f54bfc23bab8e0a10343a19
Author: Benda Xu  gentoo  org>
AuthorDate: Sun Aug 25 01:10:13 2019 +
Commit: Benda XU  gentoo  org>
CommitDate: Sun Aug 25 01:12:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28712fe5

sci-mathematics/octave: Bump to 5.1.0.

  Adopted to ${PN}-5.1.0-pkgbuilddir.patch with minor changes.

  Removed --without-OSMesa as the option is no longer available.

  Removed --Wl,-z defs, because upstream designed the related objects
  as loadable plugins.

Reference: http://savannah.gnu.org/bugs/?53627
Suggested-By: Fabio Rossi

Bug: https://bugs.gentoo.org/593670
Closes: https://bugs.gentoo.org/661048
Closes: https://bugs.gentoo.org/679654

Signed-off-by: Benda Xu  gentoo.org>

 sci-mathematics/octave/Manifest|   1 +
 .../octave/files/octave-5.1.0-pkgbuilddir.patch|  43 +
 sci-mathematics/octave/octave-5.1.0.ebuild | 192 +
 3 files changed, 236 insertions(+)

diff --git a/sci-mathematics/octave/Manifest b/sci-mathematics/octave/Manifest
index c3fe75910f0..2292bb1be34 100644
--- a/sci-mathematics/octave/Manifest
+++ b/sci-mathematics/octave/Manifest
@@ -1,3 +1,4 @@
 DIST octave-4.2.2.tar.gz 25624087 BLAKE2B 
c46de90d9a985c2b6b4f87b94b56f2ba4fb648ca0a0aff1f64e9b9d27a6d791e8657c2bff0c4daa3de5ac3622c23b34724e740ec1fe0f1a71d8f416c9f58d88a
 SHA512 
b94edd79adc0e19229bb654037910201b51b6cfa373d63de5e3aa69e9b659b2e2790e2d2b4b5e8d2f12b26846c20ba5c12eae657155c8329e85e970f738d08c2
 DIST octave-4.4.0.tar.gz 29009355 BLAKE2B 
3f7b4a6e1262cd0009f8649a570749acc2dc8b42aa1f88a6ce69b9c6bb99a95390f5a153c391a60ac118dc1e87f15596c7225764634c6076bb1ab3dfa4e09bcc
 SHA512 
6a167a4a6a2f6ae70511f13b14feea0ce3efcc964227c93f3195adb3a1f1f28dda56f86a2e1c7c5e9f54891d2846fb96972092387e3da41f2e04cb700606ffc2
 DIST octave-4.4.1.tar.gz 28626462 BLAKE2B 
0ea7a9b5840c7afdf20dff36e896b37c1c69eb8799ba48722c02f9636591b849f26f56720a75293c11c1000d0088e07373aa84ef7d360436eb095fc0a2e721a6
 SHA512 
21a1f13e2145fa530f2169254d19442b572745d65b91453ba1f552f6eda6aecfead57dbe0260b3293a29db0aa0f27cfd4f26df332e6d640848a822b20c1232f8
+DIST octave-5.1.0.tar.gz 32034788 BLAKE2B 
d387f41f6ae826b35735fc4208d71be84076a81544f5cd0e3d5410f41a70eebb5b0b3bbf19e4344b88901869d54f2759259dc374c44a430f681d3b0c32cb02cb
 SHA512 
a842fb50c13f25e9d425fe9a2c71d9433d7e125747d2175efe0c9b2a780c799d9ce1ee085b5a13fbfedb7990b0ba5d11079d880ddb3bdb66782efc321390eebb

diff --git a/sci-mathematics/octave/files/octave-5.1.0-pkgbuilddir.patch 
b/sci-mathematics/octave/files/octave-5.1.0-pkgbuilddir.patch
new file mode 100644
index 000..56a133b7f35
--- /dev/null
+++ b/sci-mathematics/octave/files/octave-5.1.0-pkgbuilddir.patch
@@ -0,0 +1,43 @@
+Index: octave-5.1.0/scripts/pkg/private/install.m
+===
+--- octave-5.1.0.orig/scripts/pkg/private/install.m
 octave-5.1.0/scripts/pkg/private/install.m
+@@ -62,7 +62,14 @@ function install (files, handle_deps, pr
+ for i = 1:length (files)
+   tgz = files{i};
+ 
+-  if (exist (tgz, "file"))
++  ## The filename pointed to an uncompressed package to begin with.
++  if (exist (tgz, "dir"))
++if (tgz(1) == '/')
++  packdir = tgz;
++else
++  packdir = fullfile (pwd(), tgz);
++endif
++  elseif (exist (tgz, "file"))
+ ## Create a temporary directory.
+ tmpdir = tempname ();
+ tmpdirs{end+1} = tmpdir;
+@@ -89,20 +96,12 @@ function install (files, handle_deps, pr
+ if (length (dirlist) > 3)
+   error ("bundles of packages are not allowed");
+ endif
+-  endif
+ 
+-  ## The filename pointed to an uncompressed package to begin with.
+-  if (isfolder (tgz))
+-dirlist = {".", "..", tgz};
++## The two first entries of dirlist are "." and "..".
++packdir = fullfile (tmpdir, dirlist{3});
+   endif
+ 
+   if (exist (tgz, "file") || isfolder (tgz))
+-## The two first entries of dirlist are "." and "..".
+-if (exist (tgz, "file"))
+-  packdir = fullfile (tmpdir, dirlist{3});
+-else
+-  packdir = fullfile (pwd (), dirlist{3});
+-endif
+ packdirs{end+1} = packdir;
+ 
+ ## Make sure the package contains necessary files.

diff --git a/sci-mathematics/octave/octave-5.1.0.ebuild 
b/sci-mathematics/octave/octave-5.1.0.ebuild
new file mode 100644
index 000..f347d4a6cfb
--- /dev/null
+++ b/sci-mathematics/octave/octave-5.1.0.ebuild
@@ -0,0 +1,192 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic fortran-2 gnome2-utils java-pkg-opt-2 pax-utils 
toolchain-funcs xdg-utils
+
+DESCRIPTION="High-level interactive language for numerical computations"
+LICENSE="GPL-3"
+HOMEPAGE="https://www.gnu.org/software/octave/;

[gentoo-commits] repo/gentoo:master commit in: gui-libs/libhandy/

2019-08-24 Thread Aaron Bauman
commit: d4fd001c758392b2f3b7d8f528fafa9246e2face
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Aug 25 00:13:42 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Aug 25 00:13:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fd001c

gui-libs/libhandy: arm64 keyworded (bug #692802)

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

 gui-libs/libhandy/libhandy-0.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/libhandy/libhandy-0.0.9.ebuild 
b/gui-libs/libhandy/libhandy-0.0.9.ebuild
index 06eafda4c3d..5e89a43e402 100644
--- a/gui-libs/libhandy/libhandy-0.0.9.ebuild
+++ b/gui-libs/libhandy/libhandy-0.0.9.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="LGPL-2.1+"
 SLOT="0.0/0" # It may or may not break ABI in future versions at this point; 
if new
 # SLOT happens, it'll likely file conflict on gtk-doc and glade library and 
catalog
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 IUSE="examples glade gtk-doc +introspection test vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/

2019-08-24 Thread Aaron Bauman
commit: 4c57ff89fc9fe4e8625899435be725b16b80d81e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Aug 25 00:14:24 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Aug 25 00:14:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c57ff89

www-client/epiphany: arm64 keyworded (bug #692802)

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

 www-client/epiphany/epiphany-3.32.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/epiphany/epiphany-3.32.4.ebuild 
b/www-client/epiphany/epiphany-3.32.4.ebuild
index c69aaaf7987..d9f85340b6a 100644
--- a/www-client/epiphany/epiphany-3.32.4.ebuild
+++ b/www-client/epiphany/epiphany-3.32.4.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Web;
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE="test"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 DEPEND="
>=dev-libs/glib-2.56.0:2



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

2019-08-24 Thread Aaron Bauman
commit: 43b4e120be70bd5ffe026763d053301d5e06dcba
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Aug 24 23:45:31 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Aug 24 23:45:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b4e120

gnome-base/gnome-desktop: arm64 stable (bug #692782)

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

 gnome-base/gnome-desktop/gnome-desktop-3.30.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.30.2.3.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.30.2.3.ebuild
index c9326d5bdec..cd5d7eeac93 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-3.30.2.3.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.30.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
 SLOT="3/17" # subslot = libgnome-desktop-3 soname version
 IUSE="debug +introspection seccomp udev"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 
 # cairo[X] needed for gnome-bg
 COMMON_DEPEND="



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

2019-08-24 Thread Aaron Bauman
commit: 3133384a9a32dac071eaafc08bafed73929ae4c4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Aug 24 23:07:57 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Aug 24 23:07:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3133384a

net-print/cups: arm64 stable (bug #692300)

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

 net-print/cups/cups-2.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups/cups-2.2.12.ebuild 
b/net-print/cups/cups-2.2.12.ebuild
index ac83b122e9b..b5c532f85f2 100644
--- a/net-print/cups/cups-2.2.12.ebuild
+++ b/net-print/cups/cups-2.2.12.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} == * ]]; then
 else
#SRC_URI="https://github.com/apple/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

SRC_URI="https://github.com/apple/cups/releases/download/v${PV}/${P}-source.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
 fi
 
 DESCRIPTION="The Common Unix Printing System"



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

2019-08-24 Thread Mike Gilbert
commit: 36ed230dfd5c5e1e955bdc5f34c5e5c662c34e46
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug 24 22:01:12 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Aug 24 22:01:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ed230d

dev-util/meson: unset PKG_CONFIG before running tests

Closes: https://bugs.gentoo.org/687792
Package-Manager: Portage-2.3.71_p6, Repoman-2.3.17_p5
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-util/meson/meson-0.51.1.ebuild | 2 ++
 dev-util/meson/meson-.ebuild   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-util/meson/meson-0.51.1.ebuild 
b/dev-util/meson/meson-0.51.1.ebuild
index 2cb12abd411..3a13c4ece0a 100644
--- a/dev-util/meson/meson-0.51.1.ebuild
+++ b/dev-util/meson/meson-0.51.1.ebuild
@@ -51,6 +51,8 @@ src_test() {
if ${PKG_CONFIG} --exists Qt5Core && ! ${PKG_CONFIG} --exists Qt5Gui; 
then
ewarn "Found Qt5Core but not Qt5Gui; skipping tests"
else
+   # https://bugs.gentoo.org/687792
+   unset PKG_CONFIG
distutils-r1_src_test
fi
 }

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index 2e19cffb3b0..782127bd368 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -51,6 +51,8 @@ src_test() {
if ${PKG_CONFIG} --exists Qt5Core && ! ${PKG_CONFIG} --exists Qt5Gui; 
then
ewarn "Found Qt5Core but not Qt5Gui; skipping tests"
else
+   # https://bugs.gentoo.org/687792
+   unset PKG_CONFIG
distutils-r1_src_test
fi
 }



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

2019-08-24 Thread Aaron Bauman
commit: 5c43abbf7cc02f40c45bff63a951022e1bbd48a6
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Aug 24 21:55:37 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Aug 24 21:56:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c43abbf

gnome-base/nautilus: arm64 stable (bug #692784)

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

 gnome-base/nautilus/nautilus-3.30.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/nautilus/nautilus-3.30.5-r1.ebuild 
b/gnome-base/nautilus/nautilus-3.30.5-r1.ebuild
index 3601899c6aa..6221514bd2d 100644
--- a/gnome-base/nautilus/nautilus-3.30.5-r1.ebuild
+++ b/gnome-base/nautilus/nautilus-3.30.5-r1.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 IUSE="gnome gtk-doc +introspection packagekit +previewer seccomp selinux 
sendto"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.55.1:2



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

2019-08-24 Thread Sergei Trofimovich
commit: 50e4830866eb5d9b9c8fdef0a24c37d3968a8af8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug 24 21:19:12 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 24 21:48:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e48308

dev-util/meson: stable 0.51.1 for hppa, bug #692734

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

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

diff --git a/dev-util/meson/meson-0.51.1.ebuild 
b/dev-util/meson/meson-0.51.1.ebuild
index 32fbdb5c2c2..2cb12abd411 100644
--- a/dev-util/meson/meson-0.51.1.ebuild
+++ b/dev-util/meson/meson-0.51.1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x64-solaris"
 fi
 
 inherit distutils-r1 toolchain-funcs



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

2019-08-24 Thread Sergei Trofimovich
commit: ed1b718a349476f340383b64b553d2c112160982
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug 24 19:30:13 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 24 21:23:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1b718a

app-admin/rsyslog: stable 8.1907.0 for hppa, bug #691916

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

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

diff --git a/app-admin/rsyslog/rsyslog-8.1907.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.1907.0.ebuild
index 720983d58f4..3ba9c5d7570 100644
--- a/app-admin/rsyslog/rsyslog-8.1907.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.1907.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]]; then
 
inherit git-r3
 else
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa x86"
+   KEYWORDS="~amd64 ~arm ~arm64 hppa x86"
 
SRC_URI="
https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz



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

2019-08-24 Thread Sergei Trofimovich
commit: 034bbfc0c29943efedbaca604a2989aeb7218da5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug 24 19:38:28 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 24 21:24:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034bbfc0

dev-ruby/rspec: stable 3.8.0 for hppa, bug #692686

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

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

diff --git a/dev-ruby/rspec/rspec-3.8.0.ebuild 
b/dev-ruby/rspec/rspec-3.8.0.ebuild
index 79c53360b34..8f288bb1252 100644
--- a/dev-ruby/rspec/rspec-3.8.0.ebuild
+++ b/dev-ruby/rspec/rspec-3.8.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rspec/rspec;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-24 Thread Sergei Trofimovich
commit: 2df301a19e3f413489782385d80643ab5691c2e3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug 24 19:39:17 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 24 21:24:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df301a1

dev-ruby/rspec-support: stable 3.8.2 for hppa, bug #692686

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

 dev-ruby/rspec-support/rspec-support-3.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-support/rspec-support-3.8.2.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.8.2.ebuild
index f426d52c500..62a912c811e 100644
--- a/dev-ruby/rspec-support/rspec-support-3.8.2.ebuild
+++ b/dev-ruby/rspec-support/rspec-support-3.8.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.8.0:3 
>=dev-ruby/thread_order-1.1.0 )"



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

2019-08-24 Thread Sergei Trofimovich
commit: 039ee3f7ee29ca5e01494f46449aeba8d3d645cd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug 24 19:28:15 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 24 21:23:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039ee3f7

net-print/cups: stable 2.2.12 for sparc, bug #692300

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

 net-print/cups/cups-2.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups/cups-2.2.12.ebuild 
b/net-print/cups/cups-2.2.12.ebuild
index ac6565a2d4c..ac83b122e9b 100644
--- a/net-print/cups/cups-2.2.12.ebuild
+++ b/net-print/cups/cups-2.2.12.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} == * ]]; then
 else
#SRC_URI="https://github.com/apple/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

SRC_URI="https://github.com/apple/cups/releases/download/v${PV}/${P}-source.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
 fi
 
 DESCRIPTION="The Common Unix Printing System"



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

2019-08-24 Thread Sergei Trofimovich
commit: 36efc0ca77a5d31274bade2e7b6ed550d0ddf0f2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug 24 19:33:19 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 24 21:24:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36efc0ca

dev-ruby/rspec-expectations: stable 3.8.4 for hppa, bug #692686

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

 dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
index 42c080fc20a..511285081a9 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-24 Thread Sergei Trofimovich
commit: 00162f4e52b9dc1f8a2451b3c13a306a84e764c5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug 24 19:41:13 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 24 21:24:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00162f4e

dev-ruby/rspec-mocks: stable 3.8.1 for hppa, bug #692686

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

 dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild
index 943a9ed06d8..3a5a625c388 100644
--- a/dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild
+++ b/dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-24 Thread Sergei Trofimovich
commit: d2a6d93f8feb1e8477391580b60ae2ec4418d875
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug 24 19:32:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 24 21:24:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a6d93f

dev-ruby/rspec-core: stable 3.8.2 for hppa, bug #692686

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

 dev-ruby/rspec-core/rspec-core-3.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild 
b/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild
index 11298da00b1..d32e455db9b 100644
--- a/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild
+++ b/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild
@@ -22,7 +22,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="highlight"
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-24 Thread Aaron Bauman
commit: 1adeb37fde9a6f7917a0672fbe698d2fa38c58d5
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Aug 24 21:17:51 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Aug 24 21:17:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adeb37f

dev-util/meson: arm64 stable (bug #692734)

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

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

diff --git a/dev-util/meson/meson-0.51.1.ebuild 
b/dev-util/meson/meson-0.51.1.ebuild
index e113bb9a30e..32fbdb5c2c2 100644
--- a/dev-util/meson/meson-0.51.1.ebuild
+++ b/dev-util/meson/meson-0.51.1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x64-solaris"
 fi
 
 inherit distutils-r1 toolchain-funcs



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

2019-08-24 Thread Michał Górny
commit: 97498eda29ba7d9d501005f431103d9a98bb6758
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 24 21:03:44 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 24 21:04:00 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=97498eda

uid-gid: Update wrt acct-* packages

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

 files/uid-gid.txt | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 9783190..a22474f 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -137,7 +137,8 @@ polkitd 102 102 acct
 lpadmin-   106 user.eclass
 rpc111 111 historical  Used by 
net-nds/portmap, removed in 
[36e60cce](https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e60cce11d780582196c42d6b692897455d7a27)
 unifi  113 113 requested
-murmurd122 122 requested
+mythtv 117 117 requested
+murmur 122 122 acct
 ntp-   123 user.eclass
 rtkit  133 133 acct
 owfs   150 150 user.eclass Ebuild allows 
overriding username.
@@ -146,7 +147,7 @@ stapsys -   157 user.eclass
 stapdev-   158 user.eclass
 transmission   169 169 acct
 munin  177 -   user.eclass
-pdnsd  184 184 requested
+pdnsd  184 184 acct
 systemd-journal-   190 acct
 systemd-journal-remote 191 191 acct
 systemd-network192 192 acct
@@ -166,10 +167,10 @@ postfix   207 207 user.eclass 
Removed from baselayout in [r1863](https://sources
 postdrop   -   208 user.eclass Removed from baselayout 
in 
[r1863](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0=1862=1863=2545)
 smmsp  209 209 user.eclass user removed out of 
baselayout in 
[r2446](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=2310=2446=2545);
 group in 
[r2445](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0=2444=2445=2545)
 cmd5checkpw212 -   user.eclass
-uptimed220 220 requested
-gkrellmd   221 221 requested
-msmtpd 222 222 requested
-nsd223 223 requested
+uptimed220 220 acct
+gkrellmd   221 221 acct
+msmtpd 222 222 acct
+nsd223 223 acct
 distcc 240 -   user.eclass
 slocate-   245 historical  Removed from 
baselayout in 
[r1328](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0=1319=1328=2545)
 portage250 250 baselayout
@@ -177,6 +178,7 @@ portage 250 250 baselayout-fbsd
 smtpq  252 252 user.eclass
 tomcat 265 265 user.eclass
 logstash   270 270 acct
+spire  271 271 acct
 amavis 333 333 requested
 dnscrypt-proxy 353 353 acct
 guest  405 -   historical  Removed from baselayout 
in 
[r889](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=286=889=2545)
@@ -191,7 +193,7 @@ spectrum486 486 requested
 ddclient   487 487 requested
 teamspeak  488 488 requested
 steamcmd   489 489 requested
-minecraft  490 490 requested
+minecraft  490 490 acct
 fhem   491 491 requested
 unrealircd 494 494 acct
 gvm495 495 requested



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

2019-08-24 Thread Mike Gilbert
commit: 3c68c91519153e868985b8753389b569e3c2a42e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug 24 20:50:42 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Aug 24 20:51:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c68c915

dev-util/meson: disable test_pch_with_address_sanitizer

Closes: https://bugs.gentoo.org/692822
Package-Manager: Portage-2.3.71_p6, Repoman-2.3.17_p5
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-util/meson/meson-0.51.1.ebuild | 4 
 dev-util/meson/meson-.ebuild   | 4 
 2 files changed, 8 insertions(+)

diff --git a/dev-util/meson/meson-0.51.1.ebuild 
b/dev-util/meson/meson-0.51.1.ebuild
index 9f1f39c338a..e113bb9a30e 100644
--- a/dev-util/meson/meson-0.51.1.ebuild
+++ b/dev-util/meson/meson-0.51.1.ebuild
@@ -39,6 +39,10 @@ python_prepare_all() {
# https://bugs.gentoo.org/673016
sed -i -e 's/test_generate_gir_with_address_sanitizer/_&/' 
run_unittests.py || die
 
+   # ASAN is unsupported on some targets
+   # https://bugs.gentoo.org/692822
+   sed -i -e 's/test_pch_with_address_sanitizer/_&/' run_unittests.py || 
die
+
distutils-r1_python_prepare_all
 }
 

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index f51bcc93548..2e19cffb3b0 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -39,6 +39,10 @@ python_prepare_all() {
# https://bugs.gentoo.org/673016
sed -i -e 's/test_generate_gir_with_address_sanitizer/_&/' 
run_unittests.py || die
 
+   # ASAN is unsupported on some targets
+   # https://bugs.gentoo.org/692822
+   sed -i -e 's/test_pch_with_address_sanitizer/_&/' run_unittests.py || 
die
+
distutils-r1_python_prepare_all
 }
 



[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2019-08-24 Thread James Le Cuirot
commit: b1a507081f9ff4a064aa6c045d8c683eca008416
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sat Aug 24 18:22:32 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Aug 24 19:49:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a50708

games-fps/eduke32: drop old version

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/eduke32/Manifest |   1 -
 games-fps/eduke32/eduke32-20190719.7814.ebuild | 247 -
 2 files changed, 248 deletions(-)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index f657e6c60f3..bf6c57bf1e0 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -5,5 +5,4 @@ DIST duke3d_psx-1.11.zip 7636016 BLAKE2B 
63094c0eb2343e443f98844675ddc23a138d87c
 DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997680ff7550973ed9741e62e78f9a099c1a13f65eaa133076d6551fcdfbf34e28ff59f2ad59f91ece98753e7d39523
 SHA512 
4b55dcc192cb2aa8830250fd222664272176bea8f6c6e4ac6d488abfecb1332b5793986c164fde78901904e2bde37e6ee4aa020c5eb578002de8f6102f44df15
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
-DIST eduke32_src_20190719-7814.tar.xz 14751836 BLAKE2B 
95017d0fbb4a3d4db3bb64657671bad58f368af5f4c1d52cfc805d99bbfc77019dfc372d3aa82e9c216a783a41993d6c8e539b2861b72604c0397cfc52f046c4
 SHA512 
cf8783e36b73ee76ba7c824d9322a64b87ae48ddb7002e3e4b61120c03c03a03bb0205f790483421c5992e536adee0be1c497cd7aa8357fa0aa518f50a4ba861
 DIST eduke32_src_20190820-8043.tar.xz 15922344 BLAKE2B 
5414087f8c88c04438b2db5f5323bf82853353f05e00481be596de0e6c981bd651d53515f674d8c128865aba79d6d62a530e3346d215fc67caa36e8afb10c22e
 SHA512 
5bfb6134acbb33e3c4c702306dfe2b005766910efe78b38e9ab1aa3221f6b1e97ddc193222f25b8cd8b23a0f6fd6e13a4b4ae48589e24d8a0de958b5616a

diff --git a/games-fps/eduke32/eduke32-20190719.7814.ebuild 
b/games-fps/eduke32/eduke32-20190719.7814.ebuild
deleted file mode 100644
index 196f0653f81..000
--- a/games-fps/eduke32/eduke32-20190719.7814.ebuild
+++ /dev/null
@@ -1,247 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop toolchain-funcs xdg-utils
-
-MY_BUILD="$(ver_cut 2)"
-MY_DATE="$(ver_cut 1)"
-
-MY_PV_HRP="5.4"
-MY_PV_OFFENSIVE_XXX="1.33"
-MY_PV_OPL="2.01"
-MY_PV_PSX="1.11"
-MY_PV_SC55="4.02"
-MY_PV_VOXELS="1.21"
-
-DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
-HOMEPAGE="http://www.eduke32.com/;
-SRC_URI="
-   
http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}/${PN}_src_${MY_DATE}-${MY_BUILD}.tar.xz
-   http://www.eduke32.com/images/eduke32_classic.png
-   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
-   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
-   opl? ( 
http://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
-   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
-   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
-   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
-"
-
-LICENSE="BUILDLIC GPL-2 HRP"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="cdinstall demo flac fluidsynth gtk hrp offensive opengl opl png psx 
sc-55 server sdk timidity tools vorbis voxels vpx xmp"
-REQUIRED_USE="
-   cdinstall? ( !demo )
-   demo? ( !cdinstall )
-   hrp? ( ^^ ( demo cdinstall )
-   !voxels )
-   offensive? ( ^^ ( demo cdinstall ) )
-   opl? ( ^^ ( demo cdinstall )
-   !sc-55 )
-   psx? ( ^^ ( demo cdinstall ) )
-   sc-55? ( ^^ ( demo cdinstall )
-   !opl )
-   voxels? ( !hrp )
-   vpx? ( opengl )
-"
-
-S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}"
-
-MY_DEPEND_RDEPEND="
-   media-libs/libsdl2[joystick,opengl?,sound,video]
-   media-libs/sdl2-mixer[flac?,fluidsynth?,midi,timidity?,vorbis?]
-   sys-libs/zlib:=
-   flac? ( media-libs/flac )
-  

[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2019-08-24 Thread James Le Cuirot
commit: 0bffd23aa80aea97a4151e5ebd5fe732cac4470b
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sat Aug 24 18:21:27 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Aug 24 19:49:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bffd23a

games-fps/eduke32: bump to version 20190820.8043

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12786
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/eduke32/Manifest |   1 +
 games-fps/eduke32/eduke32-20190820.8043.ebuild | 247 +
 2 files changed, 248 insertions(+)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index 69c29e66b09..f657e6c60f3 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -6,3 +6,4 @@ DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
 DIST eduke32_src_20190719-7814.tar.xz 14751836 BLAKE2B 
95017d0fbb4a3d4db3bb64657671bad58f368af5f4c1d52cfc805d99bbfc77019dfc372d3aa82e9c216a783a41993d6c8e539b2861b72604c0397cfc52f046c4
 SHA512 
cf8783e36b73ee76ba7c824d9322a64b87ae48ddb7002e3e4b61120c03c03a03bb0205f790483421c5992e536adee0be1c497cd7aa8357fa0aa518f50a4ba861
+DIST eduke32_src_20190820-8043.tar.xz 15922344 BLAKE2B 
5414087f8c88c04438b2db5f5323bf82853353f05e00481be596de0e6c981bd651d53515f674d8c128865aba79d6d62a530e3346d215fc67caa36e8afb10c22e
 SHA512 
5bfb6134acbb33e3c4c702306dfe2b005766910efe78b38e9ab1aa3221f6b1e97ddc193222f25b8cd8b23a0f6fd6e13a4b4ae48589e24d8a0de958b5616a

diff --git a/games-fps/eduke32/eduke32-20190820.8043.ebuild 
b/games-fps/eduke32/eduke32-20190820.8043.ebuild
new file mode 100644
index 000..196f0653f81
--- /dev/null
+++ b/games-fps/eduke32/eduke32-20190820.8043.ebuild
@@ -0,0 +1,247 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs xdg-utils
+
+MY_BUILD="$(ver_cut 2)"
+MY_DATE="$(ver_cut 1)"
+
+MY_PV_HRP="5.4"
+MY_PV_OFFENSIVE_XXX="1.33"
+MY_PV_OPL="2.01"
+MY_PV_PSX="1.11"
+MY_PV_SC55="4.02"
+MY_PV_VOXELS="1.21"
+
+DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
+HOMEPAGE="http://www.eduke32.com/;
+SRC_URI="
+   
http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}/${PN}_src_${MY_DATE}-${MY_BUILD}.tar.xz
+   http://www.eduke32.com/images/eduke32_classic.png
+   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
+   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
+   opl? ( 
http://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
+   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
+   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
+   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
+"
+
+LICENSE="BUILDLIC GPL-2 HRP"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE="cdinstall demo flac fluidsynth gtk hrp offensive opengl opl png psx 
sc-55 server sdk timidity tools vorbis voxels vpx xmp"
+REQUIRED_USE="
+   cdinstall? ( !demo )
+   demo? ( !cdinstall )
+   hrp? ( ^^ ( demo cdinstall )
+   !voxels )
+   offensive? ( ^^ ( demo cdinstall ) )
+   opl? ( ^^ ( demo cdinstall )
+   !sc-55 )
+   psx? ( ^^ ( demo cdinstall ) )
+   sc-55? ( ^^ ( demo cdinstall )
+   !opl )
+   voxels? ( !hrp )
+   vpx? ( opengl )
+"
+
+S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}"
+
+MY_DEPEND_RDEPEND="
+   media-libs/libsdl2[joystick,opengl?,sound,video]
+   media-libs/sdl2-mixer[flac?,fluidsynth?,midi,timidity?,vorbis?]
+   sys-libs/zlib:=
+   flac? ( media-libs/flac )
+   gtk? ( x11-libs/gtk+:2 )
+   opengl? ( virtual/glu
+   virtual/opengl )
+   png? ( media-libs/libpng:0= )
+   timidity? ( media-sound/timidity-freepats )
+   vpx? ( media-libs/libvpx:= )
+   vorbis? ( 

[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/, games-fps/eduke32/files/

2019-08-24 Thread James Le Cuirot
commit: cddfbfd96498415a3ed0966f1c693a5781c3d9cd
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sat Aug 24 18:24:50 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Aug 24 19:49:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddfbfd9

games-fps/eduke32: rename patches for full name

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/eduke32/eduke32-20190820.8043.ebuild| 4 ++--
 ...{log-to-tmpdir.patch => eduke32-20190820.8043-log-to-tmpdir.patch} | 0
 ...ke3d-path.patch => eduke32-20190820.8043-search-duke3d-path.patch} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/eduke32/eduke32-20190820.8043.ebuild 
b/games-fps/eduke32/eduke32-20190820.8043.ebuild
index 196f0653f81..9f03ea77a4e 100644
--- a/games-fps/eduke32/eduke32-20190820.8043.ebuild
+++ b/games-fps/eduke32/eduke32-20190820.8043.ebuild
@@ -79,8 +79,8 @@ DEPEND="
 
 PATCHES=(
"${FILESDIR}/${PN}-20190419.7615-wad2map-buildfix.patch"
-   "${FILESDIR}/log-to-tmpdir.patch"
-   "${FILESDIR}/search-duke3d-path.patch"
+   "${FILESDIR}/${PN}-20190820.8043-log-to-tmpdir.patch"
+   "${FILESDIR}/${PN}-20190820.8043-search-duke3d-path.patch"
 )
 
 src_unpack() {

diff --git a/games-fps/eduke32/files/log-to-tmpdir.patch 
b/games-fps/eduke32/files/eduke32-20190820.8043-log-to-tmpdir.patch
similarity index 100%
rename from games-fps/eduke32/files/log-to-tmpdir.patch
rename to games-fps/eduke32/files/eduke32-20190820.8043-log-to-tmpdir.patch

diff --git a/games-fps/eduke32/files/search-duke3d-path.patch 
b/games-fps/eduke32/files/eduke32-20190820.8043-search-duke3d-path.patch
similarity index 100%
rename from games-fps/eduke32/files/search-duke3d-path.patch
rename to games-fps/eduke32/files/eduke32-20190820.8043-search-duke3d-path.patch



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

2019-08-24 Thread Ulrich Müller
commit: e0b95ab2eae34adb77a60f58782ab816ab39b67c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Aug 24 19:17:59 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Aug 24 19:17:59 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=e0b95ab2

uid-gid.txt: Add comment for historical 3784 assignment.

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

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

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 8f203c9..9783190 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -202,7 +202,7 @@ syncthing   499 499 acct
 slurm  500 500 user.eclass
 -  500..999500..999reserved
 -  1000..6 1000..6 
reserved`UID_MIN`..`UID_MAX` / `GID_MIN`..`GID_MAX` in login.defs
-ventrilo   37843784historical
+ventrilo   37843784historical  Used by 
media-sound/ventrilo-server-bin, removed in 
[15c6a556](https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c6a556cef202a72f7226648ebea19fcffe834d)
 -  60001..6553360001..65532reserved
 nogroup-   65533   baselayout
 nogroup-   65533   baselayout-fbsd



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

2019-08-24 Thread Ulrich Müller
commit: 50bd3a7354dba52987dfaccc49b41a53e76cf5bb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Aug 24 19:09:07 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Aug 24 19:09:07 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=50bd3a73

uid-gid.txt: Use pure ASCII instead of fancy Unicode dashes.

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

 files/uid-gid.txt | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index c2f09f3..8f203c9 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -200,16 +200,16 @@ stdiscosrv497 497 acct
 burp   498 498 acct
 syncthing  499 499 acct
 slurm  500 500 user.eclass
--  500–999 500–999 reserved
--  1000–6  1000–6  
reserved`UID_MIN`–`UID_MAX` / `GID_MIN`–`GID_MAX` in login.defs
+-  500..999500..999reserved
+-  1000..6 1000..6 
reserved`UID_MIN`..`UID_MAX` / `GID_MIN`..`GID_MAX` in login.defs
 ventrilo   37843784historical
--  60001–65533 60001–65532 reserved
+-  60001..6553360001..65532reserved
 nogroup-   65533   baselayout
 nogroup-   65533   baselayout-fbsd
 nobody 65534   65534   baselayout
 nobody 65534   65534   baselayout-fbsd
--  65535   65535   reserved−1 on systems with 16 
bit uid_t
--  61184–65519 61184–65519 
reservedUsed by systemd DynamicUser feature
--  524288–1878982656   524288–1878982656   
reservedUsed by systemd for containers
+-  65535   65535   reserved-1 on systems with 16 
bit uid_t
+-  61184..6551961184..65519
reservedUsed by systemd DynamicUser feature
+-  524288..1878982656  524288..1878982656  
reservedUsed by systemd for containers
 
 # vim:se ts=8 sts=0 tw=0 :



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

2019-08-24 Thread Ulrich Müller
commit: 6804b582062eeb492d1edaf499d43f2808a36750
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Aug 24 19:01:45 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Aug 24 19:01:45 2019 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=6804b582

tree-layout.tex: Typographic fix.

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

 tree-layout.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tree-layout.tex b/tree-layout.tex
index 0ff1ec9..f84f6f5 100644
--- a/tree-layout.tex
+++ b/tree-layout.tex
@@ -74,7 +74,7 @@ this specification.
 
 The profiles directory shall contain zero or more profile directories as 
described in
 chapter~\ref{ch:profiles}, as well as the following files and directories. In 
any line-based file,
-lines beginning with a \# character are treated as comments, whilst blank 
lines are ignored.
+lines beginning with a \t{\#} character are treated as comments, whilst blank 
lines are ignored.
 All contents of this directory, with the exception of \t{repo_name}, are 
optional.
 
 The profiles directory may contain an \t{eapi} file. This file, if it exists, 
must contain a single



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

2019-08-24 Thread Joonas Niilola
commit: 8a61668a2e269f36600240f2afd6aec8815bfa90
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Aug 24 18:37:04 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 24 18:37:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a61668a

sys-process/evisum: bump to 0.2.4

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-process/evisum/Manifest|  1 +
 sys-process/evisum/evisum-0.2.4.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest
index 1c2aa5e0537..b6000b67824 100644
--- a/sys-process/evisum/Manifest
+++ b/sys-process/evisum/Manifest
@@ -1 +1,2 @@
 DIST evisum-0.2.3.tar.xz 85000 BLAKE2B 
3f3a43ff569d05550d092930f1cf61eb4deef2a449bd1b407b0f460c15887b76fc430ecbbe8357e6a06d6c34cdce68321d38922635ec4b9caccad084d9c619d6
 SHA512 
0043432f2b434c2bbdbe03b96d29a3f9515d063bdf5ae61ef5273aad1ec6dbc532860af4a22bebf275f171585e793e3851eec9c98a7eaa4645e32d3a79eafdc1
+DIST evisum-0.2.4.tar.xz 84604 BLAKE2B 
36219949fdc63ee08be2577591ebb8c746abdf583ae7d9683be0809bd452f0ec8026e65221f8094b18340d54440f303b6ac21d4ff99cf7919a20046ef3ffa1b2
 SHA512 
31360e8965e9078e8d66ddbffd7f71fec75e327ac1a1a00b9e6337cfc5e80028beaa141f6feb64221098c4a202a410497ad96280e2510d91e84e44038662d540

diff --git a/sys-process/evisum/evisum-0.2.4.ebuild 
b/sys-process/evisum/evisum-0.2.4.ebuild
new file mode 100644
index 000..9ea74684dde
--- /dev/null
+++ b/sys-process/evisum/evisum-0.2.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="System and process monitor written with EFL"
+HOMEPAGE="https://www.enlightenment.org/;
+SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/efl"
+RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"
+
+PATCHES=( "${FILESDIR}/${PN}-0.2.2-respect-cflags-ldflags.patch" )
+
+src_install() {
+   emake PREFIX="${D}"/usr install
+   einstalldocs
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2019-08-24 Thread Joonas Niilola
commit: afde0dfc29e03ee27015b04f40c5ee42b0b5ab26
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Aug 24 18:34:34 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 24 18:34:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afde0dfc

x11-wm/enlightenment: bump to 0.23.0

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-wm/enlightenment/Manifest|   1 +
 x11-wm/enlightenment/enlightenment-0.23.0.ebuild | 113 +++
 2 files changed, 114 insertions(+)

diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest
index 46b3d3c8e60..f315e95b03f 100644
--- a/x11-wm/enlightenment/Manifest
+++ b/x11-wm/enlightenment/Manifest
@@ -1 +1,2 @@
 DIST enlightenment-0.22.4.tar.xz 25656972 BLAKE2B 
5e24e226e5f9295d27658656aefaf39cc80ad3634ba1937ef1a3c8e1adeba8cf3cbab2c43cb9e80ac298107a7a64e248ff252084b19c26a9749eb9e6c3fa
 SHA512 
9f4366bfed4d65e7baaeffd4f5b8ba6febf6f9888e6156dd3e100c9fca42c377f76f156f3dd1f6ab97745ffcb69e1e8d320937e41333797580624a9b74d298ba
+DIST enlightenment-0.23.0.tar.xz 26425732 BLAKE2B 
2b0bd2f27f5589eb4fa9e1cdd0f2713db26eef36ac204f666dded8a07e91edd260192d413b88e82609c700a71a3459defe8dcae6b778601473c32565799c15c8
 SHA512 
e49ed9d1d1725cbfd488eb654c3fbe60700382e26136d568b23452cff0112c49953633fd7ac9df7b64f910d37679681b2b9b417d710f46608e97c4060362c7d8

diff --git a/x11-wm/enlightenment/enlightenment-0.23.0.ebuild 
b/x11-wm/enlightenment/enlightenment-0.23.0.ebuild
new file mode 100644
index 000..7b8666c73e6
--- /dev/null
+++ b/x11-wm/enlightenment/enlightenment-0.23.0.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils meson xdg-utils
+
+DESCRIPTION="Enlightenment window manager"
+HOMEPAGE="https://www.enlightenment.org;
+SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0.17/${PV%%_*}"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE="acpi bluetooth connman doc geolocation nls packagekit pam systemd udisks 
wayland wifi xwayland"
+
+REQUIRED_USE="xwayland? ( wayland )"
+
+RDEPEND="
+   >=dev-libs/efl-1.22.3[eet]
+   virtual/udev
+   x11-libs/libXext
+   x11-libs/libxcb
+   x11-libs/xcb-util-keysyms
+   x11-misc/xkeyboard-config
+   acpi? ( sys-power/acpid )
+   bluetooth? ( net-wireless/bluez )
+   connman? ( dev-libs/efl[connman] )
+   geolocation? ( app-misc/geoclue:2.0 )
+   packagekit? ( app-admin/packagekit-base )
+   pam? ( sys-libs/pam )
+   systemd? ( sys-apps/systemd )
+   udisks? ( sys-fs/udisks:2 )
+   wayland? (
+   >=dev-libs/efl-1.22.0[drm,wayland]
+   dev-libs/wayland
+   x11-libs/libxkbcommon
+   x11-libs/pixman
+   )
+   xwayland? (
+   dev-libs/efl[X,wayland]
+   x11-base/xorg-server[wayland]
+   )
+"
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local emesonargs=(
+   -D device-udev=true
+   -D install-enlightenment-menu=true
+
+   -D bluez4=false
+   -D install-sysactions=false
+   -D mount-eeze=false
+
+   $(meson_use udisks mount-udisks)
+   $(meson_use bluetooth bluez5)
+   $(meson_use connman)
+   $(meson_use geolocation)
+   $(meson_use nls)
+   $(meson_use packagekit)
+   $(meson_use pam)
+   $(meson_use systemd)
+   $(meson_use wayland wl)
+   $(meson_use wifi wireless)
+   $(meson_use xwayland)
+   )
+
+   if ! use wayland; then
+   emesonargs+=(
+   -D wl-buffer=false
+   -D wl-desktop-shell=false
+   -D wl-drm=false
+   -D wl-text-input=false
+   -D wl-weekeyboard=false
+   -D wl-wl=false
+   -D wl-x11=false
+   )
+   fi
+
+   meson_src_configure
+}
+
+src_install() {
+   insinto /etc/enlightenment
+   newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf
+
+   use doc && local HTML_DOCS=( doc/. )
+   meson_src_install
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+
+   einfo "Additional programs to complete full EFL suite: "
+   optfeature "an EFL-based IDE" dev-util/edi
+   optfeature "image viewer" media-gfx/ephoto
+   optfeature "ConnMan user interface for Enlightenment" net-misc/econnman
+   optfeature "system and process monitor" sys-process/evisum
+   optfeature "downloading themes and add-ons" x11-misc/enlightenment-extra
+   optfeature 

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

2019-08-24 Thread Mart Raudsepp
commit: 0366b8b0b2a2265462e3ef215b17c9430dccd601
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug 24 17:53:07 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug 24 17:53:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0366b8b0

net-libs/gupnp: bump to 1.0.4

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

 net-libs/gupnp/Manifest   |  1 +
 net-libs/gupnp/gupnp-1.0.4.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/net-libs/gupnp/Manifest b/net-libs/gupnp/Manifest
index 99181995fc8..fc4e9cdb461 100644
--- a/net-libs/gupnp/Manifest
+++ b/net-libs/gupnp/Manifest
@@ -1 +1,2 @@
 DIST gupnp-1.0.3.tar.xz 422912 BLAKE2B 
900a2a81982a50239b26ddd5df3f57caac1ee66103e857b9014db7dc694e303c1eaa0633cb467887f3370e97058abc221bd0175c9df11ca4af31e3f802145a66
 SHA512 
f256757ddf1a31f1dc93dc138401329e40aa063e7452dccaabe53682eebcb1b98cb6429c01d806290587ca9d01d91afce0603627d2d8675ddb68ef919efb6448
+DIST gupnp-1.0.4.tar.xz 427616 BLAKE2B 
ab5d34e701e253dc48ebafabc908f9aacd7a325805c61b11b5668cfa105d56a37f0d93593eeedd0e63630b986f2a2c18d4d9cdd82b653c9cc7a5d57262a819ef
 SHA512 
54a133ce043e9b3d5ea23041c04fbbf5483aea98a72421cdb59bada0ab2e3ab3fc85452c4c743b794eeb7c929f5ef38bf0e6ba7f9539d86182a77612c898205a

diff --git a/net-libs/gupnp/gupnp-1.0.4.ebuild 
b/net-libs/gupnp/gupnp-1.0.4.ebuild
new file mode 100644
index 000..6e5cf8b9953
--- /dev/null
+++ b/net-libs/gupnp/gupnp-1.0.4.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+VALA_USE_DEPEND="vapigen"
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+PYTHON_REQ_USE="xml"
+
+inherit gnome2 multilib-minimal python-single-r1 vala
+
+DESCRIPTION="An object-oriented framework for creating UPnP devs and control 
points"
+HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP;
+
+LICENSE="LGPL-2"
+SLOT="0/4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="connman +introspection kernel_linux networkmanager"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   ?? ( connman networkmanager )
+"
+
+# prefix: uuid dependency can be adapted to non-linux platforms
+RDEPEND="${PYTHON_DEPS}
+   >=net-libs/gssdp-0.14.15:0=[introspection?,${MULTILIB_USEDEP}]
+   >=net-libs/libsoup-2.48.0:2.4[introspection?,${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}]
+   >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]
+   >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}]
+   introspection? (
+   >=dev-libs/gobject-introspection-1.36:=
+   $(vala_depend) )
+   connman? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
+   networkmanager? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
+   !net-libs/gupnp-vala
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.14
+   sys-devel/gettext
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+"
+
+src_prepare() {
+   use introspection && vala_src_prepare
+   gnome2_src_prepare
+}
+
+multilib_src_configure() {
+   local backend=unix
+   use kernel_linux && backend=linux
+   use connman && backend=connman
+   use networkmanager && backend=network-manager
+
+   ECONF_SOURCE=${S} \
+   gnome2_src_configure \
+   $(multilib_native_use_enable introspection) \
+   --disable-static \
+   --with-context-manager=${backend}
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/doc/html doc/html || die
+   fi
+}
+
+multilib_src_install() {
+   gnome2_src_install
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   python_fix_shebang "${ED}"/usr/bin/gupnp-binding-tool
+}



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

2019-08-24 Thread Mart Raudsepp
commit: 80174772e365df79b2c01dad53a28560699072b1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug 24 18:30:08 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug 24 18:30:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80174772

dev-libs/libgdata: clarify USE=crypt purpose with a local USE desc

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

 dev-libs/libgdata/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libgdata/metadata.xml b/dev-libs/libgdata/metadata.xml
index 4b8d03fba61..05e33e36622 100644
--- a/dev-libs/libgdata/metadata.xml
+++ b/dev-libs/libgdata/metadata.xml
@@ -6,6 +6,7 @@
Gentoo GNOME Desktop
 
 
+   Use app-crypt/gcr for keeping tokens and 
passwords in non-pageable memory for improved security
Enable 
net-libs/gnome-online-accounts support
 
 



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

2019-08-24 Thread Michał Górny
commit: 62ba4e49e152f3f29e92b650eec6d06845bb1b86
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 24 17:58:13 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 24 17:58:13 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=62ba4e49

Add uid-gid.txt → wiki conversion script

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

 bin/uidgid2wiki.awk | 60 +
 1 file changed, 60 insertions(+)

diff --git a/bin/uidgid2wiki.awk b/bin/uidgid2wiki.awk
new file mode 100755
index 000..3c3e22f
--- /dev/null
+++ b/bin/uidgid2wiki.awk
@@ -0,0 +1,60 @@
+#!/usr/bin/awk -f
+
+BEGIN {
+   print "{|class=\"wikitable sortable\""
+   print "! Name"
+   print "! data-sort-type=\"number\" | UID"
+   print "! data-sort-type=\"number\" | GID"
+   print "! Provider"
+   print "! class=unsortable | Notes"
+}
+
+function md2wiki(str) {
+   return gensub(/\[([^\]]+)\]\(([^)]+)\)/, "[\\2 \\1]", "g", str)
+}
+
+/^[^#]/ {
+   print "|-"
+   # name
+   print "| " $1
+   # uid
+   print "| " $2
+   # gid
+   print "| " $3
+   # provider
+   switch ($4) {
+   case "baselayout":
+   print "| style=\"background: #cff;\" | baselayout 
(linux)"
+   break
+   case "baselayout-fbsd":
+   print "| style=\"background: #ccf;\" | baselayout 
(fbsd)"
+   break
+   case "acct":
+   printf "%s", "| style=\"background: #9fc;\" |"
+   if ($2 != "-") printf " %s", 
"[https://gitweb.gentoo.org/repo/gentoo.git/tree/acct-user/; $1 " u:" $1 "]"
+   if ($3 != "-") printf " %s", 
"[https://gitweb.gentoo.org/repo/gentoo.git/tree/acct-group/; $1 " g:" $1 "]"
+   print ""
+   break
+   case "requested":
+   print "| style=\"background: #ffe;\" | requested"
+   break
+   case "reserved":
+   print "| style=\"background: #fcf;\" | reserved"
+   break
+   case "user.eclass":
+   print "| style=\"background: #dca;\" | user.eclass"
+   break
+   case "historical":
+   print "| style=\"background: #fee;\" | historical"
+   break
+   default:
+   print "| " $4
+   }
+   # notes
+   $1=$2=$3=$4=""
+   print "| " md2wiki(substr($0, 5))
+}
+
+END {
+   print "|}"
+}



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

2019-08-24 Thread Matt Turner
commit: f036baf3428274fa9ad4ff7bef3ef84400d82864
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 24 16:40:28 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 24 16:40:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f036baf3

sys-libs/libutempter: Drop x11@ from maintainers

I think x11@ was a maintainer due to the reverse dependency of xterm,
but we now no longer are a maintainer of xterm.

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

 sys-libs/libutempter/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/sys-libs/libutempter/metadata.xml 
b/sys-libs/libutempter/metadata.xml
index 910808b6e1f..56c12441305 100644
--- a/sys-libs/libutempter/metadata.xml
+++ b/sys-libs/libutempter/metadata.xml
@@ -5,8 +5,4 @@
base-sys...@gentoo.org
Gentoo Base System
 
-
-   x...@gentoo.org
-   X11
-
 



[gentoo-commits] proj/gentoo-bumpchecker:master commit in: modules/

2019-08-24 Thread Mart Raudsepp
commit: 652b08999ccc382dcbcfb647eb0ce92060488ae0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug 24 16:37:38 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug 24 16:37:38 2019 +
URL:
https://gitweb.gentoo.org/proj/gentoo-bumpchecker.git/commit/?id=652b0899

gnome: Map gnome-themes-extra to gnome-themes-standard for now

We haven't done a pkgmove yet, so map them up for the time being.

 modules/gnome_module.py   | 1 +
 modules/package_module.py | 1 +
 2 files changed, 2 insertions(+)

diff --git a/modules/gnome_module.py b/modules/gnome_module.py
index 22ab10a..7ef3b12 100644
--- a/modules/gnome_module.py
+++ b/modules/gnome_module.py
@@ -25,6 +25,7 @@ name_mapping = {
 "libgfbgraph": "gfbgraph",
 "nm-applet": "network-manager-applet",
 "networkmanager": "NetworkManager",
+"gnome-themes-standard": "gnome-themes-extra",
 }
 
 class GNOME:

diff --git a/modules/package_module.py b/modules/package_module.py
index a7b5126..5551f60 100644
--- a/modules/package_module.py
+++ b/modules/package_module.py
@@ -23,6 +23,7 @@ class Package(object):
 "NetworkManager": "networkmanager",
 "gtk-theme-engine-clearlooks": "gtk-engines-clearlooks",
 "gom":"dev-libs/gom",
+"gnome-themes-extra":"gnome-themes-standard",
 # Perl package mappings
 'Glib'  : 'dev-perl/glib-perl',
 'Gnome2-Canvas' : 'dev-perl/gnome2-canvas',



[gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools-ng/

2019-08-24 Thread Matt Turner
commit: 5a432703dcdecac3a439bbb0f9239e7ba658e56f
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 24 16:25:29 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 24 16:27:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a432703

sys-fs/squashfs-tools-ng: Drop removed --with-gzip

zlib is required as of upstream commit 50385e06ec20 ("Replace
update_crc32 helper function with crc32 from zlib").

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

 sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.6.ebuild  | 6 ++
 sys-fs/squashfs-tools-ng/squashfs-tools-ng-.ebuild | 6 ++
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.6.ebuild 
b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.6.ebuild
index fc732972175..b77878296fd 100644
--- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.6.ebuild
+++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.6.ebuild
@@ -15,15 +15,14 @@ fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="lz4 lzo selinux +xz +zlib zstd"
-REQUIRED_USE="|| ( lz4 lzo xz zlib zstd )"
+IUSE="lz4 lzo selinux +xz zstd"
 
 DEPEND="
+   sys-libs/zlib:=
lz4? ( app-arch/lz4:= )
lzo? ( dev-libs/lzo:= )
xz?  ( app-arch/xz-utils:= )
selinux? ( sys-libs/libselinux:= )
-   zlib?( sys-libs/zlib:= )
zstd?( app-arch/zstd:= )
 "
 RDEPEND="${DEPEND}"
@@ -39,7 +38,6 @@ src_configure() {
$(use_with lzo)
$(use_with selinux)
$(use_with xz)
-   $(use_with zlib gzip)
$(use_with zstd)
)
econf "${myconf[@]}"

diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-.ebuild 
b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-.ebuild
index fc732972175..b77878296fd 100644
--- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-.ebuild
+++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-.ebuild
@@ -15,15 +15,14 @@ fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="lz4 lzo selinux +xz +zlib zstd"
-REQUIRED_USE="|| ( lz4 lzo xz zlib zstd )"
+IUSE="lz4 lzo selinux +xz zstd"
 
 DEPEND="
+   sys-libs/zlib:=
lz4? ( app-arch/lz4:= )
lzo? ( dev-libs/lzo:= )
xz?  ( app-arch/xz-utils:= )
selinux? ( sys-libs/libselinux:= )
-   zlib?( sys-libs/zlib:= )
zstd?( app-arch/zstd:= )
 "
 RDEPEND="${DEPEND}"
@@ -39,7 +38,6 @@ src_configure() {
$(use_with lzo)
$(use_with selinux)
$(use_with xz)
-   $(use_with zlib gzip)
$(use_with zstd)
)
econf "${myconf[@]}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-iptvsimple/

2019-08-24 Thread Craig Andrews
commit: bf865a1c3775a0bea30779be7fd6f40a9e87532f
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Aug 24 14:57:16 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Aug 24 14:59:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf865a1c

media-plugins/kodi-pvr-iptvsimple: 3.7.2 version bump

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-pvr-iptvsimple/Manifest |  1 +
 .../kodi-pvr-iptvsimple-3.7.2.ebuild   | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest 
b/media-plugins/kodi-pvr-iptvsimple/Manifest
index 99c843c34ce..bf7a20a0a0f 100644
--- a/media-plugins/kodi-pvr-iptvsimple/Manifest
+++ b/media-plugins/kodi-pvr-iptvsimple/Manifest
@@ -4,3 +4,4 @@ DIST kodi-pvr-iptvsimple-2.4.8.tar.gz 159663 BLAKE2B 
73d2bdcee79ea38714fa772045b
 DIST kodi-pvr-iptvsimple-3.5.7.tar.gz 116264 BLAKE2B 
557fce9cfc4ac55562d938e63afdff3347c51b452869f34e705ea5dd912576eb210ffaf213a176dc605fa98ca2ff6862adac69be1afb4379ac2f90639d692156
 SHA512 
eaa26d84193c67bcb97c65b46f89c29acaabc121e650cf517cc2ded2831106ec8c66d0b9e59e7d423c79bcec3be2863dda1dffa89a71b3ab4548302fbad6e023
 DIST kodi-pvr-iptvsimple-3.5.8.tar.gz 116658 BLAKE2B 
df871b9e2b3c464ce226308e3cccaa195f8db1a118ce5349ce5640e3b7cd5792c093f18a1f28d3dfe4d91e1dca9b54317aa7a0c36db111eab86f7e1fae7c38f7
 SHA512 
e9de8e693b2804ca1323ad4c5ed9b0a3f10679bc92193f149769a89ed3af5282002ab986b849da42db8f5962e07a066d363bd00bf05e41dfbd43f546ebee1e9f
 DIST kodi-pvr-iptvsimple-3.6.0.tar.gz 116790 BLAKE2B 
1028ff9983b08ea610b7c106e6444e23aa13eecad668b338d837d53d41e275ec70668d97423b04052109097db6b1134667f26b42449adfd39353855daf52e8ad
 SHA512 
b13ea388f3b64544266e34b56a3882a8c25c4d27fb156857897a9da649c6ec875d4aa75712a44e573a47264651a19da273c2ec7072257d99e801800971c59689
+DIST kodi-pvr-iptvsimple-3.7.2.tar.gz 118777 BLAKE2B 
1d45411c7855af1d5cbcba0c680ffa0d30e34803ea536a2e9d09d293e552fd4dbb9dc87ff66ae7b7fb2f33aac3ac8bb7751eea5c0498937a3f4d16547413de59
 SHA512 
748f37426e7d1cbd87a2205143d7a5255b453f00fa8212cf89590c55f0072e6b6df8bf886444a8608ed3a2c7e20853e5b5d674e09471654bd4e431fb9ef490d9

diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.7.2.ebuild 
b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.7.2.ebuild
new file mode 100644
index 000..8aaf1e25388
--- /dev/null
+++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.7.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's IPTVSimple client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.iptvsimple;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.iptvsimple.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Leia"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.iptvsimple/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.iptvsimple-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =dev-libs/libplatform-2*
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   sys-libs/zlib
+   dev-libs/rapidxml
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-vuplus/

2019-08-24 Thread Craig Andrews
commit: 3c5f1af21cb1a50d430892f83e3eedc4c51c3dd3
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Aug 24 14:59:11 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Aug 24 14:59:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5f1af2

media-plugins/kodi-pvr-vuplus: 3.27.1 version bump

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-pvr-vuplus/Manifest |  1 +
 .../kodi-pvr-vuplus/kodi-pvr-vuplus-3.27.1.ebuild  | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/media-plugins/kodi-pvr-vuplus/Manifest 
b/media-plugins/kodi-pvr-vuplus/Manifest
index a9aac201e47..04ea7beffeb 100644
--- a/media-plugins/kodi-pvr-vuplus/Manifest
+++ b/media-plugins/kodi-pvr-vuplus/Manifest
@@ -10,3 +10,4 @@ DIST kodi-pvr-vuplus-3.24.0.tar.gz 189303 BLAKE2B 
e1d1276b460d54722f80144d0e186b
 DIST kodi-pvr-vuplus-3.25.0.tar.gz 190314 BLAKE2B 
fba8e3438bc7475f0c4e4cf1afe02fc356b7cdc78c756c30cd541f71215c741fe56e436b934cc22ac0157ccf919159526f41625421995198157a1f0d8802366c
 SHA512 
b94d6f846eb04cc241ae1a954f5d4fd07edd70b3389d9068bb9dc23083e3476bc46a17fd66e7f5d7ce04e361b1d9165672d7ada515f6251af86a5f3f18fa28b1
 DIST kodi-pvr-vuplus-3.26.0.tar.gz 192488 BLAKE2B 
71909a13cc640c2509405a2ca954536b3ecf767dd607223fe0555860da270d710896fbb0e62922465dc7d22e817c39e183813c8064498e21783548aa85369744
 SHA512 
c0cb5e0fab716d20d7a6bbc81a8caaca5325938190742e15fc86fe475f93b915623cd3589b4990ebbd1caeb3924365d2872a598fd8e9dbe1822c37e3b2e288f8
 DIST kodi-pvr-vuplus-3.27.0.tar.gz 192727 BLAKE2B 
0060d29cfae4217dd718d02836373d5829ee327a2ad6826d77fce22621758d0c48774a6a39b2907f462d4d778e9b308de7ca42f0c11fdb57381f6a3f50ac4e15
 SHA512 
e94a27c497e6b35a102897cccf3376bbb1e2aee056c5cef498a5db9f1a6c5e1c4d7a8c8060bfca5d5d2856067564ccabcd2cbaae1248021a9379c311bc84cb26
+DIST kodi-pvr-vuplus-3.27.1.tar.gz 193036 BLAKE2B 
5c1f1422eab403748f4668e10f5ef27214857817851f1e4f14028256961927af741b211e5548d79c9a1dcaee21f4f05449dcd1835fd3688e632b0252c8cb8d13
 SHA512 
8efa1c00d953656ea97d9e923e0b7d380071047d138252edf14982f151c33132d3c57a0826e2e2abae82ba6beea06a8404bb79ff608ce1969f127649a1b0acc3

diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.27.1.ebuild 
b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.27.1.ebuild
new file mode 100644
index 000..f77cda46652
--- /dev/null
+++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.27.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's VuPlus client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.vuplus;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vuplus.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Leia"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.vuplus/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.vuplus-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   dev-libs/tinyxml
+   dev-cpp/nlohmann_json
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



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

2019-08-24 Thread Lars Wendler
commit: 0fdca5be35817e9af05e803a553e58a1dac69a60
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Aug 24 14:10:16 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Aug 24 14:11:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdca5be

sys-apps/iproute2: Revbump to fix header location

Also removed superflouous DATADIR and HDRDIR definitions now that we
correctly set PREFIX.

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

 sys-apps/iproute2/{iproute2-5.2.0.ebuild => iproute2-5.2.0-r1.ebuild} | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys-apps/iproute2/iproute2-5.2.0.ebuild 
b/sys-apps/iproute2/iproute2-5.2.0-r1.ebuild
similarity index 98%
rename from sys-apps/iproute2/iproute2-5.2.0.ebuild
rename to sys-apps/iproute2/iproute2-5.2.0-r1.ebuild
index a911549d798..5beda6e4bc4 100644
--- a/sys-apps/iproute2/iproute2-5.2.0.ebuild
+++ b/sys-apps/iproute2/iproute2-5.2.0-r1.ebuild
@@ -137,9 +137,7 @@ src_install() {
LIBDIR="${EPREFIX}"/$(get_libdir) \
SBINDIR="${EPREFIX}"/sbin \
CONFDIR="${EPREFIX}"/etc/iproute2 \
-   DATADIR="${EPREFIX}"/usr/share \
DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
-   HDRDIR="${EPREFIX}"/usr/include \
MANDIR="${EPREFIX}"/usr/share/man \
ARPDDIR="${EPREFIX}"/var/lib/arpd \
install



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

2019-08-24 Thread Lars Wendler
commit: a83ec9671400d7ece89ed9dcbf5c70090afe15ac
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Aug 24 13:58:51 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Aug 24 13:58:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83ec967

sys-apps/iproute2: Fixed prefix installation

Thanks-to: Susan Wilson  airmail.cc>
Closes: https://bugs.gentoo.org/677126
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/iproute2/iproute2-4.19.0-r1.ebuild | 1 +
 sys-apps/iproute2/iproute2-5.1.0.ebuild | 1 +
 sys-apps/iproute2/iproute2-5.2.0.ebuild | 1 +
 sys-apps/iproute2/iproute2-.ebuild  | 1 +
 4 files changed, 4 insertions(+)

diff --git a/sys-apps/iproute2/iproute2-4.19.0-r1.ebuild 
b/sys-apps/iproute2/iproute2-4.19.0-r1.ebuild
index be6fc65b8da..cfbd014dfda 100644
--- a/sys-apps/iproute2/iproute2-4.19.0-r1.ebuild
+++ b/sys-apps/iproute2/iproute2-4.19.0-r1.ebuild
@@ -128,6 +128,7 @@ src_install() {
 
emake \
DESTDIR="${D}" \
+   PREFIX="${EPREFIX%/}/usr" \
LIBDIR="${EPREFIX%/}"/$(get_libdir) \
SBINDIR="${EPREFIX%/}"/sbin \
CONFDIR="${EPREFIX%/}"/etc/iproute2 \

diff --git a/sys-apps/iproute2/iproute2-5.1.0.ebuild 
b/sys-apps/iproute2/iproute2-5.1.0.ebuild
index 81245c6d74f..5beda6e4bc4 100644
--- a/sys-apps/iproute2/iproute2-5.1.0.ebuild
+++ b/sys-apps/iproute2/iproute2-5.1.0.ebuild
@@ -133,6 +133,7 @@ src_install() {
 
emake \
DESTDIR="${D}" \
+   PREFIX="${EPREFIX}/usr" \
LIBDIR="${EPREFIX}"/$(get_libdir) \
SBINDIR="${EPREFIX}"/sbin \
CONFDIR="${EPREFIX}"/etc/iproute2 \

diff --git a/sys-apps/iproute2/iproute2-5.2.0.ebuild 
b/sys-apps/iproute2/iproute2-5.2.0.ebuild
index 9033f5cd956..a911549d798 100644
--- a/sys-apps/iproute2/iproute2-5.2.0.ebuild
+++ b/sys-apps/iproute2/iproute2-5.2.0.ebuild
@@ -133,6 +133,7 @@ src_install() {
 
emake \
DESTDIR="${D}" \
+   PREFIX="${EPREFIX}/usr" \
LIBDIR="${EPREFIX}"/$(get_libdir) \
SBINDIR="${EPREFIX}"/sbin \
CONFDIR="${EPREFIX}"/etc/iproute2 \

diff --git a/sys-apps/iproute2/iproute2-.ebuild 
b/sys-apps/iproute2/iproute2-.ebuild
index 4db72b73455..2f36415696f 100644
--- a/sys-apps/iproute2/iproute2-.ebuild
+++ b/sys-apps/iproute2/iproute2-.ebuild
@@ -132,6 +132,7 @@ src_install() {
 
emake \
DESTDIR="${D}" \
+   PREFIX="${EPREFIX}/usr" \
LIBDIR="${EPREFIX}"/$(get_libdir) \
SBINDIR="${EPREFIX}"/sbin \
CONFDIR="${EPREFIX}"/etc/iproute2 \



[gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/

2019-08-24 Thread Lars Wendler
commit: ed1fa786e52a77816693b10ccb348d539317d816
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Aug 24 13:19:17 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Aug 24 13:19:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1fa786

games-strategy/wesnoth: Bump to version 1.15.1. Removed old.

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

 games-strategy/wesnoth/Manifest | 2 +-
 games-strategy/wesnoth/{wesnoth-1.15.0.ebuild => wesnoth-1.15.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest
index bc19e03d869..93b3713e475 100644
--- a/games-strategy/wesnoth/Manifest
+++ b/games-strategy/wesnoth/Manifest
@@ -1,2 +1,2 @@
 DIST wesnoth-1.14.7.tar.gz 493837595 BLAKE2B 
a80781d4f9ec79514c6431c5d45a6cdcb913aabc6329cefe46e7980805d06b60d479110bb6432f2c35a058e551da6b6fa8e0e4f6f1bdf9a159f6329ddb74aa2a
 SHA512 
dbca2b904147f592cc712b11d6414a47bd557d3c677e6b3eacb4fc1ca5420a264f15fdbe45c8c3469ecfb5d1ffa1ac19cceb58c1378aec0e8b4597baa348ca3b
-DIST wesnoth-1.15.0.tar.gz 499338620 BLAKE2B 
1ff679ae3ff5df7cd7f7b0decce0baa9064db77f017201a12132fa4c6a96ce30c88c6e335dd80bed6cb30643619d78ead44c8c1eb9069a5146401d2900883ecb
 SHA512 
4b36618d0cab697833ad59d85a29b236e07d4f10544cb3b831119a6bb76463ad58a1f80b59600ba1d38053b7300a13c394fdb8fa934fedb71d9cd591ef985865
+DIST wesnoth-1.15.1.tar.gz 499339559 BLAKE2B 
f382411ee01444b603edeaf1d64187716d0dce6a3fa99d18862818289b9f0e0a48bfe1dcd98cbad5cfe2099d1e51755a9bd9f3e847243a3cd193334a8589218c
 SHA512 
abc76a1cd4b459ee28736d1160ba91d4c18b2ee1dbc68c2165f9c27b872e4c8b11246a85ece2c3aa7eeb1f0fc9d5817c56b2a211c0e49ad3952186bac433ecd2

diff --git a/games-strategy/wesnoth/wesnoth-1.15.0.ebuild 
b/games-strategy/wesnoth/wesnoth-1.15.1.ebuild
similarity index 100%
rename from games-strategy/wesnoth/wesnoth-1.15.0.ebuild
rename to games-strategy/wesnoth/wesnoth-1.15.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Pcap/, dev-perl/Net-Pcap/files/

2019-08-24 Thread Jeroen Roovers
commit: e9af315c8c78839177c0bee41ad17d7a3600d4ab
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Aug 24 11:49:47 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Aug 24 11:53:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9af315c

dev-perl/Net-Pcap: Fix building against net-libs/libpcap-1.9.0

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Fixes: https://bugs.gentoo.org/661726
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-perl/Net-Pcap/Net-Pcap-0.180.0-r1.ebuild   | 34 ++
 .../files/Net-Pcap-0.18-libpcap-1.9.0.patch| 41 ++
 2 files changed, 75 insertions(+)

diff --git a/dev-perl/Net-Pcap/Net-Pcap-0.180.0-r1.ebuild 
b/dev-perl/Net-Pcap/Net-Pcap-0.180.0-r1.ebuild
new file mode 100644
index 000..e3b237b2e2b
--- /dev/null
+++ b/dev-perl/Net-Pcap/Net-Pcap-0.180.0-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SAPER
+DIST_VERSION=0.18
+DIST_EXAMPLES=( "eg/*" )
+inherit perl-module
+
+DESCRIPTION="Interface to the pcap(3) LBL packet capture library"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="net-libs/libpcap
+   dev-perl/IO-Interface"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-${DIST_VERSION}-libpcap-1.9.0.patch"
+   "${FILESDIR}/${PN}-${DIST_VERSION}-test-error.patch"
+)
+
+src_test() {
+   if [[ $EUID != 0 ]]; then
+   elog "Comprehensive testing of this module requires root 
permissions."
+   elog "For details, see:"
+   elog 
"https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN};
+   fi
+   perl_rm_files t/pod{,cover,spell}.t t/distchk.t t/portfs.t
+   perl-module_src_test
+}

diff --git a/dev-perl/Net-Pcap/files/Net-Pcap-0.18-libpcap-1.9.0.patch 
b/dev-perl/Net-Pcap/files/Net-Pcap-0.18-libpcap-1.9.0.patch
new file mode 100644
index 000..2495600e5d0
--- /dev/null
+++ b/dev-perl/Net-Pcap/files/Net-Pcap-0.18-libpcap-1.9.0.patch
@@ -0,0 +1,41 @@
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -106,7 +106,7 @@ REASON
+ # We also store the list of available functions in a file for skipping the 
+ # corresponding tests. 
+ my @funcs = have_functions(find_functions());
+-$options{DEFINE} .= cpp_defines(@funcs);
++$options{DEFINE} .= cpp_defines(@funcs). "-DHAVE_PCAP_SETSAMPLING";
+ open(FUNCS, '>funcs.txt') or warn "warning: can't write 'funcs.txt': $!\n";
+ print FUNCS join("\n", @funcs), "\n";
+ close(FUNCS);
+--- a/stubs.inc
 b/stubs.inc
+@@ -354,11 +354,6 @@ int pcap_parsesrcstr(const char *source,
+ #ifdef _MSC_VER
+ #pragma message( "Warning: the function pcap_open() is not available" )
+ #endif
+-struct pcap_rmtauth {
+-int type;
+-char *username;
+-char *password;
+-};
+ 
+ pcap_t * pcap_open(const char *source, int snaplen, int flags, int 
read_timeout, struct pcap_rmtauth *auth, char *err);
+ pcap_t * pcap_open(const char *source, int snaplen, int flags, int 
read_timeout, struct pcap_rmtauth *auth, char *err) {
+@@ -511,6 +511,7 @@ HANDLE pcap_getevent(pcap_t *p) {
+ #ifdef _MSC_VER
+ #pragma message( "Warning: the function pcap_setsampling() is not available" )
+ #endif
++#if 0
+ struct pcap_samp {
+ int method;
+ int value;
+@@ -522,6 +523,7 @@ struct pcap_samp *pcap_setsampling(pcap_
+ return NULL;
+ }
+ #endif
++#endif
+ 
+ 
+ /*



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpstat/, net-analyzer/tcpstat/files/

2019-08-24 Thread Jeroen Roovers
commit: 979e0926594870bc12092e4c02518e4b899e1d84
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Aug 24 10:50:51 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Aug 24 10:51:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979e0926

net-analyzer/tcpstat: EAPI=7

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

 .../files/tcpstat-1.5-_DEFAULT_SOURCE.patch| 11 ++
 net-analyzer/tcpstat/tcpstat-1.5-r3.ebuild | 45 ++
 2 files changed, 56 insertions(+)

diff --git a/net-analyzer/tcpstat/files/tcpstat-1.5-_DEFAULT_SOURCE.patch 
b/net-analyzer/tcpstat/files/tcpstat-1.5-_DEFAULT_SOURCE.patch
new file mode 100644
index 000..e3e0df933d5
--- /dev/null
+++ b/net-analyzer/tcpstat/files/tcpstat-1.5-_DEFAULT_SOURCE.patch
@@ -0,0 +1,11 @@
+--- a/configure.in
 b/configure.in
+@@ -68,7 +68,7 @@
+ case $my_build_os in
+   aix*)   AC_DEFINE(AIX_STRANGENESS, 1, [ defined on AIX systems. 
]) ;;
+   osf1*)  AC_DEFINE(TRU64_STRANGENESS, 1, [ defined on OSF 
systems. ]) ;;
+-  linux*) AC_DEFINE(_BSD_SOURCE, 1, [ defined usually on linux 
systems ] ) ;;
++  linux*) AC_DEFINE(_DEFAULT_SOURCE, 1, [ defined usually on 
linux systems ] ) ;;
+   bsd/os*);;
+   freebsd*)   ;;
+   sunos*) ;;

diff --git a/net-analyzer/tcpstat/tcpstat-1.5-r3.ebuild 
b/net-analyzer/tcpstat/tcpstat-1.5-r3.ebuild
new file mode 100644
index 000..64128ffed42
--- /dev/null
+++ b/net-analyzer/tcpstat/tcpstat-1.5-r3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools flag-o-matic
+
+DESCRIPTION="Reports network interface statistics"
+HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/;
+SRC_URI="${HOMEPAGE}${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="ipv6"
+
+DEPEND="
+   net-libs/libpcap
+"
+RDEPEND="
+   ${DEPEND}
+"
+DOCS=( AUTHORS ChangeLog NEWS README doc/Tips_and_Tricks.txt )
+PATCHES=(
+   "${FILESDIR}"/${P}-db.patch
+   "${FILESDIR}"/${P}-_DEFAULT_SOURCE.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-cflags -Wall -Wextra
+   econf \
+   $(use_enable ipv6) \
+   --with-pcap-include='' \
+   --with-pcap-lib="$( $(tc-getPKG_CONFIG) --libs libpcap)"
+}
+
+src_install() {
+   default
+   dobin src/{catpcap,packetdump}
+   newdoc src/README README.src
+}



[gentoo-commits] repo/gentoo:master commit in: app-metrics/collectd/

2019-08-24 Thread Thomas Deutschmann
commit: fc65bef2e8a725278dcc09c4e951296166496254
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 09:29:15 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:29:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc65bef2

app-metrics/collectd: migrate to dev-db/mysql-connector-c

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

 app-metrics/collectd/collectd-5.8.1.ebuild| 2 +-
 app-metrics/collectd/collectd-5.9.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-metrics/collectd/collectd-5.8.1.ebuild 
b/app-metrics/collectd/collectd-5.8.1.ebuild
index ce35b6c2a88..ce224b6f919 100644
--- a/app-metrics/collectd/collectd-5.8.1.ebuild
+++ b/app-metrics/collectd/collectd-5.8.1.ebuild
@@ -100,7 +100,7 @@ COMMON_DEPEND="
collectd_plugins_memcachec? ( dev-libs/libmemcached )
collectd_plugins_modbus?( dev-libs/libmodbus )
collectd_plugins_mqtt?  ( app-misc/mosquitto )
-   collectd_plugins_mysql? ( virtual/libmysqlclient:= )
+   collectd_plugins_mysql? ( dev-db/mysql-connector-c:= )
collectd_plugins_netlink?   ( net-libs/libmnl )
collectd_plugins_nginx? ( net-misc/curl:0= )
collectd_plugins_notify_desktop?( x11-libs/libnotify )

diff --git a/app-metrics/collectd/collectd-5.9.1-r1.ebuild 
b/app-metrics/collectd/collectd-5.9.1-r1.ebuild
index 052e491c929..af1f3432adc 100644
--- a/app-metrics/collectd/collectd-5.9.1-r1.ebuild
+++ b/app-metrics/collectd/collectd-5.9.1-r1.ebuild
@@ -101,7 +101,7 @@ COMMON_DEPEND="
collectd_plugins_memcachec? ( dev-libs/libmemcached )
collectd_plugins_modbus?( dev-libs/libmodbus )
collectd_plugins_mqtt?  ( app-misc/mosquitto )
-   collectd_plugins_mysql? ( virtual/libmysqlclient:= )
+   collectd_plugins_mysql? ( dev-db/mysql-connector-c:= )
collectd_plugins_netlink?   ( net-libs/libmnl )
collectd_plugins_nginx? ( net-misc/curl:0= )
collectd_plugins_notify_desktop?( x11-libs/libnotify )



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

2019-08-24 Thread Thomas Deutschmann
commit: 4ba9925d873b5f7e9562f5e3d67f11a89ee8a6e3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 10:16:44 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:30:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba9925d

net-analyzer/ntopng: migrate to dev-db/mysql-connector-c

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

 net-analyzer/ntopng/ntopng-2.4.ebuild| 4 ++--
 net-analyzer/ntopng/ntopng-3.0-r3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/ntopng/ntopng-2.4.ebuild 
b/net-analyzer/ntopng/ntopng-2.4.ebuild
index d024ad1f63d..1e888605a06 100644
--- a/net-analyzer/ntopng/ntopng-2.4.ebuild
+++ b/net-analyzer/ntopng/ntopng-2.4.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
@@ -24,7 +24,7 @@ DEPEND="dev-db/sqlite:3
net-analyzer/rrdtool
net-libs/libpcap
net-misc/curl
-   virtual/libmysqlclient
+   dev-db/mysql-connector-c
!net-libs/nDPI"
 RDEPEND="${DEPEND}
dev-db/redis"

diff --git a/net-analyzer/ntopng/ntopng-3.0-r3.ebuild 
b/net-analyzer/ntopng/ntopng-3.0-r3.ebuild
index 18736380ba1..5670739bea2 100644
--- a/net-analyzer/ntopng/ntopng-3.0-r3.ebuild
+++ b/net-analyzer/ntopng/ntopng-3.0-r3.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
@@ -26,7 +26,7 @@ DEPEND="dev-db/sqlite:3
=net-libs/nDPI-2.0
net-misc/curl
sys-libs/binutils-libs:=
-   virtual/libmysqlclient"
+   dev-db/mysql-connector-c:="
 RDEPEND="${DEPEND}
dev-db/redis"
 PATCHES=(



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

2019-08-24 Thread Thomas Deutschmann
commit: 5d82541aa1851e6045648b970de56f8bd062fcdc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 10:20:46 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:30:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d82541a

net-analyzer/zabbix: migrate to dev-db/mysql-connector-c

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

 net-analyzer/zabbix/zabbix-2.2.16.ebuild | 4 ++--
 net-analyzer/zabbix/zabbix-2.2.21.ebuild | 4 ++--
 net-analyzer/zabbix/zabbix-2.2.23.ebuild | 4 ++--
 net-analyzer/zabbix/zabbix-3.2.11.ebuild | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-analyzer/zabbix/zabbix-2.2.16.ebuild 
b/net-analyzer/zabbix/zabbix-2.2.16.ebuild
index 16a773d1440..6449f4cd9d5 100644
--- a/net-analyzer/zabbix/zabbix-2.2.16.ebuild
+++ b/net-analyzer/zabbix/zabbix-2.2.16.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"
@@ -65,7 +65,7 @@ DEPEND="${COMMON_DEPEND}
=dev-libs/cyrus-sasl-2*[static-libs]
net-libs/gnutls[static-libs]
)
-   mysql? ( >=virtual/mysql-5.0.3 virtual/libmysqlclient[static-libs] )
+   mysql? ( >=virtual/mysql-5.0.3 dev-db/mysql-connector-c:=[static-libs] )
sqlite? ( >=dev-db/sqlite-3.3.5[static-libs] )
postgres? ( dev-db/postgresql:*[static-libs] )
libxml2? ( dev-libs/libxml2[static-libs] )

diff --git a/net-analyzer/zabbix/zabbix-2.2.21.ebuild 
b/net-analyzer/zabbix/zabbix-2.2.21.ebuild
index cbd15dd4953..5cf01256455 100644
--- a/net-analyzer/zabbix/zabbix-2.2.21.ebuild
+++ b/net-analyzer/zabbix/zabbix-2.2.21.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"
@@ -65,7 +65,7 @@ DEPEND="${COMMON_DEPEND}
=dev-libs/cyrus-sasl-2*[static-libs]
net-libs/gnutls[static-libs]
)
-   mysql? ( >=virtual/mysql-5.0.3 virtual/libmysqlclient[static-libs] )
+   mysql? ( >=virtual/mysql-5.0.3 dev-db/mysql-connector-c:=[static-libs] )
sqlite? ( >=dev-db/sqlite-3.3.5[static-libs] )
postgres? ( dev-db/postgresql:*[static-libs] )
libxml2? ( dev-libs/libxml2[static-libs] )

diff --git a/net-analyzer/zabbix/zabbix-2.2.23.ebuild 
b/net-analyzer/zabbix/zabbix-2.2.23.ebuild
index cbd15dd4953..5cf01256455 100644
--- a/net-analyzer/zabbix/zabbix-2.2.23.ebuild
+++ b/net-analyzer/zabbix/zabbix-2.2.23.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"
@@ -65,7 +65,7 @@ DEPEND="${COMMON_DEPEND}
=dev-libs/cyrus-sasl-2*[static-libs]
net-libs/gnutls[static-libs]
)
-   mysql? ( >=virtual/mysql-5.0.3 virtual/libmysqlclient[static-libs] )
+   mysql? ( >=virtual/mysql-5.0.3 dev-db/mysql-connector-c:=[static-libs] )
sqlite? ( >=dev-db/sqlite-3.3.5[static-libs] )
postgres? ( dev-db/postgresql:*[static-libs] )
libxml2? ( dev-libs/libxml2[static-libs] )

diff --git a/net-analyzer/zabbix/zabbix-3.2.11.ebuild 
b/net-analyzer/zabbix/zabbix-3.2.11.ebuild
index 318cb957524..39902958a7e 100644
--- a/net-analyzer/zabbix/zabbix-3.2.11.ebuild
+++ b/net-analyzer/zabbix/zabbix-3.2.11.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"
@@ -66,7 +66,7 @@ DEPEND="${COMMON_DEPEND}
=dev-libs/cyrus-sasl-2*[static-libs]
net-libs/gnutls[static-libs]
)
-   mysql? ( >=virtual/mysql-5.0.3 virtual/libmysqlclient[static-libs] )
+   mysql? ( >=virtual/mysql-5.0.3 dev-db/mysql-connector-c:=[static-libs] )
sqlite? ( >=dev-db/sqlite-3.3.5[static-libs] )
postgres? ( dev-db/postgresql:*[static-libs] )
libxml2? ( dev-libs/libxml2[static-libs] )



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

2019-08-24 Thread Thomas Deutschmann
commit: e86f812ab4677da3ba7d70d8d104c1dec4461710
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 09:41:52 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:30:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86f812a

dev-db/myodbc: migrate to dev-db/mysql-connector-c

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

 dev-db/myodbc/myodbc-5.3.10-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/myodbc/myodbc-5.3.10-r2.ebuild 
b/dev-db/myodbc/myodbc-5.3.10-r2.ebuild
index 28dde7ddccb..ffae941ae9e 100644
--- a/dev-db/myodbc/myodbc-5.3.10-r2.ebuild
+++ b/dev-db/myodbc/myodbc-5.3.10-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=6
@@ -24,7 +24,7 @@ IUSE=""
 # Does not build with libmariadb
 RDEPEND="
dev-db/unixODBC[${MULTILIB_USEDEP}]
-   ~virtual/libmysqlclient-18[${MULTILIB_USEDEP}]
+   =dev-db/mariadb-10.2.0[client-libs(+)]
!dev-db/mariadb-connector-c[mysqlcompat(-)]
 "



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

2019-08-24 Thread Thomas Deutschmann
commit: d877caeb3fecde89786965e11e2b8ee26d9cf408
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 09:48:28 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:30:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d877caeb

dev-db/mysql-connector-c++: migrate to dev-db/mysql-connector-c

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

 dev-db/mysql-connector-c++/mysql-connector-c++-1.1.11.ebuild | 2 +-
 dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12.ebuild | 2 +-
 dev-db/mysql-connector-c++/mysql-connector-c++-1.1.9.ebuild  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.11.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.11.ebuild
index 0f5dd84a35b..812af80237d 100644
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.11.ebuild
+++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.11.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 arm ~arm64 ppc ppc64 sparc x86"
 IUSE="debug examples gcov static-libs"
 
-DEPEND="virtual/libmysqlclient:=
+DEPEND="dev-db/mysql-connector-c:=
dev-libs/boost:=
dev-libs/openssl:0=
!

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

2019-08-24 Thread Thomas Deutschmann
commit: 7d85d12fa332090c3f33da324f083718f89d7fbb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 10:10:28 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:30:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d85d12f

mail-mta/exim: migrate to dev-db/mysql-connector-c

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

 mail-mta/exim/exim-4.92-r2.ebuild | 2 +-
 mail-mta/exim/exim-4.92.1.ebuild  | 2 +-
 mail-mta/exim/exim-4.92.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mail-mta/exim/exim-4.92-r2.ebuild 
b/mail-mta/exim/exim-4.92-r2.ebuild
index d6949b4d5eb..e63e0643c3e 100644
--- a/mail-mta/exim/exim-4.92-r2.ebuild
+++ b/mail-mta/exim/exim-4.92-r2.ebuild
@@ -58,7 +58,7 @@ COMMON_DEPEND=">=sys-apps/sed-4.0.5
>=net-libs/libnsl-1:=
)
)
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 )
redis? ( dev-libs/hiredis )

diff --git a/mail-mta/exim/exim-4.92.1.ebuild b/mail-mta/exim/exim-4.92.1.ebuild
index 9d74e713de0..34e7b79bd72 100644
--- a/mail-mta/exim/exim-4.92.1.ebuild
+++ b/mail-mta/exim/exim-4.92.1.ebuild
@@ -58,7 +58,7 @@ COMMON_DEPEND=">=sys-apps/sed-4.0.5
>=net-libs/libnsl-1:=
)
)
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 )
redis? ( dev-libs/hiredis )

diff --git a/mail-mta/exim/exim-4.92.ebuild b/mail-mta/exim/exim-4.92.ebuild
index fe6cf5e40f1..90a6e8765fa 100644
--- a/mail-mta/exim/exim-4.92.ebuild
+++ b/mail-mta/exim/exim-4.92.ebuild
@@ -57,7 +57,7 @@ COMMON_DEPEND=">=sys-apps/sed-4.0.5
>=net-libs/libnsl-1:=
)
)
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 )
redis? ( dev-libs/hiredis )



[gentoo-commits] repo/gentoo:master commit in: app-office/kexi/

2019-08-24 Thread Thomas Deutschmann
commit: 8059e2bb8c45938418091e03fab3c4d9c9a0737e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 09:35:03 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:29:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8059e2bb

app-office/kexi: migrate to dev-db/mysql-connector-c

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

 app-office/kexi/kexi-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kexi/kexi-3.2.0.ebuild 
b/app-office/kexi/kexi-3.2.0.ebuild
index 5bef8c3c826..5fb6cd97867 100644
--- a/app-office/kexi/kexi-3.2.0.ebuild
+++ b/app-office/kexi/kexi-3.2.0.ebuild
@@ -47,7 +47,7 @@ DEPEND="
dev-libs/glib:2
virtual/libiconv
)
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? (
dev-db/postgresql:*
dev-libs/libpqxx



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

2019-08-24 Thread Thomas Deutschmann
commit: b532382c52e694acb41f515b8bb1c3c9de699618
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 09:36:44 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:30:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b532382c

dev-db/clickhouse: migrate to dev-db/mysql-connector-c

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

 dev-db/clickhouse/clickhouse-18.10.3.ebuild   | 6 +++---
 dev-db/clickhouse/clickhouse-18.12.17.ebuild  | 6 +++---
 dev-db/clickhouse/clickhouse-18.6.0.ebuild| 6 +++---
 dev-db/clickhouse/clickhouse-19.13.1.11-r1.ebuild | 4 ++--
 dev-db/clickhouse/clickhouse-19.13.1.11.ebuild| 4 ++--
 dev-db/clickhouse/clickhouse-19.5.3.8.ebuild  | 4 ++--
 dev-db/clickhouse/clickhouse-19.9.5.36.ebuild | 4 ++--
 7 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/dev-db/clickhouse/clickhouse-18.10.3.ebuild 
b/dev-db/clickhouse/clickhouse-18.10.3.ebuild
index fa20957d269..ff3db2a3a66 100644
--- a/dev-db/clickhouse/clickhouse-18.10.3.ebuild
+++ b/dev-db/clickhouse/clickhouse-18.10.3.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
@@ -53,7 +53,7 @@ RDEPEND="
dev-libs/openssl:0=
dev-libs/zookeeper-c
kafka? ( dev-libs/librdkafka:= )
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
)
 
>=dev-libs/poco-1.9.0
@@ -83,7 +83,7 @@ DEPEND="${RDEPEND}
>=dev-libs/boost-1.65.0[static-libs]
dev-libs/openssl[static-libs]
dev-libs/zookeeper-c[static-libs]
-   virtual/libmysqlclient[static-libs]
+   dev-db/mysql-connector-c[static-libs]
kafka? ( dev-libs/librdkafka[static-libs] )
)
 

diff --git a/dev-db/clickhouse/clickhouse-18.12.17.ebuild 
b/dev-db/clickhouse/clickhouse-18.12.17.ebuild
index 40f986b3e90..b8a7337618a 100644
--- a/dev-db/clickhouse/clickhouse-18.12.17.ebuild
+++ b/dev-db/clickhouse/clickhouse-18.12.17.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
@@ -52,7 +52,7 @@ RDEPEND="
>=dev-libs/boost-1.65.0:=
dev-libs/openssl:0=
kafka? ( dev-libs/librdkafka:= )
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
)
 
>=dev-libs/poco-1.9.0
@@ -81,7 +81,7 @@ DEPEND="${RDEPEND}
dev-libs/glib[static-libs]
>=dev-libs/boost-1.65.0[static-libs]
dev-libs/openssl[static-libs]
-   virtual/libmysqlclient[static-libs]
+   dev-db/mysql-connector-c[static-libs]
kafka? ( dev-libs/librdkafka[static-libs] )
)
 

diff --git a/dev-db/clickhouse/clickhouse-18.6.0.ebuild 
b/dev-db/clickhouse/clickhouse-18.6.0.ebuild
index 734544c61da..e419edfa157 100644
--- a/dev-db/clickhouse/clickhouse-18.6.0.ebuild
+++ b/dev-db/clickhouse/clickhouse-18.6.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
@@ -54,7 +54,7 @@ RDEPEND="
dev-libs/openssl:0=
dev-libs/zookeeper-c
kafka? ( dev-libs/librdkafka:= )
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
)
 
>=dev-libs/poco-1.9.0
@@ -84,7 +84,7 @@ DEPEND="${RDEPEND}
>=dev-libs/boost-1.65.0[static-libs]
dev-libs/openssl[static-libs]
dev-libs/zookeeper-c[static-libs]
-   virtual/libmysqlclient[static-libs]
+   dev-db/mysql-connector-c[static-libs]
kafka? ( dev-libs/librdkafka[static-libs] )
)
 

diff --git a/dev-db/clickhouse/clickhouse-19.13.1.11-r1.ebuild 
b/dev-db/clickhouse/clickhouse-19.13.1.11-r1.ebuild
index a2fbc773fa7..6525cf8d8cf 100644
--- a/dev-db/clickhouse/clickhouse-19.13.1.11-r1.ebuild
+++ b/dev-db/clickhouse/clickhouse-19.13.1.11-r1.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
>=dev-libs/boost-1.65.0:=
dev-libs/openssl:0=
kafka? ( dev-libs/librdkafka:= )
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
)
 
>=dev-libs/poco-1.9.0
@@ -80,7 +80,7 @@ DEPEND="${RDEPEND}
dev-libs/glib[static-libs]
>=dev-libs/boost-1.65.0[static-libs]
dev-libs/openssl[static-libs]
-   virtual/libmysqlclient[static-libs]
+   

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

2019-08-24 Thread Thomas Deutschmann
commit: 5b75de56830bbeece965aa057762635f8b0458ad
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 09:54:04 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:30:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b75de56

dev-lang/php: migrate to dev-db/mysql-connector-c

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

 dev-lang/php/php-5.6.40-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/php/php-5.6.40-r5.ebuild 
b/dev-lang/php/php-5.6.40-r5.ebuild
index de391dcfb94..9a3ebaa2a5f 100644
--- a/dev-lang/php/php-5.6.40-r5.ebuild
+++ b/dev-lang/php/php-5.6.40-r5.ebuild
@@ -88,8 +88,8 @@ COMMON_DEPEND="
libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) )
mssql? ( dev-db/freetds[mssql] )
libmysqlclient? (
-   mysql? ( virtual/libmysqlclient:= )
-   mysqli? ( virtual/libmysqlclient:= )
+   mysql? ( 

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

2019-08-24 Thread Thomas Deutschmann
commit: 66bf25c026c2c6136cc99b2c2657f46d0c790f10
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 10:05:53 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:30:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bf25c0

dev-ruby/mysql2: migrate to dev-db/mysql-connector-c

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

 dev-ruby/mysql2/mysql2-0.4.10-r1.ebuild | 2 +-
 dev-ruby/mysql2/mysql2-0.4.10.ebuild| 6 +++---
 dev-ruby/mysql2/mysql2-0.5.1.ebuild | 6 +++---
 dev-ruby/mysql2/mysql2-0.5.2-r1.ebuild  | 2 +-
 dev-ruby/mysql2/mysql2-0.5.2.ebuild | 6 +++---
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-ruby/mysql2/mysql2-0.4.10-r1.ebuild 
b/dev-ruby/mysql2/mysql2-0.4.10-r1.ebuild
index bce3c4b3578..a22fbdcd7a2 100644
--- a/dev-ruby/mysql2/mysql2-0.4.10-r1.ebuild
+++ b/dev-ruby/mysql2/mysql2-0.4.10-r1.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="mysql mariadb"
 REQUIRED_USE="^^ ( mariadb mysql )"
 
-MDEPEND="mysql? ( dev-db/mysql-connector-c ) mariadb? ( 
dev-db/mariadb-connector-c )"
+MDEPEND="mysql? ( dev-db/mysql-connector-c:= ) mariadb? ( 
dev-db/mariadb-connector-c:= )"
 DEPEND="${DEPEND} ${MDEPEND}"
 RDEPEND="${RDEPEND} ${MDEPEND}"
 

diff --git a/dev-ruby/mysql2/mysql2-0.4.10.ebuild 
b/dev-ruby/mysql2/mysql2-0.4.10.ebuild
index ecb0a26635d..db127e8a393 100644
--- a/dev-ruby/mysql2/mysql2-0.4.10.ebuild
+++ b/dev-ruby/mysql2/mysql2-0.4.10.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
@@ -21,8 +21,8 @@ SLOT="0.4"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
-DEPEND="${DEPEND} virtual/libmysqlclient"
-RDEPEND="${RDEPEND} virtual/libmysqlclient:="
+DEPEND="${DEPEND} dev-db/mysql-connector-c"
+RDEPEND="${RDEPEND} dev-db/mysql-connector-c:="
 
 each_ruby_configure() {
${RUBY} -Cext/mysql2 extconf.rb --with-mysql-config 
"${EPREFIX}/usr/bin/mysqlconfig" || die

diff --git a/dev-ruby/mysql2/mysql2-0.5.1.ebuild 
b/dev-ruby/mysql2/mysql2-0.5.1.ebuild
index c72134dcd7c..c9ce68fd989 100644
--- a/dev-ruby/mysql2/mysql2-0.5.1.ebuild
+++ b/dev-ruby/mysql2/mysql2-0.5.1.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
@@ -21,8 +21,8 @@ SLOT="0.5"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
-DEPEND="${DEPEND} virtual/libmysqlclient"
-RDEPEND="${RDEPEND} virtual/libmysqlclient:="
+DEPEND="${DEPEND} dev-db/mysql-connector-c"
+RDEPEND="${RDEPEND} dev-db/mysql-connector-c:="
 
 each_ruby_configure() {
${RUBY} -Cext/mysql2 extconf.rb --with-mysql-config 
"${EPREFIX}/usr/bin/mysqlconfig" || die

diff --git a/dev-ruby/mysql2/mysql2-0.5.2-r1.ebuild 
b/dev-ruby/mysql2/mysql2-0.5.2-r1.ebuild
index b2eebc52d05..c54019a08f5 100644
--- a/dev-ruby/mysql2/mysql2-0.5.2-r1.ebuild
+++ b/dev-ruby/mysql2/mysql2-0.5.2-r1.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="mysql mariadb"
 REQUIRED_USE="^^ ( mariadb mysql )"
 
-MDEPEND="mysql? ( dev-db/mysql-connector-c ) mariadb? ( 
dev-db/mariadb-connector-c )"
+MDEPEND="mysql? ( dev-db/mysql-connector-c:= ) mariadb? ( 
dev-db/mariadb-connector-c:= )"
 DEPEND="${DEPEND} ${MDEPEND}"
 RDEPEND="${RDEPEND} ${MDEPEND}"
 

diff --git a/dev-ruby/mysql2/mysql2-0.5.2.ebuild 
b/dev-ruby/mysql2/mysql2-0.5.2.ebuild
index 35a83a0d372..93e6a419662 100644
--- a/dev-ruby/mysql2/mysql2-0.5.2.ebuild
+++ b/dev-ruby/mysql2/mysql2-0.5.2.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
@@ -21,8 +21,8 @@ SLOT="0.5"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
-DEPEND="${DEPEND} virtual/libmysqlclient"
-RDEPEND="${RDEPEND} virtual/libmysqlclient:="
+DEPEND="${DEPEND} dev-db/mysql-connector-c"
+RDEPEND="${RDEPEND} dev-db/mysql-connector-c:="
 
 each_ruby_configure() {
${RUBY} -Cext/mysql2 extconf.rb --with-mysql-config 
"${EPREFIX}/usr/bin/mysqlconfig" || die



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

2019-08-24 Thread Thomas Deutschmann
commit: e9e2ad98b60cb963f68785f6bcb1d9187392c36d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 09:55:54 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:30:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e2ad98

dev-libs/libpreludedb: migrate to dev-db/mysql-connector-c

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

 dev-libs/libpreludedb/libpreludedb-3.0.0.ebuild | 2 +-
 dev-libs/libpreludedb/libpreludedb-3.1.0.ebuild | 2 +-
 dev-libs/libpreludedb/libpreludedb-4.0.0.ebuild | 2 +-
 dev-libs/libpreludedb/libpreludedb-4.1.0.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libpreludedb/libpreludedb-3.0.0.ebuild 
b/dev-libs/libpreludedb/libpreludedb-3.0.0.ebuild
index a42e13bd087..4e7679606af 100644
--- a/dev-libs/libpreludedb/libpreludedb-3.0.0.ebuild
+++ b/dev-libs/libpreludedb/libpreludedb-3.0.0.ebuild
@@ -22,7 +22,7 @@ RDEPEND="dev-libs/libgcrypt:0=
net-libs/gnutls
dev-libs/libprelude
python? ( ${PYTHON_DEPS} )
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:* )
sqlite? ( dev-db/sqlite:3 )"
 

diff --git a/dev-libs/libpreludedb/libpreludedb-3.1.0.ebuild 
b/dev-libs/libpreludedb/libpreludedb-3.1.0.ebuild
index fdf5055c055..2fedf289e70 100644
--- a/dev-libs/libpreludedb/libpreludedb-3.1.0.ebuild
+++ b/dev-libs/libpreludedb/libpreludedb-3.1.0.ebuild
@@ -22,7 +22,7 @@ RDEPEND="dev-libs/libgcrypt:0=
net-libs/gnutls:=
~dev-libs/libprelude-${PV}
python? ( ${PYTHON_DEPS} )
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:* )
sqlite? ( dev-db/sqlite:3 )"
 

diff --git a/dev-libs/libpreludedb/libpreludedb-4.0.0.ebuild 
b/dev-libs/libpreludedb/libpreludedb-4.0.0.ebuild
index b7ded08b228..54bb58c0faa 100644
--- a/dev-libs/libpreludedb/libpreludedb-4.0.0.ebuild
+++ b/dev-libs/libpreludedb/libpreludedb-4.0.0.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="~dev-libs/libprelude-${PV}
net-libs/gnutls:=
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:* )
python? ( ${PYTHON_DEPS} )
sqlite? ( dev-db/sqlite:3 )"

diff --git a/dev-libs/libpreludedb/libpreludedb-4.1.0.ebuild 
b/dev-libs/libpreludedb/libpreludedb-4.1.0.ebuild
index 64f67755a9f..3c44652a69d 100644
--- a/dev-libs/libpreludedb/libpreludedb-4.1.0.ebuild
+++ b/dev-libs/libpreludedb/libpreludedb-4.1.0.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="~dev-libs/libprelude-${PV}
net-libs/gnutls:=
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:* )
python? ( ${PYTHON_DEPS} )
sqlite? ( dev-db/sqlite:3 )"



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

2019-08-24 Thread Thomas Deutschmann
commit: 9a7a60296b1685847c0c3c463de532a4245d4c11
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 09:45:32 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:30:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7a6029

dev-db/mysql++: migrate to dev-db/mysql-connector-c

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

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

diff --git a/dev-db/mysql++/mysql++-3.2.3.ebuild 
b/dev-db/mysql++/mysql++-3.2.3.ebuild
index 4b77996aeaf..28038bb9072 100644
--- a/dev-db/mysql++/mysql++-3.2.3.ebuild
+++ b/dev-db/mysql++/mysql++-3.2.3.ebuild
@@ -14,7 +14,7 @@ SLOT="0/3"
 KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="doc"
 
-RDEPEND="virtual/libmysqlclient:="
+RDEPEND="dev-db/mysql-connector-c:="
 DEPEND="${RDEPEND}"
 DOCS=( CREDITS.txt HACKERS.txt Wishlist doc/ssqls-pretty )
 PATCHES=(



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

2019-08-24 Thread Thomas Deutschmann
commit: 2c4290d31c8f478d318bab463840479137a8d675
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 09:30:46 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:29:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4290d3

app-admin/rsyslog: migrate to dev-db/mysql-connector-c

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

 app-admin/rsyslog/rsyslog-8.1904.0.ebuild | 2 +-
 app-admin/rsyslog/rsyslog-8.1907.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/rsyslog/rsyslog-8.1904.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.1904.0.ebuild
index 599b21057ac..53c2faa2910 100644
--- a/app-admin/rsyslog/rsyslog-8.1904.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.1904.0.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
kubernetes? ( >=net-misc/curl-7.35.0 )
mdblookup? ( dev-libs/libmaxminddb:= )
mongodb? ( >=dev-libs/mongo-c-driver-1.1.10:= )
-   mysql? ( virtual/libmysqlclient:= )
+   mysql? ( dev-db/mysql-connector-c:= )
normalize? (
>=dev-libs/libee-0.4.0
>=dev-libs/liblognorm-2.0.3:=

diff --git a/app-admin/rsyslog/rsyslog-8.1907.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.1907.0.ebuild
index ed1a985412e..720983d58f4 100644
--- a/app-admin/rsyslog/rsyslog-8.1907.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.1907.0.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
kubernetes? ( >=net-misc/curl-7.35.0 )
mdblookup? ( dev-libs/libmaxminddb:= )
mongodb? ( >=dev-libs/mongo-c-driver-1.1.10:= )
-   mysql? ( virtual/libmysqlclient:= )
+   mysql? ( dev-db/mysql-connector-c:= )
normalize? (
>=dev-libs/liblognorm-2.0.3:=
)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/

2019-08-24 Thread Thomas Deutschmann
commit: 6fcfe54a0fe9f4b0acc369bb23f62664235b2a33
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 09:34:09 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:29:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fcfe54a

app-i18n/tomoe: migrate to dev-db/mysql-connector-c

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

 app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild 
b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
index 9a406ea..89645ad03b5 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
@@ -31,7 +31,7 @@ unset -f _ruby_set_globals
 
 RDEPEND="dev-libs/glib:2
hyperestraier? ( app-text/hyperestraier )
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
python? (
${PYTHON_DEPS}
dev-python/pygobject:2[${PYTHON_USEDEP}]



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

2019-08-24 Thread Thomas Deutschmann
commit: 7cbe173b8792bc61ef6ccf10a490bf4b143f3fd2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 09:33:05 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:29:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbe173b

app-benchmarks/sysbench: migrate to dev-db/mysql-connector-c

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

 app-benchmarks/sysbench/sysbench-1.0.15.ebuild | 2 +-
 app-benchmarks/sysbench/sysbench-1.0.16.ebuild | 4 ++--
 app-benchmarks/sysbench/sysbench-1.0.17.ebuild | 2 +-
 app-benchmarks/sysbench/sysbench-.ebuild   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-benchmarks/sysbench/sysbench-1.0.15.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.15.ebuild
index 436326e2252..bfd38a45f43 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.15.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.15.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
 IUSE="aio mysql postgres test"
 
 RDEPEND="aio? ( dev-libs/libaio )
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
dev-lang/luajit:="
 DEPEND="${RDEPEND}

diff --git a/app-benchmarks/sysbench/sysbench-1.0.16.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.16.ebuild
index 4b1bf3a587f..dfc45e11fcf 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.16.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.16.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=7
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="aio mysql postgres test"
 
 RDEPEND="aio? ( dev-libs/libaio )
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
dev-lang/luajit:="
 DEPEND="${RDEPEND}

diff --git a/app-benchmarks/sysbench/sysbench-1.0.17.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.17.ebuild
index 95a24a98ccf..9bfef687b50 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.17.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.17.ebuild
@@ -16,7 +16,7 @@ IUSE="aio mysql postgres test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="aio? ( dev-libs/libaio )
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
dev-lang/luajit:="
 DEPEND="${RDEPEND}

diff --git a/app-benchmarks/sysbench/sysbench-.ebuild 
b/app-benchmarks/sysbench/sysbench-.ebuild
index 4787bb37870..20702594cf1 100644
--- a/app-benchmarks/sysbench/sysbench-.ebuild
+++ b/app-benchmarks/sysbench/sysbench-.ebuild
@@ -16,7 +16,7 @@ IUSE="aio mysql postgres test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="aio? ( dev-libs/libaio )
-   mysql? ( virtual/libmysqlclient )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
dev-lang/luajit:="
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: gnustep-libs/sope/

2019-08-24 Thread Thomas Deutschmann
commit: 730c5da1277dba4a298661f8bab55a7c761ab856
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 10:07:57 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:30:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730c5da1

gnustep-libs/sope: migrate to dev-db/mysql-connector-c

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

 gnustep-libs/sope/sope-3.2.10.ebuild | 4 ++--
 gnustep-libs/sope/sope-3.2.9.ebuild  | 4 ++--
 gnustep-libs/sope/sope-4.0.7.ebuild  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnustep-libs/sope/sope-3.2.10.ebuild 
b/gnustep-libs/sope/sope-3.2.10.ebuild
index 550358b4884..7e1b88530ca 100644
--- a/gnustep-libs/sope/sope-3.2.10.ebuild
+++ b/gnustep-libs/sope/sope-3.2.10.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=6
@@ -22,7 +22,7 @@ RDEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
)
-   mysql? ( virtual/libmysqlclient:= )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
xml? ( dev-libs/libxml2:2 )
 "

diff --git a/gnustep-libs/sope/sope-3.2.9.ebuild 
b/gnustep-libs/sope/sope-3.2.9.ebuild
index 550358b4884..7e1b88530ca 100644
--- a/gnustep-libs/sope/sope-3.2.9.ebuild
+++ b/gnustep-libs/sope/sope-3.2.9.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=6
@@ -22,7 +22,7 @@ RDEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
)
-   mysql? ( virtual/libmysqlclient:= )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
xml? ( dev-libs/libxml2:2 )
 "

diff --git a/gnustep-libs/sope/sope-4.0.7.ebuild 
b/gnustep-libs/sope/sope-4.0.7.ebuild
index 65255d6c629..cbe33b68f8f 100644
--- a/gnustep-libs/sope/sope-4.0.7.ebuild
+++ b/gnustep-libs/sope/sope-4.0.7.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
)
-   mysql? ( virtual/libmysqlclient:= )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
xml? ( dev-libs/libxml2:2 )
 "



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

2019-08-24 Thread Thomas Deutschmann
commit: 1137d3b569ab4a87049c8a472571f4bdfda7b0c5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 10:00:17 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 10:30:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1137d3b5

dev-perl/DBD-mysql: migrate to dev-db/mysql-connector-c

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

 dev-perl/DBD-mysql/DBD-mysql-4.32.0-r2.ebuild | 4 ++--
 dev-perl/DBD-mysql/DBD-mysql-4.37.0.ebuild| 4 ++--
 dev-perl/DBD-mysql/DBD-mysql-4.41.0-r2.ebuild | 4 ++--
 dev-perl/DBD-mysql/DBD-mysql-4.41.0.ebuild| 4 ++--
 dev-perl/DBD-mysql/DBD-mysql-4.42.0.ebuild| 4 ++--
 dev-perl/DBD-mysql/DBD-mysql-4.44.0.ebuild| 2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.32.0-r2.ebuild 
b/dev-perl/DBD-mysql/DBD-mysql-4.32.0-r2.ebuild
index 84ac33ce749..c167c867d20 100644
--- a/dev-perl/DBD-mysql/DBD-mysql-4.32.0-r2.ebuild
+++ b/dev-perl/DBD-mysql/DBD-mysql-4.32.0-r2.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
@@ -15,7 +15,7 @@ IUSE="embedded test"
 
 RDEPEND="dev-perl/DBI
dev-perl/Test-Deep
-   virtual/libmysqlclient:=
+   

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

2019-08-24 Thread Jeroen Roovers
commit: a14f74fb4da41d0c6ac8ff511a33b3209fb56fd1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Aug 24 10:10:50 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Aug 24 10:11:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14f74fb

net-libs/libpcap: pcap-config: Do not hardcode includedir

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Bug: https://bugs.gentoo.org/692772
Signed-off-by: Jeroen Roovers  gentoo.org>

 .../libpcap-1.9.0-pcap-config-includedir.patch | 36 ++
 ...libpcap-.ebuild => libpcap-1.9.0-r1.ebuild} | 27 ++--
 net-libs/libpcap/libpcap-.ebuild   |  1 +
 3 files changed, 55 insertions(+), 9 deletions(-)

diff --git a/net-libs/libpcap/files/libpcap-1.9.0-pcap-config-includedir.patch 
b/net-libs/libpcap/files/libpcap-1.9.0-pcap-config-includedir.patch
new file mode 100644
index 000..cd2c9fe61f2
--- /dev/null
+++ b/net-libs/libpcap/files/libpcap-1.9.0-pcap-config-includedir.patch
@@ -0,0 +1,36 @@
+--- a/pcap-config.in
 b/pcap-config.in
+@@ -59,13 +59,13 @@
+   #
+   if [ "$show_cflags" = 1 -a "$show_libs" = 1 ]
+   then
+-  echo "-I$includedir -L$libdir -lpcap $LIBS"
++  echo "-L$libdir -lpcap $LIBS"
+   elif [ "$show_cflags" = 1 -a "$show_additional_libs" = 1 ]
+   then
+-  echo "-I$includedir -L$libdir $LIBS"
++  echo "-L$libdir $LIBS"
+   elif [ "$show_cflags" = 1 ]
+   then
+-  echo "-I$includedir"
++  echo ""
+   elif [ "$show_libs" = 1 ]
+   then
+   echo "-L$libdir -lpcap $LIBS"
+@@ -80,13 +80,13 @@
+   #
+   if [ "$show_cflags" = 1 -a "$show_libs" = 1 ]
+   then
+-  echo "-I$includedir -L$libdir $RPATH -l$PACKAGE_NAME"
++  echo "-L$libdir $RPATH -l$PACKAGE_NAME"
+   elif [ "$show_cflags" = 1 -a "$show_additional_libs" = 1 ]
+   then
+-  echo "-I$includedir"
++  echo ""
+   elif [ "$show_cflags" = 1 ]
+   then
+-  echo "-I$includedir"
++  echo ""
+   elif [ "$show_libs" = 1 ]
+   then
+   echo "-L$libdir $RPATH -l$PACKAGE_NAME"

diff --git a/net-libs/libpcap/libpcap-.ebuild 
b/net-libs/libpcap/libpcap-1.9.0-r1.ebuild
similarity index 61%
copy from net-libs/libpcap/libpcap-.ebuild
copy to net-libs/libpcap/libpcap-1.9.0-r1.ebuild
index 35c308e5a2b..4d5a0121e31 100644
--- a/net-libs/libpcap/libpcap-.ebuild
+++ b/net-libs/libpcap/libpcap-1.9.0-r1.ebuild
@@ -2,25 +2,26 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools git-r3 multilib-minimal ltprune
+inherit autotools multilib-minimal ltprune
 
 DESCRIPTION="A system-independent library for user-level network packet 
capture"
-EGIT_REPO_URI="https://github.com/the-tcpdump-group/libpcap;
 HOMEPAGE="
http://www.tcpdump.org/
-   ${EGIT_REPO_URI}
+   https://github.com/the-tcpdump-group/libpcap
+"
+SRC_URI="
+   https://github.com/the-tcpdump-group/${PN}/archive/${P/_}.tar.gz
 "
 
 LICENSE="BSD"
 SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="bluetooth dbus netlink static-libs usb"
-KEYWORDS=""
 
 RDEPEND="
bluetooth? ( net-wireless/bluez:=[${MULTILIB_USEDEP}] )
dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
netlink? ( dev-libs/libnl:3[${MULTILIB_USEDEP}] )
-   usb? ( virtual/libusb:1[${MULTILIB_USEDEP}] )
 "
 DEPEND="
${RDEPEND}
@@ -29,13 +30,20 @@ DEPEND="
dbus? ( virtual/pkgconfig[${MULTILIB_USEDEP}] )
 "
 
+S=${WORKDIR}/${PN}-${P/_}
+
 PATCHES=(
-   "${FILESDIR}"/${PN}--prefix-darwin.patch
+   "${FILESDIR}"/${PN}-1.6.1-prefix-solaris.patch
+   "${FILESDIR}"/${PN}-1.8.1-darwin.patch
+   "${FILESDIR}"/${PN}-1.8.1-usbmon.patch
+   "${FILESDIR}"/${PN}-1.9.0-pcap-config-includedir.patch
 )
 
 src_prepare() {
default
 
+   echo ${PV} > VERSION || die
+
eautoreconf
 }
 
@@ -43,9 +51,10 @@ multilib_src_configure() {
ECONF_SOURCE="${S}" \
econf \
$(use_enable bluetooth) \
-   $(use_enable dbus) \
$(use_enable usb) \
-   $(use_with netlink libnl)
+   $(use_enable dbus) \
+   $(use_with netlink libnl) \
+   --enable-ipv6
 }
 
 multilib_src_compile() {
@@ -53,7 +62,7 @@ multilib_src_compile() {
 }
 
 multilib_src_install_all() {
-   dodoc CREDITS CHANGES VERSION TODO README*
+   dodoc CREDITS CHANGES VERSION TODO README.* doc/README.*
 
# remove static libraries (--disable-static does not work)
if ! use static-libs; then

diff --git a/net-libs/libpcap/libpcap-.ebuild 
b/net-libs/libpcap/libpcap-.ebuild
index 

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

2019-08-24 Thread Jeroen Roovers
commit: 01d9a85b1a301f0881bacfae238526536bb8626c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Aug 24 10:06:58 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Aug 24 10:11:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d9a85b

net-libs/libpcap: Update live ebuild

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

 .../files/libpcap--prefix-solaris.patch| 35 --
 net-libs/libpcap/libpcap-.ebuild   |  1 -
 2 files changed, 36 deletions(-)

diff --git a/net-libs/libpcap/files/libpcap--prefix-solaris.patch 
b/net-libs/libpcap/files/libpcap--prefix-solaris.patch
deleted file mode 100644
index 358cb123ff2..000
--- a/net-libs/libpcap/files/libpcap--prefix-solaris.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Prefix' Solaris uses GNU ld
-
 a/aclocal.m4
-+++ b/aclocal.m4
-@@ -415,7 +415,7 @@
-   aix*)
-   ;;
- 
--  freebsd*|netbsd*|openbsd*|dragonfly*|linux*|osf*|haiku*|midipix*)
-+  
freebsd*|netbsd*|openbsd*|dragonfly*|linux*|osf*|haiku*|midipix*|solaris*)
-   #
-   # Platforms where the linker is the GNU linker
-   # or accepts command-line arguments like
-@@ -429,10 +429,10 @@
-   PIC_OPT=-fpic
-   case "$host_cpu" in
- 
--  sparc64*)
-+  sparc64*|sparcv9*)
-   case "$host_os" in
- 
--  freebsd*|openbsd*)
-+  freebsd*|solaris*|openbsd*)
-   PIC_OPT=-fPIC
-   ;;
-   esac
-@@ -497,7 +497,7 @@
-   V_SHLIB_OPT="-G -bnoentry -bexpall"
-   ;;
- 
--  freebsd*|netbsd*|openbsd*|dragonfly*|linux*)
-+  freebsd*|solaris*|netbsd*|openbsd*|dragonfly*|linux*)
-   #
-   # "cc" is GCC.
-   #

diff --git a/net-libs/libpcap/libpcap-.ebuild 
b/net-libs/libpcap/libpcap-.ebuild
index 45652829cdd..35c308e5a2b 100644
--- a/net-libs/libpcap/libpcap-.ebuild
+++ b/net-libs/libpcap/libpcap-.ebuild
@@ -31,7 +31,6 @@ DEPEND="
 
 PATCHES=(
"${FILESDIR}"/${PN}--prefix-darwin.patch
-   "${FILESDIR}"/${PN}--prefix-solaris.patch
 )
 
 src_prepare() {



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

2019-08-24 Thread Michał Górny
commit: e4ca020a0beab044e61abca3ea1cba93a96271e8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 24 06:23:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 24 10:00:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ca020a

sys-apps/mouseemu: Fix SRC_URI, rename the distfile

The HOMEPAGE seems to be dead (403), so switch SRC_URI to Gentoo
mirrors.  Rename the old distfile to fix CI warning.

Signed-off-by: Michał Górny  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/12784
Signed-off-by: Michał Górny  gentoo.org>

 sys-apps/mouseemu/Manifest | 2 +-
 sys-apps/mouseemu/mouseemu-0.12.ebuild | 4 ++--
 sys-apps/mouseemu/mouseemu-0.15.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/mouseemu/Manifest b/sys-apps/mouseemu/Manifest
index d4321fb1293..c8d8163ecf1 100644
--- a/sys-apps/mouseemu/Manifest
+++ b/sys-apps/mouseemu/Manifest
@@ -1,2 +1,2 @@
+DIST mouseemu-0.12.tar.gz 12019 BLAKE2B 
b4442cbfaf5c950a1ce690d7faabd1f92b7a2ab08fe5ddc86194c70039d92b5bbc54c33ee5d0a9896235c47fc12c52be1583740488637dc55cce078230c7df80
 SHA512 
192cb502d93ff6347082769444205597ef18f62b901033a9987f70c80b0f59fa0de2d79dc73ae2b04a90321842035549ff0d9c2f45284a2dc8324a944e85f514
 DIST mouseemu-0.15.tar.gz 13958 BLAKE2B 
2e27a901309897a208875ab737843ffbe2f733a21daa9bcf0a6c45aea0403898edc4f1aaef7c3fc0243627e09101ec73672b937b4f5fdf3ff25a0b4c6520e30e
 SHA512 
7a6cbb0526a9ca51632d589bf873adb182c02f4a666cf9e94cedba9499d6c6cc1ad2ac7e5a482d22949e64ad69f04f444cb0fa78ea728c5653989d150f62918b
-DIST mouseemu.tar.gz 12019 BLAKE2B 
b4442cbfaf5c950a1ce690d7faabd1f92b7a2ab08fe5ddc86194c70039d92b5bbc54c33ee5d0a9896235c47fc12c52be1583740488637dc55cce078230c7df80
 SHA512 
192cb502d93ff6347082769444205597ef18f62b901033a9987f70c80b0f59fa0de2d79dc73ae2b04a90321842035549ff0d9c2f45284a2dc8324a944e85f514

diff --git a/sys-apps/mouseemu/mouseemu-0.12.ebuild 
b/sys-apps/mouseemu/mouseemu-0.12.ebuild
index 2b972aee53f..586e5d6ea28 100644
--- a/sys-apps/mouseemu/mouseemu-0.12.ebuild
+++ b/sys-apps/mouseemu/mouseemu-0.12.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Emulates scrollwheel, right- & left-click for one-button 
mice/touchpads"
 HOMEPAGE="http://geekounet.org/powerbook/;
-SRC_URI="http://geekounet.org/powerbook/files/${PN}.tar.gz;
+SRC_URI="mirror://gentoo/${PN}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/sys-apps/mouseemu/mouseemu-0.15.ebuild 
b/sys-apps/mouseemu/mouseemu-0.15.ebuild
index 2770a221525..2c2c50856f2 100644
--- a/sys-apps/mouseemu/mouseemu-0.15.ebuild
+++ b/sys-apps/mouseemu/mouseemu-0.15.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Emulates scrollwheel, right- & left-click for one-button 
mice/touchpads"
 HOMEPAGE="http://geekounet.org/powerbook/;
-SRC_URI="http://geekounet.org/powerbook/files/${P}.tar.gz;
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



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

2019-08-24 Thread Michał Górny
commit: fec2604b7794f299ef958b93cf819f0020774b93
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 24 06:20:44 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 24 10:00:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec2604b

sys-apps/adjtime: Rename the distfile

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

 sys-apps/adjtime/Manifest  | 2 +-
 sys-apps/adjtime/adjtime-0.4-r2.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/adjtime/Manifest b/sys-apps/adjtime/Manifest
index 955f6da2499..8cd2d17984d 100644
--- a/sys-apps/adjtime/Manifest
+++ b/sys-apps/adjtime/Manifest
@@ -1 +1 @@
-DIST adjtime.zip 2805 BLAKE2B 
d2d05d69534f8069cd4a97758b8c7f8116987d485a9198ae0fd3d558c404e965e7aef6eabf702b56ea91adbf071eb10959aa6e1bb64d5553bf826f4194bb8f43
 SHA512 
cc0f16ca19fea240300f9e0a9eddcefa07cb21f59fe4da8e7132dc75ec26ecaf7036ee6d282f8a488005b40077931e1cadc5634095aa0ff402f375bc0e83a1c0
+DIST adjtime-0.4.zip 2805 BLAKE2B 
d2d05d69534f8069cd4a97758b8c7f8116987d485a9198ae0fd3d558c404e965e7aef6eabf702b56ea91adbf071eb10959aa6e1bb64d5553bf826f4194bb8f43
 SHA512 
cc0f16ca19fea240300f9e0a9eddcefa07cb21f59fe4da8e7132dc75ec26ecaf7036ee6d282f8a488005b40077931e1cadc5634095aa0ff402f375bc0e83a1c0

diff --git a/sys-apps/adjtime/adjtime-0.4-r2.ebuild 
b/sys-apps/adjtime/adjtime-0.4-r2.ebuild
index cae97c111c4..b6ef649c587 100644
--- a/sys-apps/adjtime/adjtime-0.4-r2.ebuild
+++ b/sys-apps/adjtime/adjtime-0.4-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DESCRIPTION="A perl script to adjust the clock tick of the hardware clock on 
the system board"
 HOMEPAGE="https://groups.yahoo.com/neo/groups/LinkStation_General/info;
-SRC_URI="http://www.gentoogeek.org/files/${PN}.zip;
+SRC_URI="http://www.gentoogeek.org/files/${PN}.zip -> ${P}.zip"
 
 LICENSE="all-rights-reserved"  #441922
 SLOT="0"



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

2019-08-24 Thread Michał Górny
commit: 31ca661b17a58d913beef2f4afdca5da996130a0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 24 05:53:38 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 24 10:00:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ca661b

dev-java/jsr173: Rename the distfile

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

 dev-java/jsr173/Manifest | 2 +-
 dev-java/jsr173/jsr173-1.0-r4.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-java/jsr173/Manifest b/dev-java/jsr173/Manifest
index 16edc1f328b..c6dc5ebf90b 100644
--- a/dev-java/jsr173/Manifest
+++ b/dev-java/jsr173/Manifest
@@ -1 +1 @@
-DIST jsr173.jar 639734 BLAKE2B 
f34caff27d216303d14050c78c3a4413685e843b9a5aacb228c38c57c50a009b691bff889ebc970097f998ba93b3a0737256c3b8a19f9df3529d238b43f71538
 SHA512 
8b299532716682772e5eeafb63a5dd125dec8954a9a284f6766bac05409fff611724ae1a9b6f4f6f303b64c12b19e394371a6b0a87132b36e88f94e20b69efe4
+DIST jsr173-1.0.jar 639734 BLAKE2B 
f34caff27d216303d14050c78c3a4413685e843b9a5aacb228c38c57c50a009b691bff889ebc970097f998ba93b3a0737256c3b8a19f9df3529d238b43f71538
 SHA512 
8b299532716682772e5eeafb63a5dd125dec8954a9a284f6766bac05409fff611724ae1a9b6f4f6f303b64c12b19e394371a6b0a87132b36e88f94e20b69efe4

diff --git a/dev-java/jsr173/jsr173-1.0-r4.ebuild 
b/dev-java/jsr173/jsr173-1.0-r4.ebuild
index 33283883390..7180b48d530 100644
--- a/dev-java/jsr173/jsr173-1.0-r4.ebuild
+++ b/dev-java/jsr173/jsr173-1.0-r4.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
@@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="Yet another Java library for parsing and writing XML"
 HOMEPAGE="http://dev2dev.bea.com/xml/stax.html;
-SRC_URI="http://ftpna2.bea.com/pub/downloads/${PN}.jar;
+SRC_URI="mirror://gentoo/${PN}.jar -> ${P}.jar"
 
 LICENSE="bea.ri.jsr173"
 SLOT="0"



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

2019-08-24 Thread Michał Górny
commit: 3ee93107c811b3cd8d4467d759e645058f5bcf22
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 24 05:48:11 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 24 10:00:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee93107

dev-java/jarbundler: Update URIs, rename the distfile

The project has been moved to GitHub but without preserving the old
distfiles.  Therefore, update HOMEPAGE to GitHub and use Gentoo mirrors
for SRC_URI.  Also rename it to fix BadFilename warning.

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

 dev-java/jarbundler/Manifest   | 2 +-
 dev-java/jarbundler/jarbundler-1.8.1-r2.ebuild | 6 +++---
 dev-java/jarbundler/jarbundler-2.3.1.ebuild| 6 +++---
 dev-java/jarbundler/metadata.xml   | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-java/jarbundler/Manifest b/dev-java/jarbundler/Manifest
index 9109fdae2cb..703d080e757 100644
--- a/dev-java/jarbundler/Manifest
+++ b/dev-java/jarbundler/Manifest
@@ -1,2 +1,2 @@
 DIST jarbundler-1.8.1.tar.gz 132101 BLAKE2B 
0cd223ca9a63604f93d6bb2d6e89d0e48b48b43befaf510181fc8f435dc2f61388995f11c9efe4439e784b66c60a1395a43ef2041c690967b226a0212e77ef68
 SHA512 
f18657e749846544fc35b65fe5e548a0471d85bf4e1d671bf1c7309f2392487069e880ce5f9c1a0e0766379274d536969a9df5401331835f881553b4
-DIST jarbundler.zip 159874 BLAKE2B 
dbfa00a930a0f1e4c26e4372254f380d67279edbb6bc885db2a964f7fda744a68b9c6dc0a088ca851e62ed55048d33413186f6f340b5c80b52b8d9b4c589a355
 SHA512 
8b8b45533c601d10b6f986b913b824bb05617ac0901f178ee3fcfbdffa41ca060325228f71e62c4dfade778d50dd2040504eabf49311d386d75b82f77a535280
+DIST jarbundler-2.3.1.zip 159874 BLAKE2B 
dbfa00a930a0f1e4c26e4372254f380d67279edbb6bc885db2a964f7fda744a68b9c6dc0a088ca851e62ed55048d33413186f6f340b5c80b52b8d9b4c589a355
 SHA512 
8b8b45533c601d10b6f986b913b824bb05617ac0901f178ee3fcfbdffa41ca060325228f71e62c4dfade778d50dd2040504eabf49311d386d75b82f77a535280

diff --git a/dev-java/jarbundler/jarbundler-1.8.1-r2.ebuild 
b/dev-java/jarbundler/jarbundler-1.8.1-r2.ebuild
index 209a6407a5c..30564a2f5c5 100644
--- a/dev-java/jarbundler/jarbundler-1.8.1-r2.ebuild
+++ b/dev-java/jarbundler/jarbundler-1.8.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc source"
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="Jar Bundler Ant Task"
-HOMEPAGE="http://www.loomcom.com/jarbundler/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+HOMEPAGE="https://github.com/UltraMixer/JarBundler;
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-java/jarbundler/jarbundler-2.3.1.ebuild 
b/dev-java/jarbundler/jarbundler-2.3.1.ebuild
index 2cfb7f54365..335239e7b0b 100644
--- a/dev-java/jarbundler/jarbundler-2.3.1.ebuild
+++ b/dev-java/jarbundler/jarbundler-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc source"
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="Jar Bundler Ant Task"
-HOMEPAGE="http://www.loomcom.com/jarbundler/;
-SRC_URI="http://downloads.sourceforge.net/project/jarbundler/JarBundler/v${PV}/${PN}.zip;
+HOMEPAGE="https://github.com/UltraMixer/JarBundler;
+SRC_URI="mirror://gentoo/${PN}.zip -> ${P}.zip"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-java/jarbundler/metadata.xml b/dev-java/jarbundler/metadata.xml
index 2b139b37e27..0ffa001ad9d 100644
--- a/dev-java/jarbundler/metadata.xml
+++ b/dev-java/jarbundler/metadata.xml
@@ -6,6 +6,6 @@
Java


-   jarbundler
+   UltraMixer/JarBundler

 



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

2019-08-24 Thread Michał Górny
commit: 70e973f5a13e99cf44eb4befcf20f4093f965fe4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 24 05:57:27 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 24 10:00:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e973f5

dev-java/tablelayout: Update URIs, rename the distfile

Signed-off-by: Michał Górny  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/12781
Signed-off-by: Michał Górny  gentoo.org>

 dev-java/tablelayout/Manifest   | 2 +-
 dev-java/tablelayout/tablelayout-1.0.ebuild | 7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-java/tablelayout/Manifest b/dev-java/tablelayout/Manifest
index de3dc95f662..0ee9bdf58b9 100644
--- a/dev-java/tablelayout/Manifest
+++ b/dev-java/tablelayout/Manifest
@@ -1 +1 @@
-DIST tablelayout.jar 112151 BLAKE2B 
cf084118517271987fd92027ee88914bdfe0199b79502d77dfd194fa4f19d2a5ffe7a208206443c1819ed10b7465ded1493e4cdbf33000bacd7e2885ec0c1877
 SHA512 
b6e9ef07b50165679df8338123cc636b8165ab989e71afc9d1279e257bb171675aa46cc304e65d7e301c66117149675bd987c07d6cf5b03cd1c7768144e22902
+DIST tablelayout-1.0.jar 112151 BLAKE2B 
cf084118517271987fd92027ee88914bdfe0199b79502d77dfd194fa4f19d2a5ffe7a208206443c1819ed10b7465ded1493e4cdbf33000bacd7e2885ec0c1877
 SHA512 
b6e9ef07b50165679df8338123cc636b8165ab989e71afc9d1279e257bb171675aa46cc304e65d7e301c66117149675bd987c07d6cf5b03cd1c7768144e22902

diff --git a/dev-java/tablelayout/tablelayout-1.0.ebuild 
b/dev-java/tablelayout/tablelayout-1.0.ebuild
index b0689be25fc..afc16b2f180 100644
--- a/dev-java/tablelayout/tablelayout-1.0.ebuild
+++ b/dev-java/tablelayout/tablelayout-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,8 +7,9 @@ JAVA_PKG_IUSE="doc source"
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="Layout manager that makes creating user interfaces fast and easy"
-HOMEPAGE="https://tablelayout.dev.java.net/;
-SRC_URI="http://www.oracle.com/technetwork/java/${PN}.jar;
+HOMEPAGE="https://www.oracle.com/technetwork/java/tablelayout-141489.html;
+SRC_URI="https://www.oracle.com/technetwork/java/${PN}.jar -> ${P}.jar"
+
 LICENSE="LGPL-2.1"
 KEYWORDS="amd64 ~ppc64 x86"
 SLOT="0"



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

2019-08-24 Thread Mart Raudsepp
commit: 749c26be5e5cf37aaaf445af0d174f8fc31f1a8c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug 24 09:47:51 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug 24 09:49:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749c26be

net-libs/libsoup-2.66.2: fix build with USE=samba

Closes: https://bugs.gentoo.org/692814
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../libsoup/files/2.66.2-meson-ntlm_auth-fix.patch | 28 ++
 net-libs/libsoup/libsoup-2.66.2.ebuild |  1 +
 2 files changed, 29 insertions(+)

diff --git a/net-libs/libsoup/files/2.66.2-meson-ntlm_auth-fix.patch 
b/net-libs/libsoup/files/2.66.2-meson-ntlm_auth-fix.patch
new file mode 100644
index 000..04c9cccfeec
--- /dev/null
+++ b/net-libs/libsoup/files/2.66.2-meson-ntlm_auth-fix.patch
@@ -0,0 +1,28 @@
+From ecd64363f82eb9d6cea07674f49c2d2869e5b62b Mon Sep 17 00:00:00 2001
+From: Claudio Saavedra 
+Date: Tue, 20 Aug 2019 16:04:06 +0300
+Subject: [PATCH] NTLM: Fix build with ntlm enabled
+
+Just realized that build with NTLM enabled was broken (!?)
+
+(cherry picked from commit bab0db142d508e92e72970db72cbbce3c13a526a)
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index f0e34cb0..346ed2fd 100644
+--- a/meson.build
 b/meson.build
+@@ -271,7 +271,7 @@ if host_machine.system() != 'windows'
+ 
+ if ntlm_auth.found()
+   add_project_arguments('-DUSE_NTLM_AUTH=1', language : 'c')
+-  add_project_arguments('-DNTLM_AUTH=' + ntlm_auth.path(), language : 'c')
++  add_project_arguments('-DNTLM_AUTH="' + ntlm_auth.path() + '"', 
language : 'c')
+ endif
+   endif
+ endif
+-- 
+2.20.1
+

diff --git a/net-libs/libsoup/libsoup-2.66.2.ebuild 
b/net-libs/libsoup/libsoup-2.66.2.ebuild
index 57963364f49..238bf9bb966 100644
--- a/net-libs/libsoup/libsoup-2.66.2.ebuild
+++ b/net-libs/libsoup/libsoup-2.66.2.ebuild
@@ -49,6 +49,7 @@ PATCHES=(
"${FILESDIR}"/disable-apache-tests.patch
# Fix libsoup-2.4.vapi to be compatible with vala:0.46 and onwards. 
Included in 2.67.2
"${FILESDIR}"/${PV}-vala-0.46-compat.patch
+   "${FILESDIR}"/${PV}-meson-ntlm_auth-fix.patch
 )
 
 src_prepare() {



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

2019-08-24 Thread Sergei Trofimovich
commit: cc36ef1ffb1a0245ee2c26e057e4542a301eb3bc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 24 09:48:40 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 24 09:48:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc36ef1f

sys-devel/autogen: override *_cv_* fro corss-case, bug #425174

A few autogen configure tests require running the program on machine:
export ag_cv_run_strcspn=no
export libopts_cv_with_libregex=yes

Pass these to get past ./configure. Autogen still reexecutes itself
at build time. Will need more fixes if feasible at all.

Reported-by: Thomas Sachau
Bug: https://bugs.gentoo.org/425174
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/autogen/autogen-5.18.16-r1.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/sys-devel/autogen/autogen-5.18.16-r1.ebuild 
b/sys-devel/autogen/autogen-5.18.16-r1.ebuild
index d69abe1e265..b2f45d68237 100644
--- a/sys-devel/autogen/autogen-5.18.16-r1.ebuild
+++ b/sys-devel/autogen/autogen-5.18.16-r1.ebuild
@@ -43,6 +43,13 @@ src_configure() {
# suppress possibly incorrect -R flag
export ag_cv_test_ldflags=
 
+   # autogen requires run-time sanity of regex and string functions.
+   # Use defaults of linux-glibc until we need somethig more advanced.
+   if tc-is-cross-compiler ; then
+   export ag_cv_run_strcspn=no
+   export libopts_cv_with_libregex=yes
+   fi
+
econf $(use_enable static-libs static)
 }
 



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

2019-08-24 Thread Thomas Deutschmann
commit: 117c366dc5975655deda1e9a324a16ddc15e28bd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 09:22:58 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 09:23:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117c366d

net-dns/pdns: subscribe to dev-db/mysql-connector-c subslot

My previous change was wrong: virtual/libmysqlclient was deprecated.

Fixes: 8fef117 ("net-dns/pdns: use virtual/libmysqlclient")
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/pdns/pdns-4.1.13.ebuild| 2 +-
 net-dns/pdns/pdns-4.2.0_rc3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/pdns/pdns-4.1.13.ebuild b/net-dns/pdns/pdns-4.1.13.ebuild
index 2e587f45a39..ae6ae070db0 100644
--- a/net-dns/pdns/pdns-4.1.13.ebuild
+++ b/net-dns/pdns/pdns-4.1.13.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
!luajit? ( dev-lang/lua:= )
luajit? ( dev-lang/luajit:= )
)
-   mysql? ( virtual/libmysqlclient:= )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 )
sqlite? ( dev-db/sqlite:3 )

diff --git a/net-dns/pdns/pdns-4.2.0_rc3.ebuild 
b/net-dns/pdns/pdns-4.2.0_rc3.ebuild
index 8f33e657921..d2668391586 100644
--- a/net-dns/pdns/pdns-4.2.0_rc3.ebuild
+++ b/net-dns/pdns/pdns-4.2.0_rc3.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
luajit? ( dev-lang/luajit:= )
)
lua-records? ( >=net-misc/curl-7.21.3 )
-   mysql? ( virtual/libmysqlclient:= )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 )
sqlite? ( dev-db/sqlite:3 )



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

2019-08-24 Thread Thomas Deutschmann
commit: f45cc69b8d7b0e6cca3a7c79ff04767a729024c3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 24 09:16:30 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 24 09:18:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f45cc69b

net-dns/pdns: use virtual/libmysqlclient

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

 net-dns/pdns/pdns-4.1.13.ebuild| 2 +-
 net-dns/pdns/pdns-4.2.0_rc3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/pdns/pdns-4.1.13.ebuild b/net-dns/pdns/pdns-4.1.13.ebuild
index f267a0663b8..2e587f45a39 100644
--- a/net-dns/pdns/pdns-4.1.13.ebuild
+++ b/net-dns/pdns/pdns-4.1.13.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
!luajit? ( dev-lang/lua:= )
luajit? ( dev-lang/luajit:= )
)
-   mysql? ( dev-db/mysql-connector-c )
+   mysql? ( virtual/libmysqlclient:= )
postgres? ( dev-db/postgresql:= )
ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 )
sqlite? ( dev-db/sqlite:3 )

diff --git a/net-dns/pdns/pdns-4.2.0_rc3.ebuild 
b/net-dns/pdns/pdns-4.2.0_rc3.ebuild
index d811e77d5c5..8f33e657921 100644
--- a/net-dns/pdns/pdns-4.2.0_rc3.ebuild
+++ b/net-dns/pdns/pdns-4.2.0_rc3.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
luajit? ( dev-lang/luajit:= )
)
lua-records? ( >=net-misc/curl-7.21.3 )
-   mysql? ( dev-db/mysql-connector-c )
+   mysql? ( virtual/libmysqlclient:= )
postgres? ( dev-db/postgresql:= )
ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 )
sqlite? ( dev-db/sqlite:3 )



[gentoo-commits] proj/qt:master commit in: dev-qt/qtsql/, dev-qt/qtpositioning/, dev-qt/qtwebengine/, ...

2019-08-24 Thread Jimi Huotari
commit: 8ca22b51240d1f0614eee346368a71aa85061e25
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Aug 24 09:11:57 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Aug 24 09:11:57 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=8ca22b51

dev-qt: add 5.14.

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Jimi Huotari  gentoo.org>

 dev-qt/assistant/assistant-5.14..ebuild|  55 +++
 dev-qt/designer/designer-5.14..ebuild  |  57 +++
 .../linguist-tools/linguist-tools-5.14..ebuild |  35 +
 dev-qt/linguist/linguist-5.14..ebuild  |  48 ++
 dev-qt/pixeltool/pixeltool-5.14..ebuild|  25 +++
 dev-qt/qdbus/qdbus-5.14..ebuild|  25 +++
 dev-qt/qdbusviewer/qdbusviewer-5.14..ebuild|  45 ++
 dev-qt/qdoc/qdoc-5.14..ebuild  |  40 +
 dev-qt/qt3d/qt3d-5.14..ebuild  |  32 
 dev-qt/qtbluetooth/qtbluetooth-5.14..ebuild|  33 
 dev-qt/qtcharts/qtcharts-5.14..ebuild  |  29 
 dev-qt/qtconcurrent/qtconcurrent-5.14..ebuild  |  23 +++
 dev-qt/qtcore/qtcore-5.14..ebuild  |  84 ++
 dev-qt/qtdatavis3d/qtdatavis3d-5.14..ebuild|  31 
 dev-qt/qtdbus/qtdbus-5.14..ebuild  |  43 +
 .../qtdeclarative/qtdeclarative-5.14..ebuild   |  53 +++
 dev-qt/qtdiag/qtdiag-5.14..ebuild  |  36 +
 dev-qt/qtgamepad/qtgamepad-5.14..ebuild|  35 +
 .../qtgraphicaleffects-5.14..ebuild|  21 +++
 dev-qt/qtgui/qtgui-5.14..ebuild| 174 +
 dev-qt/qthelp/qthelp-5.14..ebuild  |  29 
 .../qtimageformats/qtimageformats-5.14..ebuild |  29 
 dev-qt/qtlocation/qtlocation-5.14..ebuild  |  45 ++
 dev-qt/qtmultimedia/qtmultimedia-5.14..ebuild  |  68 
 dev-qt/qtnetwork/qtnetwork-5.14..ebuild|  60 +++
 .../qtnetworkauth/qtnetworkauth-5.14..ebuild   |  20 +++
 dev-qt/qtopengl/qtopengl-5.14..ebuild  |  34 
 dev-qt/qtpaths/qtpaths-5.14..ebuild|  23 +++
 dev-qt/qtplugininfo/qtplugininfo-5.14..ebuild  |  23 +++
 .../qtpositioning/qtpositioning-5.14..ebuild   |  40 +
 .../qtprintsupport/qtprintsupport-5.14..ebuild |  42 +
 .../qtquickcontrols-5.14..ebuild   |  32 
 .../qtquickcontrols2-5.14..ebuild  |  30 
 dev-qt/qtscript/qtscript-5.14..ebuild  |  36 +
 dev-qt/qtscxml/qtscxml-5.14..ebuild|  19 +++
 dev-qt/qtsensors/qtsensors-5.14..ebuild|  28 
 dev-qt/qtserialbus/qtserialbus-5.14..ebuild|  20 +++
 dev-qt/qtserialport/qtserialport-5.14..ebuild  |  27 
 dev-qt/qtspeech/qtspeech-5.14..ebuild  |  20 +++
 dev-qt/qtsql/qtsql-5.14..ebuild|  55 +++
 dev-qt/qtsvg/qtsvg-5.14..ebuild|  23 +++
 dev-qt/qttest/qttest-5.14..ebuild  |  33 
 .../qttranslations/qttranslations-5.14..ebuild |  19 +++
 .../qtvirtualkeyboard-5.14..ebuild |  42 +
 dev-qt/qtwayland/qtwayland-5.14..ebuild|  43 +
 dev-qt/qtwebchannel/qtwebchannel-5.14..ebuild  |  26 +++
 dev-qt/qtwebengine/qtwebengine-5.14..ebuild| 132 
 dev-qt/qtwebsockets/qtwebsockets-5.14..ebuild  |  27 
 dev-qt/qtwebview/qtwebview-5.14..ebuild|  21 +++
 dev-qt/qtwidgets/qtwidgets-5.14..ebuild|  56 +++
 dev-qt/qtx11extras/qtx11extras-5.14..ebuild|  21 +++
 dev-qt/qtxml/qtxml-5.14..ebuild|  29 
 .../qtxmlpatterns/qtxmlpatterns-5.14..ebuild   |  30 
 53 files changed, 2106 insertions(+)

diff --git a/dev-qt/assistant/assistant-5.14..ebuild 
b/dev-qt/assistant/assistant-5.14..ebuild
new file mode 100644
index ..ad1fb398
--- /dev/null
+++ b/dev-qt/assistant/assistant-5.14..ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+QT5_MODULE="qttools"
+inherit desktop qt5-build xdg-utils
+
+DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+fi
+
+IUSE="webkit"
+
+DEPEND="
+   ~dev-qt/qtcore-${PV}
+   ~dev-qt/qtgui-${PV}
+   ~dev-qt/qthelp-${PV}
+   ~dev-qt/qtnetwork-${PV}
+   ~dev-qt/qtprintsupport-${PV}
+   ~dev-qt/qtsql-${PV}[sqlite]
+   ~dev-qt/qtwidgets-${PV}
+   webkit? ( >=dev-qt/qtwebkit-5.9.1:5 )
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+   src/assistant/assistant
+)
+
+src_prepare() {
+   qt_use_disable_mod webkit webkitwidgets \
+   src/assistant/assistant/assistant.pro
+
+   qt5-build_src_prepare
+}
+
+src_install() {
+

[gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/

2019-08-24 Thread Jimi Huotari
commit: f4147c0b8d844b51940dd8badf511941289b84cc
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Aug 24 09:14:20 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Aug 24 09:14:20 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=f4147c0b

dev-qt/qtcore: drop 'qfloat16-tables' from 5.14.

This was moved and removed from the build.

- https://code.qt.io/cgit/qt/qtbase.git/commit/?h=5.14=5e40d3d9

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Jimi Huotari  gentoo.org>

 dev-qt/qtcore/qtcore-5.14..ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-qt/qtcore/qtcore-5.14..ebuild 
b/dev-qt/qtcore/qtcore-5.14..ebuild
index d881786f..68c4c734 100644
--- a/dev-qt/qtcore/qtcore-5.14..ebuild
+++ b/dev-qt/qtcore/qtcore-5.14..ebuild
@@ -30,7 +30,6 @@ QT5_TARGET_SUBDIRS=(
src/tools/bootstrap
src/tools/moc
src/tools/rcc
-   src/tools/qfloat16-tables
src/corelib
src/tools/qlalr
doc



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-08-24 Thread Andreas Sturmlechner
commit: 0e435ecb320861c8ffa16e2a914cb477910ae32c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 24 09:05:06 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 24 09:06:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e435ecb

app-office/kmymoney: Add back KEYWORDS to 5.0.6

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

 app-office/kmymoney/kmymoney-5.0.6.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-office/kmymoney/kmymoney-5.0.6.ebuild 
b/app-office/kmymoney/kmymoney-5.0.6.ebuild
index 1ef55340784..28de2025ae6 100644
--- a/app-office/kmymoney/kmymoney-5.0.6.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.6.ebuild
@@ -16,6 +16,7 @@ DESCRIPTION="Personal finance manager based on KDE Frameworks"
 HOMEPAGE="https://kmymoney.org;
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-2"



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

2019-08-24 Thread Andreas Sturmlechner
commit: 95993823c689ca24cc953dfb49138422c4eb3724
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 22 21:29:38 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 24 09:06:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95993823

app-editors/ghostwriter: Drop 1.7.4-r1

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

 app-editors/ghostwriter/Manifest   |  1 -
 .../ghostwriter/ghostwriter-1.7.4-r1.ebuild| 56 --
 2 files changed, 57 deletions(-)

diff --git a/app-editors/ghostwriter/Manifest b/app-editors/ghostwriter/Manifest
index 4edaa3d126b..39d80b85ecf 100644
--- a/app-editors/ghostwriter/Manifest
+++ b/app-editors/ghostwriter/Manifest
@@ -1,2 +1 @@
-DIST ghostwriter-1.7.4.tar.gz 1195162 BLAKE2B 
6339161b73b6e8cf9fce37da5133416512a61289189fb3f574af96753e62e8e364d610dd277542bd18b4ec44692dc149d4b3d5a6cd89894536d4dc898994c667
 SHA512 
b09e0f8152cd8bdd4465f20d94134ea6ef840b4ccd6d9f75bce8452917d98adc89093c661ecde0400fba7d68f832633c8fe0b19a1607ce79e3f400caa573da8f
 DIST ghostwriter-1.8.0.tar.gz 1195999 BLAKE2B 
d751e570aed94bcf0806ca20d82b0ac2b465649caf31f01b761f0370a4f1b04ac8f948213b15c05a71541b8068ef21dfb2105b5fc91d5637e498e2d4c8f6bf9a
 SHA512 
aff500d9221f28f6a06a93bf0b5ddb590792b22bc551749b790f52751cd7f2e27ea59778927c2f117320cb1791b45d51d8efdf479f0894319755afb1a509f7bd

diff --git a/app-editors/ghostwriter/ghostwriter-1.7.4-r1.ebuild 
b/app-editors/ghostwriter/ghostwriter-1.7.4-r1.ebuild
deleted file mode 100644
index fd47f327944..000
--- a/app-editors/ghostwriter/ghostwriter-1.7.4-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils xdg-utils
-
-DESCRIPTION="Cross-platform, aesthetic, distraction-free markdown editor"
-HOMEPAGE="https://wereturtle.github.io/ghostwriter/;
-SRC_URI="https://github.com/wereturtle/ghostwriter/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-   app-text/hunspell
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebkit:5
-   dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   dev-qt/qtconcurrent:5
-"
-
-DOCS=( CREDITS.md README.md )
-
-src_prepare() {
-   default
-
-   sed -i -e "/^VERSION =/s/\$.*/${PV}/" ghostwriter.pro || die "failed to 
override version"
-}
-
-src_configure() {
-   eqmake5 \
-   CONFIG+=$(usex debug debug release) \
-   PREFIX="${EPREFIX}"/usr
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/, kde-misc/plasma-active-window-control/

2019-08-24 Thread Andreas Sturmlechner
commit: 44ab2f40a524f4bb9bb6b9891e1dff62cfeb49a0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 22 18:10:54 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 24 09:06:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ab2f40

kde-misc/plasma-active-window-control: Remove last-rited package

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/plasma-active-window-control/Manifest |  1 -
 kde-misc/plasma-active-window-control/metadata.xml | 12 
 .../plasma-active-window-control-1.7.3.ebuild  | 34 --
 profiles/package.mask  |  6 
 4 files changed, 53 deletions(-)

diff --git a/kde-misc/plasma-active-window-control/Manifest 
b/kde-misc/plasma-active-window-control/Manifest
deleted file mode 100644
index 2d788d341d3..000
--- a/kde-misc/plasma-active-window-control/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST plasma-active-window-control-1.7.3.tar.gz 53994 BLAKE2B 
9aabc42cee71aab9010674e1527a04aac94af9f9fd7756244ec4d8067a3a79332b88b83a93ce8b3b68ae341376a45ff586eafc653dd429c2cc30d82145770870
 SHA512 
ee6992aa9f1313b79d37b2f75823d3f68443d0de2a5fb428634089cad104652ab6101aa3667d5011da7fc57fbdd8ab168ab3d292190e93ae3412a8fad24bc9fe

diff --git a/kde-misc/plasma-active-window-control/metadata.xml 
b/kde-misc/plasma-active-window-control/metadata.xml
deleted file mode 100644
index 6903cbcaebb..000
--- a/kde-misc/plasma-active-window-control/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   petross...@gmail.com
-   Petros S
-   
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-

diff --git 
a/kde-misc/plasma-active-window-control/plasma-active-window-control-1.7.3.ebuild
 
b/kde-misc/plasma-active-window-control/plasma-active-window-control-1.7.3.ebuild
deleted file mode 100644
index 3f8a3ec7635..000
--- 
a/kde-misc/plasma-active-window-control/plasma-active-window-control-1.7.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kde5-functions
-
-DESCRIPTION="Plasma 5 applet for controlling currently active window"
-HOMEPAGE="https://store.kde.org/p/998910/;
-SRC_URI="https://github.com/kotelnik/plasma-applet-active-window-control/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2"
-SLOT="5"
-IUSE=""
-
-RDEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep plasma X)
-   $(add_qt_dep qtcore)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtx11extras)
-"
-DEPEND="${RDEPEND}
-   $(add_frameworks_dep extra-cmake-modules)
-"
-
-#ebuilds for releases > 1.7.3 will be copied from live ebuild
-S="${WORKDIR}/plasma-applet-active-window-control-${PV}"

diff --git a/profiles/package.mask b/profiles/package.mask
index cce2c080288..88ace38f809 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -282,12 +282,6 @@ dev-lang/vala:0.46
 dev-lang/php:7.4
 ~virtual/httpd-php-7.4
 
-# Andreas Sturmlechner  (2019-07-24)
-# Unmaintained and broken with current Plasma, removal in 30 days
-# Bugs: https://bugs.kde.org/show_bug.cgi?id=404359,
-# https://bugs.kde.org/show_bug.cgi?id=404360, see also HOMEPAGE comments
-kde-misc/plasma-active-window-control
-
 # Lars Wendler  (2019-07-21)
 # Requires >=mail-client/thunderbird-68_beta1 which is not in the tree yet
 >=x11-plugins/enigmail-2.1



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

2019-08-24 Thread Ulrich Müller
commit: 8ca39e7df6fe8c51d218b5f27c544844285a3019
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Aug 24 09:02:44 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Aug 24 09:02:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca39e7d

profiles: Add Khronos-CLHPP to MISC-FREE license group.

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

 profiles/license_groups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/license_groups b/profiles/license_groups
index 4c4cf391ada..70f95190097 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -30,7 +30,7 @@ OSI-APPROVED AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 
APL-1.0 APSL-2 Artisti
 # Licenses in this list should NOT appear directly or indirectly in
 # @FSF-APPROVED or @OSI-APPROVED.
 # Note: Licenses for fonts should be included in @MISC-FREE-DOCS.
-MISC-FREE Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CAOSL CDDL-Schily 
CeCILL-C CMake CPL-0.5 CRACKLIB Crypt-IDEA DES docbook dom4j DUMB-0.9.3 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix 
FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL 
imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE 
LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff LLVM-Grant LPPL-1.3 LPPL-1.3b 
lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack MIT-with-advertising 
mm mpich2 NCSA-HDF netcat NEWLIB ngrep Old-MIT openafs-krb5-a Openwall otter 
PCRE perforce photopc PHP-2.02 pngcrush pngnq Princeton psutils qmail-nelson rc 
rdisc regexp-UofT repoze RSA rwpng scanlogd Sendmail Sendmail-Open-Source 
shrimp SMAIL Snd SNIA SSLeay Subversion SVFL symlinks tablelist tcltk 
tcp_wrappers_license TeX TeX-other-free the-Click-license Time-Format 
Time-modules tm-align 
 torque-2.5 totd Toyoda UCAR-Unidata URT VTK w3m x2x xbatt xboing XC Xdebug 
xtrs xvt YaTeX yuuji ZSH
+MISC-FREE Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CAOSL CDDL-Schily 
CeCILL-C CMake CPL-0.5 CRACKLIB Crypt-IDEA DES docbook dom4j DUMB-0.9.3 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix 
FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL 
imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE 
Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff LLVM-Grant 
LPPL-1.3 LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack 
MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep Old-MIT 
openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 pngcrush pngnq 
Princeton psutils qmail-nelson rc rdisc regexp-UofT repoze RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
symlinks tablelist tcltk tcp_wrappers_license TeX TeX-other-free 
the-Click-license Time-Format Time-mod
 ules tm-align torque-2.5 totd Toyoda UCAR-Unidata URT VTK w3m x2x xbatt xboing 
XC Xdebug xtrs xvt YaTeX yuuji ZSH
 
 # Metaset for all free software
 FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE



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

2019-08-24 Thread Sergei Trofimovich
commit: 49e88fe8e930b6ff2b8bc70d99518a4c275ff8fc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 24 08:27:28 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 24 08:34:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e88fe8

x11-wm/xmonad: bump up to 0.15, bug #680504

Reported-by: yuLya
Bug: https://bugs.gentoo.org/680504
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-wm/xmonad/Manifest   |  1 +
 x11-wm/xmonad/xmonad-0.15.ebuild | 85 
 2 files changed, 86 insertions(+)

diff --git a/x11-wm/xmonad/Manifest b/x11-wm/xmonad/Manifest
index 06dd3bafa23..906195a5a50 100644
--- a/x11-wm/xmonad/Manifest
+++ b/x11-wm/xmonad/Manifest
@@ -2,3 +2,4 @@ DIST xmonad-0.11.1.tar.gz 59307 BLAKE2B 
98dc31dd53e933f68dbf00121c6a0b4e4a24a19c
 DIST xmonad-0.11.tar.gz 59119 BLAKE2B 
75ae39e2e54d4b5ed14f99d0144d4ee7741c611f18b5692aedce49b0a4dc07a17f613280d93fd715b812a2c22e27ad9f7fe8693dba38739ccf6dde9742fe03b9
 SHA512 
34740f032508584f34f6b138d21394eca17e8020bccc4d8c6e8b3cb6b7ca64b153077cfd16636a6130768ebd145fe993569f8a229862d7816d0c89c905ee08bc
 DIST xmonad-0.12.tar.gz 61436 BLAKE2B 
ea42fc105e30be59a2cb0180c05ef88024e51a1a224bdd6bb910d45cddabc2709411e2f0c7aa6c5723f54653db242bda80ab92249204106955be75a4a077f1ea
 SHA512 
e519c038d90db037bc81e7baf7b07cfa53922509e98ffddacfc4a6cc2c7376383be1e721f613057a5febbfcc661807b6382124eb673ac7a7cda23c738d3539ab
 DIST xmonad-0.13.tar.gz 72034 BLAKE2B 
c95b24ae406268da642168defcc633cf8185f0f2dbcede1122c48c3812bf250df69d917c479f328cca450dec362ae0614d2acaf09d62123d15d646dcae8d98ec
 SHA512 
9d9436f36fe0f6a9732502b0211fc41a224b1320b843d266b6d2dd201e4329b688f7eed5b08597b2edd713cc25f2b88a2a1f1ee43e18615c0a78e97e4716b122
+DIST xmonad-0.15.tar.gz 68822 BLAKE2B 
9ee9a070f6743fbab2cffe05ee9e60b64fded0b4916fdec03a550f5d5ec5a34102ab2d4e9586b9a0ca534db284a8058f11ee248072f3f3b312ae30c09873feff
 SHA512 
f881f3faa4f5a0de7a5a37118cd7041083ae3a7569c7094b55dedb9aa858176789aff459d426b237ebae5cc4598b06de790938775a7ac968c2d76be3f0efc8ba

diff --git a/x11-wm/xmonad/xmonad-0.15.ebuild b/x11-wm/xmonad/xmonad-0.15.ebuild
new file mode 100644
index 000..a65b517e395
--- /dev/null
+++ b/x11-wm/xmonad/xmonad-0.15.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.6.
+#hackport: flags: -generatemanpage,-testing,-profiling
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="A tiling window manager"
+HOMEPAGE="http://xmonad.org;
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="no-autorepeat-keys"
+
+RDEPEND="dev-haskell/data-default:=[profile?]
+   dev-haskell/extensible-exceptions:=[profile?]
+   dev-haskell/mtl:=[profile?]
+   dev-haskell/setlocale:=[profile?]
+   >=dev-haskell/utf8-string-0.3:=[profile?] 
=dev-haskell/x11-1.8:=[profile?] =dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.24.0.0
+   test? ( >=dev-haskell/quickcheck-2 )
+"
+
+DOCS=( CONFIG README.md CHANGES.md )
+HTML_DOCS=( man/${PN}.1.html )
+
+SAMPLE_CONFIG="${PN}.hs"
+
+src_prepare() {
+   default
+   use no-autorepeat-keys && eapply 
"${FILESDIR}"/${PN}-0.14-check-repeat.patch
+}
+
+src_configure() {
+   haskell-cabal_src_configure \
+   --flag=-generatemanpage \
+   --flag=-profiling \
+   --flag=-testing
+}
+
+src_install() {
+   default
+
+   cabal_src_install
+
+   echo -e "#!/bin/sh\n/usr/bin/${PN}" > "${T}/${PN}"
+   exeinto /etc/X11/Sessions
+   doexe "${T}/${PN}"
+
+   insinto /usr/share/xsessions
+   doins "${FILESDIR}/${PN}.desktop"
+
+   insinto /usr/share/${PF}/ghc-$(ghc-version)/man
+   doins man/${SAMPLE_CONFIG}
+
+   doman man/${PN}.1
+}
+
+pkg_postinst() {
+   haskell-cabal_pkg_postinst
+
+   elog "A sample ${SAMPLE_CONFIG} configuration file can be found here:"
+   elog "/usr/share/${PF}/ghc-$(ghc-version)/man/${SAMPLE_CONFIG}"
+   elog "The parameters in this file are the defaults used by ${PN}."
+   elog "To customize ${PN}, copy this file to:"
+   elog "~/.${PN}/${SAMPLE_CONFIG}"
+   elog "After editing, use 'mod-q' to dynamically restart ${PN} "
+   elog "(where the 'mod' key defaults to 'Alt')."
+   elog ""
+   elog "Read the README or man page for more information, and to see "
+   elog "other possible configurations go to:"
+   elog "http://haskell.org/haskellwiki/Xmonad/Config_archive;
+   elog "Please note that many of these configurations will require the "
+   elog "x11-wm/xmonad-contrib package to be installed."
+}



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

2019-08-24 Thread Sergei Trofimovich
commit: 01550e4b841cea68414c782773cda9eb8519a8b9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 24 08:33:54 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 24 08:34:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01550e4b

x11-wm/xmonad-contrib: bump up to 0.15, bug #680504

Reported-by: yuLya
Closes: https://bugs.gentoo.org/680504
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-wm/xmonad-contrib/Manifest   |  1 +
 x11-wm/xmonad-contrib/xmonad-contrib-0.15.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/x11-wm/xmonad-contrib/Manifest b/x11-wm/xmonad-contrib/Manifest
index 9cb9bf3cf67..057faa6bca6 100644
--- a/x11-wm/xmonad-contrib/Manifest
+++ b/x11-wm/xmonad-contrib/Manifest
@@ -2,3 +2,4 @@ DIST xmonad-contrib-0.11.2.tar.gz 401758 BLAKE2B 
06697bac621dabbbc3e066c38efbfc8
 DIST xmonad-contrib-0.11.4.tar.gz 401743 BLAKE2B 
f6962bcb88e88ebf620ef037c08de8c21ebbb10cb863852f60b5f3ba03d72d00dfb737b57ca0bb5f2fa3364a120fe00377d6c27735abbc8f7eb0b1992ec705b7
 SHA512 
3d747988baa497475255be4cc96f7eba5cf6fc81658f8f877ca92148fb9a154423ee98ebeb23690de00b186d2e34ad13d94cf1fe332d4ca4f1f4a64790e46ed7
 DIST xmonad-contrib-0.12.tar.gz 464978 BLAKE2B 
72b08d01a24e1a878bc1d7175755b45d0751236f01c276f3b5baaf332f3baf5c81b2c75c8ab88e221f1cabde0f3ed3f7a613b672b038da95de0ef4d69f249307
 SHA512 
5bb145fc7d07ebc8e4dde5ba83b5340913fb089581d22e993663402fc6728eab9f6939466b7a262827c0098599073a928700e0acb8245b943b23e6cd01e63056
 DIST xmonad-contrib-0.13.tar.gz 485351 BLAKE2B 
ef42ad08bf5878046abfbc0c2cbb79853c01e2e0ba0e6ab0723e575531dc106c32dce58fe9e6e35b5e84f18b04456aec03ef838a9cb6fc34396415a311e1b2d5
 SHA512 
40b8a8fc8a1fa134f2726c273ff75eee26a43c9f18095bad9251e4b37b0cca5ee6c32eec5c42aa00c9e0c5c90ae54e6414739a2cee5b5d2917814358449d55f5
+DIST xmonad-contrib-0.15.tar.gz 524285 BLAKE2B 
e34b32a4899e98b00ae5ea4539a8566f056f794adb672df035d140532faf0996ef4bcf078998a1a6bd93320c5ebd41d51babf98a5332142c3a8644d3eb0e007d
 SHA512 
c4669a51f6c1fbb50f5d484ae4a24b608d2b03c2e6814fa2ae079fe57a4b599e3072ae23c29b22fe2cf86a04840b4262a646ee4c7ba7c9a859ee78a31f99bc8a

diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.15.ebuild 
b/x11-wm/xmonad-contrib/xmonad-contrib-0.15.ebuild
new file mode 100644
index 000..4d0d9737f40
--- /dev/null
+++ b/x11-wm/xmonad-contrib/xmonad-contrib-0.15.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.6.
+#hackport: flags: -testing,use_xft:xft
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Third party extensions for xmonad"
+HOMEPAGE="http://xmonad.org/;
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+xft"
+
+RDEPEND="dev-haskell/extensible-exceptions:=[profile?]
+   >=dev-haskell/mtl-1:=[profile?] =dev-haskell/x11-1.6.1:=[profile?] =dev-lang/ghc-7.6.1:=
+   >=x11-wm/xmonad-0.15:=[profile?] =dev-haskell/x11-xft-0.2:=[profile?] )
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.16.0
+"
+
+src_configure() {
+   haskell-cabal_src_configure \
+   --flag=-testing \
+   $(cabal_flag xft use_xft)
+}



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

2019-08-24 Thread Hans de Graaff
commit: 891075fe30f249dbb17b372fa8f1d7086c892c6a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 24 07:42:25 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 24 07:42:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891075fe

dev-ruby/actioncable: add 6.0.0

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

 dev-ruby/actioncable/Manifest |  1 +
 dev-ruby/actioncable/actioncable-6.0.0.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/actioncable/Manifest b/dev-ruby/actioncable/Manifest
index 41c2a45bfa9..fd68d2ba8a7 100644
--- a/dev-ruby/actioncable/Manifest
+++ b/dev-ruby/actioncable/Manifest
@@ -1,2 +1,3 @@
 DIST rails-5.1.7.tgz 6146668 BLAKE2B 
494a12d79037010333c06d14573474f0d0c1e62ce5252e8fbe4eb4c6935dc660614c2ff29fd168bbc66d74bfa64b92abb84d02645cb3b2950db5c166111b7b19
 SHA512 
6595eb19f174c9e46a937d6028d9bb2bfdcda06f35ec2a0499bc5deff05d8cfc8f8fc725e664496d3b431c8724141a1410201b57945b98ca211aea15c990d621
 DIST rails-5.2.3.tgz 8802794 BLAKE2B 
786f94bcd9528ffc664c39caef0e7d2d3c15da95497044504082999a435c2a877d73d40b68b5237dc07ae6cf9b8f6f99f12ae68527c5f4005b1a648038e507c0
 SHA512 
6a41f7564679263b4a16a245d13271b12e97a55cdd77b5ebe63bd86c3a80e4f447b4c0567a4a40ed8e97a2307522f6dad368b1beeb362136bdf1856f6dffeb60
+DIST rails-6.0.0.tgz 18543484 BLAKE2B 
614e71481a3a5ece629f49d0ef623b5352e165b5d46a736ccb747614d6c1fd56d4aaba2f2f32d48d81772cfd4db671d94a67cd3ffa395f29bf2de1f148fa57ed
 SHA512 
3a2259fe2b3ffd0ddc9128e1aa58af57006b8410120a3629926b95fbe60b8658edab77929e26d9323c61a1855a4379e73f1ddbe875324b068a9e8bdde6ca55e6

diff --git a/dev-ruby/actioncable/actioncable-6.0.0.ebuild 
b/dev-ruby/actioncable/actioncable-6.0.0.ebuild
new file mode 100644
index 000..636672deef0
--- /dev/null
+++ b/dev-ruby/actioncable/actioncable-6.0.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_EXTRAINSTALL="app"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Integrated WebSockets for Rails"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+# Tests require many new dependencies, skipping for now
+RESTRICT="test"
+
+ruby_add_rdepend "
+   ~dev-ruby/actionpack-${PV}:*
+   dev-ruby/nio4r:2
+   >=dev-ruby/websocket-driver-0.6.1:*
+"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/railties-4.2.0
+   dev-ruby/test-unit:2
+   >=dev-ruby/mocha-0.14.0:0.14
+   )"



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

2019-08-24 Thread Hans de Graaff
commit: 7f19db1eb960163424b287fbd9e474262bd37c10
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 24 07:48:28 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 24 07:48:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f19db1e

dev-ruby/activejob: add 6.0.0

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

 dev-ruby/activejob/Manifest   |  1 +
 dev-ruby/activejob/activejob-6.0.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/activejob/Manifest b/dev-ruby/activejob/Manifest
index b46f17038b9..e3b53c8c815 100644
--- a/dev-ruby/activejob/Manifest
+++ b/dev-ruby/activejob/Manifest
@@ -1,3 +1,4 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
 DIST rails-5.1.7.tgz 6146668 BLAKE2B 
494a12d79037010333c06d14573474f0d0c1e62ce5252e8fbe4eb4c6935dc660614c2ff29fd168bbc66d74bfa64b92abb84d02645cb3b2950db5c166111b7b19
 SHA512 
6595eb19f174c9e46a937d6028d9bb2bfdcda06f35ec2a0499bc5deff05d8cfc8f8fc725e664496d3b431c8724141a1410201b57945b98ca211aea15c990d621
 DIST rails-5.2.3.tgz 8802794 BLAKE2B 
786f94bcd9528ffc664c39caef0e7d2d3c15da95497044504082999a435c2a877d73d40b68b5237dc07ae6cf9b8f6f99f12ae68527c5f4005b1a648038e507c0
 SHA512 
6a41f7564679263b4a16a245d13271b12e97a55cdd77b5ebe63bd86c3a80e4f447b4c0567a4a40ed8e97a2307522f6dad368b1beeb362136bdf1856f6dffeb60
+DIST rails-6.0.0.tgz 18543484 BLAKE2B 
614e71481a3a5ece629f49d0ef623b5352e165b5d46a736ccb747614d6c1fd56d4aaba2f2f32d48d81772cfd4db671d94a67cd3ffa395f29bf2de1f148fa57ed
 SHA512 
3a2259fe2b3ffd0ddc9128e1aa58af57006b8410120a3629926b95fbe60b8658edab77929e26d9323c61a1855a4379e73f1ddbe875324b068a9e8bdde6ca55e6

diff --git a/dev-ruby/activejob/activejob-6.0.0.ebuild 
b/dev-ruby/activejob/activejob-6.0.0.ebuild
new file mode 100644
index 000..ed669a6589d
--- /dev/null
+++ b/dev-ruby/activejob/activejob-6.0.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Job framework with pluggable queues"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}
+   >=dev-ruby/globalid-0.3.6
+"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/mocha
+   )"
+
+all_ruby_prepare() {
+   # Set test environment to our hand.
+   sed -i -e '/load_paths/d' test/helper.rb || die "Unable to remove load 
paths"
+
+   # Remove all currently unpackaged queues.
+   sed -i -e 's/que queue_classic resque sidekiq sneakers sucker_punch 
backburner//' \
+   -e 's/delayed_job//' Rakefile || die
+   sed -i -e '/SneakersAdapter/ s:^:#:' test/cases/exceptions_test.rb || 
die
+}



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

2019-08-24 Thread Hans de Graaff
commit: 9e5685f0d1aec253160159cf1889294685308781
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 24 07:31:08 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 24 07:36:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5685f0

dev-ruby/railties: add 6.0.0

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

 dev-ruby/railties/Manifest  |  1 +
 dev-ruby/railties/railties-6.0.0.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/dev-ruby/railties/Manifest b/dev-ruby/railties/Manifest
index b46f17038b9..e3b53c8c815 100644
--- a/dev-ruby/railties/Manifest
+++ b/dev-ruby/railties/Manifest
@@ -1,3 +1,4 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
 DIST rails-5.1.7.tgz 6146668 BLAKE2B 
494a12d79037010333c06d14573474f0d0c1e62ce5252e8fbe4eb4c6935dc660614c2ff29fd168bbc66d74bfa64b92abb84d02645cb3b2950db5c166111b7b19
 SHA512 
6595eb19f174c9e46a937d6028d9bb2bfdcda06f35ec2a0499bc5deff05d8cfc8f8fc725e664496d3b431c8724141a1410201b57945b98ca211aea15c990d621
 DIST rails-5.2.3.tgz 8802794 BLAKE2B 
786f94bcd9528ffc664c39caef0e7d2d3c15da95497044504082999a435c2a877d73d40b68b5237dc07ae6cf9b8f6f99f12ae68527c5f4005b1a648038e507c0
 SHA512 
6a41f7564679263b4a16a245d13271b12e97a55cdd77b5ebe63bd86c3a80e4f447b4c0567a4a40ed8e97a2307522f6dad368b1beeb362136bdf1856f6dffeb60
+DIST rails-6.0.0.tgz 18543484 BLAKE2B 
614e71481a3a5ece629f49d0ef623b5352e165b5d46a736ccb747614d6c1fd56d4aaba2f2f32d48d81772cfd4db671d94a67cd3ffa395f29bf2de1f148fa57ed
 SHA512 
3a2259fe2b3ffd0ddc9128e1aa58af57006b8410120a3629926b95fbe60b8658edab77929e26d9323c61a1855a4379e73f1ddbe875324b068a9e8bdde6ca55e6

diff --git a/dev-ruby/railties/railties-6.0.0.ebuild 
b/dev-ruby/railties/railties-6.0.0.ebuild
new file mode 100644
index 000..0917e9af46e
--- /dev/null
+++ b/dev-ruby/railties/railties-6.0.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_TEST="test:regular"
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="railties.gemspec"
+
+RUBY_FAKEGEM_BINDIR="exe"
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Tools for creating, working with, and running Rails applications"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+# The test suite has many failures, most likely due to a mismatch in
+# exact dependencies or environment specifics. Needs further
+# investigation.
+RESTRICT="test"
+
+RDEPEND+=">=app-eselect/eselect-rails-0.24"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}
+   ~dev-ruby/actionpack-${PV}
+   >=dev-ruby/thor-0.20.3
+   >=dev-ruby/rake-0.8.7
+   dev-ruby/method_source
+"
+
+ruby_add_bdepend "
+   test? (
+   ~dev-ruby/actionview-${PV}
+   dev-ruby/mocha:0.14
+   )"
+
+all_ruby_prepare() {
+   rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
+   sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to 
remove load paths"
+   sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   ruby_fakegem_binwrapper rails rails-${PV}
+}
+
+pkg_postinst() {
+   elog "To select between slots of rails, use:"
+   elog "\teselect rails"
+
+   eselect rails update
+}
+
+pkg_postrm() {
+   eselect rails update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-html-sanitizer/

2019-08-24 Thread Hans de Graaff
commit: b0042e360fa4ffabdc987817c12911e49be94fc0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 24 05:59:16 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 24 07:36:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0042e36

dev-ruby/rails-html-sanitizer: add 1.2.0

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

 dev-ruby/rails-html-sanitizer/Manifest |  1 +
 .../rails-html-sanitizer-1.2.0.ebuild  | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/rails-html-sanitizer/Manifest 
b/dev-ruby/rails-html-sanitizer/Manifest
index b9927e685d4..e8cf1880015 100644
--- a/dev-ruby/rails-html-sanitizer/Manifest
+++ b/dev-ruby/rails-html-sanitizer/Manifest
@@ -1 +1,2 @@
 DIST rails-html-sanitizer-1.0.4.gem 15872 BLAKE2B 
4408a494f75bedb4e4286e053536abf62f094873d9e0a8c21f9de6f42b2826f187c9919fb86c84380c1eff241c62f077d48cc21912c93fe85ac2b6039089a84d
 SHA512 
f608f2b642869606fc2c3986298a8ae3e36c676a7eda5e3cce419700961bfed011f8d4a2dcb59e5d32a41f556815ca5f214ec19f8940ce71d1217ba84686b8e1
+DIST rails-html-sanitizer-1.2.0.gem 16384 BLAKE2B 
f5a5ededf15c199b59dfcd7b2da234f766cd46cf46834b458940d7b68fe27dd97602a6a673d8c0f700cf9c593a8375c97e74da0ac0db355af93bf951540ac368
 SHA512 
efe006ad2857a21d466375f630fe269cceb78aa467d91cdf193ec5eab8fdb0d58443696989b920840f6aafcb9ddfa6a72972f0e09456b2aa57018d86791cc38f

diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.2.0.ebuild 
b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.2.0.ebuild
new file mode 100644
index 000..aed8ae6608b
--- /dev/null
+++ b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Sanitize HTML fragments in Rails applications"
+HOMEPAGE="https://github.com/rafaelfranca/rails-html-sanitizer;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/loofah-2.2.2:0"
+
+ruby_add_bdepend "test? ( dev-ruby/rails-dom-testing )"
+
+all_ruby_prepare() {
+   # Avoid tests that depend on nokogiri patches to libxml2.
+   sed -i -e '/\(name_action\|attr\)_in_a_tag_in_safe_list_sanitizer/askip 
"libxml2"' test/sanitizer_test.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
+}



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

2019-08-24 Thread Hans de Graaff
commit: 9b0a6c3d3065aae176b3c37af9d30d4d1a419cdf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 24 07:36:09 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 24 07:36:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0a6c3d

dev-ruby/activerecord: add 6.0.0

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

 dev-ruby/activerecord/Manifest  |  1 +
 dev-ruby/activerecord/activerecord-6.0.0.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest
index b46f17038b9..e3b53c8c815 100644
--- a/dev-ruby/activerecord/Manifest
+++ b/dev-ruby/activerecord/Manifest
@@ -1,3 +1,4 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
 DIST rails-5.1.7.tgz 6146668 BLAKE2B 
494a12d79037010333c06d14573474f0d0c1e62ce5252e8fbe4eb4c6935dc660614c2ff29fd168bbc66d74bfa64b92abb84d02645cb3b2950db5c166111b7b19
 SHA512 
6595eb19f174c9e46a937d6028d9bb2bfdcda06f35ec2a0499bc5deff05d8cfc8f8fc725e664496d3b431c8724141a1410201b57945b98ca211aea15c990d621
 DIST rails-5.2.3.tgz 8802794 BLAKE2B 
786f94bcd9528ffc664c39caef0e7d2d3c15da95497044504082999a435c2a877d73d40b68b5237dc07ae6cf9b8f6f99f12ae68527c5f4005b1a648038e507c0
 SHA512 
6a41f7564679263b4a16a245d13271b12e97a55cdd77b5ebe63bd86c3a80e4f447b4c0567a4a40ed8e97a2307522f6dad368b1beeb362136bdf1856f6dffeb60
+DIST rails-6.0.0.tgz 18543484 BLAKE2B 
614e71481a3a5ece629f49d0ef623b5352e165b5d46a736ccb747614d6c1fd56d4aaba2f2f32d48d81772cfd4db671d94a67cd3ffa395f29bf2de1f148fa57ed
 SHA512 
3a2259fe2b3ffd0ddc9128e1aa58af57006b8410120a3629926b95fbe60b8658edab77929e26d9323c61a1855a4379e73f1ddbe875324b068a9e8bdde6ca55e6

diff --git a/dev-ruby/activerecord/activerecord-6.0.0.ebuild 
b/dev-ruby/activerecord/activerecord-6.0.0.ebuild
new file mode 100644
index 000..541ae5e776d
--- /dev/null
+++ b/dev-ruby/activerecord/activerecord-6.0.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26"
+
+# this is not null so that the dependencies will actually be filled
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
+HOMEPAGE="https://github.com/rails/rails/;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64"
+IUSE="mysql postgres sqlite"
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "~dev-ruby/activesupport-${PV}
+   ~dev-ruby/activemodel-${PV}
+   dev-ruby/arel:9.0
+   sqlite? ( >=dev-ruby/sqlite3-1.4 )
+   mysql? ( || ( dev-ruby/mysql2:0.5 >=dev-ruby/mysql2-0.4.4:0.4 ) )
+   postgres? ( || ( dev-ruby/pg:1 >=dev-ruby/pg-0.18.0:0 ) )"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/bundler
+   ~dev-ruby/actionpack-${PV}
+   >=dev-ruby/sqlite3-1.3.6
+   dev-ruby/mocha
+   dev-ruby/minitest:5
+   )"
+
+DEPEND+=" test? ( >=dev-db/sqlite-3.12.1 )"
+
+all_ruby_prepare() {
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   rm ../Gemfile.lock || die
+   sed -i -e 
"/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|execjs\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|minitest\|sprockets\|stackprof\)/
 s:^:#:" \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' 
../railties/railties.gemspec || die
+   sed -e '/bcrypt/ s/3.0.0/3.0/' \
+   -i ../Gemfile || die
+
+   # Add back json in the Gemfile because we dropped some dependencies
+   # earlier that implicitly required it.
+   sed -i -e '$agem "json"' ../Gemfile || die
+
+   # Avoid test depending on mysql adapter which we don't support for
+   # this Rails version to simplify our dependencies.
+   rm test/cases/connection_specification/resolver_test.rb || die
+
+   # Avoid single tests using mysql or postgres dependencies.
+   rm test/cases/invalid_connection_test.rb || die
+   sed -e '/test_switching_connections_with_database_url/askip "postgres"' 
\
+   -i 

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

2019-08-24 Thread Hans de Graaff
commit: d3df7be247e392d763c3bed3b527eab2623c1a66
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 24 07:31:57 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 24 07:36:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3df7be2

dev-ruby/actionview: add 6.0.0

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

 dev-ruby/actionview/Manifest|  1 +
 dev-ruby/actionview/actionview-6.0.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-ruby/actionview/Manifest b/dev-ruby/actionview/Manifest
index b46f17038b9..e3b53c8c815 100644
--- a/dev-ruby/actionview/Manifest
+++ b/dev-ruby/actionview/Manifest
@@ -1,3 +1,4 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
 DIST rails-5.1.7.tgz 6146668 BLAKE2B 
494a12d79037010333c06d14573474f0d0c1e62ce5252e8fbe4eb4c6935dc660614c2ff29fd168bbc66d74bfa64b92abb84d02645cb3b2950db5c166111b7b19
 SHA512 
6595eb19f174c9e46a937d6028d9bb2bfdcda06f35ec2a0499bc5deff05d8cfc8f8fc725e664496d3b431c8724141a1410201b57945b98ca211aea15c990d621
 DIST rails-5.2.3.tgz 8802794 BLAKE2B 
786f94bcd9528ffc664c39caef0e7d2d3c15da95497044504082999a435c2a877d73d40b68b5237dc07ae6cf9b8f6f99f12ae68527c5f4005b1a648038e507c0
 SHA512 
6a41f7564679263b4a16a245d13271b12e97a55cdd77b5ebe63bd86c3a80e4f447b4c0567a4a40ed8e97a2307522f6dad368b1beeb362136bdf1856f6dffeb60
+DIST rails-6.0.0.tgz 18543484 BLAKE2B 
614e71481a3a5ece629f49d0ef623b5352e165b5d46a736ccb747614d6c1fd56d4aaba2f2f32d48d81772cfd4db671d94a67cd3ffa395f29bf2de1f148fa57ed
 SHA512 
3a2259fe2b3ffd0ddc9128e1aa58af57006b8410120a3629926b95fbe60b8658edab77929e26d9323c61a1855a4379e73f1ddbe875324b068a9e8bdde6ca55e6

diff --git a/dev-ruby/actionview/actionview-6.0.0.ebuild 
b/dev-ruby/actionview/actionview-6.0.0.ebuild
new file mode 100644
index 000..8f84d5478fc
--- /dev/null
+++ b/dev-ruby/actionview/actionview-6.0.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple, battle-tested conventions and helpers for building web 
pages"
+HOMEPAGE="https://github.com/rails/rails/;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}
+   >=dev-ruby/builder-3.1:* =dev-ruby/builder-3*:*
+   >=dev-ruby/erubi-1.4:0
+   >=dev-ruby/rails-html-sanitizer-1.2.0:1
+   dev-ruby/rails-dom-testing:2
+"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/mocha
+   ~dev-ruby/actionpack-${PV}
+   ~dev-ruby/activemodel-${PV}
+   ~dev-ruby/activerecord-${PV}
+   )"
+
+all_ruby_prepare() {
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|rack-cache\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|mime-types\|minitest\|sprockets\|stackprof\)/
 s:^:#:" \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   rm ../Gemfile.lock || die
+
+   # Avoid tests failing due to missing logger setup in activerecord,
+   # most likely related to test environment setup.
+   rm -f 
test/activerecord/render_partial_with_record_identification_test.rb || die
+}



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

2019-08-24 Thread Hans de Graaff
commit: 5060ec42c3827deb151a96f82adde4e0471cdca9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 24 07:35:18 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 24 07:36:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5060ec42

dev-ruby/actionpack: add 6.0.0

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

 dev-ruby/actionpack/Manifest|  1 +
 dev-ruby/actionpack/actionpack-6.0.0.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest
index b46f17038b9..e3b53c8c815 100644
--- a/dev-ruby/actionpack/Manifest
+++ b/dev-ruby/actionpack/Manifest
@@ -1,3 +1,4 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
 DIST rails-5.1.7.tgz 6146668 BLAKE2B 
494a12d79037010333c06d14573474f0d0c1e62ce5252e8fbe4eb4c6935dc660614c2ff29fd168bbc66d74bfa64b92abb84d02645cb3b2950db5c166111b7b19
 SHA512 
6595eb19f174c9e46a937d6028d9bb2bfdcda06f35ec2a0499bc5deff05d8cfc8f8fc725e664496d3b431c8724141a1410201b57945b98ca211aea15c990d621
 DIST rails-5.2.3.tgz 8802794 BLAKE2B 
786f94bcd9528ffc664c39caef0e7d2d3c15da95497044504082999a435c2a877d73d40b68b5237dc07ae6cf9b8f6f99f12ae68527c5f4005b1a648038e507c0
 SHA512 
6a41f7564679263b4a16a245d13271b12e97a55cdd77b5ebe63bd86c3a80e4f447b4c0567a4a40ed8e97a2307522f6dad368b1beeb362136bdf1856f6dffeb60
+DIST rails-6.0.0.tgz 18543484 BLAKE2B 
614e71481a3a5ece629f49d0ef623b5352e165b5d46a736ccb747614d6c1fd56d4aaba2f2f32d48d81772cfd4db671d94a67cd3ffa395f29bf2de1f148fa57ed
 SHA512 
3a2259fe2b3ffd0ddc9128e1aa58af57006b8410120a3629926b95fbe60b8658edab77929e26d9323c61a1855a4379e73f1ddbe875324b068a9e8bdde6ca55e6

diff --git a/dev-ruby/actionpack/actionpack-6.0.0.ebuild 
b/dev-ruby/actionpack/actionpack-6.0.0.ebuild
new file mode 100644
index 000..3a42d564dd5
--- /dev/null
+++ b/dev-ruby/actionpack/actionpack-6.0.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Eases web-request routing, handling, and response"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}
+   ~dev-ruby/actionview-${PV}
+   dev-ruby/rack:2.0
+   >=dev-ruby/rack-test-0.6.3:*
+   >=dev-ruby/rails-html-sanitizer-1.2.0:1
+   dev-ruby/rails-dom-testing:2
+"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/mocha:0.14
+   dev-ruby/bundler
+   >=dev-ruby/capybara-2.15
+   ~dev-ruby/activemodel-${PV}
+   >=dev-ruby/rack-cache-1.2:1.2
+   www-servers/puma
+   )"
+
+all_ruby_prepare() {
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\)/
 s:^:#:" \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   rm ../Gemfile.lock || die
+}



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

2019-08-24 Thread Hans de Graaff
commit: cceeefb46530672199d4a01d7ff0e97b2f3e401b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 24 07:30:25 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 24 07:36:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cceeefb4

dev-ruby/activemodel: add 6.0.0

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

 dev-ruby/activemodel/Manifest |  1 +
 dev-ruby/activemodel/activemodel-6.0.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/activemodel/Manifest b/dev-ruby/activemodel/Manifest
index b46f17038b9..e3b53c8c815 100644
--- a/dev-ruby/activemodel/Manifest
+++ b/dev-ruby/activemodel/Manifest
@@ -1,3 +1,4 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
 DIST rails-5.1.7.tgz 6146668 BLAKE2B 
494a12d79037010333c06d14573474f0d0c1e62ce5252e8fbe4eb4c6935dc660614c2ff29fd168bbc66d74bfa64b92abb84d02645cb3b2950db5c166111b7b19
 SHA512 
6595eb19f174c9e46a937d6028d9bb2bfdcda06f35ec2a0499bc5deff05d8cfc8f8fc725e664496d3b431c8724141a1410201b57945b98ca211aea15c990d621
 DIST rails-5.2.3.tgz 8802794 BLAKE2B 
786f94bcd9528ffc664c39caef0e7d2d3c15da95497044504082999a435c2a877d73d40b68b5237dc07ae6cf9b8f6f99f12ae68527c5f4005b1a648038e507c0
 SHA512 
6a41f7564679263b4a16a245d13271b12e97a55cdd77b5ebe63bd86c3a80e4f447b4c0567a4a40ed8e97a2307522f6dad368b1beeb362136bdf1856f6dffeb60
+DIST rails-6.0.0.tgz 18543484 BLAKE2B 
614e71481a3a5ece629f49d0ef623b5352e165b5d46a736ccb747614d6c1fd56d4aaba2f2f32d48d81772cfd4db671d94a67cd3ffa395f29bf2de1f148fa57ed
 SHA512 
3a2259fe2b3ffd0ddc9128e1aa58af57006b8410120a3629926b95fbe60b8658edab77929e26d9323c61a1855a4379e73f1ddbe875324b068a9e8bdde6ca55e6

diff --git a/dev-ruby/activemodel/activemodel-6.0.0.ebuild 
b/dev-ruby/activemodel/activemodel-6.0.0.ebuild
new file mode 100644
index 000..3c147647fc6
--- /dev/null
+++ b/dev-ruby/activemodel/activemodel-6.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Toolkit for building modeling frameworks like Active Record and 
Active Resource"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}:*
+"
+
+ruby_add_bdepend "
+   test? (
+   ~dev-ruby/railties-${PV}
+   dev-ruby/test-unit:2
+   dev-ruby/mocha
+   >=dev-ruby/bcrypt-ruby-3.1.7
+   )"
+
+all_ruby_prepare() {
+   # Set test environment to our hand.
+   sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove 
load paths"
+}



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

2019-08-24 Thread Mart Raudsepp
commit: c3c5b82acbb2f4d31e10022db55fa332b21cc519
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug 24 06:31:03 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug 24 06:31:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c5b82a

dev-util/wxglade: add unzip depend

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

 dev-util/wxglade/wxglade-0.8.2.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/wxglade/wxglade-0.8.2.ebuild 
b/dev-util/wxglade/wxglade-0.8.2.ebuild
index 98df5e4d387..2cd38d3eaa2 100644
--- a/dev-util/wxglade/wxglade-0.8.2.ebuild
+++ b/dev-util/wxglade/wxglade-0.8.2.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
@@ -22,7 +22,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="${PYTHON_DEPS}
dev-python/wxpython:3.0[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+"
 
 RESTRICT="test" #656934
 



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

2019-08-24 Thread Mart Raudsepp
commit: b6bb377644710103b2cb623b8f3213974e9a2ef9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug 24 06:32:10 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug 24 06:32:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bb3776

dev-python/pycanberra: add unzip depend

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

 dev-python/pycanberra/pycanberra-0_pre20130515.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild 
b/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild
index 0c6ff027601..23dd23e04f3 100644
--- a/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild
+++ b/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild
@@ -20,7 +20,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
media-libs/libcanberra"
-DEPEND="${PYTHON_DEPS}"
+DEPEND="${PYTHON_DEPS}
+   app-arch/unzip
+"
 
 S="${WORKDIR}/${PN}-${PCOMMIT}"
 



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

2019-08-24 Thread Mart Raudsepp
commit: 6c2066d0c8f84a791c049831dbfa565dd23c6e19
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug 24 06:26:41 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug 24 06:26:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2066d0

dev-libs/glib: rekeyword ~riscv

riscv got meson done, so just re-add the keyword as that was why
it got dekeyworded

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

 dev-libs/glib/glib-2.60.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/glib/glib-2.60.6.ebuild b/dev-libs/glib/glib-2.60.6.ebuild
index 9baebc14a8f..19cc919f149 100644
--- a/dev-libs/glib/glib-2.60.6.ebuild
+++ b/dev-libs/glib/glib-2.60.6.ebuild
@@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+"
 SLOT="2"
 IUSE="dbus debug elibc_glibc fam gtk-doc kernel_linux +mime selinux 
static-libs systemtap test utils xattr"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 # * libelf isn't strictly necessary, but makes gresource tool more useful, and
 # the check is automagic in gio/meson.build. gresource is not a multilib tool