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

2017-08-11 Thread Gilles Dartiguelongue
commit: 7d61125291296ecb8cd349fe7c87a8549b37
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Aug 11 07:07:48 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Aug 11 07:17:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d611252

x11-libs/pango: version bump 1.40.7 → 1.40.9, bug #627248

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/pango/Manifest|  1 +
 x11-libs/pango/pango-1.40.9.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
index 865fe7ad83a..ae7de001e1a 100644
--- a/x11-libs/pango/Manifest
+++ b/x11-libs/pango/Manifest
@@ -2,3 +2,4 @@ DIST pango-1.40.3.tar.xz 1061044 SHA256 
abba8b5ce728520c3a0f1535eab19eac3c14aeef
 DIST pango-1.40.5.tar.xz 1065152 SHA256 
24748140456c42360b07b2c77a1a2e1216d07c056632079557cd4e815b9d01c9 SHA512 
40e8bf85dbb4b6fd35da3acec06a0d2b9dde95a3c5a212d243dbcbc0d00f12bd061757a04cb2f4a8db61329efd7ed9be53e3f5d6a2eb2a3defba1d12f9eed43d
 WHIRLPOOL 
8d8eec25ba18096ce9c5fae2ce9f1d54e908784482669daa8f505863f7b5529c50fd432fb93c3d8d6bb3ef2ac311c59e68667393dc0442335a97171c480d2294
 DIST pango-1.40.6.tar.xz 832040 SHA256 
ca152b7383a1e9f7fd74ae96023dc6770dc5043414793bfe768ff06b6759e573 SHA512 
d916b364a77de3e68779e6d841d95bca456daf89405b92eaf51dceef093a9761cbb6c48f4c2971dec47c0bbdb645a3f3f4fb9af425274bf1d1822b278575e1f7
 WHIRLPOOL 
45f32e02007c53f079499c5d4b92c67ed528e3c2108f414b3ef18b53c8114a8fe2ae4f71707ecb977e224e86a5b05d8e048f39f8deef41d6342194b19a84d6e3
 DIST pango-1.40.7.tar.xz 841268 SHA256 
517645c00c4554e82c0631e836659504d3fd3699c564c633fccfdfd37574e278 SHA512 
225175d23053cf96657f572a44415029c00a76d8d8a82a3d146ee678984aea36492518ed327b271d30826777674d9b25a770ea9b66d7eb025883022c0ea7d58c
 WHIRLPOOL 
990af8f086da2c6118379bfcd2ab178dce58998e4bdf9c70006f1dfcdf8470655a71251e009e7384743de573d8be45f56260bcdab0b065d7fcecef0650d2ca57
+DIST pango-1.40.9.tar.xz 850840 SHA256 
9faea6535312fe4436b93047cf7a04af544eb52a079179bd3a33821aacce7e16 SHA512 
fcfb6f047dbc1b265447beade2880c4618c1f8ec0111c2191cb44866407dd95fcda662e56f568fd95c47ceba90340346e57ab51413e459866518f1d35173eeba
 WHIRLPOOL 
1642b720c4bb15ac2583c7928491c1f207430434420c182ea843497c844410067dd826c3c687c15c7b23a4e4a248199784e311107f2e33cf2f42086183aab597

diff --git a/x11-libs/pango/pango-1.40.9.ebuild 
b/x11-libs/pango/pango-1.40.9.ebuild
new file mode 100644
index 000..0b59c658a54
--- /dev/null
+++ b/x11-libs/pango/pango-1.40.9.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 multilib-minimal toolchain-funcs
+
+DESCRIPTION="Internationalized text layout and rendering library"
+HOMEPAGE="http://www.pango.org/";
+
+LICENSE="LGPL-2+ FTL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="X +introspection test"
+
+RDEPEND="
+   >=media-libs/harfbuzz-1.2.3:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
+   >=media-libs/fontconfig-2.10.92:1.0=[${MULTILIB_USEDEP}]
+   >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+   X? (
+   >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
+   )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.20
+   virtual/pkgconfig[${MULTILIB_USEDEP}]
+   test? ( media-fonts/cantarell )
+   X? ( >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )
+   !<=sys-devel/autoconf-2.63:2.5
+"
+
+multilib_src_configure() {
+   tc-export CXX
+
+   ECONF_SOURCE=${S} \
+   gnome2_src_configure \
+   --with-cairo \
+   $(multilib_native_use_enable introspection) \
+   $(use_with X xft) \
+   "$(usex X --x-includes="${EPREFIX}/usr/include" "")" \
+   "$(usex X --x-libraries="${EPREFIX}/usr/$(get_libdir)" "")"
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/html docs/html || die
+   fi
+}
+
+multilib_src_install() {
+   gnome2_src_install
+}



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

2017-08-11 Thread Gilles Dartiguelongue
commit: a87afabfadb802de5459fb1c1b0dc92d73a3c6c6
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Aug 11 07:01:06 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Aug 11 07:17:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87afabf

gnome-base/nautilus: version bump 3.22.4 → 3.24.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 gnome-extra/gnome-boxes/Manifest  |   1 +
 gnome-extra/gnome-boxes/gnome-boxes-3.24.0.ebuild | 106 ++
 2 files changed, 107 insertions(+)

diff --git a/gnome-extra/gnome-boxes/Manifest b/gnome-extra/gnome-boxes/Manifest
index 18466b50b45..89831245b77 100644
--- a/gnome-extra/gnome-boxes/Manifest
+++ b/gnome-extra/gnome-boxes/Manifest
@@ -1 +1,2 @@
 DIST gnome-boxes-3.22.4.tar.xz 1704964 SHA256 
585a1c292010ebb479cb60e02621d01d450f84cdad82a61b7ce58a0218e1cff2 SHA512 
98e923c67d116ad5411734415b96ced5cd5f9f2a03335c8b00835a2eae47ea46dfe72f0aa5819d6ac9310cb80b5c6504a9ef7c8e4d8ef4c35495aa8fa74ee848
 WHIRLPOOL 
c2fe23ae0a9b0051c7b117ed6b3965961d4de35e7c251f25a3b37e62e8ef4d9a5278817028598d9cd5ebb06d9218534426c3b4e74efda9f6226b44e1efb1cebc
+DIST gnome-boxes-3.24.0.tar.xz 1710652 SHA256 
7495ea7184b6ef650033daf6941328b785b22e522e8142b9d190575d215dec49 SHA512 
979d5c0f2cef052e2713508fc2fd46d64a3a325edd38dd0aa99f2e9700efd3f84916847b35487f9d7eb5e5e1c5f3b4b712b649fecf1523821c3488fa6b250026
 WHIRLPOOL 
ca44d83ad85326293b14c9197c04b09966e1a917a24011df0f10f624412261f4799b9ef371beb81bc0258ff1d79f8707ab6c03c0558b7b3d0c79d13bfddbba90

diff --git a/gnome-extra/gnome-boxes/gnome-boxes-3.24.0.ebuild 
b/gnome-extra/gnome-boxes/gnome-boxes-3.24.0.ebuild
new file mode 100644
index 000..a945e1f416a
--- /dev/null
+++ b/gnome-extra/gnome-boxes/gnome-boxes-3.24.0.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 linux-info readme.gentoo-r1 vala
+
+DESCRIPTION="Simple GNOME 3 application to access remote or virtual systems"
+HOMEPAGE="https://wiki.gnome.org/Apps/Boxes";
+
+LICENSE="LGPL-2"
+SLOT="0"
+
+# We force 'bindist' due to licenses from gnome-boxes-nonfree
+IUSE="" #bindist
+
+KEYWORDS="~amd64" # qemu-kvm[spice] is 64bit-only
+
+# NOTE: sys-fs/* stuff is called via exec()
+# FIXME: ovirt is not available in tree
+# FIXME: use vala.eclass but only because of libgd not being able
+#to use its pre-generated files so do not copy all the
+#vala deps like live ebuild has.
+# FIXME: qemu probably needs to depend on spice[smartcard]
+#directly with USE=spice
+RDEPEND="
+   >=app-arch/libarchive-3:=
+   >=dev-libs/glib-2.38:2
+   >=dev-libs/gobject-introspection-0.9.6:=
+   >=dev-libs/libxml2-2.7.8:2
+   >=sys-libs/libosinfo-0.2.12
+   >=app-emulation/qemu-1.3.1[spice,smartcard,usbredir]
+   >=app-emulation/libvirt-0.9.3[libvirtd,qemu]
+   >=app-emulation/libvirt-glib-0.2.3
+   >=x11-libs/gtk+-3.19.8:3
+   >=net-libs/gtk-vnc-0.4.4[gtk3]
+   app-crypt/libsecret
+   app-emulation/spice[smartcard]
+   >=net-misc/spice-gtk-0.32[gtk3,smartcard,usbredir]
+   virtual/libusb:1
+
+   >=app-misc/tracker-0.16:0=[iso]
+
+   >=sys-apps/util-linux-2.20
+   >=net-libs/libsoup-2.38:2.4
+
+   sys-fs/mtools
+   >=virtual/libgudev-165:=
+"
+#  !bindist? ( gnome-extra/gnome-boxes-nonfree )
+
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   >=dev-util/intltool-0.40
+   >=sys-devel/gettext-0.17
+   virtual/pkgconfig
+"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="Before running gnome-boxes, you will need to load the KVM 
modules.
+If you have an Intel Processor, run:
+# modprobe kvm-intel
+
+If you have an AMD Processor, run:
+# modprobe kvm-amd"
+
+pkg_pretend() {
+   linux-info_get_any_version
+
+   if linux_config_exists; then
+   if ! { linux_chkconfig_present KVM_AMD || \
+   linux_chkconfig_present KVM_INTEL; }; then
+   ewarn "You need KVM support in your kernel to use GNOME 
Boxes!"
+   fi
+   fi
+}
+
+src_prepare() {
+   # Do not change CFLAGS, wondering about VALA ones but appears to be
+   # needed as noted in configure comments below
+   sed 's/CFLAGS="$CFLAGS -O0 -ggdb3"//' -i configure{.ac,} || die
+
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # debug needed for splitdebug proper behavior (cardoe), bug #
+   gnome2_src_configure \
+   --enable-debug \
+   --disable-strict-cc \
+   --disable-ovirt
+}
+
+src_install() {
+   gnome2_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



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

2017-08-11 Thread Gilles Dartiguelongue
commit: e8ea8e6e9e6f6392977095e30f0a7414df7984f9
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Aug 11 06:37:21 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Aug 11 06:37:21 2017 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e8ea8e6e

gnome-base/nautilus: sync with gentoo repository

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 gnome-base/nautilus/metadata.xml   |   1 +
 gnome-base/nautilus/nautilus-3.20.0.ebuild | 121 -
 gnome-base/nautilus/nautilus-.ebuild   |  39 --
 3 files changed, 15 insertions(+), 146 deletions(-)

diff --git a/gnome-base/nautilus/metadata.xml b/gnome-base/nautilus/metadata.xml
index 4e3c7a33..71760b9a 100644
--- a/gnome-base/nautilus/metadata.xml
+++ b/gnome-base/nautilus/metadata.xml
@@ -13,5 +13,6 @@
Enable the nautilus-sendto extension to send files 
to
various locations/devices
Add support for app-misc/tracker 
search
+   Add 
support for app-misc/tracker search and batch rename
 
 

diff --git a/gnome-base/nautilus/nautilus-3.20.0.ebuild 
b/gnome-base/nautilus/nautilus-3.20.0.ebuild
deleted file mode 100644
index c70dc4f1..
--- a/gnome-base/nautilus/nautilus-3.20.0.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes" # Needed with USE 'sendto'
-
-inherit gnome2 readme.gentoo virtualx
-
-DESCRIPTION="A file manager for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus";
-
-LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
-SLOT="0"
-
-IUSE="exif gnome +introspection packagekit +previewer selinux sendto tracker 
xmp"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
-
-# FIXME: tests fails under Xvfb, but pass when building manually
-# "FAIL: check failed in nautilus-file.c, line 8307"
-# need org.gnome.SessionManager service (aka gnome-session) but cannot find it
-RESTRICT="test"
-
-# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92
-# and 2.30.0
-COMMON_DEPEND="
-   >=dev-libs/glib-2.45.7:2[dbus]
-   >=x11-libs/pango-1.28.3
-   >=x11-libs/gtk+-3.19.12:3[introspection?]
-   >=dev-libs/libxml2-2.7.8:2
-   >=gnome-base/gnome-desktop-3:3=
-
-   gnome-base/dconf
-   >=gnome-base/gsettings-desktop-schemas-3.8.0
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrender
-
-   exif? ( >=media-libs/libexif-0.6.20 )
-   introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
-   selinux? ( >=sys-libs/libselinux-2 )
-   tracker? ( >=app-misc/tracker-0.16:= )
-   xmp? ( >=media-libs/exempi-2.1.0 )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-lang/perl-5
-   >=dev-util/gdbus-codegen-2.33
-   >=dev-util/gtk-doc-am-1.10
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-proto/xproto
-"
-RDEPEND="${COMMON_DEPEND}
-   packagekit? ( app-admin/packagekit-base )
-   sendto? ( !https://wiki.gnome.org/Apps/Nautilus";
 
 LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
 SLOT="0"
-
-# profiling?
 IUSE="exif gnome +introspection packagekit +previewer selinux sendto tracker 
xmp"
+
 if [[ ${PV} =  ]]; then
IUSE="${IUSE} doc"
KEYWORDS=""
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm64 ~ia64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
 fi
 
 # FIXME: tests fails under Xvfb, but pass when building manually
 # "FAIL: check failed in nautilus-file.c, line 8307"
+# need org.gnome.SessionManager service (aka gnome-session) but cannot find it
 RESTRICT="test"
 
-# FIXME: selinux support is automagic
 # Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92
 # and 2.30.0
 COMMON_DEPEND="
-   >=dev-libs/glib-2.45.7:2[dbus]
+   >=app-arch/gnome-autoar-0.1
+   >=dev-libs/glib-2.49.1:2[dbus]
>=x11-libs/pango-1.28.3
-   >=x11-libs/gtk+-3.19.12:3[introspection?]
+   >=x11-libs/gtk+-3.21.6:3[introspection?]
>=dev-libs/libxml2-2.7.8:2
>=gnome-base/gnome-desktop-3:3=
 
@@ -50,14 +48,13 @@ COMMON_DEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
selinux? ( >=sys-libs/libselinux-2 )
tracker? ( >=app-misc/tracker-0.16:= )
-   xmp? ( >=media-libs/exempi-2.1.0 )
+   xmp? ( >=media-libs/exempi-2.1.0:2 )
 "
 DEPEND="${COMMON_DEPEND}
>=dev-lang/perl-5
>=dev-util/gdbus-codegen-2.33
>=dev-util/gtk-doc-am-1.10
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
+   >=sys-devel/gettext-0.19.7
virtual/pkgconfig
x11-proto/xproto
 "
@@ -71,9 +68,7 @@ RDEPEN

[gentoo-commits] proj/gnome:master commit in: x11-libs/pango/, x11-libs/pango/files/

2017-08-11 Thread Gilles Dartiguelongue
commit: ebc513a00651a2b9ef0ef338f61f749eef3130ed
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Aug 11 07:13:59 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Aug 11 07:13:59 2017 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ebc513a0

x11-libs/pango: sync with gentoo repository

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 x11-libs/pango/files/pango-1.32.1-lib64.patch | 44 --
 x11-libs/pango/metadata.xml   |  3 +
 x11-libs/pango/pango-1.37.5.ebuild| 66 
 x11-libs/pango/pango-.ebuild  | 86 +--
 4 files changed, 30 insertions(+), 169 deletions(-)

diff --git a/x11-libs/pango/files/pango-1.32.1-lib64.patch 
b/x11-libs/pango/files/pango-1.32.1-lib64.patch
deleted file mode 100644
index 0820c78f..
--- a/x11-libs/pango/files/pango-1.32.1-lib64.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From c41144ce0d72cb19d347a46ef9386f257f14fb58 Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Sun, 28 Oct 2012 23:19:39 +0100
-Subject: [PATCH] Add multilib support
-
-pango.modules list modules specific to a host architecture.
-Add host triplet in path so that machine able to run multiple
-triplet have a proper file per pango library.

- pango/Makefile.am   | 1 +
- pango/pango-utils.c | 4 ++--
- 2 files changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/pango/Makefile.am b/pango/Makefile.am
-index ab092c9..558108b 100644
 a/pango/Makefile.am
-+++ b/pango/Makefile.am
-@@ -17,6 +17,7 @@ INCLUDES =   \
-   -DPANGO_ENABLE_BACKEND  \
-   -DPANGO_ENABLE_ENGINE   \
-   -DSYSCONFDIR=\"$(sysconfdir)\"  \
-+  -DHOST=\"$(host_triplet)\"  \
-   -DLIBDIR=\"$(libdir)\"  \
-   -I$(top_srcdir) \
-   -I$(top_builddir)   \
-diff --git a/pango/pango-utils.c b/pango/pango-utils.c
-index 18ffa26..3b88f15 100644
 a/pango/pango-utils.c
-+++ b/pango/pango-utils.c
-@@ -738,9 +738,9 @@ pango_get_sysconf_subdirectory (void)
- #else
-   const char *sysconfdir = g_getenv ("PANGO_SYSCONFDIR");
-   if (sysconfdir != NULL)
--  tmp_result = g_build_filename (sysconfdir, "pango", NULL);
-+  tmp_result = g_build_filename (sysconfdir, "pango", HOST, NULL);
-   else
--  tmp_result = SYSCONFDIR "/pango";
-+  tmp_result = SYSCONFDIR "/pango/" HOST;
- #endif
-   g_once_init_leave((gsize*)&result, (gsize)tmp_result);
- }
--- 
-1.7.12.4
-

diff --git a/x11-libs/pango/metadata.xml b/x11-libs/pango/metadata.xml
index c183bcf3..ce9f853c 100644
--- a/x11-libs/pango/metadata.xml
+++ b/x11-libs/pango/metadata.xml
@@ -5,6 +5,9 @@
   gn...@gentoo.org
   Gentoo GNOME Desktop
 
+
+  Build and install the legacy pangoxft library
+
 
   cpe:/a:pango:pango
 

diff --git a/x11-libs/pango/pango-1.37.5.ebuild 
b/x11-libs/pango/pango-1.37.5.ebuild
deleted file mode 100644
index 5421c79e..
--- a/x11-libs/pango/pango-1.37.5.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 multilib toolchain-funcs multilib-minimal
-
-DESCRIPTION="Internationalized text layout and rendering library"
-HOMEPAGE="http://www.pango.org/";
-
-LICENSE="LGPL-2+ FTL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-
-IUSE="X +introspection"
-
-RDEPEND="
-   >=media-libs/harfbuzz-0.9.12:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
-   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-   >=media-libs/fontconfig-2.10.92:1.0=[${MULTILIB_USEDEP}]
-   >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
-   >=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-   X? (
-   >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
-   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
-   )
-   abi_x86_32? (
-   !<=app-emulation/emul-linux-x86-gtklibs-20131008-r3
-   !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
-   )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.20
-   virtual/pkgconfig
-   X? ( >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )
-   !<=sys-devel/autoconf-2.63:2.5
-"
-
-multilib_src_configure() {
-   tc-export CXX
-
-   ECONF_SOURCE=${S} \
-   gnome2_src_configure \
-   --

[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-boxes/

2017-08-11 Thread Gilles Dartiguelongue
commit: 4eef95ac75e47eaf6c2504c5b16cc17aa02259ef
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Aug 11 07:16:46 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Aug 11 07:16:46 2017 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4eef95ac

gnome-extra/gnome-boxes: sync with gentoo repository

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 gnome-extra/gnome-boxes/gnome-boxes-.ebuild | 35 +++--
 gnome-extra/gnome-boxes/metadata.xml|  4 ---
 2 files changed, 15 insertions(+), 24 deletions(-)

diff --git a/gnome-extra/gnome-boxes/gnome-boxes-.ebuild 
b/gnome-extra/gnome-boxes/gnome-boxes-.ebuild
index 711a6679..40462419 100644
--- a/gnome-extra/gnome-boxes/gnome-boxes-.ebuild
+++ b/gnome-extra/gnome-boxes/gnome-boxes-.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=6
 VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.26"
+VALA_MIN_API_VERSION="0.28"
 
-inherit linux-info gnome2 readme.gentoo vala
+inherit gnome2 linux-info readme.gentoo-r1 vala
 if [[ ${PV} =  ]]; then
inherit gnome2-live
 fi
@@ -17,7 +15,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Boxes";
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="bindist smartcard usbredir"
+IUSE="bindist"
 if [[ ${PV} =  ]]; then
KEYWORDS=""
 else
@@ -29,15 +27,17 @@ fi
 RDEPEND="
>=app-arch/libarchive-3:=
>=dev-libs/glib-2.38:2
-   >=dev-libs/gobject-introspection-0.9.6
+   >=dev-libs/gobject-introspection-0.9.6:=
>=dev-libs/libxml2-2.7.8:2
-   >=sys-libs/libosinfo-0.2.11
-   >=app-emulation/qemu-1.3.1[spice,smartcard?,usbredir?]
+   >=sys-libs/libosinfo-0.2.12
+   >=app-emulation/qemu-1.3.1[spice,smartcard,usbredir]
>=app-emulation/libvirt-0.9.3[libvirtd,qemu]
-   >=app-emulation/libvirt-glib-0.2
-   >=x11-libs/gtk+-3.13.2:3
+   >=app-emulation/libvirt-glib-0.2.3
+   >=x11-libs/gtk+-3.19.8:3
>=net-libs/gtk-vnc-0.4.4[gtk3]
-   >=net-misc/spice-gtk-0.27[gtk3,smartcard?,usbredir?]
+   app-crypt/libsecret
+   app-emulation/spice[smartcard]
+   >=net-misc/spice-gtk-0.32[gtk3,smartcard,usbredir]
virtual/libusb:1
 
>=app-misc/tracker-0.16:0=[iso]
@@ -45,15 +45,12 @@ RDEPEND="
>=sys-apps/util-linux-2.20
>=net-libs/libsoup-2.38:2.4
 
-   sys-fs/fuse
-   sys-fs/fuseiso
sys-fs/mtools
-   virtual/libgudev:=
+   >=virtual/libgudev-165:=
!bindist? ( gnome-extra/gnome-boxes-nonfree )
 "
 DEPEND="${RDEPEND}
app-text/yelp-tools
-   dev-util/desktop-file-utils
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
virtual/pkgconfig
@@ -102,9 +99,7 @@ src_configure() {
gnome2_src_configure \
--enable-debug \
--disable-strict-cc \
-   $(use_enable usbredir) \
-   $(use_enable smartcard) \
-   --enable-ovirt=no
+   --disable-ovirt
 }
 
 src_install() {

diff --git a/gnome-extra/gnome-boxes/metadata.xml 
b/gnome-extra/gnome-boxes/metadata.xml
index c6debefd..996e7cac 100644
--- a/gnome-extra/gnome-boxes/metadata.xml
+++ b/gnome-extra/gnome-boxes/metadata.xml
@@ -5,8 +5,4 @@
gn...@gentoo.org
Gentoo GNOME Desktop

-   
-   Use sys-apps/usbredir to 
redirect USB
-   devices to another machine over TCP
-   
 



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

2017-08-11 Thread Gilles Dartiguelongue
commit: a5871f938aa8d87c1b5d2c52e6521fc8208d9225
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Aug 11 07:29:25 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Aug 11 07:29:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5871f93

net-libs/libsoup: version bump 2.56.0 → 2.56.1, bug #627466

Fixes CVE-2017-2885.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-libs/libsoup/Manifest  |  1 +
 net-libs/libsoup/libsoup-2.56.1.ebuild | 88 ++
 2 files changed, 89 insertions(+)

diff --git a/net-libs/libsoup/Manifest b/net-libs/libsoup/Manifest
index 0ed5ff7f4f2..01a5b269151 100644
--- a/net-libs/libsoup/Manifest
+++ b/net-libs/libsoup/Manifest
@@ -1 +1,2 @@
 DIST libsoup-2.56.0.tar.xz 1821412 SHA256 
d8216b71de8247bc6f274ec054c08547b2e04369c1f8add713e9350c8ef81fe5 SHA512 
09207ea41a4f251318f99f748275ea8c1c203d3b55d7a0adaf64721198b5858f6d5bbc46215cdc723b22250c36615f0d1f9cea4e1e3ab9b489e5548a934f3b31
 WHIRLPOOL 
d57f8784471d97d3aad82e02253510ba59d1165f68d0642d5d0a098880f8c7dc949d0d1ccb6407a74752c05b2011fa3ac6bdb73cde8e52e74d22963b30e74376
+DIST libsoup-2.56.1.tar.xz 1806416 SHA256 
c32a46d77b4da433b51d8fd09a57a44b198e03bdc93e5219afcc687c7948eac3 SHA512 
5ac087eeba346c27e884a2053a4f8afdb2fc6e432527f4494024a7edc4eccdf145188a3faa64e3f4bdd98af2fcb98914e494b4ed24f92cffc2ff1485dce7d693
 WHIRLPOOL 
a821342a2e592b12e901761ceb68281f68022c269977b322ea21ed7cda8f524db48ae93400eb8b59b7dd26cdbb5ec1913f9b63701d4303a6f62123cd6d2f0094

diff --git a/net-libs/libsoup/libsoup-2.56.1.ebuild 
b/net-libs/libsoup/libsoup-2.56.1.ebuild
new file mode 100644
index 000..8ea0a486d74
--- /dev/null
+++ b/net-libs/libsoup/libsoup-2.56.1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 multilib-minimal python-any-r1 vala
+
+DESCRIPTION="An HTTP library implementation in C"
+HOMEPAGE="https://wiki.gnome.org/Projects/libsoup";
+
+LICENSE="LGPL-2+"
+SLOT="2.4"
+
+IUSE="debug gssapi +introspection samba ssl test vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
+   >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
+   >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}]
+   >=net-libs/glib-networking-2.38.2[ssl?,${MULTILIB_USEDEP}]
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+   samba? ( net-fs/samba )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   >=dev-util/intltool-0.35
+   >=dev-util/gtk-doc-am-1.20
+   sys-devel/gettext
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   test? ( >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}] )
+   vala? ( $(vala_depend) )
+"
+#  test? ( 
www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
+#  
apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
+#  
apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
+#  dev-lang/php[apache2,xmlrpc]
+#  net-misc/curl
+#  net-libs/glib-networking[ssl])"
+
+src_prepare() {
+   if ! use test; then
+   # don't waste time building tests (bug #226271)
+   sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
+   || die "sed failed"
+   fi
+
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # FIXME: we need addpredict to workaround bug #324779 until
+   # root cause (bug #249496) is solved
+   addpredict /usr/share/snmp/mibs/.index
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   # Disable apache tests until they are usable on Gentoo, bug #326957
+   ECONF_SOURCE=${S} \
+   gnome2_src_configure \
+   --disable-static \
+   --disable-tls-check \
+   --without-gnome \
+   --without-apache-httpd \
+   $(usex debug --enable-debug=yes ' ') \
+   $(multilib_native_use_with gssapi) \
+   $(multilib_native_use_enable introspection) \
+   $(multilib_native_use_enable vala) \
+   $(use_with samba ntlm-auth '${EPREFIX}'/usr/bin/ntlm_auth)
+
+   if multilib_is_native_abi; then
+   # fix gtk-doc
+   ln -s "${S}"/docs/reference/html docs/reference/html || die
+   fi
+}
+
+multilib_src_instal

[gentoo-commits] repo/gentoo:master commit in: app-forensics/honggfuzz/files/, app-forensics/honggfuzz/

2017-08-11 Thread Sergei Trofimovich
commit: e299215e94b8d6878fd12cea426083ab22c05f81
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Aug 11 07:52:17 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Aug 11 07:52:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e299215e

app-forensics/honggfuzz: adapt to binutils-2.29 API change

disassembler() function got more parameters:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=003ca0fd22863aaf1a9811c8a35a0133a2d27fb1

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../honggfuzz/files/honggfuzz-1.1-binutils-2.29.patch | 11 +++
 app-forensics/honggfuzz/honggfuzz-1.1.ebuild  |  7 +++
 2 files changed, 18 insertions(+)

diff --git a/app-forensics/honggfuzz/files/honggfuzz-1.1-binutils-2.29.patch 
b/app-forensics/honggfuzz/files/honggfuzz-1.1-binutils-2.29.patch
new file mode 100644
index 000..31a57784ed8
--- /dev/null
+++ b/app-forensics/honggfuzz/files/honggfuzz-1.1-binutils-2.29.patch
@@ -0,0 +1,11 @@
+Adapt to binutils-2.29 API change caused by
+https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=003ca0fd22863aaf1a9811c8a35a0133a2d27fb1
+diff --git a/linux/bfd.c b/linux/bfd.c
+index bcd247f..e9e16ab 100644
+--- a/linux/bfd.c
 b/linux/bfd.c
+@@ -163,3 +163,3 @@ void arch_bfdDisasm(pid_t pid, uint8_t * mem, size_t size, 
char *instr)
+ 
+-disassembler_ftype disassemble = disassembler(bfdh);
++disassembler_ftype disassemble = disassembler(bfd_get_arch(bfdh), 
bfd_little_endian(bfdh), bfd_get_mach(bfdh), bfdh);
+ if (disassemble == NULL) {

diff --git a/app-forensics/honggfuzz/honggfuzz-1.1.ebuild 
b/app-forensics/honggfuzz/honggfuzz-1.1.ebuild
index 1e7413dc5fa..eb072b67c9b 100644
--- a/app-forensics/honggfuzz/honggfuzz-1.1.ebuild
+++ b/app-forensics/honggfuzz/honggfuzz-1.1.ebuild
@@ -28,6 +28,13 @@ DOCS=(
README.md
 )
 
+src_prepare() {
+   default
+   if has_version ">=sys-libs/binutils-libs-2.29"; then
+   eapply "${FILESDIR}"/${PN}-1.1-binutils-2.29.patch
+   fi
+}
+
 src_compile() {
CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake
 }



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

2017-08-11 Thread Lars Wendler
commit: f750ab769f2478c22d8a78bb41dcb8dd9fdbe55d
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 11 08:37:37 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 08:38:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f750ab76

dev-util/cmake: Bump to version 3.9.1

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/cmake/Manifest   |   1 +
 dev-util/cmake/cmake-3.9.1.ebuild | 204 ++
 2 files changed, 205 insertions(+)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 2a9f206d924..e3538edc7aa 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -1,3 +1,4 @@
 DIST cmake-3.7.2.tar.gz 7361593 SHA256 
dc1246c4e6d168ea4d6e042cfba577c1acd65feea27e56f5ff37df920c30cae0 SHA512 
b2ed0192e12267de19eb178c2dedc69d06fc33dfadd47efbe0ccf6969ad72d290fa4bff02861c379a8752337d67d2485d7e1ba947cb219f2e4041a53a195e88d
 WHIRLPOOL 
1861fe2887f4483856e1964ff1492e196624d3072ad1e21910fba29d0c0d654e7d5035571648386a77cd6cbe895f8cdfbb1f4cc1ad60d14015a01a22494456f7
 DIST cmake-3.8.2.tar.gz 7504706 SHA256 
da3072794eb4c09f2d782fcee043847b99bb4cf8d4573978d9b2024214d6e92d SHA512 
49ea6f74a81dfa8ed8336c94ed50e0a483b796132c260f4bef159f9c389d99cc7b26ecfcccdd8b0a8f5b52fddd277c17c547d2a2e8848da9912c464ada1cbe3f
 WHIRLPOOL 
8768bffb365852414eda0349d71e59517c8047689303d7873a5889cb8b28c72cd636982a18b039f26daae33023f7e0ad91c3a9ab2d30c30e4b3a9b3cc525b78e
 DIST cmake-3.9.0.tar.gz 7691313 SHA256 
167701525183dbb722b9ffe69fb525aa2b81798cf12f5ce1c020c93394dfae0f SHA512 
151c5531dec2c9d3170d95c06b9cc92d2228cb9c074837ff2d0d0bee2ea285726323fa11c59d2290b1a9586492571d34e49709e35481478c403bf1ca9c48
 WHIRLPOOL 
f9ac1b90c10c71bd524a107bdf78706cb388e042da9d552ee1f911817d980d0b8ccac082945f6a6bc394ba6cc0fa7c81552f7d4ed51c2ce0dedacf39dd49eded
+DIST cmake-3.9.1.tar.gz 7702497 SHA256 
d768ee83d217f91bb597b3ca2ac663da7a8603c97e1f1a5184bc01e0ad2b12bb SHA512 
3bdc0f08cac8decd37df8043cf8fb436d08d19444353164bad02feda441bbd5efa636836352227255829ae5360b4ef4c952b3a7635dd61f4e86b01dff44e1ac6
 WHIRLPOOL 
5177e55df43d87adaaf07c2bcb0a561191df0c675834f936d81b8b34497a27701842209f885b708f30be09f0c77b43d98a0d494f719a63ad7344d51f14cabcec

diff --git a/dev-util/cmake/cmake-3.9.1.ebuild 
b/dev-util/cmake/cmake-3.9.1.ebuild
new file mode 100644
index 000..d3f3f5aeaa6
--- /dev/null
+++ b/dev-util/cmake/cmake-3.9.1.ebuild
@@ -0,0 +1,204 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="emake"
+CMAKE_REMOVE_MODULES="no"
+inherit bash-completion-r1 elisp-common toolchain-funcs eutils versionator 
cmake-utils virtualx flag-o-matic
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Cross platform Make"
+HOMEPAGE="http://www.cmake.org/";
+SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 
1-2)/${MY_P}.tar.gz"
+
+LICENSE="CMake"
+SLOT="0"
+[[ "${PV}" = *_rc* ]] || \
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc emacs server system-jsoncpp ncurses qt5"
+
+RDEPEND="
+   app-crypt/rhash
+   >=app-arch/libarchive-3.0.0:=
+   >=dev-libs/expat-2.0.1
+   >=net-misc/curl-7.21.5[ssl]
+   sys-libs/zlib
+   virtual/pkgconfig
+   emacs? ( virtual/emacs )
+   ncurses? ( sys-libs/ncurses:0= )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+   server? ( >=dev-libs/libuv-1.0.0:= )
+   system-jsoncpp? ( >=dev-libs/jsoncpp-0.6.0_rc2:0= )
+"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+PATCHES=(
+   # prefix
+   "${FILESDIR}"/${PN}-3.4.0_rc1-darwin-bundle.patch
+   "${FILESDIR}"/${PN}-3.9.0_rc2-prefix-dirs.patch
+   "${FILESDIR}"/${PN}-3.1.0-darwin-isysroot.patch
+
+   # handle gentoo packaging in find modules
+   "${FILESDIR}"/${PN}-3.9.0_rc2-FindImageMagick.patch
+   "${FILESDIR}"/${PN}-3.0.0-FindBLAS.patch
+   "${FILESDIR}"/${PN}-3.8.0_rc2-FindBoost-python.patch
+   "${FILESDIR}"/${PN}-3.0.2-FindLAPACK.patch
+   "${FILESDIR}"/${PN}-3.5.2-FindQt4.patch
+
+   # respect python eclasses
+   "${FILESDIR}"/${PN}-2.8.10.2-FindPythonLibs.patch
+   "${FILESDIR}"/${PN}-3.9.0_rc2-FindPythonInterp.patch
+
+   # upstream fixes (can usually be removed with a version bump)
+)
+
+cmake_src_bootstrap() {
+   # Cleanup args to extract only JOBS.
+   # Because bootstrap does not know anything else.
+   echo ${MAKEOPTS} | egrep -o 
'(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' > /dev/null
+   if [ $? -eq 0 ]; then
+   par_arg=$(echo ${MAKEOPTS} | egrep -o 
'(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' | tai

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

2017-08-11 Thread Lars Wendler
commit: 691ba468f287fd05cdc1da65c7465a646e5963e0
Author: Nelo-T. Wallus  wallus  de>
AuthorDate: Sat Aug  5 13:31:34 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 08:38:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691ba468

sys-apps/hprofile: Bump version

Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5304

 sys-apps/hprofile/Manifest  |  1 +
 sys-apps/hprofile/hprofile-6.1.3.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/sys-apps/hprofile/Manifest b/sys-apps/hprofile/Manifest
index 21db0076dd9..f8f6b5d19dc 100644
--- a/sys-apps/hprofile/Manifest
+++ b/sys-apps/hprofile/Manifest
@@ -1,3 +1,4 @@
 DIST hprofile-3.0.6.tar.gz 18236 SHA256 
23aaa1d6d2cc5b6e8fb3000a19c7cdfeec71abc0d18ce81727a61cabd73d0532 SHA512 
86568314a24397d2ec5898dd3061e91a5597eff49679f0533fdcb0d2c9b76cdb131b25fe45167370174d1514ba222a781c0f09f98a1cc5407898e36c30ff677f
 WHIRLPOOL 
41afc8ee3a824ecc07f1f3305d462ac10cb57a89b5defbef3cd562fd5a90289850470b1adad22f9fb2efa03fe6fb45637d97e350d24ccf38a973503e53d55c68
 DIST hprofile-3.1.1.tar.gz 18489 SHA256 
dd3a853ad7928673be689d2514a2e9da0981edc216ecf396f612fb0771dbbdad SHA512 
b42bf79840270eccf164a0ba2d5def7d50846fa7043319b23be2be3fabece014a031cc4197c2688a6c4f7a542f0e0961ff538ea879eac81a7f03c024a4d023da
 WHIRLPOOL 
f4e397221f7736553ee6430cd6aa11936edc44d5605a028d8ab2cf5aa75fba28c5e80e3a9e5456e08f5c9b21ec04ef8d0cead397630eb77995aea012ef2b9015
 DIST hprofile-3.2.2.tar.gz 18983 SHA256 
e1f18cfa09d62c429890f5ab9995f144b67304ab6b703bbe23bc00d4779698bb SHA512 
169a6c68659ea0d84b89bf25c8421bdfe7d106c77ca7cf80bafe65a4b24a04267729ef617e795adee5bdbcbfb56102a41c2ee7c926027aef69abe4cdee499328
 WHIRLPOOL 
dae307fb2c664a208bd4cd07c1a256a9e2fcef0609f2105085dd5760321c406e3816debdeb51b3b2a3f34f4c8d2d08a8afec9489f2c8d23c44b60e3f5986d32b
+DIST hprofile-6.1.3.tar.gz 18719 SHA256 
c0be810d7ae98fe8944cfd6c993f6ef9aad90f5e91575a99a89eaef89e0ef741 SHA512 
33987e1fa61619794c40dce737878a37a7c202e50edcd086fe6b59829908f019438a5dccdbda45eb798e227eb2a6ffd3510788645cd73751baa14b5028f6f670
 WHIRLPOOL 
4d15f42cb3eb7f30a5bf4c1e9c7dfcc0d2a54390907baef8435ada4d948a67fb45ceebfeaf5ae5ec5ac56823de962761661773f970ccf69393cd1d8ce1c54ad6

diff --git a/sys-apps/hprofile/hprofile-6.1.3.ebuild 
b/sys-apps/hprofile/hprofile-6.1.3.ebuild
new file mode 100644
index 000..4bff3d42441
--- /dev/null
+++ b/sys-apps/hprofile/hprofile-6.1.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Utility to manage hardware, network, power or other profiles 
(fork)"
+HOMEPAGE="https://github.com/tokiclover/hprofile";
+SRC_URI="https://github.com/tokiclover/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+   default
+   sed -i '1s:.*:#!/sbin/openrc-run:' hprofile.initd || die
+   sed -i "/^prefix/s:=.*:=${EPREFIX}/usr:" Makefile || die
+}



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

2017-08-11 Thread Lars Wendler
commit: b87f3fca2c051d679298616269a725d8c55b4d0c
Author: Nelo-T. Wallus  wallus  de>
AuthorDate: Sat Aug  5 11:07:45 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 08:50:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87f3fca

sys-apps/collectl: Bump version

Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5305

 sys-apps/collectl/Manifest  |  1 +
 sys-apps/collectl/collectl-4.2.0.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/sys-apps/collectl/Manifest b/sys-apps/collectl/Manifest
index 4de4f7657de..ecbdd703bb6 100644
--- a/sys-apps/collectl/Manifest
+++ b/sys-apps/collectl/Manifest
@@ -2,3 +2,4 @@ DIST collectl-3.7.4.src.tar.gz 462752 SHA256 
798657b8e3626e9e4ed6fe5ae44b8216da4
 DIST collectl-4.0.5.src.tar.gz 624040 SHA256 
77839c6132c2ebb0b3c941163337bc31468e2744dd4c3fb99e85e5ba4e6f070c SHA512 
a7bcc8c100f4aa1bc24b6f65bf1271ae3757dc37adba67982e85a7159faa9c1ea912553e5e918a79b95cf2ec1126094abad0a654e343a9be940ad11c4cdcc42c
 WHIRLPOOL 
8bb38433de5a2c9347599c53a2fe06fabc756238feb3def759c726f82a702b0939d54ff296114552cfee7419ae116a867d91258e897e6cfe872a2928030a932f
 DIST collectl-4.1.0.src.tar.gz 625147 SHA256 
e50d2c6946b0ed243136f02c18a64b47402f64ee912cf2fef4c37f9f00d65770 SHA512 
b74918e458f4e7e9c6b598b078ef9522ba307b0055c0488167785d226f74a960bd075804128caef756d40a9c5a3f0189e912984c1b0c9bf62c537921e94714c5
 WHIRLPOOL 
7cb82bd13859ba561ed59e65686c6294f36c4d98957b83856e41e99adf8a6ac9f84eb36706752323d00e393b43eb7c9fd325dcd50f1251d027c3b32445fb0968
 DIST collectl-4.1.3.src.tar.gz 634862 SHA256 
c9fa7e4a66fe333471bd485a8008b171fdf431faa79d9b43fa830ae7d6c85bb3 SHA512 
2938f349708dba164915fd44e7c2a58cc5088e3bafa9009c82973d5f03f8f62395cde925c6e3c1d49c6e22b653a7d1be352ec70dbabcc68b68fb3a795c1b5da8
 WHIRLPOOL 
2fd065be105f17f82d3ff3d85fd2508d3e86f6fc4272b5f84888390c8a76fd2d223dbb79c28701044561d8d2d2ce6f36da082871f0149c94f3486ab8a3dad8bd
+DIST collectl-4.2.0.src.tar.gz 634317 SHA256 
bf4c52d315d4e754b8275f6c6a9a48188c440f78c4307e5f72abcb518a9d07d0 SHA512 
a0c3fd393a3fd3e34a838be26ebe4f111d5b62016d6c319cc556af93bec42672bd700c30c1b9a877fce049b0c11a6fbaf70c4c140ecf8f854408849a6d3a7855
 WHIRLPOOL 
6b9c46d287128b702662ffbb83a96611974240360d4b8ce5c44c3675bb7d1efc49e4584994327359fd9545175f483bd6dee70081ca6f7e4f0ed32d3e4276b021

diff --git a/sys-apps/collectl/collectl-4.2.0.ebuild 
b/sys-apps/collectl/collectl-4.2.0.ebuild
new file mode 100644
index 000..ac6f8b9d5c1
--- /dev/null
+++ b/sys-apps/collectl/collectl-4.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="light-weight performance monitoring tool capable of reporting 
interactively and logging to disk"
+HOMEPAGE="http://collectl.sourceforge.net/";
+SRC_URI="mirror://sourceforge/collectl/${P}.src.tar.gz"
+
+LICENSE="GPL-2 Artistic"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5.8.8
+   virtual/perl-Time-HiRes
+   >=dev-perl/Archive-Zip-1.20
+   sys-apps/ethtool
+   sys-apps/pciutils"
+
+HTML_DOCS="docs/*"
+
+DOCS=(
+   README
+   RELEASE-collectl
+)
+
+src_install() {
+   dobin collectl colmux
+
+   insinto /etc
+   doins collectl.conf
+
+   insinto /usr/share/collectl
+   doins *.ph *.std
+
+   insinto /usr/share/collectl/util
+   insopts -m755
+   doins client.pl
+
+   doman man1/*
+   einstalldocs
+
+   newinitd "${FILESDIR}"/collectl.initd-2 collectl
+}



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

2017-08-11 Thread Lars Wendler
commit: cc515d71dc59a9f1fb675d85294d4c29901ad4ce
Author: Nelo-T. Wallus  wallus  de>
AuthorDate: Wed Aug  9 16:26:16 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 08:55:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc515d71

dev-util/bats: Add myself as maintainer proxied through Polynomial-C

Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5378

 dev-util/bats/metadata.xml | 23 ---
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/dev-util/bats/metadata.xml b/dev-util/bats/metadata.xml
index 313242c8535..d65f4219229 100644
--- a/dev-util/bats/metadata.xml
+++ b/dev-util/bats/metadata.xml
@@ -1,18 +1,27 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
+   
+   n...@wallus.de
+   Nelo-Thara Wallus
+   Proxied by Polynomial-C
+   
+   
+   polynomia...@gentoo.org
+   Lars Wendler
+   Proxy maintainer for Nelo
+   

sstephenson/bats


-   Bats is a TAP-compliant testing framework for Bash. It provides a simple
-   way to verify that the UNIX programs you write behave as expected.
+   Bats is a TAP-compliant testing framework for Bash. It provides 
a simple
+   way to verify that the UNIX programs you write behave as 
expected.
 
-   A Bats test file is a Bash script with special syntax for defining test
-   cases. Under the hood, each test case is just a function with a 
description.
+   A Bats test file is a Bash script with special syntax for 
defining test
+   cases. Under the hood, each test case is just a function with a 
description.
 
-   Bats is most useful when testing software written in Bash, but you can 
use
-   it to test any UNIX program.
+   Bats is most useful when testing software written in Bash, but 
you can use
+   it to test any UNIX program.

 



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

2017-08-11 Thread Lars Wendler
commit: a4b6849a78ba56eb8916321b6cd3833327a3f6ec
Author: Nelo-T. Wallus  wallus  de>
AuthorDate: Wed Aug  9 16:52:26 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 08:55:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b6849a

dev-util/bats: Snapshot bump to latest version

Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5378

 dev-util/bats/Manifest|  1 +
 dev-util/bats/bats-0.4.0_p20170219.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-util/bats/Manifest b/dev-util/bats/Manifest
index f74b43f3eab..cd80f970dc7 100644
--- a/dev-util/bats/Manifest
+++ b/dev-util/bats/Manifest
@@ -1 +1,2 @@
 DIST bats-0.4.0.tar.gz 17258 SHA256 
480d8d64f1681eee78d1002527f3f06e1ac01e173b761bc73d0cf33f4dc1d8d7 SHA512 
83c6c0e3ceec149708a8db5d33e95cc84852d8189498c22131c00f4288a6c870f9d522bae9230157f442338dc101e1468451d78dfa274afb83a6f0dd614c8bdb
 WHIRLPOOL 
9617418d6a288d6e57aa1d715498c9adcfbe80cd97a814382431203dab778f26139dc31a14aecfd6f2e71a51f11fe189fce6e3bb7174ce9d4ad25782a9a6fce0
+DIST bats-0.4.0_p20170219.tar.gz 18776 SHA256 
8b2628a1e2b99dc163e4c9a38ca4139d5620752dea89ee45cfef27edf927ea62 SHA512 
dc0e185b09dab5cc026ec39a2b15485751f038a6bab2e1089e55ea7e2913c0b99262edb54014300a25e0e3b6cad7ca61b4068f6ab328adaa61878dbb8efdf450
 WHIRLPOOL 
343a19c3d41919c3391078a1169a4774a8b411ede8e0a14391cd15250365aabf1fdd94d6dd96e7bde2909913d8cdbb18495aa17c5a37b1fda6f050baabebfe98

diff --git a/dev-util/bats/bats-0.4.0_p20170219.ebuild 
b/dev-util/bats/bats-0.4.0_p20170219.ebuild
new file mode 100644
index 000..2abffbaffb5
--- /dev/null
+++ b/dev-util/bats/bats-0.4.0_p20170219.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMITHASH="03608115df2071fff4eaaff1605768c275e5f81f"
+
+DESCRIPTION="An automated testing system for bash"
+HOMEPAGE="https://github.com/sstephenson/bats/";
+SRC_URI="https://github.com/sstephenson/bats/archive/${COMMITHASH}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/bats-${COMMITHASH}"
+
+src_test() {
+   bin/bats --tap test || die "Tests failed"
+}
+
+src_install() {
+   exeinto /usr/libexec/bats
+   doexe libexec/*
+   dosym ../libexec/bats/bats /usr/bin/bats
+
+   dodoc README.md
+   doman man/bats.1 man/bats.7
+}



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

2017-08-11 Thread Lars Wendler
commit: 8241fe5096b319e303092ec54197ee3ea01dae79
Author: Nelo-T. Wallus  wallus  de>
AuthorDate: Wed Aug  9 19:49:16 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 08:53:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8241fe50

app-emulation/sen: Initial commit

Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5374

 app-emulation/sen/Manifest |  1 +
 app-emulation/sen/metadata.xml | 18 ++
 app-emulation/sen/sen-0.5.1.ebuild | 27 +++
 3 files changed, 46 insertions(+)

diff --git a/app-emulation/sen/Manifest b/app-emulation/sen/Manifest
new file mode 100644
index 000..f4e5307bb4c
--- /dev/null
+++ b/app-emulation/sen/Manifest
@@ -0,0 +1 @@
+DIST sen-0.5.1.tar.gz 1907874 SHA256 
c219df8c7e1dd8150996366dfce153df82a653bcbf434d3c620f0e0f3ccdf12d SHA512 
f0cb37f7a942aca6f76c121eb629d8fab54f44807726b39727344899bcb95e03d3437caaa7e746a8430798afb97d00e054c36881676ec79150f6a7b089174099
 WHIRLPOOL 
22f21406c0897c192bd93ff052f5e76efc58f16727ef74afc1a2afa833f149d50a05528b3c82deace4e244fd8eb72962c5caa3a3b69b7c61fb9afa4e2b96ca60

diff --git a/app-emulation/sen/metadata.xml b/app-emulation/sen/metadata.xml
new file mode 100644
index 000..008b9f23e79
--- /dev/null
+++ b/app-emulation/sen/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   n...@wallus.de
+   Nelo-Thara Wallus
+   Proxied by Polynomial-C
+   
+   
+   polynomia...@gentoo.org
+   Lars Wendler
+   Proxy maintainer for Nelo
+   
+   
+   TomasTomecek/sen
+   sen
+   
+

diff --git a/app-emulation/sen/sen-0.5.1.ebuild 
b/app-emulation/sen/sen-0.5.1.ebuild
new file mode 100644
index 000..e9903c074f0
--- /dev/null
+++ b/app-emulation/sen/sen-0.5.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Terminal User Interface for docker engine"
+HOMEPAGE="https://github.com/TomasTomecek/sen";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/urwid[${PYTHON_USEDEP}]
+   dev-python/urwidtrees[${PYTHON_USEDEP}]
+   dev-python/docker-py[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dodoc docs/*
+}



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

2017-08-11 Thread Lars Wendler
commit: 60a0f4fd5e43e5df63e9b9f8cfd2a1fccc081c44
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 11 09:51:20 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 09:51:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a0f4fd

dev-vcs/mercurial: Bump to version 4.2.3 and 4.3.1

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-vcs/mercurial/Manifest   |   2 +
 dev-vcs/mercurial/mercurial-4.2.3.ebuild | 134 +++
 dev-vcs/mercurial/mercurial-4.3.1.ebuild | 134 +++
 dev-vcs/mercurial/metadata.xml   |   2 +-
 4 files changed, 271 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index ba851c077e7..f40206246f7 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -2,5 +2,7 @@ DIST mercurial-3.8.4.tar.gz 4775341 SHA256 
4b2e3ef19d34fa1d781cb7425506a05d4b6b1
 DIST mercurial-4.1.3.tar.gz 5134965 SHA256 
103d2ae187d5c94110c0e86ccc3b46f55fcd8e21c78d1c209bac7b59a73e86d8 SHA512 
794c513b7e061bc56d270ef57adc0fadeffd5bcc988da0934b24db686b76bf573aef2bbaa3baa9220f31463795bc6e6a99fc1284ebcf8d7e49f42b8129347811
 WHIRLPOOL 
a2f5d5e3e89f794415521bf0bc93ff0e8a67aec6c39951437b6b585f9f6d604bd556af10cce50951128c746719db54ea48f86fb7c262a36a29576ba539be1e79
 DIST mercurial-4.2.1.tar.gz 5317692 SHA256 
d7d5572f5aa0797fbf2168440eaa51149df88645fe37af8b15fa660d9a8158a0 SHA512 
0349fb5343210869bacb2247d30546676e5cf486f64fb8ebb2b1c6cdf7d564e7b754a43fb5b61c7d7e66a67609c514c8e15f415f4189bccbebb2fbb5a5474645
 WHIRLPOOL 
f64df61fe2a10abca4765f150952e5d529034909666f1bee6df40d628af52d650086bd51c5d2db2e0ce2874f38fd439bb9d958bda3d2d63dccbf861b933d51f1
 DIST mercurial-4.2.2.tar.gz 5319282 SHA256 
b20132dec5ae6d27ee43a133144069895befe09f7e454bfa9e39950a185f0afe SHA512 
16324fec97146d749fe6bdb4c35466f6f1786213451015a34d34f8a0d042870d7fc29b6fd74d720191d24e84e57b3d931bb58594bcd7a89399bfbb427e7af994
 WHIRLPOOL 
9a82b7af0ca793aa17cbcce184a4d292689cbc503ba16ab2a1d349397c2ea9b01d7585eb5a1c4f260145f42de2b34de0b577747ee7b47d2abcf1184c0dc3f71f
+DIST mercurial-4.2.3.tar.gz 5322850 SHA256 
04908fc7d89e5810edf3d2762f5aecce5b5c0cb8534f3dbff7d0d848d11ff7ac SHA512 
d6c4bf4fd38eaaee8cf2e5c30cd8f15c3651992d27bf4431ab42dffde7dfc06eb59641d9e7087f7851580b1740a84a8806169d8f224cd0d6ce1fb0b167a97647
 WHIRLPOOL 
bc3c0cdbe88441f9d4349b174b65e032d2150a52c07450982d2f28b14ef0ed0629ef4df859581a4b5873cc8712857c40854bd013d6299b65d0f0b5317ee52e99
 DIST mercurial-4.2.tar.gz 5303367 SHA256 
23a412308fc9c2b354a0e91a89588a4af2af061b47da80bc4233ccb0cceef47d SHA512 
bd03134a70fe0576a31d86cb6ca2d232b8f98bd9b038dc972a4d332889bb39c776f47d44ea9c45588d6e53590a8e3fbd48ca25238525919b8e44beab3d3c79cb
 WHIRLPOOL 
930882698c0e662f5fadc8a57a14ce00270cce70f7a9f8f0081647a28c3558aeda1a4d7bc5aa7e264cb60ec85051dae6a16cc62df0f51be3cc406bf587ff5485
+DIST mercurial-4.3.1.tar.gz 5475042 SHA256 
2b12f02e3a452adff4ec9cf007017bab0cadb3f37eaf12f4b25a662df73618a2 SHA512 
4c42d06b7f111a3e825dd927704a30f88f0b2225cf87ab8954bf53a7fbc0edf561374dd49b13d9c10140d98ff5853a64acb5a744349727abae81d32da401922b
 WHIRLPOOL 
4360763be405d75ffc0e3e2356fcfe44079bf9818c07211964ba7433932956283feb329379af329e0a7d70acc5c6a163a9c08976abb902197d6a6f0180a3a958
 DIST mercurial-4.3.tar.gz 5469979 SHA256 
ebf11176e9b5354ec7a1bde6c5382c914d10c397410531faf89f8b5124a7cb65 SHA512 
d74ae5f35d8c415c07737b59e6c5455963dfbf5d038c43d683fd34dd84423b9ccf9cd670667f458db20d8580fc7c7d9e5609d29d990e1e94683734694211c417
 WHIRLPOOL 
54583dbc826fdec3e737dc49d1a8ce180d29579d091c86e48a3b7c68bb4a2d399c5aff3b2ff0e30cd911e8955537a621c73c330d70a55f7efcdeafd21257178f

diff --git a/dev-vcs/mercurial/mercurial-4.2.3.ebuild 
b/dev-vcs/mercurial/mercurial-4.2.3.ebuild
new file mode 100644
index 000..a04546c6f07
--- /dev/null
+++ b/dev-vcs/mercurial/mercurial-4.2.3.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
+
+DESCRIPTION="Scalable distributed SCM"
+HOMEPAGE="https://www.mercurial-scm.org/";
+SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="bugzilla emacs gpg test tk"
+
+RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   gpg? ( app-crypt/gnupg )
+   tk? ( dev-lang/tk )
+   app-misc/ca-certificates"
+DEPEND="emacs? ( virtual/emacs )
+   test? ( app-arch/unzip
+   dev-python/pygments[${PYTHON_USEDEP}] )"
+
+SITEFILE="70${PN}-gentoo.el"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
+
+pyt

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-08-11 Thread Nicolas Bock
commit: 0d49d5ca2a03279afaba00af30c7a5952597e343
Author: Nicolas Bock  gentoo  org>
AuthorDate: Fri Aug 11 11:21:24 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Fri Aug 11 11:21:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d49d5ca

media-gfx/shotwell: Version bump to shotwell-0.26.3

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.26.3.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 2c0bcd25261..1b960fd0418 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -3,4 +3,5 @@ DIST shotwell-0.25.0.1.tar.xz 5398404 SHA256 
e69c96b3ee650aed8f83dfe099e01d85f83
 DIST shotwell-0.26.0.tar.xz 5583732 SHA256 
305df4d49971eb10f2a04b577ebbd9448202f13d51aa02608e433b8613df1024 SHA512 
fd25bd24593360ae3d1f4cf5960d8ff2023f965e5d3bb70b80801a4c23103b570ae856e243c08e486b428c746b6f82bf3c3982a21689e72be7d2dfc3aec16ccf
 WHIRLPOOL 
df449129ee5d8b0a4ec5826b2a106e228fe3f9daca864038e02524b04d568d336b3c4acfa76ec57a510acaa5ccf839a3f0d2f2c35e5602e05a01690a8ce1fac5
 DIST shotwell-0.26.1.tar.xz 5593092 SHA256 
0a60cc8a132fd962ed8c73f82b3f8ad7cbf1014bb93e89eee83e5c9a8c0b5375 SHA512 
82cc95b3b173fbcd3cbb4f5d42f24fcb951b34039af1fdbd062d3f334aa2c305640833a7279cb79e02f0334da8b3a85cd8aadff45a80161ab0d2fbcd14278cd1
 WHIRLPOOL 
8cbf50548eec1bb7b53d6d2df75dacc3b464b7790a0bbcceed799c948e5e3f777ad6f7f547ae2ef74d42466c06db94368ebf8fa0125908cb57ca200c49456119
 DIST shotwell-0.26.2.tar.xz 5575388 SHA256 
4f65283d54772ef6344b8e8acb242f06b7f5b3f8e42ccb292b02c06a8dc2323b SHA512 
a38681cb1b192372381d67abdc6c088c80fcc1db0d8d328330ee8f1ab78608c742de5e33030ccb1b941f1583a2b7028caadf61ce10ba7f2a93863bd2c3019813
 WHIRLPOOL 
1b8ba18aa63b033c00d55f1cdc2e95d8232f32c8d1e438cbba90b7e2e8cfb3fe454934686363d81cdda56beb19e1494f8ed69c7edc29398b54ff23216516225d
+DIST shotwell-0.26.3.tar.xz 5581204 SHA256 
fb83e4b0b3d2fde62f3870e01294269fa099a94cfbcfcc614ab6b09387690ee5 SHA512 
8d54ffec947b81517840f4f9d223edb6673e6ef66c6cc4333c2353b7c197c0630c10fbf7ae5d3ff5963322f19e5b7adfd6aac5e391262c6edb3b22a01de9a18f
 WHIRLPOOL 
d5f6a4ecba5417ce66bf30479e5db7810c7887f044769de7d28c2effcd5da8e093dd4d485c9e433c73451b829385e99b7bf9e48616935aea60263aef635eb332
 DIST shotwell-0.27.0.tar.xz 5574988 SHA256 
42851935652986f000d96b4c6ac4180c96942fd63e437dee3179b249c2b87c0f SHA512 
e7b5fe153fff96e04507588b4b8a1e71c121787cb6d28b7e14bb31824f1a09ca1948edc4bccfa069b2ffebe1ac753580257c1af4b7aec0ed49af74944ee91fbb
 WHIRLPOOL 
bf188b53f841c65acc0d3589fce5ca39b1e6c0f7b867f88b7018104f211c5677f6f0906b037ab54aafdfc3bec87d29076f97ce3d286f50c852690862b8e919ea

diff --git a/media-gfx/shotwell/shotwell-0.26.3.ebuild 
b/media-gfx/shotwell/shotwell-0.26.3.ebuild
new file mode 100644
index 000..0cafa2080fc
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.26.3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



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

2017-08-11 Thread Jeroen Roovers
commit: 237c2ee196a5f0134d87a057d6d1050f57ef293c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Aug 11 11:30:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Aug 11 11:30:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237c2ee1

www-client/vivaldi-snapshot: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-client/vivaldi-snapshot/Manifest   |   2 -
 .../vivaldi-snapshot-1.11.917.22_p1.ebuild | 106 -
 2 files changed, 108 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index cda8f10325a..d8da7029ec8 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,4 +1,2 @@
-DIST vivaldi-snapshot-1.11.917.22_p1-amd64.deb 52630110 SHA256 
fa992ead8bf0d06afd90787a89ab7b056f18e24cc643f093d2c3ee66b7c36f09 SHA512 
9bb832fcaea95e45176c46492f937bcc1a798050849cef37ca111f110753585148b6badf66f0c79ffea0ddbd42b6d7377db6fccd23e7ea0eed67666defe8c909
 WHIRLPOOL 
99038969d1be2442407e7c9a378e1457ba29baea300b11f5a77ada2673fe0a9e3bba75851480d0f3c6b83939bdffe6ee574ed3fe52c12f127cb560b53bae6431
-DIST vivaldi-snapshot-1.11.917.22_p1-i386.deb 53673164 SHA256 
c958df7f3f016e3d93680e3314a2a1459cbef1ddea7c3966bcafa72a01f82598 SHA512 
96a48217d1cc5fe6f9b6b95a11486c80271bc8b5db5d0366204a340fc21692c316d373597976da9fd76242c5a8fabc04b8328c6553109dd2bba6419968b146b5
 WHIRLPOOL 
077a3962c878d5f5768dd5fca5cc4124a7d832df7f5021579ec6433a00d4b687e3898a35ae3f69195642405c561b8d9b6800cf81acd5c4edb6fae779a3b8ee68
 DIST vivaldi-snapshot-1.11.917.35_p1-amd64.deb 52655480 SHA256 
af8fe1b44b6fe15633b9923c518d1499a3035e314ced42f51400bb53dcdab438 SHA512 
621a992e77948df16fbe4edb4f70ea6b1c0b2d97d1be3af4e8626fee89406effb53c86b566dca1901b4e8f046303898329a5e15b0bc0f33b9bdaed4642992a47
 WHIRLPOOL 
a385b1277f5c29bd286b57a4271d182c7fd244d15484e5b475c9a54949c29450d1620e349c7d13af3e08762f2256a3e225e1c3f75b1079dd8900b0e3c85a559a
 DIST vivaldi-snapshot-1.11.917.35_p1-i386.deb 53683816 SHA256 
425d711b9891e70f941de4217422a2414e95ad526c66fbb5c790ce4bfd866bb6 SHA512 
8666556f86156f629bbec445fd849842f7c13ddc13377f5665bc3efac847ef899e7af8905e866d57b1032a7121b75383471bd65759d3f4427782e0c5c2aa97b6
 WHIRLPOOL 
68cfe0450cceda6d3362f1b9d9c31e69448e56b06eb96294fbe4ae47997982dc83dd9373f73a7425b20eca2ea49722133290838dca076aaba520ddc3c2fc73a9

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.11.917.22_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.11.917.22_p1.ebuild
deleted file mode 100644
index 7029ed11060..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.11.917.22_p1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 eutils multilib unpacker toolchain-funcs
-
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A new browser for our friends"
-HOMEPAGE="http://vivaldi.com/";
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-RESTRICT="bindist mirror"
-
-S=${WORKDIR}
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   >=dev-libs/openssl-1.0.1:0
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   iconv -c -t UTF-8 usr/share/applications/${PN}.desktop > 
"${T}"/${PN}.desktop || die
-   mv "${T}"/${PN}.desktop usr/share/applications/${PN}.desktop || die
-
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-   chmod 0755 usr/share/doc/${PF} || die
-
-   rm \
-   _gpgbuilder \
-   etc/cron.daily/${PN} \
-   ${VIVALDI_HOME}/libwidevinecdm.so \
-   || die
-   rmdir \
-   etc/cron.daily/ \
-   etc/ \
-   || die
-
-   local c d
- 

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

2017-08-11 Thread Jeroen Roovers
commit: a2fc74d01381556515df8a0d0d55c7a5a4361b94
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Aug 11 11:29:24 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Aug 11 11:30:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fc74d0

www-client/vivaldi: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-client/vivaldi/Manifest  |   2 +
 www-client/vivaldi/vivaldi-1.11.917.39_p1.ebuild | 115 +++
 2 files changed, 117 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index e59b415adb8..d7804972d97 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,2 +1,4 @@
 DIST vivaldi-1.10.867.48_p1-amd64.deb 49241778 SHA256 
8c861fd373536a3c0f588541c184cbfe17c903adb09f3745141eeccd752156c1 SHA512 
b2fbe5678e4c6e8bad846c96da57469c12ac1e711bb6da320cebb740f6ae7939e85d2924c4655a0e02a4a83714744815ccb8e4a1f0dbee78e7550e013218dc27
 WHIRLPOOL 
0a5c09fb57b2abaf9d1ef507e73dada892a35715b7c907b3bd17efb5a8612fda24bf47719fc473b36b0cc308a154c464b73a04a7f48c43aaf0f8eab327a87d2e
 DIST vivaldi-1.10.867.48_p1-i386.deb 50182570 SHA256 
5a8daaa56c3e0044d0bed6f2014395dd57c013380de9c68576e175aa5c55fa98 SHA512 
5d2fc1e0fcb9bc4a534b654dfebc6b6e98e86a90508616657630291b8a0fd5c18c37e57421cf1e4daefcfc688cf319765d7ab3fb9ed883b3a38c92059d2985a9
 WHIRLPOOL 
17731536518ffdc0d2bbf5da880c6dd71e9e68bf112577e33f06a494d873b7b654fdea5e77fef0f605d23709628d70f054738485e7b93cfadc040b32041784f2
+DIST vivaldi-1.11.917.39_p1-amd64.deb 50311406 SHA256 
a6ef7f1e4d0d7e4c28a2e7a8505467796d985ff269fd13c4138648afc87d4f67 SHA512 
1842327b5a589f6d60b2b9c75045dcbd9db7eacc0ea43e1e9252eb5b05cc2dab702ceebc5702620674d2276262028e0eaf9fff434f065ca3bafbd0eb416c6d14
 WHIRLPOOL 
9fc00cf6eac32c652b6eb3dd43ae231f08116693ec8467fad31a60fbdfcd53f335524d18ec5a701acfc0988add8fd3e7b82411d8e60b90527b181f87b19c7044
+DIST vivaldi-1.11.917.39_p1-i386.deb 51209638 SHA256 
f6f5c8b0158a293e3223b70c7ea5fb09542d3361c29d2bbb977f657460f57945 SHA512 
ca41f167889258dd4815dfc4bdd51ca6b18f1f64cfa16db36381e0c925bfd788b81f34ec455cdc1ac5413ad1ed467e56b588ebd0c8b1893279931156e7c7e811
 WHIRLPOOL 
ad496affe5e7f19356be92801ca0311a659023d345ba047ccf7d9e6da9e484eb8b1a1a59681874438a511bc1b69913a8dee1c4594b3949508adcf6b50d7940c8

diff --git a/www-client/vivaldi/vivaldi-1.11.917.39_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.11.917.39_p1.ebuild
new file mode 100644
index 000..e1012c4fc05
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.11.917.39_p1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils multilib unpacker toolchain-funcs
+
+#VIVALDI_BRANCH="snapshot"
+
+VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
+VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
+VIVALDI_HOME="opt/${VIVALDI_BIN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/";
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_";
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   iconv -c -t UTF-8 usr/share/applications/${VIVALDI_PN}.desktop > 
"${T}"/${VIVALDI_PN}.desktop || die
+   mv "${T}"/${VIVALDI_PN}.desktop 
usr/share/applications/${VIVALDI_PN}.desktop || die
+
+   sed -i \
+   -e "s|${VIVALDI_BIN}|${PN}|g" \
+   usr/share/applications/${VIVALDI_PN}.desktop \
+   usr/share/xfce4/helpers/${VIVALDI_BIN}.desktop || die
+
+   mv usr/share/doc/${VIVALDI_PN} usr/share/doc/${PF} || die
+   chmod 0755 usr/share/doc/${PF} || die
+
+  

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

2017-08-11 Thread Lars Wendler
commit: 2a9da294f39199baec5a9eedd5ee368d62af42ec
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 11 12:16:43 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 12:18:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9da294

dev-vcs/subversion: Security bump to versions 1.8.18 and 1.9.7

Committed straight to stable.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-vcs/subversion/Manifest |   2 +
 dev-vcs/subversion/subversion-1.8.18.ebuild | 512 
 dev-vcs/subversion/subversion-1.9.7.ebuild  | 510 +++
 3 files changed, 1024 insertions(+)

diff --git a/dev-vcs/subversion/Manifest b/dev-vcs/subversion/Manifest
index 915904a6d36..1de734c86af 100644
--- a/dev-vcs/subversion/Manifest
+++ b/dev-vcs/subversion/Manifest
@@ -1,3 +1,5 @@
 DIST subversion-1.8.17.tar.bz2 6924354 SHA256 
de119538d29a5f2c028984cb54a55a4af3e9c32fa9316331bcbe5719e474a090 SHA512 
49de24703bc40ccfd5a5df15215fd037f81c20f3047be5d3321bb2ce53dc7664505460791408a8989ede4a1357a0bdb49fb90a3db6ea2e2893c14a13a15b3ae7
 WHIRLPOOL 
6b420eb23fbf01ba418d759c275d1f0778c3904c76b78e88d4e82ed948fb44f578f6b171f927e4a4d96cf59eb49b528c9204909951d2cb41ad62804979098f1e
+DIST subversion-1.8.18.tar.bz2 6884906 SHA256 
e56b00ad3e927183bb6568781b85fe66dd3a7372c342af6e73b21a4473c397a6 SHA512 
48d596c442da34fa3eb4f0f8b10cc3d5d27841b2fc4e7a493cac8e6f4c722f63fcd67fe99dfac5bbe31ac405055072a304d9a6771974c9990927cb21c5eb31d0
 WHIRLPOOL 
a4e44512406bdadf8d80df4d888c0a6992affc04cd1de1a59482d031039ab9a485a85ab297b26f2f5c91c7883b14e00a7300b26413c28a5868f10424ff8c1c82
 DIST subversion-1.9.5.tar.bz2 7904861 SHA256 
8a4fc68aff1d18dcb4dd9e460648d24d9e98657fbed496c582929c6b3ce555e5 SHA512 
ff7241ffae2506e97f40011242b5d5c6fa665f5463743f9acc52136b59ad84b6db00b60e70c44a9060579db49b818db06da1d1352aaee78e5bfe6ce56f32a2cf
 WHIRLPOOL 
37a124dc2f99bb465b47083de168530f8178305e3208972d56c2c29a93bbf73ded816f742808cf9e7a5d3f13690e48cdd9f800abd85452ad1da4c13d603454f3
 DIST subversion-1.9.6.tar.bz2 7882084 SHA256 
dbcbc51fb634082f009121f2cb64350ce32146612787ffb0f7ced351aacaae19 SHA512 
bdca362ff45a7f028e2123efbc9bfd41a07e6ebdfcf62627ce24f413e0304b45011bbac1f142ceb1c031a07622c06786982f86cd9109065cae5e26fd689fc11e
 WHIRLPOOL 
27f3701273806c8968aed62eca9f5c13a086785362173b351d0e06fdf5d96ebdf4a461a019016cf7f2ae5b74f4f01c9fabd4706a7ac764d6e23543d87a55
+DIST subversion-1.9.7.tar.bz2 7881909 SHA256 
c3b118333ce12e501d509e66bb0a47bcc34d053990acab45559431ac3e491623 SHA512 
a55efd3edaddbc099450d849fcc6fe5a8d20b85ece966d8ac2fd73ee9cb4255a0349bbcfceb4e9fca6daf054ce7c648eff8d273c6873f5dade6e62dcea7eeb2b
 WHIRLPOOL 
ec2491100ebc94fe9bb82b50daf349564ba7bf1ec7b404bf5a31aec0e1e0932843b41d96813a2659220e139c34aa996ddcbb2999528c49cea3dede2f2af43bf2

diff --git a/dev-vcs/subversion/subversion-1.8.18.ebuild 
b/dev-vcs/subversion/subversion-1.8.18.ebuild
new file mode 100644
index 000..663a46742ac
--- /dev/null
+++ b/dev-vcs/subversion/subversion-1.8.18.ebuild
@@ -0,0 +1,512 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+USE_RUBY="ruby22 ruby21 ruby20"
+DISTUTILS_OPTIONAL=1
+WANT_AUTOMAKE="none"
+GENTOO_DEPEND_ON_PERL="no"
+
+inherit autotools bash-completion-r1 db-use depend.apache distutils-r1 
elisp-common eutils flag-o-matic java-pkg-opt-2 libtool multilib perl-module 
ruby-single
+
+MY_P="${P/_/-}"
+DESCRIPTION="Advanced version control system"
+HOMEPAGE="http://subversion.apache.org/";
+SRC_URI="mirror://apache/${PN}/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Subversion GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kwallet nls perl python ruby sasl test vim-syntax"
+
+COMMON_DEPEND="
+   app-arch/bzip2
+   >=dev-db/sqlite-3.7.12
+   >=dev-libs/apr-1.3:1
+   >=dev-libs/apr-util-1.3:1
+   dev-libs/expat
+   sys-apps/file
+   sys-libs/zlib
+   berkdb? ( >=sys-libs/db-4.0.14:= )
+   ctypes-python? ( ${PYTHON_DEPS} )
+   gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus 
gnome-base/libgnome-keyring )
+   http? ( >=net-libs/serf-1.2.1 )
+   kwallet? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 
kde-frameworks/kdelibs:4 )
+   perl? ( dev-lang/perl:= )
+   python? ( ${PYTHON_DEPS} )
+   ruby? ( ${RUBY_DEPS} )
+   sasl? ( dev-libs/cyrus-sasl )"
+RDEPEND="${COMMON_DEPEND}
+   apache2? ( www-servers/apache[apache2_modules_dav] )
+   java? ( >=virtual/jre-1.5 )
+   kwallet? ( || (
+   ( >=kde-frameworks/kwallet-5.34.0-r1 )
+   ( kde-apps/kwalletd:4 )

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

2017-08-11 Thread Lars Wendler
commit: 73fa4aec41f27f559ab7e6e0a4b0c5b2aa32063d
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 11 12:18:01 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 12:18:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73fa4aec

dev-vcs/subversion: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-vcs/subversion/Manifest |   3 -
 dev-vcs/subversion/subversion-1.8.17.ebuild | 512 
 dev-vcs/subversion/subversion-1.9.5.ebuild  | 509 ---
 dev-vcs/subversion/subversion-1.9.6.ebuild  | 510 ---
 4 files changed, 1534 deletions(-)

diff --git a/dev-vcs/subversion/Manifest b/dev-vcs/subversion/Manifest
index 1de734c86af..b32163ab540 100644
--- a/dev-vcs/subversion/Manifest
+++ b/dev-vcs/subversion/Manifest
@@ -1,5 +1,2 @@
-DIST subversion-1.8.17.tar.bz2 6924354 SHA256 
de119538d29a5f2c028984cb54a55a4af3e9c32fa9316331bcbe5719e474a090 SHA512 
49de24703bc40ccfd5a5df15215fd037f81c20f3047be5d3321bb2ce53dc7664505460791408a8989ede4a1357a0bdb49fb90a3db6ea2e2893c14a13a15b3ae7
 WHIRLPOOL 
6b420eb23fbf01ba418d759c275d1f0778c3904c76b78e88d4e82ed948fb44f578f6b171f927e4a4d96cf59eb49b528c9204909951d2cb41ad62804979098f1e
 DIST subversion-1.8.18.tar.bz2 6884906 SHA256 
e56b00ad3e927183bb6568781b85fe66dd3a7372c342af6e73b21a4473c397a6 SHA512 
48d596c442da34fa3eb4f0f8b10cc3d5d27841b2fc4e7a493cac8e6f4c722f63fcd67fe99dfac5bbe31ac405055072a304d9a6771974c9990927cb21c5eb31d0
 WHIRLPOOL 
a4e44512406bdadf8d80df4d888c0a6992affc04cd1de1a59482d031039ab9a485a85ab297b26f2f5c91c7883b14e00a7300b26413c28a5868f10424ff8c1c82
-DIST subversion-1.9.5.tar.bz2 7904861 SHA256 
8a4fc68aff1d18dcb4dd9e460648d24d9e98657fbed496c582929c6b3ce555e5 SHA512 
ff7241ffae2506e97f40011242b5d5c6fa665f5463743f9acc52136b59ad84b6db00b60e70c44a9060579db49b818db06da1d1352aaee78e5bfe6ce56f32a2cf
 WHIRLPOOL 
37a124dc2f99bb465b47083de168530f8178305e3208972d56c2c29a93bbf73ded816f742808cf9e7a5d3f13690e48cdd9f800abd85452ad1da4c13d603454f3
-DIST subversion-1.9.6.tar.bz2 7882084 SHA256 
dbcbc51fb634082f009121f2cb64350ce32146612787ffb0f7ced351aacaae19 SHA512 
bdca362ff45a7f028e2123efbc9bfd41a07e6ebdfcf62627ce24f413e0304b45011bbac1f142ceb1c031a07622c06786982f86cd9109065cae5e26fd689fc11e
 WHIRLPOOL 
27f3701273806c8968aed62eca9f5c13a086785362173b351d0e06fdf5d96ebdf4a461a019016cf7f2ae5b74f4f01c9fabd4706a7ac764d6e23543d87a55
 DIST subversion-1.9.7.tar.bz2 7881909 SHA256 
c3b118333ce12e501d509e66bb0a47bcc34d053990acab45559431ac3e491623 SHA512 
a55efd3edaddbc099450d849fcc6fe5a8d20b85ece966d8ac2fd73ee9cb4255a0349bbcfceb4e9fca6daf054ce7c648eff8d273c6873f5dade6e62dcea7eeb2b
 WHIRLPOOL 
ec2491100ebc94fe9bb82b50daf349564ba7bf1ec7b404bf5a31aec0e1e0932843b41d96813a2659220e139c34aa996ddcbb2999528c49cea3dede2f2af43bf2

diff --git a/dev-vcs/subversion/subversion-1.8.17.ebuild 
b/dev-vcs/subversion/subversion-1.8.17.ebuild
deleted file mode 100644
index 663a46742ac..000
--- a/dev-vcs/subversion/subversion-1.8.17.ebuild
+++ /dev/null
@@ -1,512 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-USE_RUBY="ruby22 ruby21 ruby20"
-DISTUTILS_OPTIONAL=1
-WANT_AUTOMAKE="none"
-GENTOO_DEPEND_ON_PERL="no"
-
-inherit autotools bash-completion-r1 db-use depend.apache distutils-r1 
elisp-common eutils flag-o-matic java-pkg-opt-2 libtool multilib perl-module 
ruby-single
-
-MY_P="${P/_/-}"
-DESCRIPTION="Advanced version control system"
-HOMEPAGE="http://subversion.apache.org/";
-SRC_URI="mirror://apache/${PN}/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Subversion GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kwallet nls perl python ruby sasl test vim-syntax"
-
-COMMON_DEPEND="
-   app-arch/bzip2
-   >=dev-db/sqlite-3.7.12
-   >=dev-libs/apr-1.3:1
-   >=dev-libs/apr-util-1.3:1
-   dev-libs/expat
-   sys-apps/file
-   sys-libs/zlib
-   berkdb? ( >=sys-libs/db-4.0.14:= )
-   ctypes-python? ( ${PYTHON_DEPS} )
-   gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus 
gnome-base/libgnome-keyring )
-   http? ( >=net-libs/serf-1.2.1 )
-   kwallet? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 
kde-frameworks/kdelibs:4 )
-   perl? ( dev-lang/perl:= )
-   python? ( ${PYTHON_DEPS} )
-   ruby? ( ${RUBY_DEPS} )
-   sasl? ( dev-libs/cyrus-sasl )"
-RDEPEND="${COMMON_DEPEND}
-   apache2? ( www-servers/apache[apache2_modules_dav] )
-   java? ( >=virtual/jre-1.5 )
-   kwallet? ( || (
-   ( >=kde-frameworks/kwallet-5.34.0-r1 )
-   ( k

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gmapcatcher/

2017-08-11 Thread Amy Liffey
commit: 85e51a0e32b091747db51a17d2fed5ec8a8d3f42
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Aug 11 12:42:23 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug 11 12:45:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e51a0e

sci-geosciences/gmapcatcher: drop inactive proxy maintainer

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sci-geosciences/gmapcatcher/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/sci-geosciences/gmapcatcher/metadata.xml 
b/sci-geosciences/gmapcatcher/metadata.xml
index 4ad074306cb..fb6f59fe329 100644
--- a/sci-geosciences/gmapcatcher/metadata.xml
+++ b/sci-geosciences/gmapcatcher/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   g...@politeia.in
-   Denis M.
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+

heldersepu/GMapCatcher




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

2017-08-11 Thread Amy Liffey
commit: 63a246e7653f2940e57e4c8a2cfb7394aca6269a
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Aug 11 12:41:07 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug 11 12:45:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a246e7

media-gfx/meshlab: EAPI 6 bump ,fix bug #614776

- Add patch structuresynth build failure
Submitted-by: CaptainBlood  yahoo.fr>

- Fix slot glew

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-gfx/meshlab/files/1.3.3/gcc-4.7.patch|  4 +--
 media-gfx/meshlab/files/1.3.3/lapack.patch |  4 +--
 media-gfx/meshlab/files/1.3.3/meshrender.patch |  4 +--
 media-gfx/meshlab/files/1.3.3/mpir.patch   |  4 +--
 media-gfx/meshlab/files/1.3.3/pluginmanager.patch  |  4 +--
 media-gfx/meshlab/files/1.3.3/qt-4.8.patch |  4 +--
 media-gfx/meshlab/files/1.3.3/rfx.patch|  4 +--
 media-gfx/meshlab/files/1.3.3/rmmeshrender.patch   |  4 +--
 media-gfx/meshlab/files/1.3.3/rpath.patch  |  8 +++---
 media-gfx/meshlab/files/1.3.3/structuresynth.patch | 11 
 media-gfx/meshlab/meshlab-1.3.2.ebuild |  4 +--
 ...eshlab-1.3.3.ebuild => meshlab-1.3.3-r1.ebuild} | 31 --
 12 files changed, 50 insertions(+), 36 deletions(-)

diff --git a/media-gfx/meshlab/files/1.3.3/gcc-4.7.patch 
b/media-gfx/meshlab/files/1.3.3/gcc-4.7.patch
index b918ca52ec4..6329f23e794 100644
--- a/media-gfx/meshlab/files/1.3.3/gcc-4.7.patch
+++ b/media-gfx/meshlab/files/1.3.3/gcc-4.7.patch
@@ -1,7 +1,7 @@
 diff --git vcglib/wrap/ply/plystuff.h vcglib/wrap/ply/plystuff.h
 index 3e41e63..4af9508 100644
 vcglib/wrap/ply/plystuff.h
-+++ vcglib/wrap/ply/plystuff.h
+--- a/vcglib/wrap/ply/plystuff.h
 b/vcglib/wrap/ply/plystuff.h
 @@ -75,6 +75,7 @@ using namespace vcg;
  #define pb_close  _close
  #define DIR_SEP "\\"

diff --git a/media-gfx/meshlab/files/1.3.3/lapack.patch 
b/media-gfx/meshlab/files/1.3.3/lapack.patch
index 81c09463405..e2742eb 100644
--- a/media-gfx/meshlab/files/1.3.3/lapack.patch
+++ b/media-gfx/meshlab/files/1.3.3/lapack.patch
@@ -1,6 +1,6 @@
 diff -Nur meshlab.orig/src/external/levmar-2.3/lm.h 
meshlab/src/external/levmar-2.3/lm.h
 meshlab.orig/src/external/levmar-2.3/lm.h  2010-04-28 17:30:47.0 
+1000
-+++ meshlab/src/external/levmar-2.3/lm.h   2010-05-13 20:17:35.488505907 
+1000
+--- a/meshlab/src/external/levmar-2.3/lm.h 2010-04-28 17:30:47.0 
+1000
 b/meshlab/src/external/levmar-2.3/lm.h 2010-05-13 20:17:35.488505907 
+1000
 @@ -27,7 +27,6 @@
  
  /* specify whether to use LAPACK or not. The first option is strongly 
recommended */

diff --git a/media-gfx/meshlab/files/1.3.3/meshrender.patch 
b/media-gfx/meshlab/files/1.3.3/meshrender.patch
index 382e21ca2f0..33eb1cbf703 100644
--- a/media-gfx/meshlab/files/1.3.3/meshrender.patch
+++ b/media-gfx/meshlab/files/1.3.3/meshrender.patch
@@ -1,5 +1,5 @@
 meshlab/src/meshlabplugins/render_gdp/meshrender.cpp   2014-02-07 
10:38:28.0 +0100
-+++ meshlab/src/meshlabplugins/render_gdb/meshrender.cpp   2015-11-15 
22:17:39.848179962 +0100
+--- a/meshlab/src/meshlabplugins/render_gdp/meshrender.cpp 2014-02-07 
10:38:28.0 +0100
 b/meshlab/src/meshlabplugins/render_gdb/meshrender.cpp 2015-11-15 
22:17:39.848179962 +0100
 @@ -36,8 +36,11 @@
/*QAction * qaNone = new QAction("None", this); 
qaNone->setCheckable(false);

diff --git a/media-gfx/meshlab/files/1.3.3/mpir.patch 
b/media-gfx/meshlab/files/1.3.3/mpir.patch
index a3f8d051d89..fae203e18a1 100644
--- a/media-gfx/meshlab/files/1.3.3/mpir.patch
+++ b/media-gfx/meshlab/files/1.3.3/mpir.patch
@@ -1,6 +1,6 @@
 diff -Nur meshlab.orig/src/meshlabplugins/filter_csg/filter_csg.pro 
meshlab/src/meshlabplugins/filter_csg/filter_csg.pro
 meshlab.orig/src/meshlabplugins/filter_csg/filter_csg.pro  2014-04-02 
02:59:31.0 +1100
-+++ meshlab/src/meshlabplugins/filter_csg/filter_csg.pro   2014-06-01 
21:10:24.521095356 +1000
+--- a/meshlab/src/meshlabplugins/filter_csg/filter_csg.pro 2014-04-02 
02:59:31.0 +1100
 b/meshlab/src/meshlabplugins/filter_csg/filter_csg.pro 2014-06-01 
21:10:24.521095356 +1000
 @@ -18,6 +18,4 @@
  win32-msvc2008:LIBS+= 
../../external/lib/win32-msvc2008/mpirxx.lib 
../../external/lib/win32-msvc2008/mpir.lib
  win32-msvc2010:LIBS+= 
../../external/lib/win32-msvc2008/mpirxx.lib 
../../external/lib/win32-msvc2008/mpir.lib

diff --git a/media-gfx/meshlab/files/1.3.3/pluginmanager.patch 
b/media-gfx/meshlab/files/1.3.3/pluginmanager.patch
index 00f3ba8c182..853015da4d0 100644
--- a/media-gfx/meshlab/files/1.3.3/pluginmanager.patch
+++ b/media-gfx/meshlab/files/1.3.3/pluginmanager.patch
@@ -1,5 +1,5 @@
 meshlab/src/common/pluginmanager.cpp~  2014-04-01 17:07:40.0 
+0200
-+++ meshlab/src/common/pluginmanager.cpp   2015-11-15 20:58:53.708227793 
+0100
+--- a/meshlab/src/common/pluginmanager.cpp  

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

2017-08-11 Thread Amy Liffey
commit: bdfae5d04eec069e2890d592616b403bb2507a42
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Aug 11 07:51:01 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug 11 12:45:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfae5d0

dev-lang/fpc: fix homepage

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-lang/fpc/fpc-2.6.4.ebuild | 4 ++--
 dev-lang/fpc/fpc-3.0.0.ebuild | 4 ++--
 dev-lang/fpc/fpc-3.0.2.ebuild | 2 +-
 dev-lang/fpc/metadata.xml | 1 -
 4 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-lang/fpc/fpc-2.6.4.ebuild b/dev-lang/fpc/fpc-2.6.4.ebuild
index bbd5b3e7011..08d31db8fec 100644
--- a/dev-lang/fpc/fpc-2.6.4.ebuild
+++ b/dev-lang/fpc/fpc-2.6.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit toolchain-funcs
 
-HOMEPAGE="http://www.freepascal.org/";
+HOMEPAGE="https://www.freepascal.org/";
 DESCRIPTION="Free Pascal Compiler"
 SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz
mirror://sourceforge/freepascal/fpc-${PV}.source.tar.gz

diff --git a/dev-lang/fpc/fpc-3.0.0.ebuild b/dev-lang/fpc/fpc-3.0.0.ebuild
index 19bc746d168..8e703c097ba 100644
--- a/dev-lang/fpc/fpc-3.0.0.ebuild
+++ b/dev-lang/fpc/fpc-3.0.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit toolchain-funcs
 
-HOMEPAGE="http://www.freepascal.org/";
+HOMEPAGE="https://www.freepascal.org/";
 DESCRIPTION="Free Pascal Compiler"
 SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz
mirror://sourceforge/freepascal/fpc-${PV}.source.tar.gz

diff --git a/dev-lang/fpc/fpc-3.0.2.ebuild b/dev-lang/fpc/fpc-3.0.2.ebuild
index f1417deea5d..41b229acda5 100644
--- a/dev-lang/fpc/fpc-3.0.2.ebuild
+++ b/dev-lang/fpc/fpc-3.0.2.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 inherit toolchain-funcs
 
-HOMEPAGE="http://www.freepascal.org/";
+HOMEPAGE="https://www.freepascal.org/";
 DESCRIPTION="Free Pascal Compiler"
 SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz
mirror://sourceforge/freepascal/fpc-${PV}.source.tar.gz

diff --git a/dev-lang/fpc/metadata.xml b/dev-lang/fpc/metadata.xml
index 1c8bbc4d2f0..515fcf55caa 100644
--- a/dev-lang/fpc/metadata.xml
+++ b/dev-lang/fpc/metadata.xml
@@ -3,7 +3,6 @@
 

 amy...@gentoo.org
-Amy Winston
 

Build and install the Free Pascal Compiler 
IDE



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

2017-08-11 Thread Amy Liffey
commit: f3b47e6f4fd9652288a7d4b00ec2de5d02e2ef88
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Aug 11 12:54:30 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug 11 12:54:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b47e6f

dev-util/webstorm: shorten description

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-util/webstorm/webstorm-10.0.4.141.1550.ebuild 
b/dev-util/webstorm/webstorm-10.0.4.141.1550.ebuild
index 882087ccd78..d281ef919c9 100644
--- a/dev-util/webstorm/webstorm-10.0.4.141.1550.ebuild
+++ b/dev-util/webstorm/webstorm-10.0.4.141.1550.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ SLOT="$(get_major_version)"
 MY_PV="$(get_version_component_range 4-5)"
 MY_PN="WebStorm"
 
-DESCRIPTION="JavaScript IDE for complex client-side development and 
server-side development with Node.js"
+DESCRIPTION="JavaScript IDE for client- and server-side development with 
Node.js"
 HOMEPAGE="http://www.jetbrains.com/webstorm";
 
SRC_URI="http://download.jetbrains.com/${PN}/${MY_PN}-$(get_version_component_range
 1-3).tar.gz"
 



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

2017-08-11 Thread Amy Liffey
commit: 6e0d0b230f364c2083f5360674dbeac76a08eb7c
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Aug 11 12:51:12 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug 11 12:51:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0d0b23

dev-util/idea-ultimate: drop inactive proxy maintainer. By jstein

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-util/idea-ultimate/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-util/idea-ultimate/metadata.xml 
b/dev-util/idea-ultimate/metadata.xml
index 571709c930c..a6968e80658 100644
--- a/dev-util/idea-ultimate/metadata.xml
+++ b/dev-util/idea-ultimate/metadata.xml
@@ -2,16 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
 
-   g...@gepe-biljarts.be
-   Gert Pellin
-
-
ali...@gentoo.org
Ferrazzi Alice
-
-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
   
 
Excel at enterprise, mobile and web development with Java, Scala and 
Groovy, with all the latest modern technologies and frameworks available out of 
the box.



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

2017-08-11 Thread Amy Liffey
commit: 5b678439175406f59b68536bc5e0792cabd2962b
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Aug 11 12:52:52 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug 11 12:52:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b678439

dev-util/webstorm: drop inactive proxy maintainer. By jstein

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-util/webstorm/metadata.xml | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/dev-util/webstorm/metadata.xml b/dev-util/webstorm/metadata.xml
index 51c6855d2b2..1866cf4b139 100644
--- a/dev-util/webstorm/metadata.xml
+++ b/dev-util/webstorm/metadata.xml
@@ -1,15 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   g...@gepe-biljarts.be
-   Gert Pellin
-   Proxy maintainer. Assign bugs to him.
-
-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-
+
 
 WebStorm is a lightweight yet powerful IDE, perfectly equipped for complex 
client-side development and server-side development with Node.js
 



[gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/

2017-08-11 Thread Lars Wendler
commit: 2882a703441c9b162bc470df673070a506755257
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 11 13:06:57 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 13:07:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2882a703

games-rpg/manaplus: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 games-rpg/manaplus/Manifest|  1 -
 games-rpg/manaplus/manaplus-1.7.7.8.ebuild | 99 --
 2 files changed, 100 deletions(-)

diff --git a/games-rpg/manaplus/Manifest b/games-rpg/manaplus/Manifest
index 9617dc9d2b3..07ec476ca01 100644
--- a/games-rpg/manaplus/Manifest
+++ b/games-rpg/manaplus/Manifest
@@ -1,3 +1,2 @@
 DIST manaplus-1.7.7.22.tar.xz 14894836 SHA256 
b059067e7afba041b21a5cb266ed0ab9587da17b327c46952691408f5515 SHA512 
6dff569421123e1a3f7fb215f80da3ae20958510bc7ae6a252b85e1afe229e7e1398522ec1ddc9c3ddbde26dcd8ccbbe632b1307ff1527927cd1dc0bcad82f67
 WHIRLPOOL 
890a8875d3bd8294cc87409b03efad12dd104dee8b5b1eac9d200ceb4c4c7ae6d9ebf6901fea7a57e69b1415d165524001841cc09521ccb4f1976e548169a3b1
-DIST manaplus-1.7.7.8.tar.xz 14860880 SHA256 
4c9473c5423076e9b7010e78dbb85d2c0aa63edcf7577fe4048adba6b6adbea5 SHA512 
9316297d5d766997913a465197da336516a8c1dbb30e193a1dca6ad083aa990788a147481a09cb6bcc044fdce575222c21797cef47107123141296c354639128
 WHIRLPOOL 
2d550f29e7d42549c095a1bf0db398d903e59e4f054d5751fd19259fa73615567a58ff1412aa97757efde18aad64fadf0220b8ad9f8e8ca44a5cdea1f564b875
 DIST manaplus-1.7.8.5.tar.xz 14896112 SHA256 
0247a7cefb519cb6cf7af44bb61383f54179976dbe41fee3f9d357689c6565c1 SHA512 
d5de7e467ed365123cabcbd72452c42d57bf436fbaffb339f474595c18413ef332e531cdb9b946c59c00aff28dfdbea4ed387b96bcda24c7ab9b949374e7d2ad
 WHIRLPOOL 
574aad5ac8f1ad7fc2cc9b430fbdb13bd91ed7c86502a94ca44f668cd8b9b8ff105752470c0c16bfee801cc159e6827830abc3f523c4d05bd29d38ded120d48a

diff --git a/games-rpg/manaplus/manaplus-1.7.7.8.ebuild 
b/games-rpg/manaplus/manaplus-1.7.7.8.ebuild
deleted file mode 100644
index 26dc7ca27dd..000
--- a/games-rpg/manaplus/manaplus-1.7.7.8.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World"
-HOMEPAGE="http://manaplus.evolonline.org";
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git";
-else
-   
SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="mumble nls opengl pugixml +sdl2 test"
-
-RDEPEND="
-   >=dev-games/physfs-1.0.0
-   media-fonts/dejavu
-   media-fonts/liberation-fonts
-   media-fonts/mplus-outline-fonts
-   media-fonts/wqy-microhei
-   media-libs/libpng:0=
-   net-misc/curl
-   sys-libs/zlib
-   x11-apps/xmessage
-   x11-libs/libX11
-   x11-misc/xdg-utils
-   mumble? ( media-sound/mumble )
-   nls? ( virtual/libintl )
-   opengl? ( virtual/opengl )
-   pugixml? ( dev-libs/pugixml )
-   !pugixml? ( dev-libs/libxml2 )
-   sdl2? (
-   media-libs/libsdl2[X,opengl?,video]
-   media-libs/sdl2-gfx
-   media-libs/sdl2-image[png]
-   media-libs/sdl2-mixer[vorbis]
-   media-libs/sdl2-net
-   media-libs/sdl2-ttf
-   )
-   !sdl2? (
-   media-libs/libsdl[X,opengl?,video]
-   media-libs/sdl-gfx
-   media-libs/sdl-image[png]
-   media-libs/sdl-mixer[vorbis]
-   media-libs/sdl-net
-   media-libs/sdl-ttf
-   )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   default
-   if [[ ${PV} ==  ]] ; then
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   local myeconfargs=(
-   --localedir=/usr/share/locale
-   --without-internalsdlgfx
-   $(use_with mumble)
-   $(use_enable nls)
-   $(use_with opengl)
-   --enable-libxml=$(usex pugixml pugixml libxml)
-   $(use_with sdl2)
-   $(use_enable test unittests)
-   )
-   CONFIG_SHELL=/bin/bash econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   local destpath="/usr/share/${PN}"
-   dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf 
"${destpath}"/data/fonts/dejavusans-bold.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSans.ttf 
"${destpath}"/data/fonts/dejavusans.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf 
"${destpath}"/data/fonts/dejavusansmono-bold.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf 
"${destpath}"/data/fonts/dejavusansmono.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSerifCondensed-Bold.

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2017-08-11 Thread Michael Palimaka
commit: 7032bc80ebafae7e380edee951ca5405430c8ab2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Aug 11 13:05:28 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Aug 11 13:06:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7032bc80

dev-qt/qtlocation: amd64/x86 stable

Gentoo-bug: 627542
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-qt/qtlocation/qtlocation-5.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.7.1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.7.1.ebuild
index dd57a4c7ac1..437e2e1a298 100644
--- a/dev-qt/qtlocation/qtlocation-5.7.1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.7.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="The Location module for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/

2017-08-11 Thread Lars Wendler
commit: 1a8c9833b2ed232d0686afe237804dd897ec1692
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 11 13:06:34 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 13:07:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8c9833

games-rpg/manaplus: Version 1.7.7.22 stable for amd64 and x86.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 games-rpg/manaplus/manaplus-1.7.7.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-rpg/manaplus/manaplus-1.7.7.22.ebuild 
b/games-rpg/manaplus/manaplus-1.7.7.22.ebuild
index 2d5897b5d6f..26dc7ca27dd 100644
--- a/games-rpg/manaplus/manaplus-1.7.7.22.ebuild
+++ b/games-rpg/manaplus/manaplus-1.7.7.22.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git";
 else

SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/

2017-08-11 Thread Lars Wendler
commit: 189111c67caa5a97e42ce8eb9b61c1abde52d5c1
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 11 13:05:55 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 13:07:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189111c6

games-rpg/manaplus: Bump to version 1.7.8.5

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 games-rpg/manaplus/Manifest|  1 +
 games-rpg/manaplus/manaplus-1.7.8.5.ebuild | 99 ++
 2 files changed, 100 insertions(+)

diff --git a/games-rpg/manaplus/Manifest b/games-rpg/manaplus/Manifest
index 79afc80347f..9617dc9d2b3 100644
--- a/games-rpg/manaplus/Manifest
+++ b/games-rpg/manaplus/Manifest
@@ -1,2 +1,3 @@
 DIST manaplus-1.7.7.22.tar.xz 14894836 SHA256 
b059067e7afba041b21a5cb266ed0ab9587da17b327c46952691408f5515 SHA512 
6dff569421123e1a3f7fb215f80da3ae20958510bc7ae6a252b85e1afe229e7e1398522ec1ddc9c3ddbde26dcd8ccbbe632b1307ff1527927cd1dc0bcad82f67
 WHIRLPOOL 
890a8875d3bd8294cc87409b03efad12dd104dee8b5b1eac9d200ceb4c4c7ae6d9ebf6901fea7a57e69b1415d165524001841cc09521ccb4f1976e548169a3b1
 DIST manaplus-1.7.7.8.tar.xz 14860880 SHA256 
4c9473c5423076e9b7010e78dbb85d2c0aa63edcf7577fe4048adba6b6adbea5 SHA512 
9316297d5d766997913a465197da336516a8c1dbb30e193a1dca6ad083aa990788a147481a09cb6bcc044fdce575222c21797cef47107123141296c354639128
 WHIRLPOOL 
2d550f29e7d42549c095a1bf0db398d903e59e4f054d5751fd19259fa73615567a58ff1412aa97757efde18aad64fadf0220b8ad9f8e8ca44a5cdea1f564b875
+DIST manaplus-1.7.8.5.tar.xz 14896112 SHA256 
0247a7cefb519cb6cf7af44bb61383f54179976dbe41fee3f9d357689c6565c1 SHA512 
d5de7e467ed365123cabcbd72452c42d57bf436fbaffb339f474595c18413ef332e531cdb9b946c59c00aff28dfdbea4ed387b96bcda24c7ab9b949374e7d2ad
 WHIRLPOOL 
574aad5ac8f1ad7fc2cc9b430fbdb13bd91ed7c86502a94ca44f668cd8b9b8ff105752470c0c16bfee801cc159e6827830abc3f523c4d05bd29d38ded120d48a

diff --git a/games-rpg/manaplus/manaplus-1.7.8.5.ebuild 
b/games-rpg/manaplus/manaplus-1.7.8.5.ebuild
new file mode 100644
index 000..2d5897b5d6f
--- /dev/null
+++ b/games-rpg/manaplus/manaplus-1.7.8.5.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+[[ ${PV} ==  ]] && inherit autotools git-r3
+
+DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World"
+HOMEPAGE="http://manaplus.evolonline.org";
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git";
+else
+   
SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz";
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="mumble nls opengl pugixml +sdl2 test"
+
+RDEPEND="
+   >=dev-games/physfs-1.0.0
+   media-fonts/dejavu
+   media-fonts/liberation-fonts
+   media-fonts/mplus-outline-fonts
+   media-fonts/wqy-microhei
+   media-libs/libpng:0=
+   net-misc/curl
+   sys-libs/zlib
+   x11-apps/xmessage
+   x11-libs/libX11
+   x11-misc/xdg-utils
+   mumble? ( media-sound/mumble )
+   nls? ( virtual/libintl )
+   opengl? ( virtual/opengl )
+   pugixml? ( dev-libs/pugixml )
+   !pugixml? ( dev-libs/libxml2 )
+   sdl2? (
+   media-libs/libsdl2[X,opengl?,video]
+   media-libs/sdl2-gfx
+   media-libs/sdl2-image[png]
+   media-libs/sdl2-mixer[vorbis]
+   media-libs/sdl2-net
+   media-libs/sdl2-ttf
+   )
+   !sdl2? (
+   media-libs/libsdl[X,opengl?,video]
+   media-libs/sdl-gfx
+   media-libs/sdl-image[png]
+   media-libs/sdl-mixer[vorbis]
+   media-libs/sdl-net
+   media-libs/sdl-ttf
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   default
+   if [[ ${PV} ==  ]] ; then
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   --localedir=/usr/share/locale
+   --without-internalsdlgfx
+   $(use_with mumble)
+   $(use_enable nls)
+   $(use_with opengl)
+   --enable-libxml=$(usex pugixml pugixml libxml)
+   $(use_with sdl2)
+   $(use_enable test unittests)
+   )
+   CONFIG_SHELL=/bin/bash econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   local destpath="/usr/share/${PN}"
+   dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf 
"${destpath}"/data/fonts/dejavusans-bold.ttf
+   dosym /usr/share/fonts/dejavu/DejaVuSans.ttf 
"${destpath}"/data/fonts/dejavusans.ttf
+   dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf 
"${destpath}"/data/fonts/dejavusansmono-bold.ttf
+   dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf 
"${destpath}"/data/fonts/dejavusansmono.ttf
+   dosym /usr/share/fonts/dejavu/DejaVuSerifConde

[gentoo-commits] proj/javatoolkit:master commit in: src/py/javatoolkit/xml/

2017-08-11 Thread Patrice Clement
commit: 0742a5a62058db8c3b8ff5d21e8fe662915d8cd2
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Aug 10 12:27:21 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Aug 10 12:27:21 2017 +
URL:https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=0742a5a6

swap around string encoding

 src/py/javatoolkit/xml/SaxRewriter.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/py/javatoolkit/xml/SaxRewriter.py 
b/src/py/javatoolkit/xml/SaxRewriter.py
index bd6e8de..f9e224a 100644
--- a/src/py/javatoolkit/xml/SaxRewriter.py
+++ b/src/py/javatoolkit/xml/SaxRewriter.py
@@ -115,7 +115,7 @@ class SaxRewriter(XMLGenerator):
 
 
 def p(self,str):
-self.buffer.write(str.encode('utf8'))
+self.buffer.write(str)
 
 
 def write_attr(self,a,v):
@@ -125,7 +125,7 @@ class SaxRewriter(XMLGenerator):
 def process(self, in_stream, callback):
 self.startElement = callback
 from xml.sax import parseString
-parseString(in_stream, self)
+parseString(in_stream.encode('UTF8'), self)
 self.p('\n')
 
 # vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap:



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

2017-08-11 Thread Patrice Clement
commit: 3e9087c76186eb392b9422838b84cb571f65c9d5
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Aug 10 12:32:16 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Aug 10 12:32:16 2017 +
URL:https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=3e9087c7

add entry to NEWS

 NEWS | 4 
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 3c5be57..c1e712f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+javatoolkit-0.5.1 (10 Aug 2017)
+===
+ - Fix encoding and string related issues.
+
 javatoolkit-0.5.0 (08 Aug 2017)
 ===
  - Fix imports with Python 3.



[gentoo-commits] proj/javatoolkit: New tag: 0.5.1

2017-08-11 Thread Patrice Clement
commit: 
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Aug 11 13:13:03 2017 +

New tag: 0.5.1




[gentoo-commits] proj/javatoolkit:master commit in: src/py/

2017-08-11 Thread Patrice Clement
commit: d843ddcc7909964331385920d1116350c65f33cd
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Aug 10 12:04:08 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Aug 10 12:04:08 2017 +
URL:https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=d843ddcc

doesn't convert str to UTF8

 src/py/xml-rewrite-2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/py/xml-rewrite-2.py b/src/py/xml-rewrite-2.py
index a6b88ee..943a512 100755
--- a/src/py/xml-rewrite-2.py
+++ b/src/py/xml-rewrite-2.py
@@ -111,7 +111,7 @@ class StreamRewriterBase:
 self.targetValues = targetValues or []
 
 def p(self, str):
-self.__write(str.encode('utf8'))
+self.__write(str)
 
 def write(self, out_stream):
 value = self.buffer.getvalue()



[gentoo-commits] repo/gentoo:master commit in: media-sound/grip/

2017-08-11 Thread Lars Wendler
commit: c7899e11fde55834908cdb8dc52aa53e0d511e59
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 11 13:13:48 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 13:13:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7899e11

media-sound/grip: Bump to version 3.5.2

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-sound/grip/Manifest  |  1 +
 media-sound/grip/grip-3.5.2.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/media-sound/grip/Manifest b/media-sound/grip/Manifest
index bccbe3122f0..080dfbd2cc6 100644
--- a/media-sound/grip/Manifest
+++ b/media-sound/grip/Manifest
@@ -1,3 +1,4 @@
 DIST grip-3.3.1.tar.gz 812562 SHA256 
d46394a1062ed066f9c633b010fd1059e63d9ed791bbb7a85bc6567cf0fd66fd SHA512 
380e36cb4e58180e543e1d293d38108f4879842ed63106da875e00747e98c2c06da1e706cfaf4ff26f481bba0ca941eb1201f430de04b0f313b1307ddd7e88d3
 WHIRLPOOL 
7e085bf45cf1031e5dce295c8d34682937c9abe1b74119103f418e598e1b835c9ce22533e603384099512e139c15963ab31b3eb73aa088bd698281cf507bf3de
 DIST grip-3.4.3.tar.gz 740870 SHA256 
34b7dd9f8c904f8f1984f691b3bfc62a68979eef62ab4e638817afedcc2fde0c SHA512 
e7690cfe375de525f7dde7cc4d64ac9577f702a58bbd2cc1aa318dba58b208a8affe9e8e07078d6a16ba1340b0bd17edce1c8cf750631c8d677a3bd2679bb361
 WHIRLPOOL 
fe1465d60cb850e0eb9bfdafe288ee66e8527b9ad41e2cf4d4dfda21a972d9bd9f1fd69d23cb8d3873109a805c4dc9d571f68e8a7f9edfd97acdb7f2837cc1bf
 DIST grip-3.5.1.tar.gz 950658 SHA256 
b4cd5483564460656f7027372976555488dbba4cb4875c171caa1a9743f43f4c SHA512 
d467f56d3ea180d93720bad9c696fe231cedb16f34b37a32cb9ac9d212325163b1df5e59ef964f53fa66b4e4b3791c856fb602681ec60532aae3daff15d52481
 WHIRLPOOL 
006587ac5df94224128ab4aee793d49c44092fe97c57cd1848afbf9d2172778f291451172506ec77f56105bfe43d2fa567da556d58aff17c464d3409e51e7fdd
+DIST grip-3.5.2.tar.gz 952153 SHA256 
aa67931ef3a80ef57351d487be2210b2f7030a16b41ff2f38d22ccc76d7f89b7 SHA512 
25fbc1aadfcbab57ae585afe0a6663d9640a3614c1b655abd238f272116eccf524e4de465784265cd1f12b48c4cdeb9fdd318f989052400a0bfc9855a5420421
 WHIRLPOOL 
cc883036a3a4a2073eb9d14c53f53e26ae568be81e0f21e709031586b5b541c04d03cd251bd99eb66bfda86fdf1167a6b1838517c85b89b1fa6acb72cd94e588

diff --git a/media-sound/grip/grip-3.5.2.ebuild 
b/media-sound/grip/grip-3.5.2.ebuild
new file mode 100644
index 000..5f755547265
--- /dev/null
+++ b/media-sound/grip/grip-3.5.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils flag-o-matic toolchain-funcs libtool
+
+DESCRIPTION="GTK+ based Audio CD Player/Ripper"
+HOMEPAGE="https://sourceforge.net/projects/grip/";
+SRC_URI="mirror://sourceforge/grip/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="vorbis"
+
+# lame and vorbis-tools are no real RDEPENDs. But without them
+# grip cannot convert ripped files to any format. So use them as
+# a sane default.
+RDEPEND="
+   gnome-base/libgnome
+   >=gnome-base/libgnomeui-2.2.0
+   >=media-libs/id3lib-3.8.3
+   media-sound/cdparanoia
+   media-sound/lame
+   net-misc/curl
+   >=x11-libs/gtk+-2.2:2
+   x11-libs/libX11
+   x11-libs/pango
+   x11-libs/vte:0
+   vorbis? ( media-sound/vorbis-tools )
+"
+# gnome-extra/yelp, see bug 416843
+DEPEND="
+   ${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   sed '/^Icon/s@grip\b@gripicon@' -i grip.desktop || die
+}
+
+src_configure() {
+   # Bug #69536
+   [[ $(tc-arch) == "x86" ]] && append-flags "-mno-sse"
+
+   strip-linguas be bg ca de en en_CA en_GB en_US es fi fr hu it ja nb nl 
pl_PL pt_BR ru sr vi zh_CN zh_HK zh_TW
+
+   econf
+}



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

2017-08-11 Thread Michael Palimaka
commit: fbf694b108e49961a764543084b8561acf8eb6d4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Aug 11 13:13:21 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Aug 11 13:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf694b1

profiles: stable mask dev-util/rpmdevtools[emacs] due to unstable dependencies

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

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 75c62d89245..42ed62be9fc 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Michael Palimaka  (06 Aug 2017)
 # Requires dev-lang/python-3.5 stabilisation
 >=kde-apps/kdegames-meta-17.04.3 python



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

2017-08-11 Thread Michael Palimaka
commit: 99819672b488f2c3a8cfceebde0e2faa6ee88845
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Aug 11 13:13:28 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Aug 11 13:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99819672

dev-util/rpmdevtools: amd64 stable

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/dev-util/rpmdevtools/rpmdevtools-8.10.ebuild 
b/dev-util/rpmdevtools/rpmdevtools-8.10.ebuild
index aa6e30a5cb6..695baa91caf 100644
--- a/dev-util/rpmdevtools/rpmdevtools-8.10.ebuild
+++ b/dev-util/rpmdevtools/rpmdevtools-8.10.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="emacs"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2017-08-11 Thread Michael Palimaka
commit: 9874e1e89c722b1c29964b72c6334fe08cc6cc83
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Aug 11 13:13:44 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Aug 11 13:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9874e1e8

dev-util/rpmdevtools: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/rpmdevtools/Manifest  |  2 --
 dev-util/rpmdevtools/rpmdevtools-8.3-r1.ebuild | 34 --
 dev-util/rpmdevtools/rpmdevtools-8.3.ebuild| 27 
 dev-util/rpmdevtools/rpmdevtools-8.5.ebuild| 34 --
 4 files changed, 97 deletions(-)

diff --git a/dev-util/rpmdevtools/Manifest b/dev-util/rpmdevtools/Manifest
index d03420b04f3..9588c444ed8 100644
--- a/dev-util/rpmdevtools/Manifest
+++ b/dev-util/rpmdevtools/Manifest
@@ -1,3 +1 @@
 DIST rpmdevtools-8.10.tar.xz 94976 SHA256 
dddf6649f2bcbe0204bd59316a387a59bb9056aaa14593e1b4dcdfe8c05dafcc SHA512 
49f310d5cf1e709e8001ffcf2b17afa7f7a89ef9c8f805d694149a914c40626a08afe93b16d9ed41df1717d0bc97713c06a3b0e63f13fa53d978c6204bb05d57
 WHIRLPOOL 
2db8900fe8198632a057551600a686bda5b549d1e0e9a274e336519d2831d588ee4ac7ae4efa8961b21fa9b02cfc857b026cf028d33002702eee970539844f74
-DIST rpmdevtools-8.3.tar.xz 102040 SHA256 
5f03dc5414e485ba8eb6c13480826fe80cc55d04df064a2117e63b4667fc42cf SHA512 
9d3d79d30abf5f579a11068aa2788967dfdcaf87bcd6ec127baede1cbfd38295671ae24700cf4a5c5433ae8bf0c7b3ba2466078aa491067d35db7c56a6efd0f5
 WHIRLPOOL 
f4a4345a646072162b9ac2dd2f05997483e10b0ff3c6ea40fa4ac260a9ae99745d03c1245cd8b7e49bf015a4df841b276d7cc0772c200b5e4e73c299edb257bc
-DIST rpmdevtools-8.5.tar.xz 89360 SHA256 
e6391c9feb19c68468d590936a8178fdfb23b190f9f038586e8be5062d26f054 SHA512 
410c2c284ad5283c2f368f0c644f4f4ce950e5be697c93912bf5f6e82ec342515780b1723a09e80e645737923727fbca75ba93c5cb17527c376603457f17795d
 WHIRLPOOL 
8ce189c3fd3e13e1baa84a1a0d349d5447674aacd5d440af33d116df24a60b09dec25c13a8fd5c7364a05dcd4d996abfad77f7de38c111e1445c9d2665ac17de

diff --git a/dev-util/rpmdevtools/rpmdevtools-8.3-r1.ebuild 
b/dev-util/rpmdevtools/rpmdevtools-8.3-r1.ebuild
deleted file mode 100644
index 4ae624edfd7..000
--- a/dev-util/rpmdevtools/rpmdevtools-8.3-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Collection of rpm packaging related utilities"
-HOMEPAGE="https://fedorahosted.org/rpmdevtools/";
-SRC_URI="https://fedorahosted.org/releases/r/p/${PN}/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="emacs"
-
-CDEPEND="
-   app-arch/rpm[python]
-   net-misc/curl
-   emacs? ( app-emacs/rpm-spec-mode )
-   dev-util/checkbashisms
-"
-
-DEPEND="
-   ${CDEPEND}
-   dev-lang/perl
-   sys-apps/help2man
-"
-
-RDEPEND="${CDEPEND}"
-
-src_install() {
-   default
-
-   rm "${ED}/usr/bin/checkbashisms" || die "Failed to remove checkbashisms 
script"
-}

diff --git a/dev-util/rpmdevtools/rpmdevtools-8.3.ebuild 
b/dev-util/rpmdevtools/rpmdevtools-8.3.ebuild
deleted file mode 100644
index f9b678d0483..000
--- a/dev-util/rpmdevtools/rpmdevtools-8.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Collection of rpm packaging related utilities"
-HOMEPAGE="https://fedorahosted.org/rpmdevtools/";
-SRC_URI="https://fedorahosted.org/releases/r/p/${PN}/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="emacs"
-
-CDEPEND="
-   app-arch/rpm[python]
-   net-misc/curl
-   emacs? ( app-emacs/rpm-spec-mode )
-"
-
-DEPEND="
-   ${CDEPEND}
-   dev-lang/perl
-   sys-apps/help2man
-"
-
-RDEPEND="${CDEPEND}"

diff --git a/dev-util/rpmdevtools/rpmdevtools-8.5.ebuild 
b/dev-util/rpmdevtools/rpmdevtools-8.5.ebuild
deleted file mode 100644
index 4fe6f89fdf5..000
--- a/dev-util/rpmdevtools/rpmdevtools-8.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Collection of rpm packaging related utilities"
-HOMEPAGE="https://fedorahosted.org/rpmdevtools/";
-SRC_URI="https://fedorahosted.org/releases/r/p/${PN}/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="emacs"
-
-CDEPEND="
-   app-arch/rpm[python]
-   net-misc/curl
-   emacs? ( app-emacs/rpm-spec-mode )
-   dev-util/checkbashisms
-"
-
-DEPEND="
-   ${CDEPEND}
-   dev-lang/perl
-   =dev-lang/python-2*
-   sys-apps/help2man
-"
-
-RDEPEND="${CDEPEND}"
-
-src_prepare() {
-   default
-   sed -i 's:#!/usr/bin/python:#!/usr/bin/python2:' rpmdev-rmdevelrpms.py 
|| die
-}



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

2017-08-11 Thread Michał Górny
commit: c9728566ed3c5e2f9e4670bc46893e9d43c4d214
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 05:18:28 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9728566

media-libs/libtiger: Modernize to EAPI=6

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 35 
 1 file changed, 35 insertions(+)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
new file mode 100644
index 000..27909edac9e
--- /dev/null
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit libtool
+
+DESCRIPTION="A rendering library for Kate streams using Pango and Cairo"
+HOMEPAGE="https://code.google.com/p/libtiger/";
+SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
+IUSE="doc"
+
+RDEPEND="x11-libs/pango
+   >=media-libs/libkate-0.2.0
+   x11-libs/cairo"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+src_prepare() {
+   default
+   elibtoolize
+}
+
+src_configure() {
+   econf $(use_enable doc)
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



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

2017-08-11 Thread Michał Górny
commit: d93b7bbbe54791dcca57ace7779d2eb4c101467f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 20:55:36 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93b7bbb

media-libs/opencv: Enable multilib builds for 3.1.0 & 3.2.0

 media-libs/opencv/opencv-3.1.0-r8.ebuild | 294 +++
 media-libs/opencv/opencv-3.2.0-r3.ebuild | 336 +++
 2 files changed, 630 insertions(+)

diff --git a/media-libs/opencv/opencv-3.1.0-r8.ebuild 
b/media-libs/opencv/opencv-3.1.0-r8.ebuild
new file mode 100644
index 000..a4f6ffd7f96
--- /dev/null
+++ b/media-libs/opencv/opencv-3.1.0-r8.ebuild
@@ -0,0 +1,294 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit toolchain-funcs python-r1 java-pkg-opt-2 java-ant-2 \
+   cmake-multilib
+
+DESCRIPTION="A collection of algorithms and sample code for
+   various computer vision problems"
+HOMEPAGE="http://opencv.org";
+
+BASE_URI="https://github.com/${PN}/${PN}";
+#commit from Thu, 02 Jun 2016
+CONTRIB_URI="75b3ea9f72fdb083140fc63855b7677d67748376"
+CONTRIB_P="${P}_contrib-${CONTRIB_URI:0:7}"
+
+SRC_URI="${BASE_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz
+   contrib? ( ${BASE_URI}_contrib/archive/${CONTRIB_URI}.tar.gz -> 
${CONTRIB_P}.tar.gz )"
+LICENSE="BSD"
+SLOT="0/3.1" # subslot = libopencv* soname version
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE="contrib cuda +eigen examples ffmpeg gdal gflags glog gphoto2 gstreamer 
gtk \
+   ieee1394 ipp jpeg jpeg2k libav opencl openexr opengl openmp pch png \
+   +python qt5 tesseract testprograms threads tiff vaapi v4l vtk webp xine 
\
+   contrib_cvv contrib_hdf contrib_sfm"
+
+# OpenGL needs gtk or Qt installed to activate, otherwise build system
+# will silently disable it without the user knowing, which defeats the
+# purpose of the opengl use flag.
+REQUIRED_USE="
+   cuda? ( tesseract? ( opencl ) )
+   gflags? ( contrib )
+   glog? ( contrib )
+   contrib_cvv? ( contrib qt5 )
+   contrib_hdf? ( contrib )
+   contrib_sfm? ( contrib eigen gflags glog )
+   opengl? ( || ( gtk qt5 ) )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   tesseract? ( contrib )"
+
+# The following logic is intrinsic in the build system, but we do not enforce
+# it on the useflags since this just blocks emerging pointlessly:
+#  gtk? ( !qt5 )
+#  openmp? ( !threads )
+
+RDEPEND="
+   app-arch/bzip2[${MULTILIB_USEDEP}]
+   sys-libs/zlib[${MULTILIB_USEDEP}]
+   cuda? ( dev-util/nvidia-cuda-toolkit:0= )
+   ffmpeg? (
+   libav? ( media-video/libav:0=[${MULTILIB_USEDEP}] )
+   !libav? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] )
+   )
+   gdal? ( sci-libs/gdal )
+   gflags? ( dev-cpp/gflags[${MULTILIB_USEDEP}] )
+   glog? ( dev-cpp/glog[${MULTILIB_USEDEP}] )
+   gphoto2? ( media-libs/libgphoto2[${MULTILIB_USEDEP}] )
+   gstreamer? (
+   media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
+   media-libs/gst-plugins-base:1.0[${MULTILIB_USEDEP}]
+   )
+   gtk? (
+   dev-libs/glib:2[${MULTILIB_USEDEP}]
+   x11-libs/gtk+:2[${MULTILIB_USEDEP}]
+   opengl? ( x11-libs/gtkglext[${MULTILIB_USEDEP}] )
+   )
+   java? ( >=virtual/jre-1.6:* )
+   jpeg? ( virtual/jpeg:0[${MULTILIB_USEDEP}] )
+   jpeg2k? ( media-libs/jasper:=[${MULTILIB_USEDEP}] )
+   ieee1394? (
+   media-libs/libdc1394[${MULTILIB_USEDEP}]
+   sys-libs/libraw1394[${MULTILIB_USEDEP}]
+   )
+   ipp? ( sci-libs/ipp )
+   contrib_hdf? ( sci-libs/hdf5 )
+   opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
+   openexr? ( media-libs/openexr[${MULTILIB_USEDEP}] )
+   opengl? (
+   virtual/opengl[${MULTILIB_USEDEP}]
+   virtual/glu[${MULTILIB_USEDEP}]
+   )
+   png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
+   python? ( ${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] )
+   qt5? (
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qttest:5
+   dev-qt/qtconcurrent:5
+   opengl? ( dev-qt/qtopengl:5 )
+   )
+   tesseract? ( app-text/tesseract[opencl=] )
+   threads? ( dev-cpp/tbb[${MULTILIB_USEDEP}] )
+   tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] )
+   v4l? ( >=media-libs/libv4l-0.8.3[${MULTILIB_USEDEP}] )
+   vtk? ( sci-libs/vtk[rendering] )
+   webp? ( media-libs/libwebp[${MULTILIB_USEDEP}] )
+   xine? ( media-libs/xine-lib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig[${MULTILIB_USEDEP}]
+   eigen? ( dev-cpp/eigen:3 )
+   java?  ( >=virtual/jdk-1.6 )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.0.0-gles.patch
+   

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

2017-08-11 Thread Michał Górny
commit: d6b76760fc1e569897865e04d3a9fdf3898a435c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 05:22:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b76760

media-libs/libtiger: Disable static libraries

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 1d18c7f4373..9ecb9724512 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -27,7 +27,9 @@ src_prepare() {
 
 multilib_src_configure() {
local ECONF_SOURCE=${S}
-   econf $(use_enable doc)
+   econf \
+   --disable-static \
+   $(use_enable doc)
 }
 
 multilib_src_install_all() {



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

2017-08-11 Thread Michał Górny
commit: a07b756bc31bcd4cc283494fdde4f092a060684f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 15:34:24 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07b756b

net-libs/libsrtp: Fix post-test libsrtp2.a rm, #600946

 net-libs/libsrtp/libsrtp-2.0.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/libsrtp/libsrtp-2.0.0.ebuild 
b/net-libs/libsrtp/libsrtp-2.0.0.ebuild
index 9e282218d75..828aec3146b 100644
--- a/net-libs/libsrtp/libsrtp-2.0.0.ebuild
+++ b/net-libs/libsrtp/libsrtp-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -59,9 +59,9 @@ src_compile() {
 src_test() {
LD_LIBRARY_PATH="${S}" emake -j1 runtest
 
-   # Makefile.in has '$(testapp): libsrtp.a'
+   # Makefile.in has '$(testapp): libsrtp2.a'
if use !static-libs; then
-   rm libsrtp.a || die
+   rm libsrtp2.a || die
fi
 }
 



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

2017-08-11 Thread Michał Górny
commit: eca987e6669de7382599398ba1726ad68dcd62c1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 10 21:30:17 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca987e6

media-plugins/gst-plugins-srtp: Remove MULTILIB_COMPAT that breaks x86

 ...gst-plugins-srtp-1.10.4.ebuild => gst-plugins-srtp-1.10.3-r1.ebuild} | 1 -
 media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.3.ebuild   | 2 +-
 media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.4.ebuild   | 1 -
 ...gst-plugins-srtp-1.10.4.ebuild => gst-plugins-srtp-1.10.5-r1.ebuild} | 1 -
 media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.5.ebuild   | 2 +-
 media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.8.3-r1.ebuild | 1 -
 6 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.4.ebuild 
b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.3-r1.ebuild
similarity index 91%
copy from media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.4.ebuild
copy to media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.3-r1.ebuild
index 77600389eee..7e48e0bfa32 100644
--- a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.4.ebuild
+++ b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.3-r1.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 GST_ORG_MODULE=gst-plugins-bad
-MULTILIB_COMPAT=( abi_x86_64 )
 
 inherit gstreamer
 

diff --git a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.3.ebuild 
b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.3.ebuild
index c54166bcc4f..64e95186285 100644
--- a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.3.ebuild
+++ b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.3.ebuild
@@ -8,7 +8,7 @@ MULTILIB_COMPAT=( abi_x86_64 )
 inherit gstreamer
 
 DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64"
 IUSE=""
 
 RDEPEND="

diff --git a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.4.ebuild 
b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.4.ebuild
index 77600389eee..7e48e0bfa32 100644
--- a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.4.ebuild
+++ b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.4.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 GST_ORG_MODULE=gst-plugins-bad
-MULTILIB_COMPAT=( abi_x86_64 )
 
 inherit gstreamer
 

diff --git a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.4.ebuild 
b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.5-r1.ebuild
similarity index 91%
copy from media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.4.ebuild
copy to media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.5-r1.ebuild
index 77600389eee..7e48e0bfa32 100644
--- a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.4.ebuild
+++ b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.5-r1.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 GST_ORG_MODULE=gst-plugins-bad
-MULTILIB_COMPAT=( abi_x86_64 )
 
 inherit gstreamer
 

diff --git a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.5.ebuild 
b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.5.ebuild
index c54166bcc4f..64e95186285 100644
--- a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.5.ebuild
+++ b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.5.ebuild
@@ -8,7 +8,7 @@ MULTILIB_COMPAT=( abi_x86_64 )
 inherit gstreamer
 
 DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64"
 IUSE=""
 
 RDEPEND="

diff --git a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.8.3-r1.ebuild 
b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.8.3-r1.ebuild
index cb3fef5df6c..de5fafba0a1 100644
--- a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.8.3-r1.ebuild
+++ b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.8.3-r1.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 GST_ORG_MODULE=gst-plugins-bad
-MULTILIB_COMPAT=( abi_x86_64 )
 
 inherit gstreamer
 



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

2017-08-11 Thread Michał Górny
commit: 6846dc1aeb02ebf48955d45686134e968a2e8b4f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 20:56:38 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6846dc1a

media-plugins/gst-plugins-opencv: Remove broken MULTILIB_COMPAT

 media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.3.ebuild | 1 -
 media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.4.ebuild | 1 -
 media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.5.ebuild | 1 -
 media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.8.3.ebuild  | 2 +-
 4 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.3.ebuild 
b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.3.ebuild
index f3cebc64d3d..de86931e9c0 100644
--- a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.3.ebuild
+++ b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.3.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 GST_ORG_MODULE=gst-plugins-bad
-MULTILIB_COMPAT=( abi_x86_64 )
 
 inherit autotools gstreamer
 

diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.4.ebuild 
b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.4.ebuild
index f3cebc64d3d..de86931e9c0 100644
--- a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.4.ebuild
+++ b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.4.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 GST_ORG_MODULE=gst-plugins-bad
-MULTILIB_COMPAT=( abi_x86_64 )
 
 inherit autotools gstreamer
 

diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.5.ebuild 
b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.5.ebuild
index f2c5c0f1d55..ef1905a7652 100644
--- a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.5.ebuild
+++ b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.5.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 GST_ORG_MODULE=gst-plugins-bad
-MULTILIB_COMPAT=( abi_x86_64 )
 
 inherit gstreamer
 

diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.8.3.ebuild 
b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.8.3.ebuild
index 5ef27236062..6719b184526 100644
--- a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.8.3.ebuild
+++ b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.8.3.ebuild
@@ -8,7 +8,7 @@ MULTILIB_COMPAT=( abi_x86_64 )
 inherit gstreamer
 
 DESCRIPTION="OpenCV elements for Gstreamer"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE=""
 
 RDEPEND="



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

2017-08-11 Thread Michał Górny
commit: a903e891d705deaa9c2eabbe296d11175d6c6f45
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 05:23:22 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a903e891

media-plugins/gst-plugins-kate: Remove broken MULTILIB_COMPAT

Remove the MULTILIB_COMPAT restricting the build to x86-64. This made it
impossible to install the package on 32-bit x86. The dependencies
are now multilib-aware, so just enable multilib for the package
completely.

 media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.3.ebuild | 1 -
 media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.4.ebuild | 1 -
 media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.5.ebuild | 1 -
 media-plugins/gst-plugins-kate/gst-plugins-kate-1.8.3.ebuild  | 1 -
 4 files changed, 4 deletions(-)

diff --git a/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.3.ebuild 
b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.3.ebuild
index 627b313348a..11dd4578d15 100644
--- a/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.3.ebuild
+++ b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.3.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 GST_ORG_MODULE=gst-plugins-bad
-MULTILIB_COMPAT=( abi_x86_64 )
 
 inherit gstreamer
 

diff --git a/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.4.ebuild 
b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.4.ebuild
index 627b313348a..11dd4578d15 100644
--- a/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.4.ebuild
+++ b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.4.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 GST_ORG_MODULE=gst-plugins-bad
-MULTILIB_COMPAT=( abi_x86_64 )
 
 inherit gstreamer
 

diff --git a/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.5.ebuild 
b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.5.ebuild
index 627b313348a..11dd4578d15 100644
--- a/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.5.ebuild
+++ b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.5.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 GST_ORG_MODULE=gst-plugins-bad
-MULTILIB_COMPAT=( abi_x86_64 )
 
 inherit gstreamer
 

diff --git a/media-plugins/gst-plugins-kate/gst-plugins-kate-1.8.3.ebuild 
b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.8.3.ebuild
index 3e3cbc7e2ba..9ed87a810e3 100644
--- a/media-plugins/gst-plugins-kate/gst-plugins-kate-1.8.3.ebuild
+++ b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.8.3.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 GST_ORG_MODULE=gst-plugins-bad
-MULTILIB_COMPAT=( abi_x86_64 )
 
 inherit gstreamer
 



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

2017-08-11 Thread Michał Górny
commit: 621e6591ec672974d4e02480cbcc7119505d61e2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 05:19:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621e6591

media-libs/libtiger: Enable multilib build

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 27909edac9e..1d18c7f4373 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit libtool
+inherit libtool multilib-minimal
 
 DESCRIPTION="A rendering library for Kate streams using Pango and Cairo"
 HOMEPAGE="https://code.google.com/p/libtiger/";
@@ -13,11 +13,11 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE="doc"
 
-RDEPEND="x11-libs/pango
-   >=media-libs/libkate-0.2.0
-   x11-libs/cairo"
+RDEPEND="x11-libs/pango[${MULTILIB_USEDEP}]
+   >=media-libs/libkate-0.2.0[${MULTILIB_USEDEP}]
+   x11-libs/cairo[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
-   virtual/pkgconfig
+   virtual/pkgconfig[${MULTILIB_USEDEP}]
doc? ( app-doc/doxygen )"
 
 src_prepare() {
@@ -25,11 +25,12 @@ src_prepare() {
elibtoolize
 }
 
-src_configure() {
+multilib_src_configure() {
+   local ECONF_SOURCE=${S}
econf $(use_enable doc)
 }
 
-src_install() {
-   default
+multilib_src_install_all() {
+   einstalldocs
find "${ED}" -name '*.la' -delete || die
 }



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

2017-08-11 Thread Michał Górny
commit: 0967057a69d7f97894df3e3336fbf9f52ff45eea
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 05:09:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0967057a

media-libs/libkate: Use the configure var to override PYTHON

Replace the 'sed' hack with a cleaner PYTHON=: configure override to
disable Python. This will make it possible to override it per-ABI.

 media-libs/libkate/libkate-0.4.1-r3.ebuild | 53 ++
 1 file changed, 53 insertions(+)

diff --git a/media-libs/libkate/libkate-0.4.1-r3.ebuild 
b/media-libs/libkate/libkate-0.4.1-r3.ebuild
new file mode 100644
index 000..fe9f1232492
--- /dev/null
+++ b/media-libs/libkate/libkate-0.4.1-r3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit ltprune python-single-r1
+
+DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
+HOMEPAGE="https://code.google.com/p/libkate/";
+SRC_URI="https://libkate.googlecode.com/files/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+
+IUSE="debug doc wxwidgets"
+REQUIRED_USE="wxwidgets? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="
+   media-libs/libogg:=
+   media-libs/libpng:0=
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   sys-devel/flex
+   sys-devel/bison
+   doc? ( app-doc/doxygen )
+"
+RDEPEND="${COMMON_DEPEND}
+   wxwidgets? (
+   ${PYTHON_DEPS}
+   dev-python/wxpython:3.0[${PYTHON_USEDEP}]
+   media-libs/liboggz )
+"
+
+pkg_setup() {
+   use wxwidgets && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   econf \
+   --disable-static \
+   $(use_enable debug) \
+   $(use_enable doc) \
+   $(usex wxwidgets '' 'PYTHON=:')
+}
+
+src_install() {
+   default
+   prune_libtool_files
+   use wxwidgets && python_fix_shebang "${D}"
+}



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

2017-08-11 Thread Michał Górny
commit: 594ae1a45e2227f1c5daaef5d0ab74510ef8441d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 15:40:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594ae1a4

net-libs/libsrtp: Enable multilib build in :2

 net-libs/libsrtp/libsrtp-2.0.0-r1.ebuild | 75 
 1 file changed, 75 insertions(+)

diff --git a/net-libs/libsrtp/libsrtp-2.0.0-r1.ebuild 
b/net-libs/libsrtp/libsrtp-2.0.0-r1.ebuild
new file mode 100644
index 000..c15b98e7a29
--- /dev/null
+++ b/net-libs/libsrtp/libsrtp-2.0.0-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Open-source implementation of the Secure Real-time Transport 
Protocol (SRTP)"
+HOMEPAGE="https://github.com/cisco/libsrtp";
+SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="2/1"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="aesicm console debug doc libressl openssl static-libs syslog test"
+
+RDEPEND="
+   openssl? (
+   !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
+   )
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( CHANGES README TODO )
+
+PATCHES=( "${FILESDIR}/${PN}-pcap-automagic-r0.patch" )
+
+src_prepare() {
+   default
+
+   # test/rtpw.c is using /usr/share/dict/words assuming it exists
+   # using test/rtpw.c guaratees the file exists in any case
+   sed -i -e "s:/usr/share/dict/words:rtpw.c:" test/rtpw.c || die
+
+   eautoreconf
+
+   # sadly, tests are too broken to even consider using work-arounds
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   # stdout: default error output for messages in debug
+   # pcap: seems to be test-only
+   # openssl-kdf: OpenSSL 1.1.0+
+   econf \
+   --enable-stdout \
+   --disable-pcap \
+   --disable-openssl-kdf \
+   $(use_enable aesicm generic-aesicm) \
+   $(use_enable console) \
+   $(use_enable debug) \
+   $(use_enable openssl)
+}
+
+multilib_src_compile() {
+   use static-libs && emake ${PN}.a
+   emake shared_library
+   use test && emake test
+}
+
+multilib_src_test() {
+   LD_LIBRARY_PATH="${BUILD_DIR}" emake -j1 runtest
+
+   # Makefile.in has '$(testapp): libsrtp2.a'
+   if use !static-libs; then
+   rm libsrtp2.a || die
+   fi
+}
+
+multilib_src_install_all() {
+   # libsrtp.pdf can be generated with doxygen, but it seems to be broken.
+   use doc && DOCS+=( doc/*.txt )
+   einstalldocs
+}



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

2017-08-11 Thread Michał Górny
commit: 4aa7924438c00522755826b8ebe9292b9d7be27d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 05:13:07 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa79244

media-libs/libkate: Enable multilib build

 media-libs/libkate/libkate-0.4.1-r3.ebuild | 21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/media-libs/libkate/libkate-0.4.1-r3.ebuild 
b/media-libs/libkate/libkate-0.4.1-r3.ebuild
index b9892bb4c9f..a2653bad4c3 100644
--- a/media-libs/libkate/libkate-0.4.1-r3.ebuild
+++ b/media-libs/libkate/libkate-0.4.1-r3.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1
+inherit multilib-minimal python-single-r1
 
 DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
 HOMEPAGE="https://code.google.com/p/libkate/";
@@ -18,12 +18,12 @@ IUSE="debug doc wxwidgets"
 REQUIRED_USE="wxwidgets? ( ${PYTHON_REQUIRED_USE} )"
 
 COMMON_DEPEND="
-   media-libs/libogg:=
-   media-libs/libpng:0=
+   media-libs/libogg:=[${MULTILIB_USEDEP}]
+   media-libs/libpng:0=[${MULTILIB_USEDEP}]
 "
 DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   sys-devel/flex
+   virtual/pkgconfig[${MULTILIB_USEDEP}]
+   sys-devel/flex[${MULTILIB_USEDEP}]
sys-devel/bison
doc? ( app-doc/doxygen )
 "
@@ -38,16 +38,17 @@ pkg_setup() {
use wxwidgets && python-single-r1_pkg_setup
 }
 
-src_configure() {
+multilib_src_configure() {
+   local ECONF_SOURCE=${S}
econf \
--disable-static \
$(use_enable debug) \
-   $(use_enable doc) \
-   $(usex wxwidgets '' 'PYTHON=:')
+   $(multilib_native_use_enable doc) \
+   $(multilib_native_usex wxwidgets '' 'PYTHON=:')
 }
 
-src_install() {
-   default
+multilib_src_install_all() {
+   einstalldocs
find "${D}" -name '*.la' -delete || die
use wxwidgets && python_fix_shebang "${D}"
 }



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

2017-08-11 Thread Michał Górny
commit: 18ba8e8a0e09ab901aba054af8f8d2743227febf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 10 09:54:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ba8e8a

media-libs/opencv: Fix automagic dep on tesseract

 media-libs/opencv/opencv-3.1.0-r8.ebuild | 10 ++
 media-libs/opencv/opencv-3.2.0-r3.ebuild | 10 ++
 2 files changed, 20 insertions(+)

diff --git a/media-libs/opencv/opencv-3.1.0-r8.ebuild 
b/media-libs/opencv/opencv-3.1.0-r8.ebuild
index a4f6ffd7f96..75af0b42c87 100644
--- a/media-libs/opencv/opencv-3.1.0-r8.ebuild
+++ b/media-libs/opencv/opencv-3.1.0-r8.ebuild
@@ -244,6 +244,16 @@ multilib_src_configure() {
-DBUILD_opencv_hdf=$(multilib_native_usex contrib_hdf 
ON OFF)
-DBUILD_opencv_sfm=$(usex contrib_sfm ON OFF)
)
+
+   if multilib_is_native_abi; then
+   GLOBALCMAKEARGS+=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Tesseract=$(usex 
!tesseract)
+   )
+   else
+   GLOBALCMAKEARGS+=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Tesseract=ON
+   )
+   fi
fi
 
# workaround for bug 413429

diff --git a/media-libs/opencv/opencv-3.2.0-r3.ebuild 
b/media-libs/opencv/opencv-3.2.0-r3.ebuild
index ea277d363e9..57e9db2784e 100644
--- a/media-libs/opencv/opencv-3.2.0-r3.ebuild
+++ b/media-libs/opencv/opencv-3.2.0-r3.ebuild
@@ -286,6 +286,16 @@ multilib_src_configure() {
-DBUILD_opencv_hdf=$(multilib_native_usex contrib_hdf 
ON OFF)
-DBUILD_opencv_sfm=$(usex contrib_sfm ON OFF)
)
+
+   if multilib_is_native_abi; then
+   GLOBALCMAKEARGS+=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Tesseract=$(usex 
!tesseract)
+   )
+   else
+   GLOBALCMAKEARGS+=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Tesseract=ON
+   )
+   fi
fi
 
# workaround for bug 413429



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

2017-08-11 Thread Michał Górny
commit: 28603988379b493f164ddf34e0dc014cc8799f84
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 15:27:49 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28603988

net-libs/libsrtp: Enable multilib build in :0

 net-libs/libsrtp/libsrtp-1.5.4-r1.ebuild | 83 
 1 file changed, 83 insertions(+)

diff --git a/net-libs/libsrtp/libsrtp-1.5.4-r1.ebuild 
b/net-libs/libsrtp/libsrtp-1.5.4-r1.ebuild
new file mode 100644
index 000..01c12476018
--- /dev/null
+++ b/net-libs/libsrtp/libsrtp-1.5.4-r1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Open-source implementation of the Secure Real-time Transport 
Protocol (SRTP)"
+HOMEPAGE="https://github.com/cisco/libsrtp";
+SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 
~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="aesicm console debug doc libressl openssl static-libs syslog test"
+
+RDEPEND="
+   openssl? (
+   !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
+   )
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( CHANGES README TODO )
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/srtp/config.h
+)
+PATCHES=( "${FILESDIR}/${PN}-pcap-automagic-r0.patch" )
+
+src_prepare() {
+   default
+
+   # test/rtpw.c is using /usr/share/dict/words assuming it exists
+   # using test/rtpw.c guaratees the file exists in any case
+   sed -i -e "s:/usr/share/dict/words:rtpw.c:" test/rtpw.c || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   # stdout: default error output for messages in debug
+   # kernel-linux: breaks the build
+   # gdoi: disabled by upstream and breaks the build
+   # pcap: seems to be test-only
+   ECONF_SOURCE=${S} \
+   econf \
+   --enable-stdout \
+   --disable-kernel-linux \
+   --disable-gdoi \
+   --disable-pcap \
+   $(use_enable aesicm generic-aesicm) \
+   $(use_enable console) \
+   $(use_enable debug) \
+   $(use_enable openssl) \
+   $(use_enable syslog)
+}
+
+multilib_src_compile() {
+   use static-libs && emake ${PN}.a
+   emake shared_library
+   use test && emake test
+}
+
+multilib_src_test() {
+   # work-around tests that do not like out-of-source builds
+   cp "${S}"/test/{getopt_s,rtpw}.c "${BUILD_DIR}"/test/ || die
+
+   LD_LIBRARY_PATH="${BUILD_DIR}" emake -j1 runtest
+
+   # Makefile.in has '$(testapp): libsrtp.a'
+   if use !static-libs; then
+   rm libsrtp.a || die
+   fi
+}
+
+multilib_src_install_all() {
+   # libsrtp.pdf can also be generated with doxygen
+   # but it would be a waste of time as an up-to-date version is built
+   use doc && DOCS+=( doc/*.txt doc/${PN}.pdf )
+   einstalldocs
+}



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

2017-08-11 Thread Michał Górny
commit: c0abd7f4519903e4334c05c82b64e7252d1bdf63
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 05:11:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0abd7f4

media-libs/libkate: Kill .la files unconditionally

 media-libs/libkate/libkate-0.4.1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libkate/libkate-0.4.1-r3.ebuild 
b/media-libs/libkate/libkate-0.4.1-r3.ebuild
index fe9f1232492..b9892bb4c9f 100644
--- a/media-libs/libkate/libkate-0.4.1-r3.ebuild
+++ b/media-libs/libkate/libkate-0.4.1-r3.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
-inherit ltprune python-single-r1
+inherit python-single-r1
 
 DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
 HOMEPAGE="https://code.google.com/p/libkate/";
@@ -48,6 +48,6 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files
+   find "${D}" -name '*.la' -delete || die
use wxwidgets && python_fix_shebang "${D}"
 }



[gentoo-commits] proj/elt-patches: Branch deleted: eltpatch

2017-08-11 Thread Michał Górny
commit: 
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:23:32 2017 +

Branch deleted: eltpatch




[gentoo-commits] proj/elt-patches:master commit in: patches/hpux-conf/, patches/fbsd-ltconf/, hardcode/, ppc64le/, ...

2017-08-11 Thread Michał Górny
commit: ec76f6e000bdfdc91f4b5da7fa05c57a39cc3f27
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 22 07:03:47 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 22 07:27:26 2017 +
URL:https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=ec76f6e0

Add application script, and a Makefile

 Makefile   |  47 ++
 eltpatch.in| 488 +
 {aixrtl => patches/aixrtl}/1.5.0-cmds-c|   0
 {aixrtl => patches/aixrtl}/1.5.0-cmds-cxx  |   0
 {aixrtl => patches/aixrtl}/1.5.0-expsym-c  |   0
 {aixrtl => patches/aixrtl}/1.5.0-expsym-cxx|   0
 {aixrtl => patches/aixrtl}/1.5.0-noundef-c |   0
 {aixrtl => patches/aixrtl}/1.5.0-noundef-cxx   |   0
 {aixrtl => patches/aixrtl}/1.5.0-soname|   0
 {aixrtl => patches/aixrtl}/1.5.0-usertl-c  |   0
 {aixrtl => patches/aixrtl}/1.5.0-usertl-cxx|   0
 {aixrtl => patches/aixrtl}/1.5.22-cmds-c   |   0
 {aixrtl => patches/aixrtl}/1.5.22-cmds-cxx |   0
 {aixrtl => patches/aixrtl}/2.0.0-fpic-c|   0
 {aixrtl => patches/aixrtl}/2.0.0-fpic-cxx  |   0
 {aixrtl => patches/aixrtl}/2.2.0-cmds-c|   0
 {aixrtl => patches/aixrtl}/2.2.0-cmds-cxx  |   0
 {aixrtl => patches/aixrtl}/2.2.0-expsym-c  |   0
 {aixrtl => patches/aixrtl}/2.2.0-expsym-cxx|   0
 {aixrtl => patches/aixrtl}/2.2.0-noundef-c |   0
 {aixrtl => patches/aixrtl}/2.2.0-noundef-cxx   |   0
 {aixrtl => patches/aixrtl}/2.2.0-usertl-cxx|   0
 {aixrtl => patches/aixrtl}/2.2.8-cmds-c|   0
 {aixrtl => patches/aixrtl}/2.2.8-cmds-cxx  |   0
 {aixrtl => patches/aixrtl}/2.4.0-expsym-c  |   0
 {aixrtl => patches/aixrtl}/2.4.0-expsym-cxx|   0
 {aixrtl => patches/aixrtl}/2.4.2.418-cmds-c|   0
 {aixrtl => patches/aixrtl}/2.4.2.418-cmds-cxx  |   0
 {aixrtl => patches/aixrtl}/2.4.2.418-soname|   0
 {aixrtl => patches/aixrtl}/2.4.4-expsym-c  |   0
 {aixrtl => patches/aixrtl}/2.4.4-expsym-cxx|   0
 {aixrtl => patches/aixrtl}/2.4.4-with-svr4 |   0
 {as-needed => patches/as-needed}/1.5   |   0
 {as-needed => patches/as-needed}/1.5.26|   0
 {as-needed => patches/as-needed}/2.2.6 |   0
 {as-needed => patches/as-needed}/2.4.2 |   0
 {as-needed => patches/as-needed}/2.4.3 |   0
 {cross => patches/cross}/2.2   |   0
 {cross => patches/cross}/2.4   |   0
 {cross => patches/cross}/2.4.3 |   0
 {darwin-conf => patches/darwin-conf}/1.5   |   0
 {darwin-conf => patches/darwin-conf}/1.5b  |   0
 {darwin-conf => patches/darwin-conf}/2.2.4 |   0
 {darwin-conf => patches/darwin-conf}/2.2.6 |   0
 {darwin-conf => patches/darwin-conf}/2.4.6 |   0
 {darwin-ltconf => patches/darwin-ltconf}/1.2.0 |   0
 {darwin-ltconf => patches/darwin-ltconf}/1.3.0 |   0
 {darwin-ltmain => patches/darwin-ltmain}/1.2.0 |   0
 {darwin-ltmain => patches/darwin-ltmain}/1.3.0 |   0
 {deplibs => patches/deplibs}/1.5   |   0
 {deplibs => patches/deplibs}/2.1b  |   0
 {fbsd-conf => patches/fbsd-conf}/00broken-libglade |   0
 {fbsd-conf => patches/fbsd-conf}/1.4.0 |   0
 {fbsd-conf => patches/fbsd-conf}/1.5.10|   0
 {fbsd-conf => patches/fbsd-conf}/1.5.18|   0
 {fbsd-conf => patches/fbsd-conf}/1.5.20|   0
 {fbsd-conf => patches/fbsd-conf}/1.5.20b   |   0
 {fbsd-conf => patches/fbsd-conf}/1.9f  |   0
 {fbsd-ltconf => patches/fbsd-ltconf}/1.2.0 |   0
 {fbsd-ltconf => patches/fbsd-ltconf}/1.3.0 |   0
 {fbsd-ltconf => patches/fbsd-ltconf}/1.4a  |   0
 {fbsd-ltconf => patches/fbsd-ltconf}/1.4a-GCC3.0   |   0
 {fix-relink => patches/fix-relink}/1.4.0   |   0
 {fix-relink => patches/fix-relink}/1.4.3   |   0
 {fix-relink => patches/fix-relink}/1.5.0   |   0
 {gold-conf => patches/gold-conf}/2.2.6 |   0
 {hardcode-relink => patches/hardcode-relink}/1.3d  |   0
 {hardcode => patches/hardcode}/1.3d|   0
 {hardcode => patches/hardcode}/2.1b|   0
 {hc-flag-ld => patches/hc-flag-ld}/1.5 |   0
 {hpux-conf => patches/hpux-conf}/1.5.22-syslibpath |   0
 {install-sh => patches/install-sh}/1.5 |   0
 {install-sh => patches/install-sh}/1.5.4   |   0
 {install-sh => patches/install-sh}/1.5.6   |   0
 {irix-ltmain => patches/irix-ltmain}/2.2.6 |   0
 {ltmain => patches/ltmain}/1.5 |   0
 {max_cmd_len => patches/max_cmd_len}/1.5.0 |   0
 {max_cmd_len => patches/max_cmd_len}/1.5.14|   0
 {max_cmd_len => patches/max_cmd_len}/1.5.20|   0
 {mint-conf => patches/mint-conf}/2.2.6 |  

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

2017-08-11 Thread Lars Wendler
commit: 4bbe90e8abf732f8c277fc63d7ae3afabf88b661
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 11 13:27:55 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 13:28:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbe90e8

sys-apps/ipmiutil: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-apps/ipmiutil/Manifest  |  1 -
 sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild | 55 -
 2 files changed, 56 deletions(-)

diff --git a/sys-apps/ipmiutil/Manifest b/sys-apps/ipmiutil/Manifest
index 33403d75167..3d4d098e896 100644
--- a/sys-apps/ipmiutil/Manifest
+++ b/sys-apps/ipmiutil/Manifest
@@ -1,4 +1,3 @@
 DIST ipmiutil-3.0.2.tar.gz 1689243 SHA256 
8db8aea5d02bc88d822d13c2be874d94d0576a2d3120b046bfa2bfc4cf16815b SHA512 
4a84bd618cde4a099e7f0449fab5c41339ef7c2f25f9c353dd0fb58d8df7a238d3f9e7db9eed02e7021b34ac8e93a67cf5cc7eba4c91121b63dea042140de9b0
 WHIRLPOOL 
7fc155233c9b0f4434f38a8f8999b2c111c4d23d2f8705af8db4c92651456cad46fb77a1a66815d1b77697479645e8608cd636e8b7f6527340ca252076437340
-DIST ipmiutil-3.0.4.tar.gz 1692081 SHA256 
9aa65ff33b21a30aaa2b484ad62de408d50f4633d076e35b5066dc4dcfd0ed16 SHA512 
6d7a305bd146fcb0f7a0b56f8d8b21fa0f9192c28c049e08a89a2d38d48d16f1a7f1f23ef91adc45618488664708e95d0358739c24171b079b0290a341deeff8
 WHIRLPOOL 
55f444f7abf594996612a9208d23754b2ed87c94cdcf49b04feca5cd49e094cc15b4d37c0b34766827389341265c0f459515b714fdbdc983a5fd85cbd5dcbe2d
 DIST ipmiutil-3.0.5.tar.gz 1692290 SHA256 
b2d7f72535131c7832ba4be13dc33c81513fc3ee43fe797b4b52014600ecee5e SHA512 
e726f0650342de39a36ecde3abcce659739b41a9766ba55f6812b7fe9c91665b86c2a022ab4bad3fb6b5ca9bc72d2b8950f35c492138dcab8b8f5cb6824a9bf9
 WHIRLPOOL 
f4d096f9980dbb98ed6a8d2da8bd141a58ace90d023976ec04bf253479c1822076d4580015f5391169f18ae4ce09196fdcd3623359ab40a08873471ac731fbcc
 DIST ipmiutil-3.0.6.tar.gz 1692679 SHA256 
36e04aa874255638be30a8a64443dde5cb002b456a2c1b7858d7669123ff77b7 SHA512 
0c47246b7aa6a060091745d36e33aae07e7907dcad5fefb1759aac62adf48316915ce5818d2f9241e24b73be13e54fbb57046234a69c60ce56f41a933915580f
 WHIRLPOOL 
5f8bbd35153667a1da3b62a1bad97a6f88a056c093878d1965bdaa80cbd8fc492805ea7acf92b8184d014b93fe8c38e4cd786e26a6e5c17e514c109568fcacc3

diff --git a/sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild 
b/sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild
deleted file mode 100644
index fb50eb86ea1..000
--- a/sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools systemd
-
-DESCRIPTION="IPMI Management Utilities"
-HOMEPAGE="http://ipmiutil.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-
-RDEPEND=">=dev-libs/openssl-1:0="
-DEPEND="${RDEPEND}
-   virtual/os-headers"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.9.8-flags.patch
-   "${FILESDIR}"/${PN}-2.9.9-lib_symlink.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i -e 's|-O2 -g|$(CFLAGS)|g;s|-g -O2|$(CFLAGS)|g' util/Makefile.am* 
|| die
-   sed -i -e 's|which rpm |which we_are_gentoo_rpm_is_a_guest |' 
configure.ac || die
-
-   eautoreconf
-}
-
-src_configure() {
-   econf --disable-systemd --enable-sha256
-}
-
-src_compile() {
-   # Ulgy workaround. Upstream is misusing the make system here
-   # and it doesn't even work.
-   # Please check on each bump if this workaround is still required.
-   pushd lib/lanplus &>/dev/null || die
-   emake || die "emake lanplus failed"
-   cp libipmi_lanplus.a .. || die
-   popd &>/dev/null  || die
-
-   emake
-}
-
-src_install() {
-   emake DESTDIR="${D}" sysdto="${D}/$(systemd_get_systemunitdir)" install
-   dodoc -r AUTHORS ChangeLog NEWS README TODO doc/UserGuide
-
-   # Init scripts are only for Fedora
-   rm -r "${ED}"/etc/init.d || die 'remove initscripts failed'
-}



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

2017-08-11 Thread Lars Wendler
commit: f94b0c1dd81b023230bd5f3e27ff93be493524d9
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 11 13:27:34 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 13:28:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94b0c1d

sys-apps/ipmiutil: Bump to version 3.0.6

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-apps/ipmiutil/Manifest  |  1 +
 sys-apps/ipmiutil/ipmiutil-3.0.6.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/sys-apps/ipmiutil/Manifest b/sys-apps/ipmiutil/Manifest
index 0a752d95c30..33403d75167 100644
--- a/sys-apps/ipmiutil/Manifest
+++ b/sys-apps/ipmiutil/Manifest
@@ -1,3 +1,4 @@
 DIST ipmiutil-3.0.2.tar.gz 1689243 SHA256 
8db8aea5d02bc88d822d13c2be874d94d0576a2d3120b046bfa2bfc4cf16815b SHA512 
4a84bd618cde4a099e7f0449fab5c41339ef7c2f25f9c353dd0fb58d8df7a238d3f9e7db9eed02e7021b34ac8e93a67cf5cc7eba4c91121b63dea042140de9b0
 WHIRLPOOL 
7fc155233c9b0f4434f38a8f8999b2c111c4d23d2f8705af8db4c92651456cad46fb77a1a66815d1b77697479645e8608cd636e8b7f6527340ca252076437340
 DIST ipmiutil-3.0.4.tar.gz 1692081 SHA256 
9aa65ff33b21a30aaa2b484ad62de408d50f4633d076e35b5066dc4dcfd0ed16 SHA512 
6d7a305bd146fcb0f7a0b56f8d8b21fa0f9192c28c049e08a89a2d38d48d16f1a7f1f23ef91adc45618488664708e95d0358739c24171b079b0290a341deeff8
 WHIRLPOOL 
55f444f7abf594996612a9208d23754b2ed87c94cdcf49b04feca5cd49e094cc15b4d37c0b34766827389341265c0f459515b714fdbdc983a5fd85cbd5dcbe2d
 DIST ipmiutil-3.0.5.tar.gz 1692290 SHA256 
b2d7f72535131c7832ba4be13dc33c81513fc3ee43fe797b4b52014600ecee5e SHA512 
e726f0650342de39a36ecde3abcce659739b41a9766ba55f6812b7fe9c91665b86c2a022ab4bad3fb6b5ca9bc72d2b8950f35c492138dcab8b8f5cb6824a9bf9
 WHIRLPOOL 
f4d096f9980dbb98ed6a8d2da8bd141a58ace90d023976ec04bf253479c1822076d4580015f5391169f18ae4ce09196fdcd3623359ab40a08873471ac731fbcc
+DIST ipmiutil-3.0.6.tar.gz 1692679 SHA256 
36e04aa874255638be30a8a64443dde5cb002b456a2c1b7858d7669123ff77b7 SHA512 
0c47246b7aa6a060091745d36e33aae07e7907dcad5fefb1759aac62adf48316915ce5818d2f9241e24b73be13e54fbb57046234a69c60ce56f41a933915580f
 WHIRLPOOL 
5f8bbd35153667a1da3b62a1bad97a6f88a056c093878d1965bdaa80cbd8fc492805ea7acf92b8184d014b93fe8c38e4cd786e26a6e5c17e514c109568fcacc3

diff --git a/sys-apps/ipmiutil/ipmiutil-3.0.6.ebuild 
b/sys-apps/ipmiutil/ipmiutil-3.0.6.ebuild
new file mode 100644
index 000..9f90df500d2
--- /dev/null
+++ b/sys-apps/ipmiutil/ipmiutil-3.0.6.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools systemd
+
+DESCRIPTION="IPMI Management Utilities"
+HOMEPAGE="http://ipmiutil.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+
+RDEPEND=">=dev-libs/openssl-1:0="
+DEPEND="${RDEPEND}
+   virtual/os-headers"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.9.8-flags.patch
+   "${FILESDIR}"/${PN}-2.9.9-lib_symlink.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i -e 's|-O2 -g|$(CFLAGS)|g;s|-g -O2|$(CFLAGS)|g' util/Makefile.am* 
|| die
+   sed -i -e 's|which rpm |which we_are_gentoo_rpm_is_a_guest |' 
configure.ac || die
+
+   eautoreconf
+}
+
+src_configure() {
+   econf --disable-systemd --enable-sha256
+}
+
+src_compile() {
+   # Ulgy workaround. Upstream is misusing the make system here
+   # and it doesn't even work.
+   # Please check on each bump if this workaround is still required.
+   pushd lib/lanplus &>/dev/null || die
+   emake || die "emake lanplus failed"
+   cp libipmi_lanplus.a .. || die
+   popd &>/dev/null || die
+
+   emake
+}
+
+src_install() {
+   emake DESTDIR="${D}" sysdto="${D}/$(systemd_get_systemunitdir)" install
+   dodoc -r AUTHORS ChangeLog NEWS README TODO doc/UserGuide
+
+   # Init scripts are only for Fedora
+   rm -r "${ED%/}"/etc/init.d || die 'remove initscripts failed'
+}



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

2017-08-11 Thread Michał Górny
commit: 8533e77f07ef9f2c768f31eae6259b2eab599b30
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 22 07:20:31 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:35:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8533e77f

libtool.eclass: Use external eltpatch tool

Closes: https://github.com/gentoo/gentoo/pull/4467

 eclass/libtool.eclass | 477 +-
 1 file changed, 6 insertions(+), 471 deletions(-)

diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index 576abd3a5f8..2e0f608d342 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -16,104 +16,9 @@
 if [[ -z ${_LIBTOOL_ECLASS} ]]; then
 _LIBTOOL_ECLASS=1
 
-DEPEND=">=app-portage/elt-patches-20170317"
+DEPEND=">=app-portage/elt-patches-20170422"
 
-libtool_elt_patch_dir() {
-   echo "${EPREFIX}/usr/share/elt-patches"
-}
-
-inherit multilib toolchain-funcs
-
-#
-# See if we can apply $2 on $1, and if so, do it
-#
-ELT_try_and_apply_patch() {
-   local ret=0
-   local file=$1
-   local patch=$2
-   local src=$3
-   local disp="${src} patch"
-   local log="${T}/elibtool.log"
-
-   if [[ -z ${_ELT_NOTED_TMP} ]] ; then
-   _ELT_NOTED_TMP=true
-   printf 'temp patch: %s\n' "${patch}" > "${log}"
-   fi
-   printf '\nTrying %s\n' "${disp}" >> "${log}"
-
-   if [[ ! -e ${file} ]] ; then
-   echo "File not found: ${file}" >> "${log}"
-   return 1
-   fi
-
-   # Save file for permission restoration.  `patch` sometimes resets 
things.
-   # Ideally we'd want 'stat -c %a', but stat is highly non portable and 
we are
-   # guaranted to have GNU find, so use that instead.
-   local perms="$(find ${file} -maxdepth 0 -printf '%m')"
-   # We only support patchlevel of 0 - why worry if its static patches?
-   if patch -p0 --dry-run "${file}" "${patch}" >> "${log}" 2>&1 ; then
-   einfo "  Applying ${disp} ..."
-   patch -p0 -g0 --no-backup-if-mismatch "${file}" "${patch}" >> 
"${log}" 2>&1
-   ret=$?
-   export ELT_APPLIED_PATCHES="${ELT_APPLIED_PATCHES} ${src}"
-   else
-   ret=1
-   fi
-   chmod "${perms}" "${file}"
-
-   return "${ret}"
-}
-
-#
-# Get string version of ltmain.sh or ltconfig (passed as $1)
-#
-ELT_libtool_version() {
-   (
-   unset VERSION
-   eval $(grep -e '^[[:space:]]*VERSION=' "$1")
-   echo "${VERSION:-0}"
-   )
-}
-
-#
-# Run through the patches in $2 and see if any
-# apply to $1 ...
-#
-ELT_walk_patches() {
-   local patch tmp
-   local ret=1
-   local file=$1
-   local patch_set=$2
-   local patch_dir="$(libtool_elt_patch_dir)/${patch_set}"
-   local rem_int_dep=$3
-
-   [[ -z ${patch_set} ]] && return 1
-   [[ ! -d ${patch_dir} ]] && return 1
-
-   # Allow patches to use @GENTOO_LIBDIR@ replacements
-   local sed_args=( -e "s:@GENTOO_LIBDIR@:$(get_libdir):g" )
-   if [[ -n ${rem_int_dep} ]] ; then
-   # replace @REM_INT_DEP@ with what was passed
-   # to --remove-internal-dep
-   sed_args+=( -e "s|@REM_INT_DEP@|${rem_int_dep}|g" )
-   fi
-
-   pushd "$(libtool_elt_patch_dir)" >/dev/null || die
-
-   # Go through the patches in reverse order (newer version to older)
-   for patch in $(find "${patch_set}" -maxdepth 1 -type f | LC_ALL=C sort 
-r) ; do
-   tmp="${T}/libtool-elt.patch"
-   sed "${sed_args[@]}" "${patch}" > "${tmp}" || die
-   if ELT_try_and_apply_patch "${file}" "${tmp}" "${patch}" ; then
-   # Break to unwind w/popd rather than return directly
-   ret=0
-   break
-   fi
-   done
-
-   popd >/dev/null
-   return ${ret}
-}
+inherit toolchain-funcs
 
 # @FUNCTION: elibtoolize
 # @USAGE: [dirs] [--portage] [--reverse-deps] [--patch-only] 
[--remove-internal-dep=xxx] [--shallow] [--no-uclibc]
@@ -126,384 +31,14 @@ ELT_walk_patches() {
 #
 # The other options should be avoided in general unless you know what's going 
on.
 elibtoolize() {
-   local x
-   local dirs=()
-   local do_portage="no"
-   local do_reversedeps="yes"
-   local do_only_patches="no"
-   local do_uclibc="yes"
-   local deptoremove=
-   local do_shallow="no"
-   local force="false"
-   local elt_patches="install-sh ltmain portage relink max_cmd_len sed 
test tmp cross as-needed target-nm ppc64le"
-
-   for x in "$@" ; do
-   case ${x} in
-   --portage)
-   # Only apply portage patch, and don't
-   # 'libtoolize --copy --force' if all patches 
fail.
-   do_portage="yes"
-   ;;
-   --reverse-deps)
-  

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

2017-08-11 Thread Michał Górny
commit: afaaa45339955be5d08d8919aee22c00b4d8d751
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 22 07:14:14 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:35:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afaaa453

app-portage/elt-patches: New release with 'eltpatch' script

New release with the 'eltpatch' script that moves libtool.eclass code to
the package, ensuring it is kept in sync with the patches.

 app-portage/elt-patches/Manifest   |  1 +
 .../elt-patches/elt-patches-20170422.ebuild| 24 ++
 2 files changed, 25 insertions(+)

diff --git a/app-portage/elt-patches/Manifest b/app-portage/elt-patches/Manifest
index 9080c4deef3..a9b526074ec 100644
--- a/app-portage/elt-patches/Manifest
+++ b/app-portage/elt-patches/Manifest
@@ -1 +1,2 @@
 DIST elt-patches-20170317.tar.xz 23356 SHA256 
24d2665ba560d01160b955ecf46a17433ee879960e3d914698be170b6698dad4 SHA512 
28da9a214cd2bccebad45f464a414fedf80fc6b497d1f6b8f30a0a67570a614065ef67ce43316872d94a144de1a154ecd164a47009ebcd7d39128ccc2dd39618
 WHIRLPOOL 
944e2a1a92485a93b1b236047d8c6394c76b8b68242f8bf3f683511c0357ee351a2823e77707e2737ea247873fd88287120c3fc3af4ed28488bfafb13a0b163b
+DIST elt-patches-20170422.tar.xz 27864 SHA256 
56c5391b8c6958bca081d1eead516917ac6571da283862b2468fe0e2eb33682c SHA512 
90867925f797ec815cfd8f45655cbc0bdc5f46e1a84792988ca76aaed97489907a926acf8f50c0499c56f6e70ea7081732f71c74a8d49bf24a6d265a0a4202dc
 WHIRLPOOL 
11e2aa4f74e8648730e7d541d6061ec72f4f2ef40c205a863a381f972931e9441cc2110c7e8d3f71899ffc08d9857a5afa01438d2d2080cc9f2d394cf84c00f5

diff --git a/app-portage/elt-patches/elt-patches-20170422.ebuild 
b/app-portage/elt-patches/elt-patches-20170422.ebuild
new file mode 100644
index 000..a9826dc2c08
--- /dev/null
+++ b/app-portage/elt-patches/elt-patches-20170422.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Collection of patches for libtool.eclass"
+HOMEPAGE="https://gitweb.gentoo.org/proj/elt-patches.git/";
+SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~amd64-linux ~arm-linux 
~arm64-linux ~ppc64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt 
~x64-cygwin ~x86-cygwin"
+IUSE=""
+
+RDEPEND="sys-apps/gentoo-functions"
+DEPEND="app-arch/xz-utils"
+
+src_compile() {
+   emake prefix="${EPREFIX}/usr" libdirname="$(get_libdir)"
+}
+
+src_install() {
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install
+}



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

2017-08-11 Thread Ian Stakenvicius
commit: 30cec9ce416ef0b5c3eaef15b625a46773ea6779
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Aug 11 13:58:09 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Aug 11 13:58:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cec9ce

net-fs/samba-4.6.7: fix SRC_URI for patchset

Bug: http://bugs.gentoo.org/627508

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-fs/samba/samba-4.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.6.7.ebuild b/net-fs/samba/samba-4.6.7.ebuild
index a40a90b61b2..39b9df2f24e 100644
--- a/net-fs/samba/samba-4.6.7.ebuild
+++ b/net-fs/samba/samba-4.6.7.ebuild
@@ -14,7 +14,7 @@ SRC_PATH="stable"
 [[ ${PV} = *_rc* ]] && SRC_PATH="rc"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
-   
https://dev.gentoo.org/~polynomial-c/samba-4.6.7-disable-python-patches.tar.xz";
+   https://dev.gentoo.org/~axs/samba-4.6.7-disable-python-patches.tar.xz";
 [[ ${PV} = *_rc* ]] || \
 KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
 



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

2017-08-11 Thread Lars Wendler
commit: 99c0cddfe03f90efc08ea93bd7d5f39fd6d39068
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 11 14:14:43 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 14:14:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c0cddf

package.mask: Unleash samba-4.6 into ~arch.

 profiles/package.mask | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 00e739a9aba..fe73f5d42d8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -496,6 +496,7 @@ dev-ruby/modernizr
 # unmasked. (bug #624106)
 # See also https://bugzilla.samba.org/show_bug.cgi?id=12859
 >=sys-libs/ldb-1.1.30
+>=net-fs/samba-4.7.0_rc1
 
 # Michael Palimaka  (06 Jul 2017)
 # Obsolete. l10n is now included in app-office/calligra:5.
@@ -986,10 +987,6 @@ sys-fs/bedup
 =sys-kernel/vanilla-sources-4.1.9
 =sys-kernel/gentoo-sources-4.1.9
 
-# Lars Wendler  (09 Sep 2015)
-# Masked for testing.
->=net-fs/samba-4.6.0_rc1
-
 # Lars Wendler  (20 Aug 2015)
 # Releases are not from original upstream but from a fork.
 # Masked as requested by vapier.



[gentoo-commits] proj/kde:master commit in: kde-apps/juk/

2017-08-11 Thread Andreas Sturmlechner
commit: 130ab5ba573b2088d4cf51ec391a68cd9b00af49
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug  6 20:13:34 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 12:09:31 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=130ab5ba

kde-apps/juk: Add QT3SUPPORT_REQUIRED="true"

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/juk/juk-17.08.49..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/juk/juk-17.08.49..ebuild 
b/kde-apps/juk/juk-17.08.49..ebuild
index c73f04ff61..d7b7a73abd 100644
--- a/kde-apps/juk/juk-17.08.49..ebuild
+++ b/kde-apps/juk/juk-17.08.49..ebuild
@@ -3,8 +3,8 @@
 
 EAPI=6
 
-# QT3SUPPORT_REQUIRED
 KDE_HANDBOOK="optional"
+QT3SUPPORT_REQUIRED="true"
 inherit kde4-base
 
 DESCRIPTION="Jukebox and music manager by KDE"



[gentoo-commits] proj/kde:master commit in: sets/

2017-08-11 Thread Andreas Sturmlechner
commit: 4c1d9b44952551a63805032e0848f026fc8b707c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 12:43:33 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 13:14:58 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4c1d9b44

sets: Drop ksaneplugin from kdegraphics-17.08

 sets/kdegraphics-17.08 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sets/kdegraphics-17.08 b/sets/kdegraphics-17.08
index 467a565c7a..c8f4d789f3 100644
--- a/sets/kdegraphics-17.08
+++ b/sets/kdegraphics-17.08
@@ -5,7 +5,6 @@
 

[gentoo-commits] proj/kde:master commit in: kde-apps/kdegraphics-meta/

2017-08-11 Thread Andreas Sturmlechner
commit: 02de9913883ca6c52fc7f93401a83c408c472842
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 12:42:19 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 13:14:58 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=02de9913

kde-apps/kdegraphics-meta: Drop ksaneplugin and USE=nls,qt4

See also:
https://mail.kde.org/pipermail/release-team/2017-August/010540.html

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild   | 12 ++--
 ...-meta-17.07.90.ebuild => kdegraphics-meta-17.08.0.ebuild} | 12 ++--
 .../kdegraphics-meta/kdegraphics-meta-17.08.49..ebuild   | 12 ++--
 3 files changed, 6 insertions(+), 30 deletions(-)

diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild 
b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild
index 8d7d0ac79c..da0d1c951e 100644
--- a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild
+++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild
@@ -8,9 +8,7 @@ inherit kde5-meta-pkg
 DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived 
packages"
 HOMEPAGE="https://www.kde.org/applications/graphics/";
 KEYWORDS="~amd64 ~x86"
-IUSE="nls +qt4 scanner"
-
-[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
+IUSE="scanner"
 
 RDEPEND="
$(add_kdeapps_dep gwenview)
@@ -26,11 +24,5 @@ RDEPEND="
$(add_kdeapps_dep spectacle)
$(add_kdeapps_dep svgpart)
$(add_kdeapps_dep thumbnailers)
-   scanner? (
-   $(add_kdeapps_dep libksane)
-   qt4? (
-   $(add_kdeapps_dep ksaneplugin)
-   nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) )
-   )
-   )
+   scanner? ( $(add_kdeapps_dep libksane) )
 "

diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild 
b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.0.ebuild
similarity index 74%
copy from kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild
copy to kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.0.ebuild
index 8d7d0ac79c..da0d1c951e 100644
--- a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild
+++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.0.ebuild
@@ -8,9 +8,7 @@ inherit kde5-meta-pkg
 DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived 
packages"
 HOMEPAGE="https://www.kde.org/applications/graphics/";
 KEYWORDS="~amd64 ~x86"
-IUSE="nls +qt4 scanner"
-
-[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
+IUSE="scanner"
 
 RDEPEND="
$(add_kdeapps_dep gwenview)
@@ -26,11 +24,5 @@ RDEPEND="
$(add_kdeapps_dep spectacle)
$(add_kdeapps_dep svgpart)
$(add_kdeapps_dep thumbnailers)
-   scanner? (
-   $(add_kdeapps_dep libksane)
-   qt4? (
-   $(add_kdeapps_dep ksaneplugin)
-   nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) )
-   )
-   )
+   scanner? ( $(add_kdeapps_dep libksane) )
 "

diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.49..ebuild 
b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.49..ebuild
index 4d13778e43..b391831a4e 100644
--- a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.49..ebuild
+++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.49..ebuild
@@ -8,9 +8,7 @@ inherit kde5-meta-pkg
 DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived 
packages"
 HOMEPAGE="https://www.kde.org/applications/graphics/";
 KEYWORDS=""
-IUSE="nls +qt4 scanner"
-
-[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
+IUSE="scanner"
 
 RDEPEND="
$(add_kdeapps_dep gwenview)
@@ -26,11 +24,5 @@ RDEPEND="
$(add_kdeapps_dep spectacle)
$(add_kdeapps_dep svgpart)
$(add_kdeapps_dep thumbnailers)
-   scanner? (
-   $(add_kdeapps_dep libksane)
-   qt4? (
-   $(add_kdeapps_dep ksaneplugin)
-   nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) )
-   )
-   )
+   scanner? ( $(add_kdeapps_dep libksane) )
 "



[gentoo-commits] proj/kde:master commit in: kde-apps/kppp/

2017-08-11 Thread Andreas Sturmlechner
commit: 5ddb5df7b0eedb14f44b5030a3c5fdffc26387f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 10 11:18:44 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 12:09:35 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5ddb5df7

kde-apps/kppp: Add QT3SUPPORT_REQUIRED="true"

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/kppp/kppp-17.08.49..ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kppp/kppp-17.08.49..ebuild 
b/kde-apps/kppp/kppp-17.08.49..ebuild
index f8c83f04e5..3e4395b2f2 100644
--- a/kde-apps/kppp/kppp-17.08.49..ebuild
+++ b/kde-apps/kppp/kppp-17.08.49..ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 KDE_HANDBOOK="optional"
+QT3SUPPORT_REQUIRED="true"
 inherit kde4-base
 
 DESCRIPTION="A dialer and front-end to pppd"



[gentoo-commits] proj/kde:master commit in: kde-plasma/drkonqi/

2017-08-11 Thread Andreas Sturmlechner
commit: 7f5d615ca1c63406a09728eb17451ba72dc902e6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 13:57:39 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 14:16:11 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f5d615c

kde-plasma/drkonqi: New package, split from plasma-workspace

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-plasma/drkonqi/drkonqi-.ebuild | 55 ++
 kde-plasma/drkonqi/metadata.xml|  8 +
 2 files changed, 63 insertions(+)

diff --git a/kde-plasma/drkonqi/drkonqi-.ebuild 
b/kde-plasma/drkonqi/drkonqi-.ebuild
new file mode 100644
index 00..525f1c804e
--- /dev/null
+++ b/kde-plasma/drkonqi/drkonqi-.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Plasma crash handler, gives the user feedback if a program 
crashed"
+
+KEYWORDS=""
+IUSE="X"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kidletime)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwayland)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlrpcclient)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   X? ( $(add_qt_dep qtx11extras) )
+"
+DEPEND="${COMMON_DEPEND}
+   $(add_qt_dep qtconcurrent)
+"
+RDEPEND="${COMMON_DEPEND}
+   !kde-plasma/drkonqi:4
+   !
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+



[gentoo-commits] proj/kde:master commit in: eclass/

2017-08-11 Thread Andreas Sturmlechner
commit: 5380d5393bd8acb522e4406bbfcade8d10cd4e54
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 12:51:36 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 13:15:48 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5380d539

kde*eclass: Mark KDE Applications 17.08.0 unreleased

 eclass/kde4-base.eclass | 2 +-
 eclass/kde5.eclass  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 56125ec877..9e425733f9 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -176,7 +176,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( )
+KDE_UNRELEASED=( kde-apps-17.08.0 )
 
 # Setup packages inheriting this eclass
 case ${KDEBASE} in

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 5b3018afa8..213118c9e7 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -137,7 +137,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( kde-frameworks-5.37.0 )
+KDE_UNRELEASED=( kde-apps-17.08.0 kde-frameworks-5.37.0 )
 
 if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/";



[gentoo-commits] proj/kde:master commit in: kde-apps/kfilereplace/

2017-08-11 Thread Andreas Sturmlechner
commit: 72586da0944776b8c1e652ebf129ba0d2029207c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 10 11:18:24 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 12:09:35 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=72586da0

kde-apps/kfilereplace: Add QT3SUPPORT_REQUIRED="true"

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/kfilereplace/kfilereplace-17.08.49..ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kfilereplace/kfilereplace-17.08.49..ebuild 
b/kde-apps/kfilereplace/kfilereplace-17.08.49..ebuild
index dcbe4dde67..5a31b6c913 100644
--- a/kde-apps/kfilereplace/kfilereplace-17.08.49..ebuild
+++ b/kde-apps/kfilereplace/kfilereplace-17.08.49..ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 KDE_HANDBOOK="optional"
+QT3SUPPORT_REQUIRED="true"
 inherit kde4-base
 
 DESCRIPTION="Powerful tool to search and replace in multiple files"



[gentoo-commits] proj/kde:master commit in: kde-apps/kmouth/

2017-08-11 Thread Andreas Sturmlechner
commit: 66d6207718823f3c7aff05b7b3ba9578609ff8bc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 10 11:19:47 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 12:09:35 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=66d62077

kde-apps/kmouth: Add QT3SUPPORT_REQUIRED="true"

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/kmouth/kmouth-17.08.49..ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kmouth/kmouth-17.08.49..ebuild 
b/kde-apps/kmouth/kmouth-17.08.49..ebuild
index 8a0816927f..310840044f 100644
--- a/kde-apps/kmouth/kmouth-17.08.49..ebuild
+++ b/kde-apps/kmouth/kmouth-17.08.49..ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 KDE_HANDBOOK="optional"
+QT3SUPPORT_REQUIRED="true"
 inherit kde4-base
 
 DESCRIPTION="Text-to-speech synthesizer front end"



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

2017-08-11 Thread Andreas Sturmlechner
commit: 0beaea4a263ed25c2d0583400fc37741ef09da8a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 12:15:56 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 12:15:56 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0beaea4a

profiles: Mask KDE Applications 17.08.0

 profiles/package.mask/kde-apps-17.08.0 | 245 +
 1 file changed, 245 insertions(+)

diff --git a/profiles/package.mask/kde-apps-17.08.0 
b/profiles/package.mask/kde-apps-17.08.0
new file mode 100644
index 00..11638ee5e2
--- /dev/null
+++ b/profiles/package.mask/kde-apps-17.08.0
@@ -0,0 +1,245 @@
+# Andreas Sturmlechner  (11 Aug 2017)
+# Not released yet.
+~kde-apps/akonadi-17.08.0
+~kde-apps/akonadi-calendar-17.08.0
+~kde-apps/akonadiconsole-17.08.0
+~kde-apps/akonadi-contacts-17.08.0
+~kde-apps/akonadi-import-wizard-17.08.0
+~kde-apps/akonadi-mime-17.08.0
+~kde-apps/akonadi-notes-17.08.0
+~kde-apps/akonadi-search-17.08.0
+~kde-apps/akregator-17.08.0
+~kde-apps/analitza-17.08.0
+~kde-apps/ark-17.08.0
+~kde-apps/artikulate-17.08.0
+~kde-apps/audiocd-kio-17.08.0
+~kde-apps/baloo-widgets-17.08.0
+~kde-apps/blinken-17.08.0
+~kde-apps/blogilo-17.08.0
+~kde-apps/bomber-17.08.0
+~kde-apps/bovo-17.08.0
+~kde-apps/calendarjanitor-17.08.0
+~kde-apps/calendarsupport-17.08.0
+~kde-apps/cantor-17.08.0
+~kde-apps/cervisia-17.08.0
+~kde-apps/dolphin-17.08.0
+~kde-apps/dolphin-plugins-17.08.0
+~kde-apps/dragon-17.08.0
+~kde-apps/eventviews-17.08.0
+~kde-apps/ffmpegthumbs-17.08.0
+~kde-apps/filelight-17.08.0
+~kde-apps/granatier-17.08.0
+~kde-apps/grantlee-editor-17.08.0
+~kde-apps/grantleetheme-17.08.0
+~kde-apps/gwenview-17.08.0
+~kde-apps/incidenceeditor-17.08.0
+~kde-apps/jovie-17.08.0
+~kde-apps/juk-17.08.0
+~kde-apps/k3b-17.08.0
+~kde-apps/kaccessible-17.08.0
+~kde-apps/kaccounts-integration-17.08.0
+~kde-apps/kaccounts-providers-17.08.0
+~kde-apps/kaddressbook-17.08.0
+~kde-apps/kajongg-17.08.0
+~kde-apps/kalarm-17.08.0
+~kde-apps/kalarmcal-17.08.0
+~kde-apps/kalgebra-17.08.0
+~kde-apps/kalzium-17.08.0
+~kde-apps/kamera-17.08.0
+~kde-apps/kanagram-17.08.0
+~kde-apps/kapman-17.08.0
+~kde-apps/kapptemplate-17.08.0
+~kde-apps/kate-17.08.0
+~kde-apps/katomic-17.08.0
+~kde-apps/kblackbox-17.08.0
+~kde-apps/kblocks-17.08.0
+~kde-apps/kblog-17.08.0
+~kde-apps/kbounce-17.08.0
+~kde-apps/kbreakout-17.08.0
+~kde-apps/kbruch-17.08.0
+~kde-apps/kcachegrind-17.08.0
+~kde-apps/kcalc-17.08.0
+~kde-apps/kcalcore-17.08.0
+~kde-apps/kcalutils-17.08.0
+~kde-apps/kcharselect-17.08.0
+~kde-apps/kcolorchooser-17.08.0
+~kde-apps/kcontacts-17.08.0
+~kde-apps/kcron-17.08.0
+~kde-apps/kdav-17.08.0
+~kde-apps/kde4-l10n-17.08.0
+~kde-apps/kdeaccessibility-meta-17.08.0
+~kde-apps/kdeadmin-meta-17.08.0
+~kde-apps/kde-apps-meta-17.08.0
+~kde-apps/kdebase-meta-17.08.0
+~kde-apps/kdebugsettings-17.08.0
+~kde-apps/kdecore-meta-17.08.0
+~kde-apps/kde-dev-scripts-17.08.0
+~kde-apps/kde-dev-utils-17.08.0
+~kde-apps/kdeedu-data-17.08.0
+~kde-apps/kdeedu-meta-17.08.0
+~kde-apps/kdegames-meta-17.08.0
+~kde-apps/kdegraphics-meta-17.08.0
+~kde-apps/kdegraphics-mobipocket-17.08.0
+~kde-apps/kde-l10n-17.08.0
+~kde-apps/kde-meta-17.08.0
+~kde-apps/kdemultimedia-meta-17.08.0
+~kde-apps/kdenetwork-filesharing-17.08.0
+~kde-apps/kdenetwork-meta-17.08.0
+~kde-apps/kdenlive-17.08.0
+~kde-apps/kdepim-addons-17.08.0
+~kde-apps/kdepim-apps-libs-17.08.0
+~kde-apps/kdepim-l10n-17.08.0
+~kde-apps/kdepim-meta-17.08.0
+~kde-apps/kdepim-runtime-17.08.0
+~kde-apps/kdesdk-kioslaves-17.08.0
+~kde-apps/kdesdk-meta-17.08.0
+~kde-apps/kdesdk-thumbnailers-17.08.0
+~kde-apps/kdeutils-meta-17.08.0
+~kde-apps/kdewebdev-meta-17.08.0
+~kde-apps/kdf-17.08.0
+~kde-apps/kdialog-17.08.0
+~kde-apps/kdiamond-17.08.0
+~kde-apps/keditbookmarks-17.08.0
+~kde-apps/kfilereplace-17.08.0
+~kde-apps/kfind-17.08.0
+~kde-apps/kfloppy-17.08.0
+~kde-apps/kfourinline-17.08.0
+~kde-apps/kgeography-17.08.0
+~kde-apps/kget-17.08.0
+~kde-apps/kgoldrunner-17.08.0
+~kde-apps/kgpg-17.08.0
+~kde-apps/khangman-17.08.0
+~kde-apps/khelpcenter-17.08.0
+~kde-apps/kholidays-17.08.0
+~kde-apps/kidentitymanagement-17.08.0
+~kde-apps/kig-17.08.0
+~kde-apps/kigo-17.08.0
+~kde-apps/killbots-17.08.0
+~kde-apps/kimagemapeditor-17.08.0
+~kde-apps/kimap-17.08.0
+~kde-apps/kio-extras-17.08.0
+~kde-apps/kiriki-17.08.0
+~kde-apps/kiten-17.08.0
+~kde-apps/kjumpingcube-17.08.0
+~kde-apps/kldap-17.08.0
+~kde-apps/kleopatra-17.08.0
+~kde-apps/klettres-17.08.0
+~kde-apps/klickety-17.08.0
+~kde-apps/klines-17.08.0
+~kde-apps/klinkstatus-17.08.0
+~kde-apps/kmag-17.08.0
+~kde-apps/kmahjongg-17.08.0
+~kde-apps/kmail-17.08.0
+~kde-apps/kmail-account-wizard-17.08.0
+~kde-apps/kmailtransport-17.08.0
+~kde-apps/kmbox-17.08.0
+~kde-apps/kmime-17.08.0
+~kde-apps/kmines-17.08.0
+~kde-apps/kmix-17.08.0
+~kde-apps/kmousetool-17.08.0
+~kde-apps/kmouth-17.08.0
+~kde-apps/kmplot-17.08.0
+~kde-apps/knavalbattle-17.08.0
+~kde-apps/knetwalk-17.08.0
+~kde-apps/knotes-17.08.0

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kirigami/

2017-08-11 Thread Andreas Sturmlechner
commit: f3aae3b1655451a9293a71ae9b92c29942c95bc7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 13:56:09 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 13:56:09 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f3aae3b1

kde-frameworks/kirigami: Tarball respun and renamed

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-frameworks/kirigami/kirigami-5.37.0.ebuild | 2 ++
 kde-frameworks/kirigami/kirigami-.ebuild   | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/kde-frameworks/kirigami/kirigami-5.37.0.ebuild 
b/kde-frameworks/kirigami/kirigami-5.37.0.ebuild
index 1d6204f926..504b4bec98 100644
--- a/kde-frameworks/kirigami/kirigami-5.37.0.ebuild
+++ b/kde-frameworks/kirigami/kirigami-5.37.0.ebuild
@@ -5,10 +5,12 @@ EAPI=6
 
 KDE_EXAMPLES="true"
 KDE_TEST="forceoptional"
+KMNAME="${PN}2"
 inherit kde5
 
 DESCRIPTION="Lightweight user interface framework for mobile and convergent 
applications"
 HOMEPAGE="https://techbase.kde.org/Kirigami";
+EGIT_REPO_URI="${EGIT_REPO_URI/${PN}2/${PN}}"
 
 LICENSE="LGPL-2+"
 KEYWORDS="~amd64 ~arm ~x86"

diff --git a/kde-frameworks/kirigami/kirigami-.ebuild 
b/kde-frameworks/kirigami/kirigami-.ebuild
index 52ce723f89..7c22032d43 100644
--- a/kde-frameworks/kirigami/kirigami-.ebuild
+++ b/kde-frameworks/kirigami/kirigami-.ebuild
@@ -5,12 +5,15 @@ EAPI=6
 
 KDE_EXAMPLES="true"
 KDE_TEST="forceoptional"
+KMNAME="${PN}2"
 inherit kde5
 
 DESCRIPTION="Lightweight user interface framework for mobile and convergent 
applications"
 HOMEPAGE="https://techbase.kde.org/Kirigami";
+EGIT_REPO_URI="${EGIT_REPO_URI/${PN}2/${PN}}"
 
 LICENSE="LGPL-2+"
+KEYWORDS=""
 IUSE="plasma"
 
 RDEPEND="



[gentoo-commits] proj/kde:master commit in: kde-apps/kopete/

2017-08-11 Thread Andreas Sturmlechner
commit: 462379d391804ee6bb9a17cc247b45e44bd69c11
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 10 11:19:24 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 12:09:35 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=462379d3

kde-apps/kopete: Add QT3SUPPORT_REQUIRED="true"

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/kopete/kopete-17.08.49..ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kopete/kopete-17.08.49..ebuild 
b/kde-apps/kopete/kopete-17.08.49..ebuild
index 9786c7e276..df6a667b47 100644
--- a/kde-apps/kopete/kopete-17.08.49..ebuild
+++ b/kde-apps/kopete/kopete-17.08.49..ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 KDE_HANDBOOK="optional"
+QT3SUPPORT_REQUIRED="true"
 inherit kde4-base
 
 DESCRIPTION="KDE multi-protocol IM client"



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/, Documentation/package.unmask/, ...

2017-08-11 Thread Andreas Sturmlechner
commit: 35d2c79936b56a27f7913ccf9baba0677efeca11
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 12:44:28 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 13:15:48 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=35d2c799

Documentation: Regenerate files (drop ksaneplugin)

 Documentation/package.accept_keywords/kde-applications-17.08.keywords | 1 -
 Documentation/package.mask/kde-applications-17.08 | 1 -
 Documentation/package.unmask/kde-applications-17.08   | 1 -
 3 files changed, 3 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/kde-applications-17.08.keywords 
b/Documentation/package.accept_keywords/kde-applications-17.08.keywords
index c63cdc9b61..1e99a9faad 100644
--- a/Documentation/package.accept_keywords/kde-applications-17.08.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-17.08.keywords
@@ -100,7 +100,6 @@
 

[gentoo-commits] proj/kde:master commit in: kde-apps/ksaneplugin/

2017-08-11 Thread Andreas Sturmlechner
commit: 8616bd8a05dfa3a91411eafd630b613005b87ce8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 12:47:33 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 13:15:42 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8616bd8a

kde-apps/ksaneplugin: Drop obsolete package

See also:
https://mail.kde.org/pipermail/release-team/2017-August/010540.html

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-apps/ksaneplugin/ksaneplugin-17.07.90.ebuild  | 15 ---
 kde-apps/ksaneplugin/ksaneplugin-17.08.49..ebuild | 15 ---
 kde-apps/ksaneplugin/metadata.xml |  8 
 3 files changed, 38 deletions(-)

diff --git a/kde-apps/ksaneplugin/ksaneplugin-17.07.90.ebuild 
b/kde-apps/ksaneplugin/ksaneplugin-17.07.90.ebuild
deleted file mode 100644
index 0ae216e68e..00
--- a/kde-apps/ksaneplugin/ksaneplugin-17.07.90.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="SANE Plugin by KDE"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
-   $(add_kdeapps_dep libksane)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/ksaneplugin/ksaneplugin-17.08.49..ebuild 
b/kde-apps/ksaneplugin/ksaneplugin-17.08.49..ebuild
deleted file mode 100644
index 50da50647e..00
--- a/kde-apps/ksaneplugin/ksaneplugin-17.08.49..ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="SANE Plugin by KDE"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-   $(add_kdeapps_dep libksane)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/ksaneplugin/metadata.xml 
b/kde-apps/ksaneplugin/metadata.xml
deleted file mode 100644
index 2fdbf33d96..00
--- a/kde-apps/ksaneplugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-



[gentoo-commits] repo/gentoo:master commit in: eclass/tests/, eclass/

2017-08-11 Thread Michał Górny
commit: 28dd7e772d7245723a725ea13673b3419139cd43
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 14:33:18 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 14:35:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28dd7e77

flag-o-matic.eclass: Revert "Strip LDFLAGS unsupported by the C..."

The current logic strips too much, causing build failures. Revert it
until we get it right.

Bug: https://bugs.gentoo.org/627474

 eclass/flag-o-matic.eclass   | 3 ---
 eclass/tests/flag-o-matic.sh | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 4ef32c519f2..b2f3742b3ec 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -535,9 +535,6 @@ strip-unsupported-flags() {
export CXXFLAGS=$(test-flags-CXX ${CXXFLAGS})
export FFLAGS=$(test-flags-F77 ${FFLAGS})
export FCFLAGS=$(test-flags-FC ${FCFLAGS})
-   # note: this does not verify the linker flags but it is enough
-   # to strip invalid C flags which are much more likely, #621274
-   export LDFLAGS=$(test-flags-CC ${LDFLAGS})
 }
 
 # @FUNCTION: get-flag

diff --git a/eclass/tests/flag-o-matic.sh b/eclass/tests/flag-o-matic.sh
index 24f2a4c4af4..92c68b82c3c 100755
--- a/eclass/tests/flag-o-matic.sh
+++ b/eclass/tests/flag-o-matic.sh
@@ -55,7 +55,7 @@ done <<<"
 
 tbegin "strip-unsupported-flags"
 strip-unsupported-flags
-[[ ${CFLAGS} == "" ]] && [[ ${CXXFLAGS} == "-z=2" ]] && [[ ${LDFLAGS} == "" ]]
+[[ ${CFLAGS} == "" ]] && [[ ${CXXFLAGS} == "-z=2" ]]
 ftend
 
 for var in $(all-flag-vars) ; do



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

2017-08-11 Thread Lars Wendler
commit: 5e517447b1b5c4ab4712c94851ba6e50d2348d69
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 11 14:44:22 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 14:44:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e517447

net-fs/samba: Removed hppa keywords as it's missing from a dep too.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/net-fs/samba/samba-4.6.6.ebuild b/net-fs/samba/samba-4.6.6.ebuild
index 57ae514d8cd..2b3c968c171 100644
--- a/net-fs/samba/samba-4.6.6.ebuild
+++ b/net-fs/samba/samba-4.6.6.ebuild
@@ -16,7 +16,7 @@ SRC_PATH="stable"
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz

https://dev.gentoo.org/~polynomial-c/samba-4.6.0-disable-python-patches.tar.xz";
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="http://www.samba.org/";

diff --git a/net-fs/samba/samba-4.6.7.ebuild b/net-fs/samba/samba-4.6.7.ebuild
index 39b9df2f24e..7c288fa664f 100644
--- a/net-fs/samba/samba-4.6.7.ebuild
+++ b/net-fs/samba/samba-4.6.7.ebuild
@@ -16,7 +16,7 @@ SRC_PATH="stable"
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
https://dev.gentoo.org/~axs/samba-4.6.7-disable-python-patches.tar.xz";
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="http://www.samba.org/";



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

2017-08-11 Thread Ian Stakenvicius
commit: da6edb8912693cc4443b6c1c179fdc00c9623609
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Aug 11 14:45:01 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Aug 11 14:46:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6edb89

profiles/arch/hppa/package.mask: mask samba-4.6 due to missing dep

Samba-4.6 needs 'resolv-wrapper' which is not keyworded for hppa yet,
mask for now until that can be resolved.

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

diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask
index 5b64a27123b..d03c487ed87 100644
--- a/profiles/arch/hppa/package.mask
+++ b/profiles/arch/hppa/package.mask
@@ -1,2 +1,6 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
+# Ian Stakenvicius, 2017-08-10
+# Mask samba-4.6 on hppa until all deps are in place
+>=net-fs/samba-4.6



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

2017-08-11 Thread Ian Stakenvicius
commit: d3d468d975170bfebe1f8069fbd55b234bb5133d
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Aug 11 14:46:39 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Aug 11 14:46:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d468d9

Revert "profiles/arch/hppa/package.mask: mask samba-4.6 due to missing dep"

This reverts commit da6edb8912693cc4443b6c1c179fdc00c9623609.

Poly-C dropped keywords, so the mask is not necessary

 profiles/arch/hppa/package.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask
index d03c487ed87..5b64a27123b 100644
--- a/profiles/arch/hppa/package.mask
+++ b/profiles/arch/hppa/package.mask
@@ -1,6 +1,2 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-
-# Ian Stakenvicius, 2017-08-10
-# Mask samba-4.6 on hppa until all deps are in place
->=net-fs/samba-4.6



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

2017-08-11 Thread Lars Wendler
commit: a6c1dfc514218f6050900c6f692dd2d201faa74e
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 11 14:59:38 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 11 14:59:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c1dfc5

app-emulation/sen: Fixed manifest (bug #627552).

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-emulation/sen/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/sen/Manifest b/app-emulation/sen/Manifest
index f4e5307bb4c..97225efac27 100644
--- a/app-emulation/sen/Manifest
+++ b/app-emulation/sen/Manifest
@@ -1 +1 @@
-DIST sen-0.5.1.tar.gz 1907874 SHA256 
c219df8c7e1dd8150996366dfce153df82a653bcbf434d3c620f0e0f3ccdf12d SHA512 
f0cb37f7a942aca6f76c121eb629d8fab54f44807726b39727344899bcb95e03d3437caaa7e746a8430798afb97d00e054c36881676ec79150f6a7b089174099
 WHIRLPOOL 
22f21406c0897c192bd93ff052f5e76efc58f16727ef74afc1a2afa833f149d50a05528b3c82deace4e244fd8eb72962c5caa3a3b69b7c61fb9afa4e2b96ca60
+DIST sen-0.5.1.tar.gz 70930 SHA256 
2355c5e91051fae6ed2148398ee804949d5074a5769784ffb4bcbeef90cdd497 SHA512 
0faf2c12e6361d3b4e9d093e0830867976a1fbd03cadc7a527c88460244532a8b636d8d4b732bb0c7f4041a0bb0819d20caabe62327b5edbf731b4eb8a4898a6
 WHIRLPOOL 
8aee07343a764e3ef40c7748f94ae2293abd07399356baeebf76e4b90495b784ffd89293b98be974290deb8b0e791670a1b3f2d98a25839453e36dc8a48fe7f5



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

2017-08-11 Thread Brian Evans
commit: 100c3d7532e48faa95aec394984127734aee5974
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Aug 11 14:57:25 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Aug 11 15:00:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100c3d75

dev-db/mariadb: Version bump for 10.1.26

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-db/mariadb/Manifest   |   1 +
 dev-db/mariadb/mariadb-10.1.26.ebuild | 227 ++
 2 files changed, 228 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index d7ad8fc0f50..d14d4f91c3c 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -5,6 +5,7 @@ DIST mariadb-10.0.32.tar.gz 63567828 SHA256 
f7a8d9ba88b01d426f5d69e5044e505e444a
 DIST mariadb-10.1.23.tar.gz 61772244 SHA256 
54d8114e24bfa5e3ebdc7d69e071ad1471912847ea481b227d204f9d644300bf SHA512 
338d016251038ef03d78744d93a2e21db6517e44f911512aaa3f34b52ddf6b2fc255783f8cacd63a7f89bc56eb728321c658b11f06718c83baf22109907149c6
 WHIRLPOOL 
2f1ae9e3dab858998cff8578b7ec8d1c0949a908a9872dc48c997ae2b233eba629d65594bf67ae145d911bb6bd8dcf3dab2778d3a0fbe74d8855805326ccee12
 DIST mariadb-10.1.24.tar.gz 61780687 SHA256 
b3df99ae5b1ec8cf6cede4cbc4ae3f54ce66464549cba6d56d9ff4d24e4d551e SHA512 
0b8d81b53f6866a81f33559ce57ebf956fec3ba25da0bd58c8bee3b2ecc00a6c37034209d18463f84501d3ba35994b51ef99224616c37cd38d2fc87b73e9
 WHIRLPOOL 
91261a05e3d8b0cad925c382e0cf9a40fcfd3d35ae320c4a9860db110cb5655d1e1f992f9dea8987e50a07dd4a66aa42c9a3470a7acb3d0d706bcef7bc890122
 DIST mariadb-10.1.25.tar.gz 61790542 SHA256 
7205ecaa6f1bc16335ad88faa5c46be52b3ac628a5e795cb942a3f4335b2a0d6 SHA512 
ae88e02a74f4f8c3b41686a0d46d4232210571072168f6645481d83ed5255ce1fec189827507106898e677d2d9749639d22b139f183ef24dab367b5d81002310
 WHIRLPOOL 
3a28463d4048723110a64c60cb72d07ffd1946a0a68c3e7dcdb085bb7ad0cb3c3b32579fa0587b5895f9c8224aa9414fd0bd55e0a8af6f8401e52ac5a37782fd
+DIST mariadb-10.1.26.tar.gz 61887132 SHA256 
ba88b1cb9967dea2909938a34ba89373b162b0d83e5c98a0f1c94540156bf73d SHA512 
a7505c579728b58eb6a92bdee1f5dfea5c10c8389cb7a31eb99fe2c6bc416593925cf9708d3dec91ede12eb4e232098a0833af2185bdd60bc593c89d255f3c0b
 WHIRLPOOL 
8fe0c23f70b441a1f8d32d1fedcd033443641288ef1a20c49fbedfe6f5da95cb82125faa68f676fd68c441d4bf096101f364e1b3976f54229f5d9d0d10edbe21
 DIST mariadb-10.2.7.tar.gz 67669554 SHA256 
225ba1bbc48325ad38a9f433ff99da4641028f42404a29591cc370e4a676c0bc SHA512 
fa595acc0f5c9c62077db000f1721af79628994c08e82b2eb95d265e3c556e80942c487fc1b91299c382becd71f21a0a117ca93d7428752f436ed83683a4f4cd
 WHIRLPOOL 
d76d584924dac41fd787c1a02f79de90ae5334b217b66deb59756490a8c42b801fddac425542e371d68b04fa462a3f438626896749a1c12be70e9d22d857771e
 DIST mariadb-5.5.57.tar.gz 45783940 SHA256 
5dbde98d7e4a5a1721b6cbed7898b2549a88866247951cf586057975c6cea641 SHA512 
5d6350abd6f0ba98326633a36bb7ec67525e34e08cbe43f79c9b30bf0b872b0a8f9f0bfd5f3a4c2800a52d25b9c6f3a3a4a62e0f41574153bbf4b881f5347c71
 WHIRLPOOL 
c2af12fb71b3fcc9989cd2208a44dc81401fe1387ae2d03981fd5d00277d480a35f23bdb8f1564f91b4c345bdb18a610b46ee91f47772ba5de1baf8f808eaec3
 DIST mysql-extras-20160629-1442Z.tar.bz2 299152 SHA256 
c90979db927772468f8b398c640469ff4740f950068e740c04ff60500e714766 SHA512 
1de46daf6b4534dadf9d3eff8d5d557778e63b5e04aedb57fe56d3016ba93a9d55d80faee38f77852d23da5169879e4f25b3386abe44ee8d961db7ffc4145715
 WHIRLPOOL 
d8c94e4e43e772307d8d137a28e18991fa24a27b1587ec19ae5bd12c733cc0931e459092de2c43216776e3284c7c416d52030fe20c98a6439388507c5fe5111f

diff --git a/dev-db/mariadb/mariadb-10.1.26.ebuild 
b/dev-db/mariadb/mariadb-10.1.26.ebuild
new file mode 100644
index 000..9bdb5a8887f
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.1.26.ebuild
@@ -0,0 +1,227 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+MY_EXTRAS_VER="20170316-1355Z"
+# The wsrep API version must match between upstream WSREP and 
sys-cluster/galera major number
+WSREP_REVISION="25"
+SUBSLOT="18"
+MYSQL_PV_MAJOR="5.6"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+inherit toolchain-funcs java-pkg-opt-2 mysql-multilib-r1
+
+HOMEPAGE="http://mariadb.org/";
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+
+IUSE="+backup bindist cracklib galera kerberos innodb-lz4 innodb-lzo 
innodb-snappy jdbc mroonga odbc oqgraph pam sphinx sst-rsync sst-xtrabackup 
tokudb systemd xml"
+RESTRICT="!bindist? ( bindist )"
+
+REQUIRED_USE="jdbc? ( extraengine server !static ) server? ( tokudb? ( 
jemalloc !tcmalloc ) ) static? ( !pam )"
+
+# REMEMBER: also update eclass/mysql*.eclass before committing!
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+
+MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
+
+PATCHES=(
+   "${MY_PATCH_DIR}"/20006_all_cmake_elib-mariadb-10.1.16.patch
+   "${MY_PATCH_DIR}"/20009_a

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

2017-08-11 Thread Brian Evans
commit: ee974c165f176c003618a981369764419fb7d234
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Aug 11 15:00:04 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Aug 11 15:00:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee974c16

dev-db/mariadb: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-db/mariadb/Manifest   |   3 -
 dev-db/mariadb/mariadb-10.0.31.ebuild | 209 ---
 dev-db/mariadb/mariadb-10.1.23.ebuild | 227 --
 dev-db/mariadb/mariadb-10.1.25.ebuild | 227 --
 4 files changed, 666 deletions(-)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index d14d4f91c3c..ddd4aedcce1 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -1,10 +1,7 @@
 DIST mariadb-10.0.29.tar.gz 63385696 SHA256 
f5f8da646f7df4b1fb21adb8d2b15e6dfbe1964ceb8cea53207d580a464350f4 SHA512 
187c3563e8cb74221505e3e77dbe716a8f3fe53130b304c073105c59f0aededf7285b3fa0d0a60cc2d084323f7d2892dce14d60755c594b20c06864255c2dc9c
 WHIRLPOOL 
ef9b20fccf280da2bc65c64081f8b1fb7c1984fd8815da3ee40957fa6f977a415b983ba35cf57ddb0380e273e18039deba93007c2ce7496ec4f3ae2d5554397b
 DIST mariadb-10.0.30.tar.gz 63433598 SHA256 
9a2cb7f06ecce1bb64dddc70c484e36507b50b756c110c1d37fa145a13a796bb SHA512 
b9f4bdf2b19edc661c80b0c19b09979ad765e6a7f76e038436660d29bc05c2c9882c39f557aa407828ba2917632a9a0f6a96090279912e78f04b54ca2d9f14e7
 WHIRLPOOL 
d109efc6599f457b0a270c62f32115bc0753a5357e88f40023944668c2cfece70f01050fe4773f2bb97ae58c76da15b22031a281aeebaf0512a64bc9ff3f4c37
-DIST mariadb-10.0.31.tar.gz 63461177 SHA256 
371f2dae0b9e1a92939fba1efca77ac83ba15b6b6dcfd389ca5cbf79eb8b842a SHA512 
8f4b6d5fec77b965b98028ca3f253e950549ad785149d205fe36c3c8f05afd38fc81fd7fa7f44d50dcee83130dc28db18f0e3d198daffa28f24321477f5b
 WHIRLPOOL 
8ea1504b8bce8bffaff466394d31cabe8f1eeddfa59f5fd8d680460902f96573aeaf277168c4c909a064ce8f482c9c7ec589b7f2207e3cc6bed5da66db34fd00
 DIST mariadb-10.0.32.tar.gz 63567828 SHA256 
f7a8d9ba88b01d426f5d69e5044e505e444a5ce73e22c9c50913dade43725936 SHA512 
e1ecfc2b819b5ffa72fc0d4131fc9d7b6811919e10f15608830611028746580731c653a6b3eb43c92640cd29716b6278f48d27af5322dd2084f2d5f356e6f628
 WHIRLPOOL 
e39e115d1382dbce432c2e27f85b03c8079dec03fd84fc3a0e1f906cb8ef2f82e2eab719fe2544de2ba8a83c66858d276ca2224e66317ecd7ade2d7a78d00368
-DIST mariadb-10.1.23.tar.gz 61772244 SHA256 
54d8114e24bfa5e3ebdc7d69e071ad1471912847ea481b227d204f9d644300bf SHA512 
338d016251038ef03d78744d93a2e21db6517e44f911512aaa3f34b52ddf6b2fc255783f8cacd63a7f89bc56eb728321c658b11f06718c83baf22109907149c6
 WHIRLPOOL 
2f1ae9e3dab858998cff8578b7ec8d1c0949a908a9872dc48c997ae2b233eba629d65594bf67ae145d911bb6bd8dcf3dab2778d3a0fbe74d8855805326ccee12
 DIST mariadb-10.1.24.tar.gz 61780687 SHA256 
b3df99ae5b1ec8cf6cede4cbc4ae3f54ce66464549cba6d56d9ff4d24e4d551e SHA512 
0b8d81b53f6866a81f33559ce57ebf956fec3ba25da0bd58c8bee3b2ecc00a6c37034209d18463f84501d3ba35994b51ef99224616c37cd38d2fc87b73e9
 WHIRLPOOL 
91261a05e3d8b0cad925c382e0cf9a40fcfd3d35ae320c4a9860db110cb5655d1e1f992f9dea8987e50a07dd4a66aa42c9a3470a7acb3d0d706bcef7bc890122
-DIST mariadb-10.1.25.tar.gz 61790542 SHA256 
7205ecaa6f1bc16335ad88faa5c46be52b3ac628a5e795cb942a3f4335b2a0d6 SHA512 
ae88e02a74f4f8c3b41686a0d46d4232210571072168f6645481d83ed5255ce1fec189827507106898e677d2d9749639d22b139f183ef24dab367b5d81002310
 WHIRLPOOL 
3a28463d4048723110a64c60cb72d07ffd1946a0a68c3e7dcdb085bb7ad0cb3c3b32579fa0587b5895f9c8224aa9414fd0bd55e0a8af6f8401e52ac5a37782fd
 DIST mariadb-10.1.26.tar.gz 61887132 SHA256 
ba88b1cb9967dea2909938a34ba89373b162b0d83e5c98a0f1c94540156bf73d SHA512 
a7505c579728b58eb6a92bdee1f5dfea5c10c8389cb7a31eb99fe2c6bc416593925cf9708d3dec91ede12eb4e232098a0833af2185bdd60bc593c89d255f3c0b
 WHIRLPOOL 
8fe0c23f70b441a1f8d32d1fedcd033443641288ef1a20c49fbedfe6f5da95cb82125faa68f676fd68c441d4bf096101f364e1b3976f54229f5d9d0d10edbe21
 DIST mariadb-10.2.7.tar.gz 67669554 SHA256 
225ba1bbc48325ad38a9f433ff99da4641028f42404a29591cc370e4a676c0bc SHA512 
fa595acc0f5c9c62077db000f1721af79628994c08e82b2eb95d265e3c556e80942c487fc1b91299c382becd71f21a0a117ca93d7428752f436ed83683a4f4cd
 WHIRLPOOL 
d76d584924dac41fd787c1a02f79de90ae5334b217b66deb59756490a8c42b801fddac425542e371d68b04fa462a3f438626896749a1c12be70e9d22d857771e
 DIST mariadb-5.5.57.tar.gz 45783940 SHA256 
5dbde98d7e4a5a1721b6cbed7898b2549a88866247951cf586057975c6cea641 SHA512 
5d6350abd6f0ba98326633a36bb7ec67525e34e08cbe43f79c9b30bf0b872b0a8f9f0bfd5f3a4c2800a52d25b9c6f3a3a4a62e0f41574153bbf4b881f5347c71
 WHIRLPOOL 
c2af12fb71b3fcc9989cd2208a44dc81401fe1387ae2d03981fd5d00277d480a35f23bdb8f1564f91b4c345bdb18a610b46ee91f47772ba5de1baf8f808eaec3

diff --git a/dev-db/mariadb/mariadb-10.0.31.ebuild 
b/dev-db/mariadb/mariadb-10.0.31.ebuild
deleted file mode 100644
index f6f70d9bf5e..000
--- a/dev-db/mariadb/mariadb-10.0.31.ebuild
+++ /dev/null
@@ -1,209 +0,0 @@
-# Copyright 1999-2017 Ge

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

2017-08-11 Thread Andreas Sturmlechner
commit: 6efb3a6c477b4a4cc56d418c2847cfd3853eaa28
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 08:41:33 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 15:11:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6efb3a6c

dev-db/pgadmin3: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-db/pgadmin3/Manifest   |  1 -
 dev-db/pgadmin3/pgadmin3-1.22.0.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/dev-db/pgadmin3/Manifest b/dev-db/pgadmin3/Manifest
index 795ca1f93ad..fc4732a1495 100644
--- a/dev-db/pgadmin3/Manifest
+++ b/dev-db/pgadmin3/Manifest
@@ -1,2 +1 @@
-DIST pgadmin3-1.22.0.tar.gz 14668096 SHA256 
3c76c429797a9524f00d4dd82ab77aa367f2bba154c2b2e017de5cbc9d690256 SHA512 
db16ac1b92e95a6da51be973b6833e53aed4c1d8740c8bccbfd778b0c3d3a4158fb13107761e0a39227aea87360be3b297ebc8809ac8ca5102d673935a33727c
 WHIRLPOOL 
2282b70c4579f2ad5b83c94cfa62429f1825e387e5864db8cf74631b1bbd340d4031c6d5a50947c1fdd8a15c3b732fe69a90fef1c38fd109de9d5f3ae8d007ca
 DIST pgadmin3-1.22.1.tar.gz 14667770 SHA256 
719ea7c0e65d99e8f365bf2d395d7a199804170b3266ada1374d9ac790bc783e SHA512 
f190e82317e10b75cb0ebd7cc0c878c4be9c392e33aba44a1356446e4cac92735834a32b1d65999ffc3e36ed130d4cfcc1c25ad5faa3c745e884fccd797331e0
 WHIRLPOOL 
ce7291cd0257914d6c5c11b71f0de630d9b72ac1ec9ee890a4b1feffed540c751c16e4164544223bb7db0eca02d1798d83f188362db4b750c504fd44aad081b7

diff --git a/dev-db/pgadmin3/pgadmin3-1.22.0.ebuild 
b/dev-db/pgadmin3/pgadmin3-1.22.0.ebuild
deleted file mode 100644
index 07deeb5b98e..000
--- a/dev-db/pgadmin3/pgadmin3-1.22.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils multilib versionator wxwidgets
-
-DESCRIPTION="wxWidgets GUI for PostgreSQL"
-HOMEPAGE="http://www.pgadmin.org/";
-SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz"
-
-LICENSE="POSTGRESQL"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-SLOT="0"
-IUSE="debug +databasedesigner"
-
-DEPEND="x11-libs/wxGTK:=[X,debug=]
-   >=dev-db/postgresql-8.4.0:=
-   >=dev-libs/libxml2-2.6.18
-   >=dev-libs/libxslt-1.1"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-   local pgslot=$(postgresql-config show)
-
-   if [[ ${pgslot//.} < 84 ]] ; then
-   eerror "PostgreSQL slot must be set to 8.4 or higher."
-   eerror "postgresql-config set 8.4"
-   die "PostgreSQL slot is not set to 8.4 or higher."
-   fi
-}
-
-src_prepare() {
-   epatch "${FILESDIR}/pgadmin3-desktop.patch"
-
-   epatch_user
-}
-
-src_configure() {
-   WX_GTK_PV=$(best_version x11-libs/wxGTK[X,debug=])
-   WX_GTK_VER=$(get_version_component_range 1-2 
${WX_GTK_PV#x11-libs/wxGTK-})
-
-   need-wxwidgets unicode
-
-   econf --with-wx-version=${WX_GTK_VER} \
-   $(use_enable debug) \
-   $(use_enable databasedesigner)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   newicon "${S}/pgadmin/include/images/pgAdmin3.png" ${PN}.png
-
-   domenu "${S}/pkg/pgadmin3.desktop"
-
-   # Fixing world-writable files
-   fperms -R go-w /usr/share
-}



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

2017-08-11 Thread Andreas Sturmlechner
commit: 6e76417ce6d6549e2c14bc3376a076b38195a9bb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 15:04:01 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 15:11:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e76417c

www-apps/mythweb: Drop 0.27.5

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-apps/mythweb/Manifest  |  1 -
 www-apps/mythweb/mythweb-0.27.5.ebuild | 89 --
 2 files changed, 90 deletions(-)

diff --git a/www-apps/mythweb/Manifest b/www-apps/mythweb/Manifest
index e6e7209addd..73ee467a47b 100644
--- a/www-apps/mythweb/Manifest
+++ b/www-apps/mythweb/Manifest
@@ -1,2 +1 @@
-DIST mythweb-0.27.5.tar.gz 1686597 SHA256 
5dc3fd9e60f59dea4264fb064b40d73f2534c99d0399da6223a42d2f563e9d13 SHA512 
effa5f9cab6b40423a819f0307aecd1faa397da7d859503162b6229e5da2d4cd0d95d793326768335518cd397fa58ba71ad98c14247feda10e7930f7e023f1af
 WHIRLPOOL 
8721398611db0572f475f5642c397a5d3f0fbe352f0f3ea23dc21cc0ea94e0e6876a713cf0f99331c6fc1f585a62525dc64510737a85667c0e2a14b6f1c6bb10
 DIST mythweb-0.28.1.tar.gz 1705490 SHA256 
bbd82992230d3571eba55a26a91cc3f2dcddfa631d1822ce58e1bf99f2537244 SHA512 
0ce9e2c7138d35ef59859a8a8980b01d90d9b616e55653fb28dd5a473199446508e525171687383ce83051b434f5e7618f509a9e75cd84296446ee450733e963
 WHIRLPOOL 
b36f3226a9984d4c7ea383e1344ddb630b06972fd3170cdcbd0521f9bad3b7acf24f94c7e7099812f8fe5eeea17ab115a36a38ea0b07617998011c7f7c545e00

diff --git a/www-apps/mythweb/mythweb-0.27.5.ebuild 
b/www-apps/mythweb/mythweb-0.27.5.ebuild
deleted file mode 100644
index a2a36120fb7..000
--- a/www-apps/mythweb/mythweb-0.27.5.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils webapp
-
-#BACKPORTS="4f6ac2a60b"
-# Release version
-MY_PV="${PV%_p*}"
-MY_P="mythweb-${MY_PV}"
-
-DESCRIPTION="PHP scripts intended to manage MythTV from a web browser"
-HOMEPAGE="http://www.mythtv.org";
-LICENSE="GPL-2"
-SRC_URI="https://github.com/MythTV/mythweb/archive/v${MY_PV}.tar.gz -> 
mythweb-${MY_PV}.tar.gz
-   
${BACKPORTS:+https://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}";
-IUSE=""
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND="dev-lang/php[json,mysql,session,posix]
-   virtual/httpd-php
-   dev-perl/DBI
-   dev-perl/DBD-mysql
-   dev-perl/HTTP-Date
-   dev-perl/Net-UPnP"
-
-DEPEND="${RDEPEND}"
-
-need_httpd_cgi
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   cd "${S}"/../
-
-   [[ -n ${BACKPORTS} ]] && \
-   EPATCH_FORCE=yes EPATCH_SUFFIX="patch" 
EPATCH_SOURCE="${S}/../patches" \
-   epatch
-
-   epatch_user
-}
-
-src_configure() {
-   :
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   webapp_src_preinst
-
-   # Install docs
-   cd "${S}"
-   dodoc README INSTALL
-
-   # Install htdocs files
-   insinto "${MY_HTDOCSDIR}"
-   doins mythweb.php
-   doins -r classes
-   doins -r configuration
-   doins -r data
-   doins -r includes
-   doins -r js
-   doins -r modules
-   doins -r skins
-   doins -r tests
-   exeinto "${MY_HTDOCSDIR}"
-   doexe mythweb.pl
-
-   # Install our server config files
-   webapp_server_configfile apache mythweb.conf.apache mythweb.conf
-   webapp_server_configfile lighttpd mythweb.conf.lighttpd mythweb.conf
-   webapp_server_configfile nginx "${FILESDIR}"/mythweb.conf.nginx \
-   mythweb.include
-
-   # Data needs to be writable and modifiable by the web server
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/data
-
-   # Message to display after install
-   webapp_postinst_txt en "${FILESDIR}"/0.25-postinstall-en.txt
-
-   # Script to set the correct defaults on install
-   webapp_hook_script "${FILESDIR}"/reconfig
-
-   webapp_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/, media-tv/mythtv/files/

2017-08-11 Thread Andreas Sturmlechner
commit: efb447520ee5333ab19edaf277c77f6adec07a76
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 15:08:53 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 15:11:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb44752

media-tv/mythtv: Drop 0.27.6

Gentoo-bug: 620706

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-tv/mythtv/Manifest   |   1 -
 media-tv/mythtv/files/libdir-27.patch  |  13 -
 media-tv/mythtv/files/mythbackend.conf |  11 -
 media-tv/mythtv/files/mythbackend.init |  55 
 media-tv/mythtv/files/mythbackend.service  |  66 
 .../mythtv/files/mythtv-0.27.6-libvpx-1.5.0.patch  |  17 -
 media-tv/mythtv/mythtv-0.27.6_p20160318-r1.ebuild  | 359 -
 7 files changed, 522 deletions(-)

diff --git a/media-tv/mythtv/Manifest b/media-tv/mythtv/Manifest
index 8fdb1e25636..c9722df0b5b 100644
--- a/media-tv/mythtv/Manifest
+++ b/media-tv/mythtv/Manifest
@@ -1,2 +1 @@
-DIST mythtv-0.27.6_p20160318.tar.gz 85676387 SHA256 
d0b8c03d95e082e87e0fab8656358e9f3991cd08b2ec5edcbb10a9a91b1e4162 SHA512 
7e94d07b4f99a15b978b42d8be11f329a938842b02ad99c9628ab6dda2fa802ca7148c5db9e6f7fae40f44027f55e69f1cdb6879ee83400934025f18ac68468f
 WHIRLPOOL 
d0f040c1ecb35e5c526477134d756a67d978aeefbf478b624eaa16e4ca1639e3b8f038507052b7d05e3a18fb85fd4e1eaeeb1a185ccfdf0fb2255fdc657be6c1
 DIST mythtv-0.28.1.tar.gz 104477892 SHA256 
73dd4de0de6fe5688c290781b76de6380b256a87159f2c6e3dad66870389da1f SHA512 
67a81858cd19b90f519113b234119ecc248366d8545c862d887755f256cddf04d9ca16a7bf67f63e06f7628730e7dbde2a2099ca8aaeb9061b2e55a5a0b7d5e7
 WHIRLPOOL 
370f3a528438d50d302ab6adadba5089b32749f8127cbf270b85ef16d35ca15026e0947e292920a3dd6acf2ed65de68af8754d985944bd59f3310a42b03551de

diff --git a/media-tv/mythtv/files/libdir-27.patch 
b/media-tv/mythtv/files/libdir-27.patch
deleted file mode 100644
index d25e714b3c6..000
--- a/media-tv/mythtv/files/libdir-27.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/mythtv/configure b/mythtv/configure
-index 4aa8727..f890df3 100755
 a/mythtv/configure
-+++ b/mythtv/configure
-@@ -6475,7 +6475,7 @@ if enabled mythlogserver; then
- echo "Configuring zeromq..."
- (cd external/zeromq ; \
-  ./configure --quiet --without-documentation --prefix=${prefix} \
-- --includedir=${prefix}/include/mythtv/zeromq)
-+ --includedir=${prefix}/include/mythtv/zeromq 
--libdir=${libdir})
- echo "Configuring nzmqt..."
- (cd external/nzmqt/src ; \
-${qmakeconf} -o Makefile)

diff --git a/media-tv/mythtv/files/mythbackend.conf 
b/media-tv/mythtv/files/mythbackend.conf
deleted file mode 100644
index 964e8d3955a..000
--- a/media-tv/mythtv/files/mythbackend.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation 
-# Distributed under the terms of the GNU General Public License v2
-
-# Accepts any valid combination of logging options to mythbackend
-# To get a valid list run: /usr/bin/mythbackend -v help
-#MYTHBACKEND_VERBOSE="general"
-
-
-# Allows you to pass specific startup options to mythbackend
-# e.g. --noupnp
-#MYTHBACKEND_OPTS=""

diff --git a/media-tv/mythtv/files/mythbackend.init 
b/media-tv/mythtv/files/mythbackend.init
deleted file mode 100644
index 343247df2fb..000
--- a/media-tv/mythtv/files/mythbackend.init
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-description="MythTV backend recording daemon"
-extra_commands="resched upnprebuild"
-description_resched="Forces the recording scheduler to update"
-description_upnprebuild="Rebuilds the UPnP media cache"
-
-depend() {
-   # mythbackend doesn't need to run on the same machine that
-   # mysql runs on. so its use for that reason
-   need net
-   use mysql LCDd
-}
-
-start() {
-   [ -z "${MYTHBACKEND_VERBOSE}" ] && \
-   MYTHBACKEND_VERBOSE="general"
-
-   #fixes for bug #101308
-   unset DISPLAY
-   unset SESSION_MANAGER
-
-   # Work around any strange permissions that may be on these files.
-   chown -R mythtv:video /var/log/mythtv/
-   chown -R mythtv:video /home/mythtv/
-
-   ebegin "Starting MythTV Backend"
-   start-stop-daemon --start --quiet --exec /usr/bin/mythbackend \
---pidfile /var/run/mythbackend.pid -- \
-   --daemon --pidfile /var/run/mythbackend.pid --user mythtv \
-   --verbose ${MYTHBACKEND_VERBOSE} \
-   --logpath /var/log/mythtv/ \
-   ${MYTHBACKEND_OPTS}
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping MythTV Backend"
-   start-stop-daemon --stop --quiet --pidfile=/var/run/mythbackend.pid
-   eend $?
-}
-
-resched() {
-   ebegin "Updating the recording scheduler"
-   /usr/bin

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

2017-08-11 Thread Andreas Sturmlechner
commit: a78113c899b85e1f8707cf63351b07afe13f4fd2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 14:59:44 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 15:11:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78113c8

media-plugins/mythplugins: Drop 0.27.6

Gentoo-bug: 620706
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-plugins/mythplugins/Manifest |   1 -
 .../mythplugins-0.27.6_p20160318.ebuild| 160 -
 2 files changed, 161 deletions(-)

diff --git a/media-plugins/mythplugins/Manifest 
b/media-plugins/mythplugins/Manifest
index 8fdb1e25636..c9722df0b5b 100644
--- a/media-plugins/mythplugins/Manifest
+++ b/media-plugins/mythplugins/Manifest
@@ -1,2 +1 @@
-DIST mythtv-0.27.6_p20160318.tar.gz 85676387 SHA256 
d0b8c03d95e082e87e0fab8656358e9f3991cd08b2ec5edcbb10a9a91b1e4162 SHA512 
7e94d07b4f99a15b978b42d8be11f329a938842b02ad99c9628ab6dda2fa802ca7148c5db9e6f7fae40f44027f55e69f1cdb6879ee83400934025f18ac68468f
 WHIRLPOOL 
d0f040c1ecb35e5c526477134d756a67d978aeefbf478b624eaa16e4ca1639e3b8f038507052b7d05e3a18fb85fd4e1eaeeb1a185ccfdf0fb2255fdc657be6c1
 DIST mythtv-0.28.1.tar.gz 104477892 SHA256 
73dd4de0de6fe5688c290781b76de6380b256a87159f2c6e3dad66870389da1f SHA512 
67a81858cd19b90f519113b234119ecc248366d8545c862d887755f256cddf04d9ca16a7bf67f63e06f7628730e7dbde2a2099ca8aaeb9061b2e55a5a0b7d5e7
 WHIRLPOOL 
370f3a528438d50d302ab6adadba5089b32749f8127cbf270b85ef16d35ca15026e0947e292920a3dd6acf2ed65de68af8754d985944bd59f3310a42b03551de

diff --git a/media-plugins/mythplugins/mythplugins-0.27.6_p20160318.ebuild 
b/media-plugins/mythplugins/mythplugins-0.27.6_p20160318.ebuild
deleted file mode 100644
index ed18a568551..000
--- a/media-plugins/mythplugins/mythplugins-0.27.6_p20160318.ebuild
+++ /dev/null
@@ -1,160 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-BACKPORTS="b6ae90c071a9a8eac9873fae988d5eb2434f3160"
-MY_P=${P%_p*}
-
-inherit eutils python-single-r1 vcs-snapshot
-
-DESCRIPTION="Official MythTV plugins"
-HOMEPAGE="http://www.mythtv.org";
-SRC_URI="https://github.com/MythTV/mythtv/archive/${BACKPORTS}.tar.gz -> 
mythtv-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-MYTHPLUGINS="+mytharchive +mythbrowser +mythgallery +mythgame \
-+mythmusic +mythnetvision +mythnews +mythweather +mythzoneminder"
-
-IUSE="${MYTHPLUGINS} alsa cdda cdr exif fftw +hls ieee1394 libass raw +theora 
+vorbis +xml xvid"
-
-DEPEND="!media-plugins/mytharchive
-   !media-plugins/mythbrowser
-   !media-plugins/mythgallery
-   !media-plugins/mythgame
-   !media-plugins/mythmovies
-   !media-plugins/mythmusic
-   !media-plugins/mythnetvision
-   !media-plugins/mythnews
-   !media-plugins/mythweather
-   
~media-tv/mythtv-${PV}:=[alsa=,hls=,ieee1394=,libass=,python,theora=,vorbis=,xml=,xvid=]
-   dev-libs/glib:=
-   xml? ( >=dev-libs/libxml2-2.6.0:= )
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   dev-qt/qtopengl:4
-   dev-qt/qtsql:4
-   dev-libs/openssl:=
-   alsa? ( >=media-libs/alsa-lib-1.0.24:= )
-   hls? (
-   media-libs/faac:=
-   media-libs/libvpx:=
-   >=media-libs/x264-0.0.20111220:=
-   >=media-sound/lame-3.93.1
-   )
-   media-libs/freetype:=
-   libass? ( >=media-libs/libass-0.9.11:= )
-   media-libs/libpng:=
-   theora? (
-   media-libs/libtheora:=
-   media-libs/libogg:=
-   )
-   xvid? ( >=media-libs/xvid-1.1.0:= )
-   virtual/libudev:=
-   ieee1394? (
-   >=sys-libs/libraw1394-1.2.0:=
-   >=sys-libs/libavc1394-0.5.3:=
-   >=media-libs/libiec61883-1.0.0:=
-   )
-   x11-libs/libX11:=
-   sys-libs/zlib:=
-   x11-libs/libXext:=
-   x11-libs/libXinerama:=
-   x11-libs/libXrandr:=
-   x11-libs/libXv:=
-   x11-libs/libXxf86vm:=
-   fftw? ( sci-libs/fftw:= )
-   sys-apps/util-linux:=
-   mythzoneminder? ( virtual/mysql )
-   mytharchive? (
-   app-cdr/dvd+rw-tools
-   dev-python/pillow:=
-   media-video/dvdauthor
-   media-video/mjpegtools[png]
-   media-video/transcode
-   virtual/cdrtools
-   )
-   mythgallery? (
-   media-libs/tiff:=
-   virtual/opengl
-   exif? ( >media-libs/libexif-0.6.9:= )
-   raw? ( media-gfx/dcraw )
-   )
-   mythmusic? (
-   >=media-libs/flac-1.1.2:=
-   >=media-libs/taglib-1.6:=
-   >=media-libs/libvorbis-1.0:=
-   media-libs/libogg:=
-   >=media-sound/lame-3.93.1
-   virtual/opengl
-   cdda? (
-   dev-libs/libcdio:

[gentoo-commits] repo/gentoo:master commit in: dev-db/pgadmin3/files/, dev-db/pgadmin3/

2017-08-11 Thread Andreas Sturmlechner
commit: 878686c26fe0112a9aa73953dc8595bf1f8bd65f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 08:41:23 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 15:11:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878686c2

dev-db/pgadmin3: Drop obsolete pgslot check, drop bogus html mimetype

pgadmin3 is not a webbrowser, and opening html is unsuccessful.
Dropped unused eclasses.
Bumped to EAPI 6.

Gentoo-bug: 626812
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-db/pgadmin3/files/pgadmin3-desktop-r1.patch | 15 +
 dev-db/pgadmin3/pgadmin3-1.22.1-r2.ebuild   | 45 +
 2 files changed, 60 insertions(+)

diff --git a/dev-db/pgadmin3/files/pgadmin3-desktop-r1.patch 
b/dev-db/pgadmin3/files/pgadmin3-desktop-r1.patch
new file mode 100644
index 000..64a599e00cd
--- /dev/null
+++ b/dev-db/pgadmin3/files/pgadmin3-desktop-r1.patch
@@ -0,0 +1,15 @@
+diff -Naruw a/pkg/pgadmin3.desktop b/pkg/pgadmin3.desktop
+--- a/pkg/pgadmin3.desktop 2013-02-22 12:21:19.0 -0500
 b/pkg/pgadmin3.desktop 2015-02-04 15:36:34.845312953 -0500
+@@ -2,9 +2,8 @@
+ Encoding=UTF-8
+ Name=pgAdmin III
+ Exec=/usr/bin/pgadmin3
+-Icon=/usr/share/pgadmin3/pgAdmin3.png
++Icon=/usr/share/pixmaps/pgadmin3.png
+ Type=Application
+-Categories=Application;Development;
+-MimeType=text/html
++Categories=Development;
+ DocPath=/usr/share/pgadmin3/docs/en_US/index.html
+ Comment=PostgreSQL Tools

diff --git a/dev-db/pgadmin3/pgadmin3-1.22.1-r2.ebuild 
b/dev-db/pgadmin3/pgadmin3-1.22.1-r2.ebuild
new file mode 100644
index 000..27d932986e3
--- /dev/null
+++ b/dev-db/pgadmin3/pgadmin3-1.22.1-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils wxwidgets
+
+DESCRIPTION="wxWidgets GUI for PostgreSQL"
+HOMEPAGE="https://www.pgadmin.org/";
+SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz"
+
+LICENSE="POSTGRESQL"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE="debug +databasedesigner"
+
+DEPEND="
+   >=dev-db/postgresql-8.4.0:=
+   >=dev-libs/libxml2-2.6.18
+   >=dev-libs/libxslt-1.1
+   x11-libs/wxGTK:3.0=[X]"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-desktop-r1.patch" )
+
+src_configure() {
+   WX_GTK_VER="3.0"
+
+   setup-wxwidgets
+
+   econf --with-wx-version=${WX_GTK_VER} \
+   $(use_enable debug) \
+   $(use_enable databasedesigner)
+}
+
+src_install() {
+   default
+
+   newicon "${S}/pgadmin/include/images/pgAdmin3.png" ${PN}.png
+
+   domenu "${S}/pkg/pgadmin3.desktop"
+
+   # Fixing world-writable files
+   fperms -R go-w /usr/share
+}



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

2017-08-11 Thread Michael Orlitzky
commit: 8f36aaf184fd8aeb5387d51f22246179b6dd349c
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Jun 18 13:43:45 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Aug 11 15:25:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f36aaf1

apache-2.eclass: don't enable maintainer-mode with USE=debug.

The --enable-maintainer-mode flag serves two purposes: first, it
enables compile-time warnings; and second, it forces all compiled
modules to be loaded at runtime. To achieve the first goal, the build
system checks for the "-std=c89" compiler flag and appends it to
CFLAGS if found. This can cause a problem later, because the CFLAGS
used to build apache are used by apxs to build extension modules.

In particular, if you have an extension that relies on C99 or some
later standard, and if apache was built with --enable-maintainer-mode,
then apxs will attempt to build that extension according to C89 and
fail. This failure can be observed in in bugs 621686, 621756, and
621794 when apache is built with USE=debug, because USE=debug sets
the --enable-maintainer-mode flag.

Since there is not much reason for an end user to enable maintainer-
mode, the simplest fix for this is the wholesale removal of the
--enable-maintainer-mode flag from USE=debug. This prevents us from
having to append CFLAGS to each extension package that uses a later
standard, or from having to add a USE dependency forbidding USE=debug
in apache (which would create conflicts with e.g. mod_backtrace).

Gentoo-Bug: 621686
Gentoo-Bug: 621756
Gentoo-Bug: 621794

 eclass/apache-2.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index 78a7c5ce474..dbd55abe8c9 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: apache-2.eclass
@@ -402,7 +402,7 @@ apache-2_pkg_setup() {
setup_modules
 
if use debug; then
-   MY_CONF+=( --enable-maintainer-mode --enable-exception-hook )
+   MY_CONF+=( --enable-exception-hook )
fi
 
elog "Please note that you need SysV IPC support in your kernel."



[gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/

2017-08-11 Thread Andreas Sturmlechner
commit: 6339c663197438ba9c70fe887f4a2094486c4cd8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 15:43:05 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 15:43:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6339c663

media-tv/mythtv: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-tv/mythtv/mythtv-0.28.1.ebuild | 362 ---
 1 file changed, 362 deletions(-)

diff --git a/media-tv/mythtv/mythtv-0.28.1.ebuild 
b/media-tv/mythtv/mythtv-0.28.1.ebuild
deleted file mode 100644
index 3d443c2d3ea..000
--- a/media-tv/mythtv/mythtv-0.28.1.ebuild
+++ /dev/null
@@ -1,362 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-# git diff --relative=mythtv v0.27.6.. > ~/mythtv-0.27.6/patches/mythtv.patch
-BACKPORTS="03f44039848bd09444ff4baa8dc158bd61454079"
-MY_P=${P%_p*}
-MY_PV=${PV%_p*}
-
-inherit flag-o-matic multilib eutils python-single-r1 qmake-utils user systemd 
vcs-snapshot
-
-MYTHTV_BRANCH="fixes/0.28"
-
-DESCRIPTION="Homebrew PVR project"
-HOMEPAGE="https://www.mythtv.org";
-SRC_URI="https://github.com/MythTV/mythtv/archive/${BACKPORTS}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0/${PV}"
-
-IUSE_INPUT_DEVICES="input_devices_joystick"
-IUSE="alsa altivec autostart bluray cec crystalhd debug dvb dvd egl fftw +hls \
-ieee1394 jack lcd libass lirc +mythlogserver perl pulseaudio python systemd 
+theora \
-vaapi vdpau +vorbis +wrapper +xml xmltv +xvid zeroconf ${IUSE_INPUT_DEVICES}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   bluray? ( xml )
-   theora? ( vorbis )"
-
-COMMON="
-   dev-libs/glib:2
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtscript:5
-   dev-qt/qtsql:5[mysql]
-   dev-qt/qtopengl:5
-   dev-qt/qtwebkit:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   media-gfx/exiv2:=
-   media-libs/freetype:2
-   media-libs/taglib
-   >=media-sound/lame-3.93.1
-   sys-libs/zlib
-   virtual/mysql
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXinerama
-   x11-libs/libXv
-   x11-libs/libXrandr
-   x11-libs/libXxf86vm
-   x11-misc/wmctrl
-   alsa? ( >=media-libs/alsa-lib-1.0.24 )
-   bluray? (
-   dev-libs/libcdio:=
-   media-libs/libbluray:=
-   sys-fs/udisks:0
-   )
-   cec? ( dev-libs/libcec )
-   dvb? (
-   media-libs/libdvb
-   virtual/linuxtv-dvb-headers
-   )
-   dvd? (
-   dev-libs/libcdio:=
-   sys-fs/udisks:0
-   )
-   egl? ( media-libs/mesa[egl] )
-   fftw? ( sci-libs/fftw:3.0= )
-   hls? (
-   media-libs/faac
-   =media-libs/x264-0.0.20111220:=
-   )
-   ieee1394? (
-   >=media-libs/libiec61883-1.0.0
-   >=sys-libs/libavc1394-0.5.3
-   >=sys-libs/libraw1394-1.2.0
-   )
-   jack? ( media-sound/jack-audio-connection-kit )
-   lcd? ( app-misc/lcdproc )
-   libass? ( >=media-libs/libass-0.9.11:= )
-   lirc? ( app-misc/lirc )
-   perl? (
-   >=dev-perl/libwww-perl-5
-   dev-perl/DBD-mysql
-   dev-perl/HTTP-Message
-   dev-perl/IO-Socket-INET6
-   dev-perl/LWP-Protocol-https
-   dev-perl/Net-UPnP
-   )
-   pulseaudio? ( media-sound/pulseaudio )
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/lxml
-   dev-python/mysql-python
-   dev-python/urlgrabber
-   )
-   systemd? ( sys-apps/systemd:= )
-   theora? ( media-libs/libtheora media-libs/libogg )
-   vaapi? ( x11-libs/libva[opengl] )
-   vdpau? ( x11-libs/libvdpau )
-   vorbis? ( >=media-libs/libvorbis-1.0 media-libs/libogg )
-   xml? ( >=dev-libs/libxml2-2.6.0 )
-   xvid? ( >=media-libs/xvid-1.1.0 )
-   zeroconf? (
-   dev-libs/openssl:0=
-   net-dns/avahi[mdnsresponder-compat]
-   )
-"
-RDEPEND="${COMMON}
-   !media-tv/mythtv-bindings
-   !x11-themes/mythtv-themes
-   media-fonts/corefonts
-   media-fonts/dejavu
-   media-fonts/liberation-fonts
-   x11-apps/xinit
-   autostart? (
-   net-dialup/mingetty
-   x11-apps/xset
-   x11-wm/evilwm
-   )
-   dvd? ( media-libs/libdvdcss )
-   xmltv? ( >=media-tv/xmltv-0.5.43 )
-"
-DEPEND="${COMMON}
-   dev-lang/yasm
-   x11-proto/xf86vidmodeproto
-   x11-proto/xineramaproto
-"
-
-S="${WORKDIR}/${P}/mythtv"
-
-MYTHTV_GROUPS="video,audio,tty,uucp"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS}
-   use

[gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/, net-mail/cyrus-imapd/files/

2017-08-11 Thread Eray Aslan
commit: 286be1db4511e0bde9f8094b03ce936407b06364
Author: Eray Aslan  gentoo  org>
AuthorDate: Fri Aug 11 15:47:31 2017 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Fri Aug 11 15:50:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=286be1db

net-mail/cyrus-imapd: security bump to 3.0.3

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-mail/cyrus-imapd/Manifest  |   1 +
 net-mail/cyrus-imapd/cyrus-imapd-3.0.3.ebuild  | 215 +
 .../files/cyrus-imapd-sieve-libs-v4.patch  | 127 
 net-mail/cyrus-imapd/files/cyrus.rc7   |  22 +++
 net-mail/cyrus-imapd/metadata.xml  |  20 +-
 5 files changed, 375 insertions(+), 10 deletions(-)

diff --git a/net-mail/cyrus-imapd/Manifest b/net-mail/cyrus-imapd/Manifest
index d9f96c0ec77..3917ba2fa70 100644
--- a/net-mail/cyrus-imapd/Manifest
+++ b/net-mail/cyrus-imapd/Manifest
@@ -2,3 +2,4 @@ DIST cyrus-imapd-2.5.10.tar.gz 3103914 SHA256 
b38f4fd72825a298ac47426dcd2a50c843
 DIST cyrus-imapd-2.5.11.tar.gz 3109188 SHA256 
36a79117b320c78d62bc6842c3024d970d3bec7aa12908f862d92cf1d63397d5 SHA512 
bbb0e11f31d91d85037306321165e3608f8d5e2699b971fc4fbdd1630ec0a1485c8f6f17900142dec584ab41b0ec0c65c11cfaf8c5bbf1054b194a8f5f361538
 WHIRLPOOL 
e6aaedb642b634d9fc0c56f7ddd06e15130091bd21f4e089ae46168fb2976c7e1fa281f8c6fc0f3e171e70bbfeb5cec8f6cc613f62d5b769fb8b6af4dede6e67
 DIST cyrus-imapd-3.0.1.tar.gz 10515460 SHA256 
24a9886aa6bbe001484a54b29309ff99415c0f355b98325ebb29ad61fff5e257 SHA512 
0a2bf13b4793e642f3df53231fd66774e0c5ad753b436a7fb0645db6ee70121d0da245038527cc58cb078255fec3e7b32a6230c196cceea040f74813ef78e337
 WHIRLPOOL 
830284e3d96b2d34d88350f8e65de2cac28c34c9d302dc7fe4247022c5d96251d72989714062408cfcf08828650a7b67aecfb1672165fed344b2e98c2dc06265
 DIST cyrus-imapd-3.0.2.tar.gz 10706654 SHA256 
5612f3cfa0504eb50bc3e49a77bf04a31c1aff3096fa1bbddb26cd7dbb69d94d SHA512 
95f145733a4b2589b2f7eb6281ce0d1df5788521dea0c81fda10c7c7ae4ac7cf1a9037dba45deee6101a73bbde4552906d7c6bfa9369aa3c802061a7f5cec85d
 WHIRLPOOL 
cf56390ea0d8ecd9fcfb9a2459a552ba7815474b52b089c54b1428b42691826f91b163cfe723c795b28289530911ed614e2252e038919c4d710d9a95658f8997
+DIST cyrus-imapd-3.0.3.tar.gz 10819454 SHA256 
6a76d8d00b26a2c9d03c65197724a28ab6d044527d7e230e6331f8de79af889a SHA512 
0b5c3167d80d91371e3f07e64b8bc8c085481946e6536dd407976f6f8ae66405fd1f6d2ff5ad51e5e0eb827a64d90d93daf72d5a1afa409782a287bec29665df
 WHIRLPOOL 
6d543b09d3f18d10c481133fafb78f82a6e2d0dd3fb7c4cdb1d181d906acef7db4c6da5dcc86254a836f69fc7cbd54034f889b0808da060a083f35dd8ee40434

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.3.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.0.3.ebuild
new file mode 100644
index 000..f4638e0cc79
--- /dev/null
+++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.3.ebuild
@@ -0,0 +1,215 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools pam ssl-cert user
+
+MY_P=${P/_/}
+
+DESCRIPTION="The Cyrus IMAP Server"
+HOMEPAGE="http://www.cyrusimap.org/";
+SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz";
+
+LICENSE="BSD-with-attribution"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="afs backup calalarm caps clamav http jmap kerberos ldap lmdb \
+   mysql nntp pam perl postgres replication +server sieve snmp \
+   sphinx sqlite ssl static-libs tcpd test xapian"
+
+# virtual/mysql-5.5 added for the --variable= option below
+CDEPEND="sys-libs/zlib
+   dev-libs/libpcre
+   >=dev-libs/cyrus-sasl-2.1.13
+   dev-libs/jansson
+   dev-libs/icu:=
+   afs? ( net-fs/openafs )
+   caps? ( sys-libs/libcap )
+   clamav? ( app-antivirus/clamav )
+   http? ( dev-libs/libxml2 dev-libs/libical )
+   kerberos? ( virtual/krb5 )
+   ldap? ( net-nds/openldap )
+   lmdb? ( dev-db/lmdb )
+   mysql? ( >=virtual/mysql-5.5 )
+   nntp? ( !net-nntp/leafnode )
+   pam? (
+   virtual/pam
+   >=net-mail/mailbase-1
+   )
+   perl? ( dev-lang/perl:= )
+   postgres? ( dev-db/postgresql:* )
+   snmp? ( >=net-analyzer/net-snmp-5.2.2-r1 )
+   ssl? ( >=dev-libs/openssl-1.0.1e:0[-bindist] )
+   sqlite? ( dev-db/sqlite:3 )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 snmp? ( 
net-analyzer/net-snmp[tcpd=] ) )
+   xapian? ( >=dev-libs/xapian-1.4.0 )"
+
+DEPEND="${CDEPEND}
+   test? ( dev-util/cunit )"
+
+# all blockers really needed?
+RDEPEND="${CDEPEND}
+   !mail-mta/courier
+   !net-mail/bincimap
+   !net-mail/courier-imap
+   !net-mail/uw-imap
+   !net-mail/cyrus-imap-admin"
+
+REQUIRED_USE="afs? ( kerberos )
+   backup? ( sqlite )
+   calalarm? ( http )
+   http? ( sqlite )
+   jmap? ( http xapian )
+   sphinx? ( mysql )"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   enewuser cyrus -1 -1 /usr/cyrus mail
+}
+
+src_prepare

[gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/files/, net-mail/cyrus-imapd/

2017-08-11 Thread Eray Aslan
commit: 001e4977e5a5847a1e2f08d0510872a6d0684660
Author: Eray Aslan  gentoo  org>
AuthorDate: Fri Aug 11 15:50:20 2017 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Fri Aug 11 15:50:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001e4977

net-mail/cyrus-imapd: remove vulnerable

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-mail/cyrus-imapd/Manifest  |   2 -
 net-mail/cyrus-imapd/cyrus-imapd-3.0.1.ebuild  | 203 -
 net-mail/cyrus-imapd/cyrus-imapd-3.0.2.ebuild  | 203 -
 .../files/cyrus-imapd-sieve-libs-v3.patch  | 127 -
 4 files changed, 535 deletions(-)

diff --git a/net-mail/cyrus-imapd/Manifest b/net-mail/cyrus-imapd/Manifest
index 3917ba2fa70..d64ddbe28af 100644
--- a/net-mail/cyrus-imapd/Manifest
+++ b/net-mail/cyrus-imapd/Manifest
@@ -1,5 +1,3 @@
 DIST cyrus-imapd-2.5.10.tar.gz 3103914 SHA256 
b38f4fd72825a298ac47426dcd2a50c8437c2947864ba50d79a9a53fe9845c5f SHA512 
78b85e37c63f1dbb60898da229f70f45810326a01244067d23b1317e2c2ae3326e48b6944787d59024e44c48c441ed2b848d6a83c451c192a3bb95c8f37880fa
 WHIRLPOOL 
d2167900596c1b6f8e595de7aec499a7fbd6228537d7a27bec4fe0bda6a74b861303c4e9691ca829994972b099f29c362f9692f266df66d76c05a69629b52dfd
 DIST cyrus-imapd-2.5.11.tar.gz 3109188 SHA256 
36a79117b320c78d62bc6842c3024d970d3bec7aa12908f862d92cf1d63397d5 SHA512 
bbb0e11f31d91d85037306321165e3608f8d5e2699b971fc4fbdd1630ec0a1485c8f6f17900142dec584ab41b0ec0c65c11cfaf8c5bbf1054b194a8f5f361538
 WHIRLPOOL 
e6aaedb642b634d9fc0c56f7ddd06e15130091bd21f4e089ae46168fb2976c7e1fa281f8c6fc0f3e171e70bbfeb5cec8f6cc613f62d5b769fb8b6af4dede6e67
-DIST cyrus-imapd-3.0.1.tar.gz 10515460 SHA256 
24a9886aa6bbe001484a54b29309ff99415c0f355b98325ebb29ad61fff5e257 SHA512 
0a2bf13b4793e642f3df53231fd66774e0c5ad753b436a7fb0645db6ee70121d0da245038527cc58cb078255fec3e7b32a6230c196cceea040f74813ef78e337
 WHIRLPOOL 
830284e3d96b2d34d88350f8e65de2cac28c34c9d302dc7fe4247022c5d96251d72989714062408cfcf08828650a7b67aecfb1672165fed344b2e98c2dc06265
-DIST cyrus-imapd-3.0.2.tar.gz 10706654 SHA256 
5612f3cfa0504eb50bc3e49a77bf04a31c1aff3096fa1bbddb26cd7dbb69d94d SHA512 
95f145733a4b2589b2f7eb6281ce0d1df5788521dea0c81fda10c7c7ae4ac7cf1a9037dba45deee6101a73bbde4552906d7c6bfa9369aa3c802061a7f5cec85d
 WHIRLPOOL 
cf56390ea0d8ecd9fcfb9a2459a552ba7815474b52b089c54b1428b42691826f91b163cfe723c795b28289530911ed614e2252e038919c4d710d9a95658f8997
 DIST cyrus-imapd-3.0.3.tar.gz 10819454 SHA256 
6a76d8d00b26a2c9d03c65197724a28ab6d044527d7e230e6331f8de79af889a SHA512 
0b5c3167d80d91371e3f07e64b8bc8c085481946e6536dd407976f6f8ae66405fd1f6d2ff5ad51e5e0eb827a64d90d93daf72d5a1afa409782a287bec29665df
 WHIRLPOOL 
6d543b09d3f18d10c481133fafb78f82a6e2d0dd3fb7c4cdb1d181d906acef7db4c6da5dcc86254a836f69fc7cbd54034f889b0808da060a083f35dd8ee40434

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.1.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.0.1.ebuild
deleted file mode 100644
index c5a0435e386..000
--- a/net-mail/cyrus-imapd/cyrus-imapd-3.0.1.ebuild
+++ /dev/null
@@ -1,203 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools pam ssl-cert user
-
-MY_P=${P/_/}
-
-DESCRIPTION="The Cyrus IMAP Server"
-HOMEPAGE="http://www.cyrusimap.org/";
-SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz";
-
-LICENSE="BSD-with-attribution"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="afs backup calalarm caps clamav http jmap kerberos ldap lmdb \
-   mysql nntp pam perl postgres replication +server sieve snmp \
-   sphinx sqlite ssl static-libs tcpd test xapian"
-
-# virtual/mysql-5.5 added for the --variable= option below
-CDEPEND="sys-libs/zlib
-   dev-libs/libpcre
-   >=dev-libs/cyrus-sasl-2.1.13
-   dev-libs/jansson
-   dev-libs/icu:=
-   afs? ( net-fs/openafs )
-   caps? ( sys-libs/libcap )
-   clamav? ( app-antivirus/clamav )
-   http? ( dev-libs/libxml2 dev-libs/libical )
-   kerberos? ( virtual/krb5 )
-   ldap? ( net-nds/openldap )
-   lmdb? ( dev-db/lmdb )
-   mysql? ( >=virtual/mysql-5.5 )
-   nntp? ( !net-nntp/leafnode )
-   pam? (
-   virtual/pam
-   >=net-mail/mailbase-1
-   )
-   perl? ( dev-lang/perl:= )
-   postgres? ( dev-db/postgresql:* )
-   snmp? ( >=net-analyzer/net-snmp-5.2.2-r1 )
-   ssl? ( >=dev-libs/openssl-1.0.1e:0[-bindist] )
-   sqlite? ( dev-db/sqlite:3 )
-   tcpd? ( >=sys-apps/tcp-wrappers-7.6 snmp? ( 
net-analyzer/net-snmp[tcpd=] ) )
-   xapian? ( >=dev-libs/xapian-1.4.0 )"
-
-DEPEND="${CDEPEND}
-   test? ( dev-util/cunit )"
-
-# all blockers really needed?
-RDEPEND="${CDEPEND}
-   !mail-mta/courier
-   !net-mail/bincimap
-   !net-mail/courier-imap
-   !net-mail/uw-imap
-   !net-mail/cyrus-imap-admin"
-
-REQUIRED_USE="afs? ( ke

[gentoo-commits] proj/portage:master commit in: bin/

2017-08-11 Thread Zac Medico
commit: 7d2c4fb609454b76d30c42fc7a0bb720decc39a3
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Aug  6 07:40:19 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Aug 11 16:05:27 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=7d2c4fb6

eapply_user: combine sort for all dirs (bug 608880)

Combine the patch basenames from all matched directories into a
list, and apply them in POSIX sorted order.  This allows patches in
more-specific directories to override patches of the same basename found
in less-specific directories. An empty patch (or /dev/null symlink)
negates a patch with the same basename found in a less-specific
directory.

This behavior is much more flexible and intuitive than the previous one,
while remaining backward-compatible to some extent.

NOTE: The implementation uses an associative array, which requires bash
version 4 or later.

X-Gentoo-bug: 608880
X-Gentoo-bug-url: https://bugs.gentoo.org/608880
Reviewed-by: Manuel Rüger  gentoo.org>

 bin/phase-helpers.sh | 35 ---
 1 file changed, 28 insertions(+), 7 deletions(-)

diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index 4b9b12b70..c02257eb6 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -1094,23 +1094,44 @@ if ___eapi_has_eapply_user; then
 
local basedir=${PORTAGE_CONFIGROOT%/}/etc/portage/patches
 
-   local d applied
+   local applied d f
+   local -A _eapply_user_patches
local prev_shopt=$(shopt -p nullglob)
shopt -s nullglob
 
-   # possibilities:
+   # Patches from all matched directories are combined into a
+   # sorted (POSIX order) list of the patch basenames. Patches
+   # in more-specific directories override patches of the same
+   # basename found in less-specific directories. An empty patch
+   # (or /dev/null symlink) negates a patch with the same
+   # basename found in a less-specific directory.
+   #
+   # order of specificity:
# 1. ${CATEGORY}/${P}-${PR} (note: -r0 desired to avoid applying
#${P} twice)
# 2. ${CATEGORY}/${P}
# 3. ${CATEGORY}/${PN}
# all of the above may be optionally followed by a slot
-   for d in 
"${basedir}"/${CATEGORY}/{${P}-${PR},${P},${PN}}{,:${SLOT%/*}}; do
-   if [[ -n $(echo "${d}"/*.diff) || -n $(echo 
"${d}"/*.patch) ]]; then
-   eapply "${d}"
-   applied=1
-   fi
+   for d in 
"${basedir}"/${CATEGORY}/{${P}-${PR},${P},${PN}}{:${SLOT%/*},}; do
+   for f in "${d}"/*; do
+   if [[ ( ${f} == *.diff || ${f} == *.patch ) &&
+   -z ${_eapply_user_patches[${f##*/}]} 
]]; then
+   _eapply_user_patches[${f##*/}]=${f}
+   fi
+   done
done
 
+   if [[ ${#_eapply_user_patches[@]} -gt 0 ]]; then
+   while read -r -d '' f; do
+   f=${_eapply_user_patches[${f}]}
+   if [[ -s ${f} ]]; then
+   eapply "${f}"
+   applied=1
+   fi
+   done < <(printf -- '%s\0' "${!_eapply_user_patches[@]}" 
|
+   LC_ALL=C sort -z)
+   fi
+
${prev_shopt}
 
[[ -n ${applied} ]] && ewarn "User patches applied."



[gentoo-commits] repo/gentoo:master commit in: profiles/, java-virtuals/jaf/

2017-08-11 Thread Michał Górny
commit: d3ef68b9cdf8bb625e16590f026a75d48503ae1f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 16:21:18 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 16:25:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ef68b9

java-virtuals/jaf: Remove last-rited pkg, #553188

 java-virtuals/jaf/jaf-1.1-r1.ebuild | 27 ---
 java-virtuals/jaf/metadata.xml  |  8 
 profiles/package.mask   |  5 -
 3 files changed, 40 deletions(-)

diff --git a/java-virtuals/jaf/jaf-1.1-r1.ebuild 
b/java-virtuals/jaf/jaf-1.1-r1.ebuild
deleted file mode 100644
index 0f45e91973e..000
--- a/java-virtuals/jaf/jaf-1.1-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit java-virtuals-2
-
-DESCRIPTION="Virtual for JavaBeans Activation Framework (JAF)"
-HOMEPAGE="https://www.gentoo.org";
-SRC_URI=""
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| (
-   >=virtual/jre-1.6
-   dev-java/sun-jaf:0
-   dev-java/gnu-jaf:1
-   )
-   >=dev-java/java-config-2.1.8
-   "
-
-JAVA_VIRTUAL_PROVIDES="sun-jaf gnu-jaf-1"
-JAVA_VIRTUAL_VM=">=virtual/jre-1.6"

diff --git a/java-virtuals/jaf/metadata.xml b/java-virtuals/jaf/metadata.xml
deleted file mode 100644
index 2444066aa02..000
--- a/java-virtuals/jaf/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   j...@gentoo.org
-   Java
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index fe73f5d42d8..98bbe441fc0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -514,11 +514,6 @@ app-office/calligra-l10n
 # Bug #623654.
 dev-db/haildb
 
-# Patrice Clement  (05 Jul 2017)
-# Part of the JRE since 1.6.
-# Masked for removal in 30 days. Bug #553188.
-java-virtual/jaf
-
 # Matthias Schwarzott  (03 Jul 2017)
 # The snapshots got a wrong version number assigned.
 # They are from before version 2.0.0. Masking them to force



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

2017-08-11 Thread Michał Górny
commit: 8194d7da5e355ffddc457243b51e248542e4545d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 16:24:01 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 16:25:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8194d7da

package.mask: Remove stale dev-db/haildb mask

 profiles/package.mask | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 98bbe441fc0..c14815ad8e4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -508,12 +508,6 @@ app-office/calligra-l10n
 # were not packaged in Gentoo previously.
 >=sys-fs/udisks-2.7.0
 
-# Göktürk Yüksek  (05 Jul 2017)
-# Declared dead by upstream. Removal in 30 days.
-# See: http://www.haildb.com/2015/08/19/shutting-down-haildb/
-# Bug #623654.
-dev-db/haildb
-
 # Matthias Schwarzott  (03 Jul 2017)
 # The snapshots got a wrong version number assigned.
 # They are from before version 2.0.0. Masking them to force



[gentoo-commits] repo/gentoo:master commit in: profiles/, app-office/calligra-l10n/

2017-08-11 Thread Michał Górny
commit: 4b0ad5f564f83cbd45a9130b1defaa365bd9226b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 16:24:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 16:25:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0ad5f5

app-office/calligra-l10n: Remove last-rited pkg

 app-office/calligra-l10n/Manifest  |  29 --
 .../calligra-l10n/calligra-l10n-2.9.11-r1.ebuild   | 106 -
 app-office/calligra-l10n/metadata.xml  |  12 ---
 profiles/package.mask  |   5 -
 4 files changed, 152 deletions(-)

diff --git a/app-office/calligra-l10n/Manifest 
b/app-office/calligra-l10n/Manifest
deleted file mode 100644
index 6c221a72a6c..000
--- a/app-office/calligra-l10n/Manifest
+++ /dev/null
@@ -1,29 +0,0 @@
-DIST calligra-l10n-bs-2.9.11.tar.xz 418212 SHA256 
fb3ba145a6d5e34e87851af303f3cfb9c0a4e089ef8ee3e233fabc6477519d1b SHA512 
2e0b0f649bfc4c8c9944fad466f7c44b25a0d35de8f38f54e99eb3545dd850a2a50b1e636c99f7991289835d2d95aae2f6eef7e22317428ed099cfbc3a24abd0
 WHIRLPOOL 
4a03175ea779d4738408023f5947096eeaca8879e76459dcc2c22be896dd2db0c5b3d5f8664a5409316773795a31299b071c84e2025741ea85bd4a1c0ca53b29
-DIST calligra-l10n-ca-2.9.11.tar.xz 584848 SHA256 
5cd0a5be64fb23697fa5a0a5bc55723e3d3be24faab0e1d0604540052cd88d49 SHA512 
52432e9ff2d49759ad65513f3c86d2dfd23a8fb2bbb0d913aad695c0700d3d3cf3fecb6fca377edfa92793594fa9a5e070640c3cf2063d3742e5174decce633d
 WHIRLPOOL 
abfaf9c7844f89730ef618c74f034762cc4697ee2de28ce287ac7f5e8ef819433eb8b4341bb1f95147f61bf678393c99ec27a6aadd3c83f27726864f27eeeaa1
-DIST calligra-l10n...@valencia-2.9.11.tar.xz 393336 SHA256 
9b7b4198052216a08aaee9f78e0db356fae6b5cd3d84b3b626a932e02fcd62c9 SHA512 
9a2773c4ddad4884251682c65c3122c9f34ea4e31a09b296b40f4f348e9efdca582561fc3506a51f164e4af330ddac4320eac5d860837ff89da63cf73a7736ea
 WHIRLPOOL 
8e1ce50c5baa2c076a3e400bf007be086ca6c9ced4d0dc1cc12fc753aca2def4f36a371b7cf4efb43dc8e16fbe74a3231bf8cf8ba32e3f43ea3a81e8aa21f59f
-DIST calligra-l10n-cs-2.9.11.tar.xz 334448 SHA256 
d0ac81daa3a083c78af8c5acf5745f67543133f669aa83709ab270a8b6a3fa39 SHA512 
a0693271c6a1b24512cb413fe197cbbc1abb61e7142e1da7ab3dd5bb3292cc1e1422f1e9752d6bd9b6c143d3cb1d458be55700fdf03549bfb6f94f606e33ee8f
 WHIRLPOOL 
549f71c713e2ebba3bfb8ee349eeea787eec6126166719b0df5851d2d349d560281afe4632615c54398ab44fcb445848e49f040536710ba5e7bfcadec693f453
-DIST calligra-l10n-da-2.9.11.tar.xz 464780 SHA256 
033ea6d93368e55c2cca28ce720139b256124ee603c2f55b0cdef8a0af684d09 SHA512 
4dccd4786bf528ec9bf34539d34a3d0bb5dc47ba67805b99f43e08e940b37e9217484bed23eadb0e8f22e77847a470e3c09af33ef1a73133d0ff9d5fa3969776
 WHIRLPOOL 
dbce5b3ada77e0ee8a072370ee44898266b8ffe7b1ccd21cd5b2a7db8f5ac2e599d523e4b72ffc84ae1f8f5456d2baf3097173f7646fbea249d8eda0325def3d
-DIST calligra-l10n-de-2.9.11.tar.xz 717412 SHA256 
25fe6f207753f4417c942d1bd36fad7ec3507a12bdbd1f5287f5f8ddb16168bd SHA512 
03b2a2846832d5ff0c62ad282df88fb89aa82c6e4060bb3403fc35af32ff84a1c6a71d120dc3c839b4b69dd371fa7b3f2a3be118bdc359e27d2c6093e72157e9
 WHIRLPOOL 
11d4dcf949dd444b8100bf509fee6502a724e3b3fb0fdde0054f08b14eda77a80229dc624b588d6ebedcca27bde0d677db3a7cea6d67c0fcf613972ea34b14d7
-DIST calligra-l10n-el-2.9.11.tar.xz 465060 SHA256 
a6788903764f2b7b4a01ce45677c5aa7590dc9ccfdd85311a05f89230d725deb SHA512 
ad0cd29e8370439886a4e73f6c839046b1609a3dec85ddabe86082e1966b02b4ed85571ebc473464475018e3bb20840ef88a9d07d8d827f06802bbdb8424bad7
 WHIRLPOOL 
60c1e11439d4bf7d4911b9b12178a6f45e989da1a387f59b1d55b45d8872f0dd7fc3ec8c7799f1ee3ac611dc2a7a7a54aa1e47308b83999cf09e523ef46910b0
-DIST calligra-l10n-en_GB-2.9.11.tar.xz 390204 SHA256 
a5763d0e759726cc5a4397f27b70d9001a3e31f6a52771730cd7a03f0d46a250 SHA512 
c816c01210e284137de711c115694b6b2f06752ea3ab94270646675415114732e3cd63d79276d46043785e5c49664a19b0790e32c020580d2b502195a2d0e0f7
 WHIRLPOOL 
8ae62e18997ab89af504707f56e533a0663f49f55d6da53edf6e290a68c5cf7188c63cd9e7a5340c9d0b358ded19bd9494ed66e1d7ab003e6c2e86eecba0b1b6
-DIST calligra-l10n-es-2.9.11.tar.xz 1242572 SHA256 
400ea00608917ec7d7cb641f233e6dfeba4cf94ef7715dec9e0f1e1e6b053cf8 SHA512 
18cc74250ffc8c484b20553b9bec07755374ef5b7925d41dd03c7c84ddb659bff83fb0a8dc93134e2b3fcee792f009f897de7539cd02efc1c015b23045bdee5e
 WHIRLPOOL 
e36ffcd338172dfc048cca32532cbee85b71c804d254a86c27e1c679bc7e44dc6952172500e0518df364b5648f367bd2d6528c2c03386e9d3a1699d3df51854b
-DIST calligra-l10n-et-2.9.11.tar.xz 686644 SHA256 
9fe71b98768e8c3085396c5cb4f2f084e97470d90fba754b5c888f2decc792b8 SHA512 
9d2bd56b8351f4aa914a435488a240af586c4391c41a03f08c6f8a044b6d523edbe15b36bddfa736bb833d7ba560229d89297cc68613420b7b035c331f0c5f75
 WHIRLPOOL 
bd1ac40d60e87bf5acea74b6a99b93e44c244288b20717f1635639ca145f7037d493175e8cd71bf39f08d6c942bcb88808e615b965c32ae8ef18697d25c88b68
-DIST calligra-l10n-fi-2.9.11.tar.xz 447452 SHA256 
d90d5d7e7576af8d0ec0ba622808cf84eda9e5efb9e960669e805e3b6493da86 SHA512 
23d5cd9ac085a168c9ed48e2d18f69d842fcc11c109657620e8b48b0

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/modernizr/, profiles/

2017-08-11 Thread Michał Górny
commit: fb9e2a75f6adf458877626b73ebc7034364e5811
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 16:24:42 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 16:25:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9e2a75

dev-ruby/modernizr: Remove last-rited pkg

 dev-ruby/modernizr/Manifest   |  1 -
 dev-ruby/modernizr/metadata.xml   | 11 ---
 dev-ruby/modernizr/modernizr-2.6.2.ebuild | 19 ---
 profiles/package.mask |  5 -
 4 files changed, 36 deletions(-)

diff --git a/dev-ruby/modernizr/Manifest b/dev-ruby/modernizr/Manifest
deleted file mode 100644
index df9c22d31f9..000
--- a/dev-ruby/modernizr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST modernizr-2.6.2.gem 43520 SHA256 
f461355bb24a013275c8687bbeb02861ac404cd3a1db81a78166376422ac8f3c SHA512 
de40343bc06ceae2518e0bfc513fdd54ceb9c4369e1ea37c75d06d70286c995691e568d9892f6709bbc33492eb1034d402bb903dd31847c4c8f21a88a22b8f00
 WHIRLPOOL 
e27e585d878de09134214829cb13892c0925cc5ab0e8dee59250b9d37d2e4a87af5790d2570c87561f4f23322f8cb95718891132733f3a50c5bc727957d51ea0

diff --git a/dev-ruby/modernizr/metadata.xml b/dev-ruby/modernizr/metadata.xml
deleted file mode 100644
index c7c6edf1d42..000
--- a/dev-ruby/modernizr/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-r...@gentoo.org
-Gentoo Ruby Project
-  
-  
-josh/ruby-modernizr
-  
-

diff --git a/dev-ruby/modernizr/modernizr-2.6.2.ebuild 
b/dev-ruby/modernizr/modernizr-2.6.2.ebuild
deleted file mode 100644
index 3044280c0b2..000
--- a/dev-ruby/modernizr/modernizr-2.6.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Modernizr JS assets for use in Sprockets or the Rails 3 asset 
pipeline"
-HOMEPAGE="https://github.com/josh/ruby-modernizr";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""

diff --git a/profiles/package.mask b/profiles/package.mask
index 2c3a5a2c1dd..8b88e221da9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -486,11 +486,6 @@ net-libs/dhcpcd-dbus
 # tree anymore, bug #624670. Removal in a month.
 =dev-python/beautifulsoup-3.1.0.1-r2
 
-# Hans de Graaff  (09 Jul 2017)
-# Upstream has removed the code and the published gem.
-# Removal in 30 days.
-dev-ruby/modernizr
-
 # Lars Wendler  (07 Jul 2017)
 # Masked until >=net-fs/samba-4.7 is in the tree and 
 # unmasked. (bug #624106)



[gentoo-commits] repo/gentoo:master commit in: dev-games/ogre/

2017-08-11 Thread Michał Górny
commit: 46390e0bed7911c493e5da6b915eee55efac6e5b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 16:19:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 16:25:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46390e0b

dev-games/ogre: Fix unreadable REQUIRED_USE, #620912

 dev-games/ogre/ogre-1.9.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/ogre/ogre-1.9.0-r1.ebuild 
b/dev-games/ogre/ogre-1.9.0-r1.ebuild
index 499aef500a0..6e4e520a324 100644
--- a/dev-games/ogre/ogre-1.9.0-r1.ebuild
+++ b/dev-games/ogre/ogre-1.9.0-r1.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE="threads? ( ^^ ( boost poco tbb ) )
examples? ( ois )
poco? ( threads )
tbb? ( threads )
-   ?? ( gl3plus ( || ( gles2 gles3 ) ) )
+   gl3plus ( !gles2 !gles3 )
gles3? ( gles2 )
gl3plus? ( opengl )"
 



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

2017-08-11 Thread Kristian Fiskerstrand
commit: a12f7eafa84c6cb0cf6d643c55ef027f33b8147e
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Fri Aug 11 16:15:46 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Fri Aug 11 16:48:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12f7eaf

app-crypt/gnupg: New upstream version 2.1.23

Reverting to default of no --auto-key-retrieve as this has information
leak potential that should not be enabled in default configuration. The
change is also reverted upstream

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-crypt/gnupg/Manifest   |   1 +
 1.23-gpg-default-to-no-auto-key-retrieve.patch |  71 
 app-crypt/gnupg/gnupg-2.1.23.ebuild| 124 +
 3 files changed, 196 insertions(+)

diff --git a/app-crypt/gnupg/Manifest b/app-crypt/gnupg/Manifest
index 77cdbd2968f..07c1872aeaf 100644
--- a/app-crypt/gnupg/Manifest
+++ b/app-crypt/gnupg/Manifest
@@ -2,3 +2,4 @@ DIST gnupg-1.4.21.tar.bz2 3689305 SHA256 
6b47a3100c857dcab3c60e6152e56a997f2c786
 DIST gnupg-2.1.15.tar.bz2 5723689 SHA256 
c28c1a208f1b8ad63bdb6b88d252f6734ff4d33de6b54e38494b11d49e00ffdd SHA512 
69c943e853e1a37e8b17b3bc34e1503f14bc8f189fa9f3ac6644bcc98ccce6eaef64da20ff9dd1c8de3a7789ea577167984ccf3ac286cac50752e6f7c2f42ab1
 WHIRLPOOL 
4c5a8cd4e8b7196f4a355ce7739cf6e23c43817414e10bbba219117e4e51c4c618ffb5dbce27cb836a2171eda58e003d5ddf78d4af09a813c2a1729963413151
 DIST gnupg-2.1.20.tar.bz2 6456128 SHA256 
24cf9a69369be64a9f6f8cc11a1be33ab7780ad77a6a1b93719438f49f69960d SHA512 
14a9890bc64e143f87cff121dd298d490d78dbd34e36883e0f25763ff9064e5706a7632893d7c5d0e8e9b8cf9cdb0d378b4ce1715348729f0fc080455b61eca9
 WHIRLPOOL 
fa6cbd66031cac41db308b10bebec87e37a19d3c63219d22fb874d7d016bcad057b93eeece7a64001718ee1f881199e3d3eebc8ef6625691f553b0d2dbc92624
 DIST gnupg-2.1.22.tar.bz2 6530433 SHA256 
46716faf9e1b92cfca86609f3bfffbf5bb4b6804df90dc853ff7061cfcfb4ad7 SHA512 
d2ccbf32716a701df9e4ad5c19b682daf1a02b0bf8a1751a32af6db0c9284a4ee7df91310bed1a2087911a9964cb7b7f2ca9dad32a880ed1e1465d8048605e16
 WHIRLPOOL 
3a87914898e2f164f7effa67e0e8f5ccb48aed0e9e4d65559d73783478ee509f7876ef7ef77ec9c43de2611a8a2ecdcbfbd443ab5de119203b20e316473e4e75
+DIST gnupg-2.1.23.tar.bz2 6526734 SHA256 
a94476391595e9351f219188767a9d6ea128e83be5ed3226a7890f49aa2d0d77 SHA512 
8b8be0784129f5aa0ccde32a413a68c36e0e4131abe70c3eb186958c60f3df1023deb2db2db84d63ad30a3408a75c7622b430aff1a524ff28a24be511c952412
 WHIRLPOOL 
deb4e933108e0a77b941ed95732eab2ee77af175bd776f3f5dbd25bb38b37dcdf09ae8eee7cd39a09883c3757b81688e48b5a07d6f43419a4453d4ba38541c14

diff --git 
a/app-crypt/gnupg/files/gnupg-2.1.23-gpg-default-to-no-auto-key-retrieve.patch 
b/app-crypt/gnupg/files/gnupg-2.1.23-gpg-default-to-no-auto-key-retrieve.patch
new file mode 100644
index 000..4cc414d18e3
--- /dev/null
+++ 
b/app-crypt/gnupg/files/gnupg-2.1.23-gpg-default-to-no-auto-key-retrieve.patch
@@ -0,0 +1,71 @@
+From e6f84116abca2ed49bf14b2e28c3c811a3717227 Mon Sep 17 00:00:00 2001
+From: Daniel Kahn Gillmor 
+Date: Fri, 11 Aug 2017 02:26:52 -0400
+Subject: [PATCH] gpg: default to --no-auto-key-retrieve.
+
+* g10/gpg.c (main): remove KEYSERVER_AUTO_KEY_RETRIEVE from the
+default keyserver options.
+* doc/gpg.texi: document this change.
+--
+
+This is a partial reversion of
+7e1fe791d188b078398bf83c9af992cb1bd2a4b3.  Werner and i discussed it
+earlier today, and came to the conclusion that:
+
+ * the risk of metadata leakage represented by a default
+   --auto-key-retrieve, both in e-mail (as a "web bug") and in other
+   contexts where GnuPG is used to verified signatures, is quite high.
+
+ * the advantages of --auto-key-retrieve (in terms of signature
+   verification) can sometimes be achieved in other ways, such as when
+   a signed message includes a copy of its own key.
+
+ * when those other ways are not useful, a graphical, user-facing
+   application can still offer the user the opportunity to choose to
+   fetch the key; or it can apply its own policy about when to set
+   --auto-key-retrieve, without needing to affect the defaults.
+
+Note that --auto-key-retrieve is specifically about signature
+verification.  Decisions about how and whether to look up a key during
+message encryption are governed by --auto-key-locate.  This change
+does not touch the --auto-key-locate default of "local,wkd".  The user
+deliberately asking gpg to encrypt to an e-mail address is a different
+scenario than having an incoming e-mail trigger a potentially unique
+network request.
+
+Signed-off-by: Daniel Kahn Gillmor 
+---
+ doc/gpg.texi | 2 +-
+ g10/gpg.c| 3 +--
+ 2 files changed, 2 insertions(+), 3 deletions(-)
+
+diff --git a/doc/gpg.texi b/doc/gpg.texi
+index c71126a97..b6a9b2d70 100644
+--- a/doc/gpg.texi
 b/doc/gpg.texi
+@@ -1792,7 +1792,7 @@ list.  The default is "local,wkd".
+ @opindex no-auto-key-retrieve
+ These options enable or disable the automatic retrieving of keys from
+ a keyserver

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

2017-08-11 Thread Kristian Fiskerstrand
commit: aa0cd983937987ec7ee4601f618892b331f1ddad
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Fri Aug 11 16:56:38 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Fri Aug 11 16:56:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0cd983

app-crypt/gnupg: 2.1.23: Fix man page

Also update the man pages for the binary rename of gpg2 to gpg

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-crypt/gnupg/{gnupg-2.1.23.ebuild => gnupg-2.1.23-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/gnupg/gnupg-2.1.23.ebuild 
b/app-crypt/gnupg/gnupg-2.1.23-r1.ebuild
similarity index 95%
rename from app-crypt/gnupg/gnupg-2.1.23.ebuild
rename to app-crypt/gnupg/gnupg-2.1.23-r1.ebuild
index 9564b859cdf..48711663f92 100644
--- a/app-crypt/gnupg/gnupg-2.1.23.ebuild
+++ b/app-crypt/gnupg/gnupg-2.1.23-r1.ebuild
@@ -112,8 +112,8 @@ src_install() {
 
dosym gpg /usr/bin/gpg2
dosym gpgv /usr/bin/gpgv2
-   echo ".so man1/gpg2.1" > "${ED}"/usr/share/man/man1/gpg.1 || die
-   echo ".so man1/gpgv2.1" > "${ED}"/usr/share/man/man1/gpgv.1 || die
+   echo ".so man1/gpg.1" > "${ED}"/usr/share/man/man1/gpg2.1 || die
+   echo ".so man1/gpgv.1" > "${ED}"/usr/share/man/man1/gpgv2.1 || die
 
dodir /etc/env.d
echo "CONFIG_PROTECT=/usr/share/gnupg/qualified.txt" >> 
"${ED}"/etc/env.d/30gnupg || die



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

2017-08-11 Thread Kristian Fiskerstrand
commit: cb173571b85ae0afc1851c16b993960729a2484a
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Fri Aug 11 16:57:29 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Fri Aug 11 16:57:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb173571

app-crypt/gnupg: 2.1.22: Cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-crypt/gnupg/Manifest|   1 -
 app-crypt/gnupg/gnupg-2.1.22.ebuild | 122 
 2 files changed, 123 deletions(-)

diff --git a/app-crypt/gnupg/Manifest b/app-crypt/gnupg/Manifest
index 07c1872aeaf..7f06b048cea 100644
--- a/app-crypt/gnupg/Manifest
+++ b/app-crypt/gnupg/Manifest
@@ -1,5 +1,4 @@
 DIST gnupg-1.4.21.tar.bz2 3689305 SHA256 
6b47a3100c857dcab3c60e6152e56a997f2c7862c1b8b2b25adf3884a1ae2276 SHA512 
619e0fbc10310c7e55d129027e2945791fe91a0884b1d6f53acb4b2e380d1c6e71d1a516a59876182c5c70a4227d44a74ceda018c343b5291fa9a5d6de77c984
 WHIRLPOOL 
eb596be347dd90be93d381fe405e50f5808160b546705493bc9d817d521ea236a2374648e6c2cab396f54bba74de4caf2b92e894df3a17aa339f014ef8cc8802
 DIST gnupg-2.1.15.tar.bz2 5723689 SHA256 
c28c1a208f1b8ad63bdb6b88d252f6734ff4d33de6b54e38494b11d49e00ffdd SHA512 
69c943e853e1a37e8b17b3bc34e1503f14bc8f189fa9f3ac6644bcc98ccce6eaef64da20ff9dd1c8de3a7789ea577167984ccf3ac286cac50752e6f7c2f42ab1
 WHIRLPOOL 
4c5a8cd4e8b7196f4a355ce7739cf6e23c43817414e10bbba219117e4e51c4c618ffb5dbce27cb836a2171eda58e003d5ddf78d4af09a813c2a1729963413151
 DIST gnupg-2.1.20.tar.bz2 6456128 SHA256 
24cf9a69369be64a9f6f8cc11a1be33ab7780ad77a6a1b93719438f49f69960d SHA512 
14a9890bc64e143f87cff121dd298d490d78dbd34e36883e0f25763ff9064e5706a7632893d7c5d0e8e9b8cf9cdb0d378b4ce1715348729f0fc080455b61eca9
 WHIRLPOOL 
fa6cbd66031cac41db308b10bebec87e37a19d3c63219d22fb874d7d016bcad057b93eeece7a64001718ee1f881199e3d3eebc8ef6625691f553b0d2dbc92624
-DIST gnupg-2.1.22.tar.bz2 6530433 SHA256 
46716faf9e1b92cfca86609f3bfffbf5bb4b6804df90dc853ff7061cfcfb4ad7 SHA512 
d2ccbf32716a701df9e4ad5c19b682daf1a02b0bf8a1751a32af6db0c9284a4ee7df91310bed1a2087911a9964cb7b7f2ca9dad32a880ed1e1465d8048605e16
 WHIRLPOOL 
3a87914898e2f164f7effa67e0e8f5ccb48aed0e9e4d65559d73783478ee509f7876ef7ef77ec9c43de2611a8a2ecdcbfbd443ab5de119203b20e316473e4e75
 DIST gnupg-2.1.23.tar.bz2 6526734 SHA256 
a94476391595e9351f219188767a9d6ea128e83be5ed3226a7890f49aa2d0d77 SHA512 
8b8be0784129f5aa0ccde32a413a68c36e0e4131abe70c3eb186958c60f3df1023deb2db2db84d63ad30a3408a75c7622b430aff1a524ff28a24be511c952412
 WHIRLPOOL 
deb4e933108e0a77b941ed95732eab2ee77af175bd776f3f5dbd25bb38b37dcdf09ae8eee7cd39a09883c3757b81688e48b5a07d6f43419a4453d4ba38541c14

diff --git a/app-crypt/gnupg/gnupg-2.1.22.ebuild 
b/app-crypt/gnupg/gnupg-2.1.22.ebuild
deleted file mode 100644
index 03363e490f1..000
--- a/app-crypt/gnupg/gnupg-2.1.22.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit systemd toolchain-funcs
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="The GNU Privacy Guard, a GPL OpenPGP implementation"
-HOMEPAGE="http://www.gnupg.org/";
-SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="bzip2 doc +gnutls ldap nls readline selinux +smartcard tofu tools usb 
wks-server"
-
-COMMON_DEPEND_LIBS="
-   >=dev-libs/npth-1.2
-   >=dev-libs/libassuan-2.4.3
-   >=dev-libs/libgcrypt-1.7.3
-   >=dev-libs/libgpg-error-1.24
-   >=dev-libs/libksba-1.3.4
-   >=net-misc/curl-7.10
-   gnutls? ( >=net-libs/gnutls-3.0:0= )
-   sys-libs/zlib
-   ldap? ( net-nds/openldap )
-   bzip2? ( app-arch/bzip2 )
-   readline? ( sys-libs/readline:0= )
-   smartcard? ( usb? ( virtual/libusb:0 ) )
-   tofu? ( >=dev-db/sqlite-3.7 )
-   "
-COMMON_DEPEND_BINS="app-crypt/pinentry
-   !app-crypt/dirmngr"
-
-# Existence of executables is checked during configuration.
-DEPEND="${COMMON_DEPEND_LIBS}
-   ${COMMON_DEPEND_BINS}
-   nls? ( sys-devel/gettext )
-   doc? ( sys-apps/texinfo )"
-
-RDEPEND="${COMMON_DEPEND_LIBS}
-   ${COMMON_DEPEND_BINS}
-   selinux? ( sec-policy/selinux-gpg )
-   nls? ( virtual/libintl )"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=(
-   ChangeLog NEWS README THANKS TODO VERSION
-   doc/FAQ doc/DETAILS doc/HACKING doc/TRANSLATE doc/OpenPGP doc/KEYSERVER
-)
-
-PATCHES=(
-   
"${FILESDIR}/${PN}-2.1.20-gpgscm-Use-shorter-socket-path-lengts-to-improve-tes.patch"
-)
-
-src_configure() {
-   local myconf=()
-
-   if use smartcard; then
-   myconf+=(
-   --enable-scdaemon
-   $(use_enable usb ccid-driver)
-   )
-   

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

2017-08-11 Thread Michał Górny
commit: 7677c0faeb38594399519c9c02bc48bd8860910b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 16:59:07 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 17:06:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7677c0fa

dev-python/testtools: Remove bazaar@ project, #626492

 dev-python/testtools/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/testtools/metadata.xml 
b/dev-python/testtools/metadata.xml
index b7a4db1b6bc..d2fbb03bb6c 100644
--- a/dev-python/testtools/metadata.xml
+++ b/dev-python/testtools/metadata.xml
@@ -2,10 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
   
-baz...@gentoo.org
-Gentoo Bazaar Project
-  
-  
 pyt...@gentoo.org
 Python
   



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

2017-08-11 Thread Michał Górny
commit: 8cc1cd5aaa0bdc88ab3627c81594182a06492a4a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 16:59:15 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 17:06:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc1cd5a

dev-vcs/bzr-gtk: Remove bazaar@ project, #626492

 dev-vcs/bzr-gtk/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-vcs/bzr-gtk/metadata.xml b/dev-vcs/bzr-gtk/metadata.xml
index d3020b338fe..d167356cecb 100644
--- a/dev-vcs/bzr-gtk/metadata.xml
+++ b/dev-vcs/bzr-gtk/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-baz...@gentoo.org
-Gentoo Bazaar Project
-  
+  
   
 GTK+ Frontends to various Bazaar commands. Currently contains
 dialogs for almost all common operations, including annotate and



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

2017-08-11 Thread Michał Górny
commit: 7ab31677c288dace14249d20a7dae02e1a5b66fd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 16:59:13 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 17:06:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab31677

dev-vcs/bzr-git: Remove bazaar@ project, #626492

 dev-vcs/bzr-git/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-vcs/bzr-git/metadata.xml b/dev-vcs/bzr-git/metadata.xml
index db5a1f9b3db..1b2becffa26 100644
--- a/dev-vcs/bzr-git/metadata.xml
+++ b/dev-vcs/bzr-git/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-baz...@gentoo.org
-Gentoo Bazaar Project
-  
+  
 



  1   2   3   >