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

2018-12-29 Thread Zac Medico
commit: b737b77e6e0f8802c172d9424ed1f8942ea40d66
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Dec 30 07:34:56 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Dec 30 07:38:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b737b77e

sys-apps/portage: add linux-info check for namespace support

Bug: https://bugs.gentoo.org/673900
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/portage/portage-.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/sys-apps/portage/portage-.ebuild 
b/sys-apps/portage/portage-.ebuild
index b1da4eee48b..a483b552444 100644
--- a/sys-apps/portage/portage-.ebuild
+++ b/sys-apps/portage/portage-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ PYTHON_COMPAT=(
 )
 PYTHON_REQ_USE='bzip2(+),threads(+)'
 
-inherit distutils-r1 git-r3 systemd
+inherit distutils-r1 git-r3 linux-info systemd
 
 DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
@@ -86,6 +86,12 @@ prefix_src_archives() {
 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git
https://github.com/gentoo/portage.git;
 
+pkg_pretend() {
+   local CONFIG_CHECK="~IPC_NS ~PID_NS ~NET_NS"
+
+   check_extra_config
+}
+
 pkg_setup() {
use epydoc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
 }



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

2018-12-29 Thread Zac Medico
commit: 714bce5eacc2a23c2d4e5b0b56c648ce1ac55f9b
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Dec 30 07:23:00 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Dec 30 07:23:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714bce5e

dev-util/bcc: remove old version 0.5.0_p20171230

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 dev-util/bcc/Manifest   |  1 -
 dev-util/bcc/bcc-0.5.0_p20171230.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/dev-util/bcc/Manifest b/dev-util/bcc/Manifest
index d199a94a968..8ce77c72361 100644
--- a/dev-util/bcc/Manifest
+++ b/dev-util/bcc/Manifest
@@ -1,3 +1,2 @@
-DIST bcc-0.5.0_p20171230.tar.gz 1773522 BLAKE2B 
bc5ec32570cf230f071c10d2925a8c8a777c60c22d31bbf72f3cad1718e59dacd604e45a326ff2a941aa519a2b3544bc7376dd40ceafe154c497b488e0ec1b9b
 SHA512 
d8e810768b5801c0beef98a13ee23eb8aa756f7f8a3e35f6a391958e30affc5a8622a9b75c785f66d86761105045cb2b1c7ce284f3ac3b482a4605987bea9f30
 DIST bcc-0.6.0.tar.gz 1986593 BLAKE2B 
514c2c781eb94d99560232d8050b5664ce3565622b236e78cd111be27b3482849965600a1d574f59243917672f00bb3cef65cab63103f6c4a5cf62024c683d9b
 SHA512 
1a8edf6da22f3119a74cf43f03ec83b97ed2f6fc18828d750d8a695ac1451b6b3209e5d2cf48bc87f53fa9447e8813a018a58d31588d477e4aa364a2d0217e80
 DIST bcc-0.7.0.tar.gz 2009289 BLAKE2B 
370b553521289d983d1165633e76a5e405250b9b09dbf3e78c127d232908e73facce06097ce4dbf0bbccda929b6715a9b7460affe123556087c8ca00b8d62c0b
 SHA512 
ebe6c4cbecba2d587c69af71ddc8cb451b2b8e1d49ef887f291c813320c2c60d49357500fc2751d5b418df2be1d02763c385d89de6efa6e10f049c25acf01b4e

diff --git a/dev-util/bcc/bcc-0.5.0_p20171230.ebuild 
b/dev-util/bcc/bcc-0.5.0_p20171230.ebuild
deleted file mode 100644
index a37a5992ad0..000
--- a/dev-util/bcc/bcc-0.5.0_p20171230.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit cmake-utils linux-info python-single-r1 python-utils-r1
-
-DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, 
and more"
-HOMEPAGE="https://iovisor.github.io/bcc/;
-EGIT_COMMIT="82ef5a0d999b687d26059e5adfdaac3e605f2339"
-SRC_URI="https://github.com/iovisor/bcc/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-RESTRICT="test"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND=">=dev-libs/elfutils-0.166:=
-   sys-devel/clang:=
-   >=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)]
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}
-
-pkg_pretend() {
-   local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
-   ~BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL"
-
-   check_extra_config
-}
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DREVISION=${PV%%_*}
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   python_fix_shebang "${ED}"
-}



[gentoo-commits] proj/gnome:master commit in: app-crypt/libsecret/

2018-12-29 Thread Sobhan Mohammadpour
commit: 30e6ca0e9874f17d33789110f0bba371e0240dbc
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Sun Dec 30 06:31:18 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Sun Dec 30 06:31:18 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=30e6ca0e

app-crypt/libsecret: fix homepage

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Manifest-Sign-Key: 0x7DF238CF0AA182E1
Signed-off-by: Sobhan Mohammadpour  gentoo.org>

 app-crypt/libsecret/libsecret-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/libsecret/libsecret-.ebuild 
b/app-crypt/libsecret/libsecret-.ebuild
index 93a949ff..e4d5d072 100644
--- a/app-crypt/libsecret/libsecret-.ebuild
+++ b/app-crypt/libsecret/libsecret-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ if [[ ${PV} =  ]]; then
 fi
 
 DESCRIPTION="GObject library for accessing the freedesktop.org Secret Service 
API"
-HOMEPAGE="https://live.gnome.org/Libsecret;
+HOMEPAGE="https://wiki.gnome.org/Projects/Libsecret;
 
 LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection-common/

2018-12-29 Thread Matt Turner
commit: 2cbe6aa0fe0d930f51252c6542eeece3e69f983e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 05:05:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 05:05:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbe6aa0

dev-libs/gobject-introspection-common-1.56.1: hppa stable, bug 670024

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

 .../gobject-introspection-common-1.56.1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.56.1.ebuild
 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.56.1.ebuild
index 53e23c2f1bc..27f78aea92b 100644
--- 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.56.1.ebuild
+++ 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.56.1.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection;
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"



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

2018-12-29 Thread Matt Turner
commit: 6b712c0560fdd4bb453b364c09dd87bf104ec714
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 05:05:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 05:05:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b712c05

dev-libs/gobject-introspection-1.56.1: hppa stable, bug 670024

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

 dev-libs/gobject-introspection/gobject-introspection-1.56.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.56.1.ebuild 
b/dev-libs/gobject-introspection/gobject-introspection-1.56.1.ebuild
index 7fb178db481..b446f578a6c 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.56.1.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.56.1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
${PYTHON_REQUIRED_USE}
test? ( cairo )
 "
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # virtual/pkgconfig needed at runtime, bug #505408
 # We force glib and g-i to be in sync by this way as explained in bug #518424



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/leechcraft-meta/, profiles/updates/, app-leechcraft/lc-vgrabber/

2018-12-29 Thread Mikle Kolyada
commit: ee981eb0125a996d09550f116115c3a7af3ff34d
Author: Georg Rudoy <0xd34df00d  gmail  com>
AuthorDate: Sat Dec 29 19:33:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 03:59:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee981eb0

app-leechcraft/lc-vgrabber: remove an obsolete plugin

Signed-off-by: Georg Rudoy <0xd34df00d  gmail.com>
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-leechcraft/lc-vgrabber/lc-vgrabber-.ebuild  | 21 -
 app-leechcraft/lc-vgrabber/metadata.xml | 12 
 .../leechcraft-meta/leechcraft-meta-.ebuild |  1 -
 profiles/updates/1Q-2013|  1 -
 4 files changed, 35 deletions(-)

diff --git a/app-leechcraft/lc-vgrabber/lc-vgrabber-.ebuild 
b/app-leechcraft/lc-vgrabber/lc-vgrabber-.ebuild
deleted file mode 100644
index 2308410d434..000
--- a/app-leechcraft/lc-vgrabber/lc-vgrabber-.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit leechcraft
-
-DESCRIPTION="Allows to find, stream and save audio and video from VKontakte in 
LeechCraft"
-
-SLOT="0"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="~app-leechcraft/lc-core-${PV}"
-RDEPEND="${DEPEND}
-   virtual/leechcraft-downloader-http"
-
-pkg_postinst() {
-   einfo "For streaming to work, a suitable media player plugin is"
-   einfo "needed. For example, app-leechcraft/lc-lmp will be just fine."
-}

diff --git a/app-leechcraft/lc-vgrabber/metadata.xml 
b/app-leechcraft/lc-vgrabber/metadata.xml
deleted file mode 100644
index ef43617d9e9..000
--- a/app-leechcraft/lc-vgrabber/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   0xd34df...@gmail.com
-   Georg Rudoy
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-

diff --git a/app-leechcraft/leechcraft-meta/leechcraft-meta-.ebuild 
b/app-leechcraft/leechcraft-meta/leechcraft-meta-.ebuild
index fef96c0c43d..68e320cba55 100644
--- a/app-leechcraft/leechcraft-meta/leechcraft-meta-.ebuild
+++ b/app-leechcraft/leechcraft-meta/leechcraft-meta-.ebuild
@@ -56,7 +56,6 @@ RDEPEND="
~app-leechcraft/lc-deadlyrics-${PV}
~app-leechcraft/lc-dolozhee-${PV}
~app-leechcraft/lc-poshuku-${PV}
-   ~app-leechcraft/lc-vgrabber-${PV}
~app-leechcraft/lc-pogooglue-${PV}
~app-leechcraft/lc-seekthru-${PV}
~app-leechcraft/lc-tpi-${PV}

diff --git a/profiles/updates/1Q-2013 b/profiles/updates/1Q-2013
index 90c8e30996e..64008999629 100644
--- a/profiles/updates/1Q-2013
+++ b/profiles/updates/1Q-2013
@@ -73,7 +73,6 @@ move sys-fs/leechcraft-vrooby app-leechcraft/lc-vrooby
 move www-client/leechcraft-deadlyrics app-leechcraft/lc-deadlyrics
 move www-client/leechcraft-dolozhee app-leechcraft/lc-dolozhee
 move www-client/leechcraft-poshuku app-leechcraft/lc-poshuku
-move www-client/leechcraft-vgrabber app-leechcraft/lc-vgrabber
 move www-misc/leechcraft-pogooglue app-leechcraft/lc-pogooglue
 move www-misc/leechcraft-seekthru app-leechcraft/lc-seekthru
 move x11-plugins/leechcraft-lhtr app-leechcraft/lc-lhtr



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

2018-12-29 Thread Matt Turner
commit: f3ea0bdfa2bf20d253f5e2e2ed978e5cd81315af
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 03:41:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 03:42:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ea0bdf

dev-lang/ruby-2.4.5: hppa stable, bug 661262

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

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

diff --git a/dev-lang/ruby/ruby-2.4.5.ebuild b/dev-lang/ruby/ruby-2.4.5.ebuild
index e55b68f5d02..d42c9f75e2a 100644
--- a/dev-lang/ruby/ruby-2.4.5.ebuild
+++ b/dev-lang/ruby/ruby-2.4.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.ruby-lang.org/;
 SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz"
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 +ssl static-libs tk xemacs"
 
 RDEPEND="



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

2018-12-29 Thread Matt Turner
commit: 132b62d4c1b649a12e7b5221d4fa3a589d801109
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 03:41:16 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 03:43:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132b62d4

dev-ruby/rdoc-5.1.0: hppa stable, bug 661262

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

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

diff --git a/dev-ruby/rdoc/rdoc-5.1.0.ebuild b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
index bdd9979013b..d6426c97a4c 100644
--- a/dev-ruby/rdoc/rdoc-5.1.0.ebuild
+++ b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/rdoc/rdoc/;
 SRC_URI="https://github.com/rdoc/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Ruby MIT"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2018-12-29 Thread Matt Turner
commit: efb5249c7ee145381d3f43b49cf8c1966e60cdb5
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 03:41:13 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 03:43:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb5249c

dev-ruby/did_you_mean-1.1.2: hppa stable, bug 661262

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

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

diff --git a/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild 
b/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild
index bfe8d49b6fc..f6c5286 100644
--- a/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild
+++ b/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/yuki24/did_you_mean;
 
 LICENSE="MIT"
 SLOT="2.4"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-12-29 Thread Matt Turner
commit: 837a47d2d563417d275b5d6754f0333ae7758c6e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 03:41:17 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 03:43:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837a47d2

dev-ruby/xmlrpc-0.3.0: hppa stable, bug 661262

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

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

diff --git a/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild 
b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild
index bf6e78ac899..8992d2d0e8a 100644
--- a/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild
+++ b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/xmlrpc/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 ruby_add_bdepend "test? ( dev-ruby/test-unit )"



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

2018-12-29 Thread Matt Turner
commit: 583d70920fd34fb5cd97e7b5f3adea13090d2b4c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 03:41:14 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 03:43:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583d7092

dev-ruby/json-2.1.0: hppa stable, bug 661262

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

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

diff --git a/dev-ruby/json/json-2.1.0.ebuild b/dev-ruby/json/json-2.1.0.ebuild
index eafc6e9554f..b85cf87e90e 100644
--- a/dev-ruby/json/json-2.1.0.ebuild
+++ b/dev-ruby/json/json-2.1.0.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="A JSON implementation as a Ruby extension"
 HOMEPAGE="https://github.com/flori/json;
 LICENSE="Ruby"
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="2"
 IUSE=""
 



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

2018-12-29 Thread Matt Turner
commit: 8fe8b2b331ffad742a765ebf428054c2904b689b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 03:41:14 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 03:43:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe8b2b3

dev-ruby/kpeg-1.1.0-r1: hppa stable, bug 661262

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

 dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild 
b/dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild
index 8891ad3c304..f9f25dff8f6 100644
--- a/dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild
+++ b/dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/evanphx/kpeg;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 PATCHES=( "${FILESDIR}/${P}-utf8.patch" )



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

2018-12-29 Thread Matt Turner
commit: 24bf9233a04f858bd3ee7293830cfe8cae4bfeef
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 03:41:15 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 03:43:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24bf9233

dev-ruby/rake-12.3.1: hppa stable, bug 661262

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

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

diff --git a/dev-ruby/rake/rake-12.3.1.ebuild b/dev-ruby/rake/rake-12.3.1.ebuild
index 0095e6c3d82..67bf73bf88c 100644
--- a/dev-ruby/rake/rake-12.3.1.ebuild
+++ b/dev-ruby/rake/rake-12.3.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2018-12-29 Thread Matt Turner
commit: a984485634e0a91c670df1a570d2b2cd2e9f5d0c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 03:42:01 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 03:43:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9844856

profiles/arch/hppa: unmask RUBY_TARGETS=ruby24, bug 661262

Bug: https://bugs.gentoo.org/661262
Signed-off-by: Matt Turner  gentoo.org>

 profiles/arch/hppa/make.defaults   | 4 
 profiles/arch/hppa/use.stable.mask | 4 
 2 files changed, 8 deletions(-)

diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults
index 3f22ce8df61..0a3820884b6 100644
--- a/profiles/arch/hppa/make.defaults
+++ b/profiles/arch/hppa/make.defaults
@@ -24,7 +24,3 @@ CHOST_hppa="${CHOST}"
 # 2006/08/18 - Donnie Berkholz 
 # Defaults for video drivers
 VIDEO_CARDS="fbdev"
-
-# Hans de Graaff  (12 Nov 2018)
-# Temporary entry to support stable bug 661262
-RUBY_TARGETS="ruby23"

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index 8c4cf24387e..f598c423770 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,10 +4,6 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
-# Hans de Graaff  (12 Nov 2018)
-# Temporary mask for ruby:2.4, bug 661262
-ruby_targets_ruby24
-
 # Andreas Sturmlechner  (20 May 2018)
 openal
 



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

2018-12-29 Thread Matt Turner
commit: 8b3f3aca4932947b6a5a4b0b167b8c0a2792f7a4
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 03:41:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 03:43:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b3f3aca

virtual/rubygems-14: hppa stable, bug 661262

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

 virtual/rubygems/rubygems-14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rubygems/rubygems-14.ebuild 
b/virtual/rubygems/rubygems-14.ebuild
index 683e21dbad4..7cf6d3aee79 100644
--- a/virtual/rubygems/rubygems-14.ebuild
+++ b/virtual/rubygems/rubygems-14.ebuild
@@ -8,7 +8,7 @@ inherit ruby-ng
 
 DESCRIPTION="Virtual ebuild for rubygems"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
ruby_targets_rbx? ( dev-lang/rubinius )



[gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/xattr/, bin/ebuild-helpers/, bin/ebuild-helpers/unprivileged/, ...

2018-12-29 Thread Zac Medico
commit: b7f053d36f4ea0dd7c1fb109f8bc3dd0f678059a
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Dec 30 01:13:14 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Dec 30 01:18:56 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=b7f053d3

ebuild-helpers: remove redunant _portage_reinstall_ pattern

The _portage_reinstall_ pattern is now redundant because it would match
${PORTAGE_TMPDIR}/portage/._portage_reinstall_.*/ebuild-helpers* paths
that */portage/*/ebuild-helpers* would also match.

Signed-off-by: Zac Medico  gentoo.org>

 bin/ebuild-helpers/bsd/sed| 1 -
 bin/ebuild-helpers/portageq   | 1 -
 bin/ebuild-helpers/unprivileged/chown | 1 -
 bin/ebuild-helpers/xattr/install  | 1 -
 4 files changed, 4 deletions(-)

diff --git a/bin/ebuild-helpers/bsd/sed b/bin/ebuild-helpers/bsd/sed
index 2c252bd01..8bece09cd 100755
--- a/bin/ebuild-helpers/bsd/sed
+++ b/bin/ebuild-helpers/bsd/sed
@@ -16,7 +16,6 @@ else
for path in $PATH; do
if [[ -x ${path}/${scriptname} ]]; then
[[ ${path} == */portage/*/ebuild-helpers* ]] && continue
-   [[ ${path} == */._portage_reinstall_.* ]] && continue
[[ ${path}/${scriptname} -ef ${scriptpath} ]] && 
continue
exec "${path}/${scriptname}" "$@"
exit 0

diff --git a/bin/ebuild-helpers/portageq b/bin/ebuild-helpers/portageq
index 45fa85d86..d31bd6810 100755
--- a/bin/ebuild-helpers/portageq
+++ b/bin/ebuild-helpers/portageq
@@ -14,7 +14,6 @@ set -f # in case ${PATH} contains any shell glob characters
 for path in ${PATH}; do
[[ -x ${path}/${scriptname} ]] || continue
[[ ${path} == */portage/*/ebuild-helpers* ]] && continue
-   [[ ${path} == */._portage_reinstall_.* ]] && continue
[[ ${path}/${scriptname} -ef ${scriptpath} ]] && continue
PYTHONPATH=${PORTAGE_PYTHONPATH:-${PORTAGE_PYM_PATH}} \
exec "${PORTAGE_PYTHON:-/usr/bin/python}" \

diff --git a/bin/ebuild-helpers/unprivileged/chown 
b/bin/ebuild-helpers/unprivileged/chown
index 6a8b264d2..a7a4ff447 100755
--- a/bin/ebuild-helpers/unprivileged/chown
+++ b/bin/ebuild-helpers/unprivileged/chown
@@ -12,7 +12,6 @@ IFS=':'
 for path in ${PATH}; do
[[ -x ${path}/${scriptname} ]] || continue
[[ ${path} == */portage/*/ebuild-helpers* ]] && continue
-   [[ ${path} == */._portage_reinstall_.* ]] && continue
[[ ${path}/${scriptname} -ef ${scriptpath} ]] && continue
IFS=$' \t\n'
output=$("${path}/${scriptname}" "$@" 2>&1)

diff --git a/bin/ebuild-helpers/xattr/install b/bin/ebuild-helpers/xattr/install
index 171968ffd..e5bb10895 100755
--- a/bin/ebuild-helpers/xattr/install
+++ b/bin/ebuild-helpers/xattr/install
@@ -29,7 +29,6 @@ set -f
 path=
 for x in ${PATH}; do
[[ ${x} == */portage/*/ebuild-helpers* ]] && continue
-   [[ ${x} == */._portage_reinstall_.* ]] && continue
path+=":${x}"
 done
 PATH=${path#:}



[gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/xattr/, bin/ebuild-helpers/unprivileged/, ...

2018-12-29 Thread Zac Medico
commit: 886edf0d01a975b3e4da8c39f999c999242f042c
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Dec 30 01:06:19 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Dec 30 01:10:31 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=886edf0d

ebuild-helpers: fix PORTAGE_OVERRIDE_EPREFIX usage

In case PORTAGE_OVERRIDE_EPREFIX is modified in the environment,
the actual ebuild-helpers PATH will not match PORTAGE_OVERRIDE_EPREFIX.
Use the same ebuild-helpers pattern as the portageq wrapper script
since daeb75b345c4433218ab9e7a5319e8914092f048.

Signed-off-by: Zac Medico  gentoo.org>

 bin/ebuild-helpers/bsd/sed| 2 +-
 bin/ebuild-helpers/unprivileged/chown | 2 +-
 bin/ebuild-helpers/xattr/install  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/ebuild-helpers/bsd/sed b/bin/ebuild-helpers/bsd/sed
index 9a7f2d4bb..2c252bd01 100755
--- a/bin/ebuild-helpers/bsd/sed
+++ b/bin/ebuild-helpers/bsd/sed
@@ -15,7 +15,7 @@ else
 
for path in $PATH; do
if [[ -x ${path}/${scriptname} ]]; then
-   [[ ${path} == 
${PORTAGE_OVERRIDE_EPREFIX}/usr/lib*/portage/* ]] && continue
+   [[ ${path} == */portage/*/ebuild-helpers* ]] && continue
[[ ${path} == */._portage_reinstall_.* ]] && continue
[[ ${path}/${scriptname} -ef ${scriptpath} ]] && 
continue
exec "${path}/${scriptname}" "$@"

diff --git a/bin/ebuild-helpers/unprivileged/chown 
b/bin/ebuild-helpers/unprivileged/chown
index b57dc8aad..6a8b264d2 100755
--- a/bin/ebuild-helpers/unprivileged/chown
+++ b/bin/ebuild-helpers/unprivileged/chown
@@ -11,7 +11,7 @@ IFS=':'
 
 for path in ${PATH}; do
[[ -x ${path}/${scriptname} ]] || continue
-   [[ ${path} == ${PORTAGE_OVERRIDE_EPREFIX}/usr/lib*/portage/* ]] && 
continue
+   [[ ${path} == */portage/*/ebuild-helpers* ]] && continue
[[ ${path} == */._portage_reinstall_.* ]] && continue
[[ ${path}/${scriptname} -ef ${scriptpath} ]] && continue
IFS=$' \t\n'

diff --git a/bin/ebuild-helpers/xattr/install b/bin/ebuild-helpers/xattr/install
index 4d596e148..171968ffd 100755
--- a/bin/ebuild-helpers/xattr/install
+++ b/bin/ebuild-helpers/xattr/install
@@ -28,7 +28,7 @@ IFS=':'
 set -f
 path=
 for x in ${PATH}; do
-   [[ ${x} == ${PORTAGE_OVERRIDE_EPREFIX}/usr/lib*/portage/* ]] && continue
+   [[ ${x} == */portage/*/ebuild-helpers* ]] && continue
[[ ${x} == */._portage_reinstall_.* ]] && continue
path+=":${x}"
 done



[gentoo-commits] proj/portage:master commit in: lib/portage/tests/resolver/

2018-12-29 Thread Zac Medico
commit: 17cb113abf2b155b7b1f2955f7eed54f335badb0
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Dec 30 00:21:17 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Dec 30 00:59:46 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=17cb113a

ResolverPlayground: exclude internal wrappers from essential_binaries PATH

Ensure that essential_binaries symlinks do not refer to internal
wrapper scripts, in order to avoid infinite recursion. Use the
same ebuild-helpers pattern as the portageq wrapper script since
daeb75b345c4433218ab9e7a5319e8914092f048.

Fixes: 1b5edbb5ec70 ("_doebuild_path: do not use host PATH by default and 
prepend EPREFIX PATH")
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/tests/resolver/ResolverPlayground.py | 17 +++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/lib/portage/tests/resolver/ResolverPlayground.py 
b/lib/portage/tests/resolver/ResolverPlayground.py
index 3997ad26e..626a1f064 100644
--- a/lib/portage/tests/resolver/ResolverPlayground.py
+++ b/lib/portage/tests/resolver/ResolverPlayground.py
@@ -108,8 +108,21 @@ class ResolverPlayground(object):
"uniq",
"xargs",
)
-   for x in essential_binaries:
-   os.symlink(find_binary(x), os.path.join(eubin, 
x))
+   # Exclude internal wrappers from PATH lookup.
+   orig_path = os.environ['PATH']
+   included_paths = []
+   for path in orig_path.split(':'):
+   if path and not fnmatch.fnmatch(path, 
'*/portage/*/ebuild-helpers*'):
+   included_paths.append(path)
+   try:
+   os.environ['PATH'] = ':'.join(included_paths)
+   for x in essential_binaries:
+   path = find_binary(x)
+   if path is None:
+   raise 
portage.exception.CommandNotFound(x)
+   os.symlink(path, os.path.join(eubin, x))
+   finally:
+   os.environ['PATH'] = orig_path
else:
self.eprefix = normalize_path(eprefix)
 



[gentoo-commits] proj/musl:master commit in: net-libs/libnsl/, net-libs/libnsl/files/

2018-12-29 Thread Anthony G. Basile
commit: ac6a398029190edbeb2662fcf867d0ed7e015c0f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 30 01:26:30 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 30 01:26:30 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=ac6a3980

net-libs/libnsl: in tree version works

Signed-off-by: Anthony G. Basile  gentoo.org>

 net-libs/libnsl/Manifest  |  1 -
 net-libs/libnsl/files/libnsl-1.1.0-musl.patch | 47 
 net-libs/libnsl/libnsl-1.1.0-r3.ebuild| 52 ---
 net-libs/libnsl/metadata.xml  | 12 ---
 4 files changed, 112 deletions(-)

diff --git a/net-libs/libnsl/Manifest b/net-libs/libnsl/Manifest
deleted file mode 100644
index 399abba..000
--- a/net-libs/libnsl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libnsl-1.1.0.tar.gz 209148 SHA256 
a23cfcf7f29f168b95e821d01217600096c05be8cd5c085450cb4f160425277b SHA512 
12555ed701d06247b6774c6c2759ada280ffce73820976adb4aaa48b50b97121b1805412541778dfcdd8845af6a10b2e5a9dc0eb7b953e84467d0a40ad3360cd
 WHIRLPOOL 
c347bbd72b75d1e3ab0069f802da8e4e4e4931a8a61b4abed1dd664c4576e7e22e96c012858c684ec79a981aea84460eae3a2ccb8e94aa7bfecfdd99c3e54730

diff --git a/net-libs/libnsl/files/libnsl-1.1.0-musl.patch 
b/net-libs/libnsl/files/libnsl-1.1.0-musl.patch
deleted file mode 100644
index 7b73c49..000
--- a/net-libs/libnsl/files/libnsl-1.1.0-musl.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-diff -Naur libnsl-libnsl-1.1.0.orig/src/rpcsvc/nis.h 
libnsl-libnsl-1.1.0/src/rpcsvc/nis.h
 libnsl-libnsl-1.1.0.orig/src/rpcsvc/nis.h  2017-08-18 12:40:34.0 
-0700
-+++ libnsl-libnsl-1.1.0/src/rpcsvc/nis.h   2017-09-16 16:48:58.148882799 
-0700
-@@ -56,10 +56,42 @@
-  *  
-  */
- 
--
- #ifndef __nis_object_h
- #define __nis_object_h
- 
-+#ifndef rawmemchr
-+#define rawmemchr(s, c) memchr((s),(size_t)-1,(c))
-+#endif
-+
-+#ifndef __asprintf
-+#define __asprintf asprintf
-+#endif
-+
-+#ifndef __mempcpy
-+#define __mempcpy mempcpy
-+#endif
-+
-+#ifdef __stpcpy
-+#define __stpcpy stpcpy
-+#endif
-+
-+#ifndef __strtok_r
-+#define __strtok_r strtok_r
-+#endif
-+
-+#ifndef __always_inline
-+#define __always_inline inline
-+#endif
-+
-+#ifndef TEMP_FAILURE_RETRY
-+#define TEMP_FAILURE_RETRY(exp) ({ \
-+  typeof (exp) _rc; \
-+  do { \
-+  _rc = (exp); \
-+  } while (_rc == -1 && errno == EINTR); \
-+  _rc; })
-+#endif
-+
- #define NIS_MAXSTRINGLEN 255
- #define NIS_MAXNAMELEN 1024
- #define NIS_MAXATTRNAME 32

diff --git a/net-libs/libnsl/libnsl-1.1.0-r3.ebuild 
b/net-libs/libnsl/libnsl-1.1.0-r3.ebuild
deleted file mode 100644
index 85388a1..000
--- a/net-libs/libnsl/libnsl-1.1.0-r3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="Public client interface for NIS(YP) and NIS+ in a IPv6 ready 
version"
-HOMEPAGE="https://github.com/thkukuk/libnsl;
-SRC_URI="https://github.com/thkukuk/${PN}/archive/${P}.tar.gz;
-
-SLOT="0/2"
-LICENSE="LGPL-2.1+"
-
-# Stabilize together with glibc-2.26!
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~sh ~sparc ~x86"
-
-IUSE=""
-
-DEPEND="
-   net-libs/libtirpc[${MULTILIB_USEDEP}]
-"
-RDEPEND="${DEPEND}
-   !
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
- toolch...@gentoo.org
- Gentoo Toolchain Project
-
-
- base-sys...@gentoo.org
- Gentoo Base System Project
-
-



[gentoo-commits] proj/musl:master commit in: net-libs/libmbim/files/, net-libs/libmbim/

2018-12-29 Thread Anthony G. Basile
commit: 42cf7cf1fec628cff3335e361f409156e11fd186
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 30 00:40:56 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 30 00:40:56 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=42cf7cf1

net-libs/libmbim: in tree version works

Signed-off-by: Anthony G. Basile  gentoo.org>

 net-libs/libmbim/Manifest  |  1 -
 .../libmbim/files/libmbim-1.14.0-realpath.patch| 12 
 net-libs/libmbim/libmbim-1.14.0.ebuild | 36 --
 net-libs/libmbim/metadata.xml  |  8 -
 4 files changed, 57 deletions(-)

diff --git a/net-libs/libmbim/Manifest b/net-libs/libmbim/Manifest
deleted file mode 100644
index afe7522..000
--- a/net-libs/libmbim/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libmbim-1.14.0.tar.xz 401460 SHA256 
ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b SHA512 
a9b1ba59828fd1c8cf39705717c56e3b75f34d6b3b9cd9f8be40fe245c07f4ea4d211727322c8b3c6d92f004c670e2fe6de76a3117e38b1e8de6673cfb6168bd
 WHIRLPOOL 
2dfc876eb0ff816085f0aec960502327edbc619c35c5f56006dd95c8333d50e7752ee1891ed9b10027d8d9186ccc249b20c875844792af5a3262b5069c600e95

diff --git a/net-libs/libmbim/files/libmbim-1.14.0-realpath.patch 
b/net-libs/libmbim/files/libmbim-1.14.0-realpath.patch
deleted file mode 100644
index a8cfe95..000
--- a/net-libs/libmbim/files/libmbim-1.14.0-realpath.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur libmbim-1.14.0.orig/src/libmbim-glib/mbim-device.c 
libmbim-1.14.0/src/libmbim-glib/mbim-device.c
 libmbim-1.14.0.orig/src/libmbim-glib/mbim-device.c 2016-06-24 
06:41:06.0 -0400
-+++ libmbim-1.14.0/src/libmbim-glib/mbim-device.c  2017-11-13 
07:45:36.877198855 -0500
-@@ -867,7 +867,7 @@
-  */sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.5/2-1.5:2.0
-  */
- tmp = g_strdup_printf ("/sys/class/%s/%s/device", subsystems[i], 
device_basename);
--path = canonicalize_file_name (tmp);
-+path = realpath (tmp, NULL);
- g_free (tmp);
- 
- if (g_file_test (path, G_FILE_TEST_EXISTS)) {

diff --git a/net-libs/libmbim/libmbim-1.14.0.ebuild 
b/net-libs/libmbim/libmbim-1.14.0.ebuild
deleted file mode 100644
index f8af2ce..000
--- a/net-libs/libmbim/libmbim-1.14.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit multilib
-
-DESCRIPTION="Mobile Broadband Interface Model (MBIM) modem protocol helper 
library"
-HOMEPAGE="https://cgit.freedesktop.org/libmbim/;
-SRC_URI="https://www.freedesktop.org/software/libmbim/${P}.tar.xz;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc x86"
-IUSE="static-libs udev"
-
-RDEPEND=">=dev-libs/glib-2.32:2
-   udev? ( virtual/libgudev:= )"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc-am
-   virtual/pkgconfig"
-
-PATCHES=( ${FILESDIR}/${P}-realpath.patch )
-
-src_configure() {
-   econf \
-   --disable-more-warnings \
-   --disable-gtk-doc \
-   $(use_with udev) \
-   $(use_enable static{-libs,})
-}
-
-src_install() {
-   default
-   use static-libs || rm -f "${ED}/usr/$(get_libdir)/${PN}-glib.la"
-}

diff --git a/net-libs/libmbim/metadata.xml b/net-libs/libmbim/metadata.xml
deleted file mode 100644
index 7fb6dd8..000
--- a/net-libs/libmbim/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   chain...@gentoo.org
-   Tony Vroon
-
-



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2018-12-29 Thread Benda XU
commit: 4c718cec2c5a79a1b6e88a8ab5b770ee8b817d50
Author: Benda Xu  gentoo  org>
AuthorDate: Sat Dec 29 10:49:12 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Sun Dec 30 01:10:17 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4c718cec

Revert "scripts/bootstrap-prefix: add some dep-cycle workarounds from Sam 
Pfeiffer"

   Not needed anymore: We are now able to pass use flags from the env.

This reverts commit f81e23a7667ec3a0ed4b2af80c611be1b2d4d6d5.

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

 scripts/bootstrap-prefix.sh | 17 +++--
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index ea6bc9313f..6af97eaba6 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1549,20 +1549,9 @@ bootstrap_stage2() {
[[ ${CHOST} == *-solaris* ]] && echo "=dev-libs/libffi-3.3_rc0" \
>> "${ROOT}"/tmp/etc/portage/package.mask
 
-   # kill some dependencies here while we're still fragile
-   {
-   # cmake has some external dependencies which require autoconf, 
etc.
-   # unless we only build the buildtool, bug #603012
-   echo "dev-util/cmake -server"
-   # avoid sys-apps/acl -> attr -> gettext cycle on Linux
-   echo "sys-devel/gettext -acl"
-   # gdbm depends on berkdb by default, which pulls in binutils
-   echo "dev-lang/perl -gdbm -berkdb"
-   # package needs perl, nls pulls in specific package
-   echo "sys-apps/help2man -nls"
-   # avoid hefty set of deps from glib
-   echo "dev-util/pkgconfig internal-glib"
-   } >> "${ROOT}"/tmp/etc/portage/package.use
+   # cmake has some external dependencies which require autoconf, etc.
+   # unless we only build the buildtool, bug #603012
+   echo "dev-util/cmake -server" >> "${ROOT}"/tmp/etc/portage/package.use
 
emerge_pkgs --nodeps "${pkgs[@]}" || return 1
 



[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2018-12-29 Thread Andreas Sturmlechner
commit: a83e0194ed59f2f7c2022ba33e163ca50af1c579
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 00:42:16 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 00:42:16 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a83e0194

media-gfx/digikam: 6.0.0_beta3 version bump

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

 media-gfx/digikam/digikam-6.0.0_beta3.ebuild | 143 +++
 1 file changed, 143 insertions(+)

diff --git a/media-gfx/digikam/digikam-6.0.0_beta3.ebuild 
b/media-gfx/digikam/digikam-6.0.0_beta3.ebuild
new file mode 100644
index 00..48c1135b4f
--- /dev/null
+++ b/media-gfx/digikam/digikam-6.0.0_beta3.ebuild
@@ -0,0 +1,143 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+   KDE_HANDBOOK="true"
+   KDE_TEST="true"
+fi
+inherit kde5 toolchain-funcs
+
+DESCRIPTION="Digital photo management application"
+HOMEPAGE="https://www.digikam.org/;
+
+LICENSE="GPL-2"
+IUSE="addressbook calendar gphoto2 jpeg2k +lensfun libav marble mediaplayer 
mysql opengl openmp +panorama scanner semantic-desktop vkontakte webkit X"
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+   KEYWORDS="~amd64 ~x86"
+   MY_PV=${PV/_/-}
+   MY_P=${PN}-${MY_PV}
+   SRC_BRANCH=stable
+   [[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable
+   SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_qt_dep qtconcurrent)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui '-gles2')
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql 'mysql?')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   $(add_qt_dep qtxmlpatterns)
+   dev-libs/expat
+   >=media-gfx/exiv2-0.26:=
+   media-libs/lcms:2
+   media-libs/liblqr
+   media-libs/libpng:0=
+   >=media-libs/opencv-3.1.0:=
+   media-libs/tiff:0
+   virtual/jpeg:0
+   addressbook? (
+   $(add_kdeapps_dep akonadi-contacts)
+   $(add_kdeapps_dep kcontacts)
+   )
+   calendar? ( $(add_kdeapps_dep kcalcore) )
+   gphoto2? ( media-libs/libgphoto2:= )
+   jpeg2k? ( media-libs/jasper:= )
+   lensfun? ( media-libs/lensfun )
+   marble? (
+   $(add_frameworks_dep kbookmarks)
+   $(add_kdeapps_dep marble)
+   $(add_qt_dep qtconcurrent)
+   )
+   mediaplayer? (
+   media-libs/qtav[opengl]
+   !libav? ( media-video/ffmpeg:= )
+   libav? ( media-video/libav:= )
+   )
+   opengl? (
+   $(add_qt_dep qtopengl)
+   virtual/opengl
+   )
+   panorama? ( $(add_frameworks_dep threadweaver) )
+   scanner? ( $(add_kdeapps_dep libksane) )
+   semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
+   vkontakte? ( net-libs/libkvkontakte:5 )
+   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
+   webkit? ( $(add_qt_dep qtwebkit) )
+   X? (
+   $(add_qt_dep qtx11extras)
+   x11-libs/libX11
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-cpp/eigen:3
+   dev-libs/boost[threads]
+   sys-devel/gettext
+   panorama? (
+   sys-devel/bison
+   sys-devel/flex
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   mysql? ( virtual/mysql[server] )
+   panorama? ( media-gfx/hugin )
+"
+
+RESTRICT+=" test"
+# bug 366505
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+   kde5_pkg_pretend
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+   kde5_pkg_setup
+}
+
+# FIXME: Unbundle libraw (libs/rawengine/libraw)
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_APPSTYLES=ON
+   -DENABLE_AKONADICONTACTSUPPORT=$(usex addressbook)
+   $(cmake-utils_use_find_package calendar KF5CalendarCore)
+   $(cmake-utils_use_find_package gphoto2 Gphoto2)
+   $(cmake-utils_use_find_package jpeg2k Jasper)
+   $(cmake-utils_use_find_package lensfun LensFun)
+   $(cmake-utils_use_find_package marble Marble)
+   

[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2018-12-29 Thread Andreas Sturmlechner
commit: 97e04c1749b42940ab800c31dd7cd31bf7366735
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 00:43:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 00:43:07 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=97e04c17

media-gfx/digikam: Drop 6.0.0_beta2

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

 media-gfx/digikam/digikam-6.0.0_beta2.ebuild | 143 ---
 1 file changed, 143 deletions(-)

diff --git a/media-gfx/digikam/digikam-6.0.0_beta2.ebuild 
b/media-gfx/digikam/digikam-6.0.0_beta2.ebuild
deleted file mode 100644
index 48c1135b4f..00
--- a/media-gfx/digikam/digikam-6.0.0_beta2.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   KDE_HANDBOOK="true"
-   KDE_TEST="true"
-fi
-inherit kde5 toolchain-funcs
-
-DESCRIPTION="Digital photo management application"
-HOMEPAGE="https://www.digikam.org/;
-
-LICENSE="GPL-2"
-IUSE="addressbook calendar gphoto2 jpeg2k +lensfun libav marble mediaplayer 
mysql opengl openmp +panorama scanner semantic-desktop vkontakte webkit X"
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   KEYWORDS="~amd64 ~x86"
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-${MY_PV}
-   SRC_BRANCH=stable
-   [[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable
-   SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui '-gles2')
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql 'mysql?')
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   $(add_qt_dep qtxmlpatterns)
-   dev-libs/expat
-   >=media-gfx/exiv2-0.26:=
-   media-libs/lcms:2
-   media-libs/liblqr
-   media-libs/libpng:0=
-   >=media-libs/opencv-3.1.0:=
-   media-libs/tiff:0
-   virtual/jpeg:0
-   addressbook? (
-   $(add_kdeapps_dep akonadi-contacts)
-   $(add_kdeapps_dep kcontacts)
-   )
-   calendar? ( $(add_kdeapps_dep kcalcore) )
-   gphoto2? ( media-libs/libgphoto2:= )
-   jpeg2k? ( media-libs/jasper:= )
-   lensfun? ( media-libs/lensfun )
-   marble? (
-   $(add_frameworks_dep kbookmarks)
-   $(add_kdeapps_dep marble)
-   $(add_qt_dep qtconcurrent)
-   )
-   mediaplayer? (
-   media-libs/qtav[opengl]
-   !libav? ( media-video/ffmpeg:= )
-   libav? ( media-video/libav:= )
-   )
-   opengl? (
-   $(add_qt_dep qtopengl)
-   virtual/opengl
-   )
-   panorama? ( $(add_frameworks_dep threadweaver) )
-   scanner? ( $(add_kdeapps_dep libksane) )
-   semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
-   vkontakte? ( net-libs/libkvkontakte:5 )
-   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
-   webkit? ( $(add_qt_dep qtwebkit) )
-   X? (
-   $(add_qt_dep qtx11extras)
-   x11-libs/libX11
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-cpp/eigen:3
-   dev-libs/boost[threads]
-   sys-devel/gettext
-   panorama? (
-   sys-devel/bison
-   sys-devel/flex
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   mysql? ( virtual/mysql[server] )
-   panorama? ( media-gfx/hugin )
-"
-
-RESTRICT+=" test"
-# bug 366505
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-   kde5_pkg_pretend
-}
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-   kde5_pkg_setup
-}
-
-# FIXME: Unbundle libraw (libs/rawengine/libraw)
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_APPSTYLES=ON
-   -DENABLE_AKONADICONTACTSUPPORT=$(usex addressbook)
-   $(cmake-utils_use_find_package calendar KF5CalendarCore)
-   $(cmake-utils_use_find_package gphoto2 Gphoto2)
-   $(cmake-utils_use_find_package jpeg2k Jasper)
-   $(cmake-utils_use_find_package lensfun LensFun)
-   $(cmake-utils_use_find_package marble Marble)
-   -DENABLE_MEDIAPLAYER=$(usex 

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

2018-12-29 Thread Robin H. Johnson
commit: 696373300f73d1874121ba9e2b4b02f89d4d4c6a
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Dec 21 19:23:53 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Dec 30 00:56:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69637330

dev-vcs/gitolite: cleanup

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-vcs/gitolite/Manifest |  4 --
 dev-vcs/gitolite/gitolite-3.6.1.ebuild| 82 --
 dev-vcs/gitolite/gitolite-3.6.2-r1.ebuild | 95 --
 dev-vcs/gitolite/gitolite-3.6.2.ebuild| 82 --
 dev-vcs/gitolite/gitolite-3.6.4-r1.ebuild | 96 ---
 dev-vcs/gitolite/gitolite-3.6.4.ebuild| 96 ---
 dev-vcs/gitolite/gitolite-3.6.5.ebuild| 96 ---
 7 files changed, 551 deletions(-)

diff --git a/dev-vcs/gitolite/Manifest b/dev-vcs/gitolite/Manifest
index a7b7742f828..0247bfb60b8 100644
--- a/dev-vcs/gitolite/Manifest
+++ b/dev-vcs/gitolite/Manifest
@@ -1,10 +1,6 @@
 DIST gitolite-2.3.1.tar.gz 255807 BLAKE2B 
b51a664d6e786702cad999fa8df6d86f80eb9cc908ed092b55272c59a4bd52145302e638612f1788d68b2445b8c665f025b24c47d50992dd3f6ef2fd6eb63ee7
 SHA512 
a658104b54ff6668022a6010b961fbe13b8e7a66242d547e0e4cf685574d8a1fd60065112095b0d73b826f6346973cb3a5db307d84fd5aceba852f2ddd0c86ee
-DIST gitolite-3.6.1.tar.gz 165506 BLAKE2B 
82c7eaaf6f05475eba5e0cf51c88190783e3342a0c6caacae22be4210d06a8040245274c8f9ad819cef40370c4b5d02be2f36daa42433427ada88b49da1502ff
 SHA512 
b568f9e96ddfa4cd482197a89cb0142fcb2717028227a0a2e9caa9864bb95379042ec464352a1d99dfd8ccff780b1211e8f926ad8de284245fc280038eda481a
 DIST gitolite-3.6.10.tar.gz 198151 BLAKE2B 
492732f92594871ac834ebd60eb24d7d6a07bcc1c66e35ef0963113d89a3e92204937c9c19342658eafe6a645fbaad3f0b830184b77f0298e5ab1422783f0a8e
 SHA512 
a17fcc4922abdf3a03ebf83cae94501d142ad22cbf3ed3bdeb4b382d5e545a6b94fc3d33e402594565e29436ab5f54e498a285b4c1c814f8c475f9b1dcb5463d
-DIST gitolite-3.6.2.tar.gz 167670 BLAKE2B 
83f26069751f3a75a51cafa484d2d77239bc49f82a62418d84fe0863e66031de66fa062319a841dacb9bafa0be7c2fefab3be890118334222a8d64f1112871e0
 SHA512 
f8f041fde1b7c533fcb9cc32beec99dd83bc0a81795115e7205585bbe2f25135e2347df437e123349525a0186fe702f265330b259d336389b437cecf0e894629
 DIST gitolite-3.6.3.tar.gz 174689 BLAKE2B 
bf58c4991d4bb9b578b983854dcd5011d55f05515a13781910327bd07aa00ab7426367f5c084341326742796266f5648ce5470dec5247b74bc850f5cfa327c93
 SHA512 
afb8bcf27052d46725c4b3a6dd483e98ac3e574651bfe2ee35b442f044791acae8a17cbbab4237992a9755367e37f5160514d67cd2d863d623d32ed5fdf39362
-DIST gitolite-3.6.4.tar.gz 180619 BLAKE2B 
183769c8dce0d4fcba10ad57b29b56913493b3f44f2f606d7ea2bd704c225658a55760022ac9ebbf82875c2c74a561770e80e2f8dc375158765a8e069a0f9fd2
 SHA512 
7c709372f66c4620109824191d6bf736b1066d74e5acd481fa552a6f010a38d6d7d17629a92fe7b944b43c6cac864db80217cefadc0e3a6dbf63530cff89cd6d
-DIST gitolite-3.6.5.tar.gz 182496 BLAKE2B 
478bed0642886ee8b79b1e6c2091482a43663a644c46758ef3c9c55308b10bfa4c4608456e24214bad04607c49487df213e5bff84abb5529c9b0759c39f9288b
 SHA512 
60796663a87c2b169c08e4e26edfb76408428887d3e932677f4ca95a8c7f82e9e300a7400d3d900c371628b23972be063444b7c036218f6ff0ab13626a886f90
 DIST gitolite-3.6.6.tar.gz 183469 BLAKE2B 
91b1b04820f8abe427c7d6a81131a9fce1ff3df8d06c3f1d7515ead91b654048ef24b391fc28f2fe9c6dd0e502e24064a55b5fee8c1da34e3d07974c8f203c26
 SHA512 
1529330ed2afa315fcb650c55d515e5d4b61921f46b4d763a759537434492959f100d2219ab7673e568d46f397a25a45d4388fe3827ea988333fc8719820f8bc
 DIST gitolite-3.6.7.tar.gz 186298 BLAKE2B 
32ccedce5cfe877d69f66ccc354300b1b363de0ac16bf8ec6d97010441d1e5a95e63252c833604d7e4e5b90dd4d84b4e262ee5ed092df80631e7478500e3da97
 SHA512 
d22bf5c34834f82df771e6d4527496a302da312f7f78dfe81c1284f5a1ea05de90ec217e03e94918d69a006a72fa16dc0006b1f555826ad6183d9dce2dd9d425
 DIST gitolite-3.6.8.tar.gz 197551 BLAKE2B 
9788c06885fc7fc8edf422080628f465b33dea2aec8090daf330206041e4776bbae7189b343fc604b0959be556a15016d656b4df133f784d55bc7a6b701ad8ef
 SHA512 
f65d4e4354079f868c9f9a943efb84ad4e29f96c69a3792c13dda383dac0133baa3d93925967c6be71e923b27e0ad91b57b5f1245cf64eeec0f0b719cbda4270

diff --git a/dev-vcs/gitolite/gitolite-3.6.1.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.1.ebuild
deleted file mode 100644
index 30a7fda7883..000
--- a/dev-vcs/gitolite/gitolite-3.6.1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module user versionator
-
-DESCRIPTION="Highly flexible server for git directory version tracker"
-HOMEPAGE="https://github.com/sitaramc/gitolite;
-SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="tools vim-syntax"
-
-DEPEND="dev-lang/perl
-   

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

2018-12-29 Thread Robin H. Johnson
commit: a1a7d4d97a537217f6aca34ff90a0dc75cb07380
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Dec 21 19:21:26 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Dec 30 00:56:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a7d4d9

dev-vcs/gitolite: bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-vcs/gitolite/Manifest   |   1 +
 dev-vcs/gitolite/gitolite-3.6.10.ebuild | 102 
 2 files changed, 103 insertions(+)

diff --git a/dev-vcs/gitolite/Manifest b/dev-vcs/gitolite/Manifest
index c1091cc999e..a7b7742f828 100644
--- a/dev-vcs/gitolite/Manifest
+++ b/dev-vcs/gitolite/Manifest
@@ -1,5 +1,6 @@
 DIST gitolite-2.3.1.tar.gz 255807 BLAKE2B 
b51a664d6e786702cad999fa8df6d86f80eb9cc908ed092b55272c59a4bd52145302e638612f1788d68b2445b8c665f025b24c47d50992dd3f6ef2fd6eb63ee7
 SHA512 
a658104b54ff6668022a6010b961fbe13b8e7a66242d547e0e4cf685574d8a1fd60065112095b0d73b826f6346973cb3a5db307d84fd5aceba852f2ddd0c86ee
 DIST gitolite-3.6.1.tar.gz 165506 BLAKE2B 
82c7eaaf6f05475eba5e0cf51c88190783e3342a0c6caacae22be4210d06a8040245274c8f9ad819cef40370c4b5d02be2f36daa42433427ada88b49da1502ff
 SHA512 
b568f9e96ddfa4cd482197a89cb0142fcb2717028227a0a2e9caa9864bb95379042ec464352a1d99dfd8ccff780b1211e8f926ad8de284245fc280038eda481a
+DIST gitolite-3.6.10.tar.gz 198151 BLAKE2B 
492732f92594871ac834ebd60eb24d7d6a07bcc1c66e35ef0963113d89a3e92204937c9c19342658eafe6a645fbaad3f0b830184b77f0298e5ab1422783f0a8e
 SHA512 
a17fcc4922abdf3a03ebf83cae94501d142ad22cbf3ed3bdeb4b382d5e545a6b94fc3d33e402594565e29436ab5f54e498a285b4c1c814f8c475f9b1dcb5463d
 DIST gitolite-3.6.2.tar.gz 167670 BLAKE2B 
83f26069751f3a75a51cafa484d2d77239bc49f82a62418d84fe0863e66031de66fa062319a841dacb9bafa0be7c2fefab3be890118334222a8d64f1112871e0
 SHA512 
f8f041fde1b7c533fcb9cc32beec99dd83bc0a81795115e7205585bbe2f25135e2347df437e123349525a0186fe702f265330b259d336389b437cecf0e894629
 DIST gitolite-3.6.3.tar.gz 174689 BLAKE2B 
bf58c4991d4bb9b578b983854dcd5011d55f05515a13781910327bd07aa00ab7426367f5c084341326742796266f5648ce5470dec5247b74bc850f5cfa327c93
 SHA512 
afb8bcf27052d46725c4b3a6dd483e98ac3e574651bfe2ee35b442f044791acae8a17cbbab4237992a9755367e37f5160514d67cd2d863d623d32ed5fdf39362
 DIST gitolite-3.6.4.tar.gz 180619 BLAKE2B 
183769c8dce0d4fcba10ad57b29b56913493b3f44f2f606d7ea2bd704c225658a55760022ac9ebbf82875c2c74a561770e80e2f8dc375158765a8e069a0f9fd2
 SHA512 
7c709372f66c4620109824191d6bf736b1066d74e5acd481fa552a6f010a38d6d7d17629a92fe7b944b43c6cac864db80217cefadc0e3a6dbf63530cff89cd6d

diff --git a/dev-vcs/gitolite/gitolite-3.6.10.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.10.ebuild
new file mode 100644
index 000..8f450c2879d
--- /dev/null
+++ b/dev-vcs/gitolite/gitolite-3.6.10.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+[[ ${PV} == * ]] && SCM="git-2"
+EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git;
+EGIT_MASTER=master
+
+inherit perl-module user versionator ${SCM}
+
+DESCRIPTION="Highly flexible server for git directory version tracker"
+HOMEPAGE="https://github.com/sitaramc/gitolite;
+if [[ ${PV} != * ]]; then
+   SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~x86"
+else
+   SRC_URI=""
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="selinux tools"
+
+DEPEND="dev-lang/perl
+   virtual/perl-File-Path
+   virtual/perl-File-Temp
+   >=dev-vcs/git-1.6.6"
+RDEPEND="${DEPEND}
+   !app-vim/gitolite-syntax
+   !dev-vcs/gitolite-gentoo
+   selinux? ( sec-policy/selinux-gitosis )
+   dev-perl/JSON"
+
+PATCHES=( )
+
+pkg_setup() {
+   enewgroup git
+   enewuser git -1 /bin/sh /var/lib/gitolite git
+}
+
+src_prepare() {
+   default
+   echo $PF > src/VERSION || die
+}
+
+src_install() {
+   local uexec=/usr/libexec/${PN}
+
+   rm -rf src/lib/Gitolite/Test{,.pm}
+   insinto $VENDOR_LIB
+   doins -r src/lib/Gitolite
+
+   dodoc README.markdown CHANGELOG
+   # These are meant by upstream as examples, you are strongly recommended 
to
+   # customize them for your needs.
+   dodoc contrib/utils/ipa_groups.pl contrib/utils/ldap_groups.sh
+
+   insinto /usr/share/vim/vimfiles
+   doins -r contrib/vim/*
+
+   insopts -m0755
+   insinto $uexec
+   doins -r src/{commands,syntactic-sugar,triggers,VREF}/
+   doins -r contrib/{commands,triggers,hooks}
+
+   insopts -m0644
+   doins src/VERSION
+
+   exeinto $uexec
+   doexe src/gitolite{,-shell}
+
+   dodir /usr/bin
+   for bin in gitolite{,-shell}; do
+   dosym /usr/libexec/${PN}/${bin} /usr/bin/${bin}
+   done
+
+   if use tools; then
+   dobin check-g2-compat convert-gitosis-conf
+   dobin 

[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/amd64/, releases/weekly/specs/amd64/hardened/

2018-12-29 Thread Jorge Manuel B. S. Vicetto
commit: 129dec5296030519fa9ce2609725c159fb10577b
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sun Dec 30 00:16:00 2018 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sun Dec 30 00:16:00 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=129dec52

Stop cleaning /usr/share/locale and /usr/share/man.
For the install-cd and admin-cd stop cleaning /usr/share/locale as that's
causing issues at least with tmux for not having any UTF-8 locales.
For the admin-cd stop cleaning /usr/share/man to see the resulting ISO size
difference and evaluate if it's worthy it.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 releases/weekly/specs/amd64/hardened/admincd-stage2.spec  | 2 --
 releases/weekly/specs/amd64/installcd-stage2-minimal.spec | 1 -
 2 files changed, 3 deletions(-)

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage2.spec 
b/releases/weekly/specs/amd64/hardened/admincd-stage2.spec
index 03080911..ac9540cd 100644
--- a/releases/weekly/specs/amd64/hardened/admincd-stage2.spec
+++ b/releases/weekly/specs/amd64/hardened/admincd-stage2.spec
@@ -185,8 +185,6 @@ livecd/empty:
/usr/share/info
/usr/share/lcms
/usr/share/libtool
-   /usr/share/locale
-   /usr/share/man
/usr/share/rfc
/usr/share/ss
/usr/share/state

diff --git a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
index c9a5a3a9..3e543068 100644
--- a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
@@ -184,7 +184,6 @@ livecd/empty:
/usr/share/info
/usr/share/lcms
/usr/share/libtool
-   /usr/share/locale
/usr/share/man
/usr/share/rfc
/usr/share/ss



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

2018-12-29 Thread Andreas Sturmlechner
commit: d68ee70105c0af29f51ba09f8703adb467f4b24c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 00:03:00 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 00:03:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68ee701

profiles: media-gfx/exiv2 is not that broken anymore

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 3862adba89e..b10b5b78496 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -39,7 +39,7 @@
 >=www-client/chromium-73
 
 # Andreas Sturmlechner  (25 Dec 2018)
-# Everything breaks. Tracker bug #673720
+# API breakage, tracker bug #673720
 =media-gfx/exiv2-0.27*
 
 # Andreas K. Hüttel  (25 Dec 2018)



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

2018-12-29 Thread Andreas Sturmlechner
commit: 9935e583097e71b23f179681b740c15636d00ac1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 00:01:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 00:02:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9935e583

media-gfx/exiv2: Remove Apple filesystem cruft

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

 media-gfx/exiv2/exiv2-0.27.0.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/media-gfx/exiv2/exiv2-0.27.0.ebuild 
b/media-gfx/exiv2/exiv2-0.27.0.ebuild
index c45a92101c2..f59464a6685 100644
--- a/media-gfx/exiv2/exiv2-0.27.0.ebuild
+++ b/media-gfx/exiv2/exiv2-0.27.0.ebuild
@@ -44,8 +44,6 @@ DEPEND="${RDEPEND}
 
 DOCS=( README.md doc/ChangeLog doc/cmd.txt )
 
-S="${S}-Source"
-
 PATCHES=(
# pending upstream
"${FILESDIR}"/${P}-png-broken-icc-profile.patch
@@ -55,6 +53,14 @@ pkg_setup() {
use doc && python-any-r1_pkg_setup
 }
 
+src_unpack() {
+   # FIXME @upstream: MacOS cruft is getting installed, don't let it in...
+   # https://github.com/Exiv2/exiv2/issues/620
+   tar -C "${WORKDIR}" --exclude=.* -xpf "${DISTDIR}/${A}" --gz 2> 
/dev/null ||
+   elog "${my_tar}: tar extract command failed at least partially 
- continuing"
+   mv "${P}-Source" "${S}" || die "Failed to create source dir ${S}"
+}
+
 src_prepare() {
# FIXME @upstream:
einfo "Converting doc/cmd.txt to UTF-8"



[gentoo-commits] repo/gentoo:master commit in: app-shells/mcfly/, app-shells/mcfly/files/

2018-12-29 Thread Georgy Yakovlev
commit: eb02746e63ea7bd2f011ec3525ddfe4774f4ecb0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Dec 29 23:57:44 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 30 00:01:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb02746e

app-shells/mcfly: bump to 0.3.1

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

 app-shells/mcfly/Manifest  |   1 +
 .../mcfly/files/mcfly-0.3.1-cat-dev-urandom.patch  |  22 +
 app-shells/mcfly/mcfly-0.3.1.ebuild| 101 +
 3 files changed, 124 insertions(+)

diff --git a/app-shells/mcfly/Manifest b/app-shells/mcfly/Manifest
index 5d86fbea91a..79edc31bb58 100644
--- a/app-shells/mcfly/Manifest
+++ b/app-shells/mcfly/Manifest
@@ -25,6 +25,7 @@ DIST libsqlite3-sys-0.10.0.crate 2175426 BLAKE2B 
dc7cbbcb632e2de1e8fcd6372cb0a82
 DIST linked-hash-map-0.4.2.crate 15980 BLAKE2B 
f31e0dc6f6bb3af355981491e42ce70ac91cbcf059c3d7da8ad2160c40c379bf6d10aab1fdc8400df4497e30ae8dc8c37149ec23084b589fb9a17b8dcf7fbdb4
 SHA512 
e9ca0dcf09338b8bf2e669eae241b1d07a08c430b2c1fb8adde9a79218aac8f0ad3a13d515202fbf7d0d6f3607e64c4fb3b8b9fe9190655897ae7aeeeb91dbce
 DIST lru-cache-0.1.1.crate 8645 BLAKE2B 
027f7051ce930701b97017638f2091efef0b3be330fe1cf534d31c7040c8eb55d73d8e397644584d642e370ed2c109f6df61a6da020f6df5f5756cfccbdf9216
 SHA512 
f397be62edf59bcb36767e338427684274c3ec900d96f92c75859c61ae52f78c42a551bb298e256b76f65bc7b5765c453a07baa61dcb01bfb93ca8a41612b521
 DIST mcfly-0.2.5.tar.gz 242543 BLAKE2B 
6e98cf65dd4184b475d58470eb241aa7f793fd51dc638a77e3407a71bd4e937db75d6f2bbc99d7f34b04ffbf216bfe48339763ca2fb670ac5740b5637bd6d6a9
 SHA512 
a0b2728d017271e8d7fc62fca08a433dc59bc0d7cc4c0bf1ab3d000fbd6bdb8a0aa94de2fc6334dc9035b654d529a4cbdae239a769a14f0a43723716e7ba46fa
+DIST mcfly-0.3.1.tar.gz 242505 BLAKE2B 
178dc23567708593b89daa653ebdb5dab823197c56d9655abf8b15996736cfbc92acdd8643931c669678aab31eb8a14a4771c98373dec816d61ce0fb0e097b4d
 SHA512 
308aeba0243b59d04655ffb06ce8ad20a3b7077543a3232e783581ef453a64f20c9c6fb5869cff23eac818103cc634c466340e8225346fb135c1b7cbe01d72bf
 DIST memchr-2.0.1.crate 9858 BLAKE2B 
ccf5530245bdcf1b892b98858d1cfd8cdeec3765422f6d1503bfaf3e48744dabfbc1767212b310d1951f1594ec3d4ca09447ca72782ed272cc396113a7f9fef8
 SHA512 
50daeb73062c30b244c8fec965ff0c69c29571022a9228dafd1ed397164956e39fbe260b8adce33522b5cedcd7f9135500ac45d6bc0b5e72bf9e89ebea0954d1
 DIST nodrop-0.1.12.crate 3033 BLAKE2B 
69792f5ac9722dc570749795b6e0e6c6373c44614bf5861846af08d426d18e5929ad3c5b957adf3480e8c77444cec9d33b3e8b272eea9c7200f0cedf0d78e7ac
 SHA512 
8f2856a6467715565ea5b3be181fc957f6cbc885797c15582ef5be5a71089201292ea58f94877496737dfd427b19523228fa4bde49d9413a8399d2e7888b99aa
 DIST pkg-config-0.3.11.crate 13227 BLAKE2B 
f22a748d9330848379d9bcc32026c9ba4bcffc043495b864af95dde36ce3fe71344bf5b0534aa61574f677b9a3d1ec0e09f774dea0ee57c1810f1e6bd7edc1e4
 SHA512 
c5e53a9dd777bce55889fdf7028418443896890ff120beb2fda5e5fcc55624aaefc2ac058c2b4bc88519d48bacc477351b0ab1c4d4a65b4e4bf66a69a419aae6

diff --git a/app-shells/mcfly/files/mcfly-0.3.1-cat-dev-urandom.patch 
b/app-shells/mcfly/files/mcfly-0.3.1-cat-dev-urandom.patch
new file mode 100644
index 000..86d016b9d07
--- /dev/null
+++ b/app-shells/mcfly/files/mcfly-0.3.1-cat-dev-urandom.patch
@@ -0,0 +1,22 @@
+From 51cc1520ee19b241813ecdce82ff26bd84225eeb Mon Sep 17 00:00:00 2001
+From: Melkor333 
+Date: Wed, 26 Dec 2018 20:21:13 +0100
+Subject: [PATCH] fix 'cat /dev/urandom' not closing
+
+---
+ mcfly.bash | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/mcfly.bash b/mcfly.bash
+index f2b5be7..84261cd 100644
+--- a/mcfly.bash
 b/mcfly.bash
+@@ -5,7 +5,7 @@ if [[ "$__MCFLY_LOADED" == "loaded" ]]; then
+   return 0
+ fi
+ __MCFLY_LOADED="loaded"
+-export MCFLY_SESSION_ID=$(cat /dev/urandom | env LC_ALL=C tr -dc 'a-zA-Z0-9' 
| fold -w 24 | head -n 1)
++export MCFLY_SESSION_ID=$(cat /dev/urandom | env LC_ALL=C tr -dc 'a-zA-Z0-9' 
| head -c 24)
+ export MCFLY_HISTORY=$(mktemp -t mcfly.)
+ export HISTFILE="${HISTFILE:-$HOME/.bash_history}"
+ 

diff --git a/app-shells/mcfly/mcfly-0.3.1.ebuild 
b/app-shells/mcfly/mcfly-0.3.1.ebuild
new file mode 100644
index 000..db606e07b5f
--- /dev/null
+++ b/app-shells/mcfly/mcfly-0.3.1.ebuild
@@ -0,0 +1,101 @@
+# Copyright 2017-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CRATES="
+ansi_term-0.11.0
+argon2rs-0.2.5
+arrayvec-0.4.7
+atty-0.2.10
+backtrace-0.3.9
+backtrace-sys-0.1.24
+bitflags-1.0.3
+blake2-rfc-0.2.18
+cc-1.0.18
+cfg-if-0.1.5
+clap-2.32.0
+cloudabi-0.0.3
+constant_time_eq-0.1.3
+csv-1.0.1
+csv-core-0.1.4
+dirs-1.0.4
+failure-0.1.2
+failure_derive-0.1.2
+fuchsia-zircon-0.3.3
+fuchsia-zircon-sys-0.3.3
+libc-0.2.42
+libsqlite3-sys-0.10.0
+linked-hash-map-0.4.2
+lru-cache-0.1.1
+memchr-2.0.1
+nodrop-0.1.12
+pkg-config-0.3.11
+proc-macro2-0.4.20
+quote-0.6.8

[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/x86/hardened/

2018-12-29 Thread Jorge Manuel B. S. Vicetto
commit: 7179b0cc8a7ce4ebbbc5ec53c91777e2cb2fc76e
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Dec 29 23:57:57 2018 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sat Dec 29 23:58:30 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=7179b0cc

Update the x86 hardened specs profile to the new 17.0 profiles.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 releases/weekly/specs/x86/hardened/admincd-stage1.spec   | 2 +-
 releases/weekly/specs/x86/hardened/admincd-stage2.spec   | 2 +-
 releases/weekly/specs/x86/hardened/installcd-stage1.spec | 2 +-
 releases/weekly/specs/x86/hardened/installcd-stage2-minimal.spec | 2 +-
 releases/weekly/specs/x86/hardened/stage1.spec   | 2 +-
 releases/weekly/specs/x86/hardened/stage2.spec   | 2 +-
 releases/weekly/specs/x86/hardened/stage3.spec   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/releases/weekly/specs/x86/hardened/admincd-stage1.spec 
b/releases/weekly/specs/x86/hardened/admincd-stage1.spec
index 8778392b..ac475eec 100644
--- a/releases/weekly/specs/x86/hardened/admincd-stage1.spec
+++ b/releases/weekly/specs/x86/hardened/admincd-stage1.spec
@@ -2,7 +2,7 @@ subarch: i686
 version_stamp: latest
 target: livecd-stage1
 rel_type: hardened
-profile: hardened/linux/x86
+profile: default/linux/x86/17.0/hardened
 snapshot: latest
 source_subpath: hardened/stage3-i686-hardened-latest
 compression_mode: pixz_x

diff --git a/releases/weekly/specs/x86/hardened/admincd-stage2.spec 
b/releases/weekly/specs/x86/hardened/admincd-stage2.spec
index b94a0751..17910c3d 100644
--- a/releases/weekly/specs/x86/hardened/admincd-stage2.spec
+++ b/releases/weekly/specs/x86/hardened/admincd-stage2.spec
@@ -2,7 +2,7 @@ subarch: i686
 version_stamp: latest
 target: livecd-stage2
 rel_type: hardened
-profile: hardened/linux/x86
+profile: default/linux/x86/17.0/hardened
 snapshot: latest
 source_subpath: hardened/livecd-stage1-i686-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos

diff --git a/releases/weekly/specs/x86/hardened/installcd-stage1.spec 
b/releases/weekly/specs/x86/hardened/installcd-stage1.spec
index 1c88c9ec..d05164f1 100644
--- a/releases/weekly/specs/x86/hardened/installcd-stage1.spec
+++ b/releases/weekly/specs/x86/hardened/installcd-stage1.spec
@@ -2,7 +2,7 @@ subarch: x86
 version_stamp: hardened-latest
 target: livecd-stage1
 rel_type: hardened
-profile: hardened/linux/x86
+profile: default/linux/x86/17.0/hardened
 snapshot: latest
 source_subpath: hardened/stage3-x86-hardened-latest
 compression_mode: pixz_x

diff --git a/releases/weekly/specs/x86/hardened/installcd-stage2-minimal.spec 
b/releases/weekly/specs/x86/hardened/installcd-stage2-minimal.spec
index 7080346e..66dd7dbb 100644
--- a/releases/weekly/specs/x86/hardened/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/x86/hardened/installcd-stage2-minimal.spec
@@ -2,7 +2,7 @@ subarch: x86
 version_stamp: hardened-latest
 target: livecd-stage2
 rel_type: hardened
-profile: hardened/linux/x86
+profile: default/linux/x86/17.0/hardened
 snapshot: latest
 source_subpath: hardened/livecd-stage1-x86-hardened-latest
 

diff --git a/releases/weekly/specs/x86/hardened/stage1.spec 
b/releases/weekly/specs/x86/hardened/stage1.spec
index 30e79e9c..5bc5e845 100644
--- a/releases/weekly/specs/x86/hardened/stage1.spec
+++ b/releases/weekly/specs/x86/hardened/stage1.spec
@@ -2,7 +2,7 @@ subarch: i686
 target: stage1
 version_stamp: hardened-latest
 rel_type: hardened
-profile: hardened/linux/x86
+profile: default/linux/x86/17.0/hardened
 snapshot: latest
 source_subpath: hardened/stage3-i686-hardened-latest
 compression_mode: pixz_x

diff --git a/releases/weekly/specs/x86/hardened/stage2.spec 
b/releases/weekly/specs/x86/hardened/stage2.spec
index 8fc988c2..1de92054 100644
--- a/releases/weekly/specs/x86/hardened/stage2.spec
+++ b/releases/weekly/specs/x86/hardened/stage2.spec
@@ -2,7 +2,7 @@ subarch: i686
 target: stage2
 version_stamp: hardened-latest
 rel_type: hardened
-profile: hardened/linux/x86
+profile: default/linux/x86/17.0/hardened
 snapshot: latest
 source_subpath: hardened/stage1-i686-hardened-latest
 compression_mode: pixz_x

diff --git a/releases/weekly/specs/x86/hardened/stage3.spec 
b/releases/weekly/specs/x86/hardened/stage3.spec
index 5928d684..b83a849e 100644
--- a/releases/weekly/specs/x86/hardened/stage3.spec
+++ b/releases/weekly/specs/x86/hardened/stage3.spec
@@ -2,7 +2,7 @@ subarch: i686
 target: stage3
 version_stamp: hardened-latest
 rel_type: hardened
-profile: hardened/linux/x86
+profile: default/linux/x86/17.0/hardened
 snapshot: latest
 source_subpath: hardened/stage2-i686-hardened-latest
 compression_mode: pixz_x



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

2018-12-29 Thread Andreas Sturmlechner
commit: 1dc297d559d093b4eeb4881db4e272a3b01da86c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 29 23:50:52 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 29 23:52:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc297d5

media-libs/libextractor: Drop 1.8 (r0)

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

 media-libs/libextractor/libextractor-1.8.ebuild | 115 
 1 file changed, 115 deletions(-)

diff --git a/media-libs/libextractor/libextractor-1.8.ebuild 
b/media-libs/libextractor/libextractor-1.8.ebuild
deleted file mode 100644
index 3458e295fdd..000
--- a/media-libs/libextractor/libextractor-1.8.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Library to extract metadata from files of arbitrary type"
-HOMEPAGE="https://www.gnu.org/software/libextractor/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="apparmor +archive +bzip2 ffmpeg flac gif gsf gstreamer gtk jpeg +magic 
midi mp4 mpeg tidy tiff vorbis +zlib" # test
-
-RESTRICT="test"
-
-DEPEND="
-   app-text/iso-codes
-   dev-libs/glib:2
-   media-gfx/exiv2:=
-   sys-devel/libtool
-   virtual/libiconv
-   virtual/libintl
-   apparmor? ( sys-libs/libapparmor )
-   archive? ( app-arch/libarchive:= )
-   bzip2? ( app-arch/bzip2 )
-   ffmpeg? ( virtual/ffmpeg )
-   flac? (
-   media-libs/flac
-   media-libs/libogg
-   )
-   gif? ( media-libs/giflib:= )
-   gsf? ( gnome-extra/libgsf:= )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )
-   gtk? ( x11-libs/gtk+:3 )
-   jpeg? ( virtual/jpeg:0 )
-   magic? ( sys-apps/file )
-   midi? ( media-libs/libsmf )
-   mp4? ( media-libs/libmp4v2:0 )
-   mpeg? ( media-libs/libmpeg2 )
-   tidy? ( app-text/htmltidy )
-   tiff? ( media-libs/tiff:0 )
-   vorbis? (
-   media-libs/libogg
-   media-libs/libvorbis
-   )
-   zlib? ( sys-libs/zlib )
-"
-BDEPEND="
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-# test? ( app-forensics/zzuf )
-RDEPEND="${DEPEND}
-   !sci-biology/glimmer
-"
-
-src_prepare() {
-   default
-
-   # m4/ax_create_pkgconfig_info.m4 is passing environment LDFLAGS to Libs:
-   sed -i \
-   -e '/^ax_create_pkgconfig_ldflags=/s:$LDFLAGS ::' \
-   -e 's:tidy/tidy.h:tidy.h:' \
-   -e 's:tidy/tidybuffio.h:buffio.h:' \
-   configure src/plugins/html_extractor.c || die
-
-   if ! use tidy; then
-   sed -i -e 's:tidy.h:dIsAbLe&:' configure || die
-   fi
-}
-
-src_configure() {
-   e_ac_cv() {
-   export ac_cv_"$@"
-   }
-
-   e_ac_cv {lib_rpm_rpmReadPackageFile,prog_HAVE_ZZUF}=no
-
-   e_ac_cv header_FLAC_all_h=$(usex flac)
-   e_ac_cv lib_FLAC_FLAC__stream_decoder_init_stream=$(usex flac)
-   e_ac_cv lib_FLAC_FLAC__stream_decoder_init_ogg_stream=$(usex flac)
-
-   e_ac_cv header_sys_apparmor_h=$(usex apparmor)
-   e_ac_cv header_archive_h=$(usex archive)
-   e_ac_cv header_bzlib_h=$(usex bzip2)
-   e_ac_cv header_gif_lib_h=$(usex gif)
-   e_ac_cv header_jpeglib_h=$(usex jpeg)
-   e_ac_cv header_magic_h=$(usex magic)
-   e_ac_cv header_mpeg2dec_mpeg2_h=$(usex mpeg)
-   e_ac_cv header_tiffio_h=$(usex tiff)
-   e_ac_cv header_vorbis_vorbisfile_h=$(usex vorbis)
-   e_ac_cv header_zlib_h=$(usex zlib)
-   e_ac_cv lib_mp4v2_MP4ReadProvider=$(usex mp4)
-   e_ac_cv lib_smf_smf_load_from_memory=$(usex midi)
-
-   local myeconfargs=(
-   --disable-static
-   --enable-experimental
-   --enable-glib
-   --disable-gsf-gnome
-   $(use_enable ffmpeg)
-   $(use_enable gsf)
-   $(use_with gstreamer)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] proj/releng:master commit in: releases/weekly/kconfig/amd64/, releases/weekly/specs/amd64/hardened/

2018-12-29 Thread Jorge Manuel B. S. Vicetto
commit: b45a207671e365ec57c3f3534dad6a5fc2a5a698
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Dec 29 23:48:22 2018 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sat Dec 29 23:52:47 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=b45a2076

Update kernel config for the admin-cd.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 .../weekly/kconfig/amd64/admincd-4.14.83.config| 5085 
 .../specs/amd64/hardened/admincd-stage2.spec   |2 +-
 2 files changed, 5086 insertions(+), 1 deletion(-)

diff --git a/releases/weekly/kconfig/amd64/admincd-4.14.83.config 
b/releases/weekly/kconfig/amd64/admincd-4.14.83.config
new file mode 100644
index ..ece6f902
--- /dev/null
+++ b/releases/weekly/kconfig/amd64/admincd-4.14.83.config
@@ -0,0 +1,5085 @@
+#
+# Automatically generated file; DO NOT EDIT.
+# Linux/x86 4.14.83-gentoo Kernel Configuration
+#
+
+#
+# Gentoo Linux
+#
+CONFIG_GENTOO_LINUX=y
+CONFIG_GENTOO_LINUX_UDEV=y
+CONFIG_GENTOO_LINUX_PORTAGE=y
+
+#
+# Support for init systems, system and service managers
+#
+CONFIG_GENTOO_LINUX_INIT_SCRIPT=y
+# CONFIG_GENTOO_LINUX_INIT_SYSTEMD is not set
+CONFIG_64BIT=y
+CONFIG_X86_64=y
+CONFIG_X86=y
+CONFIG_INSTRUCTION_DECODER=y
+CONFIG_OUTPUT_FORMAT="elf64-x86-64"
+CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
+CONFIG_LOCKDEP_SUPPORT=y
+CONFIG_STACKTRACE_SUPPORT=y
+CONFIG_MMU=y
+CONFIG_ARCH_MMAP_RND_BITS_MIN=28
+CONFIG_ARCH_MMAP_RND_BITS_MAX=32
+CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
+CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
+CONFIG_NEED_DMA_MAP_STATE=y
+CONFIG_NEED_SG_DMA_LENGTH=y
+CONFIG_GENERIC_ISA_DMA=y
+CONFIG_GENERIC_BUG=y
+CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
+CONFIG_GENERIC_HWEIGHT=y
+CONFIG_ARCH_MAY_HAVE_PC_FDC=y
+CONFIG_RWSEM_XCHGADD_ALGORITHM=y
+CONFIG_GENERIC_CALIBRATE_DELAY=y
+CONFIG_ARCH_HAS_CPU_RELAX=y
+CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
+CONFIG_HAVE_SETUP_PER_CPU_AREA=y
+CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
+CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
+CONFIG_ARCH_HIBERNATION_POSSIBLE=y
+CONFIG_ARCH_SUSPEND_POSSIBLE=y
+CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
+CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
+CONFIG_ZONE_DMA32=y
+CONFIG_AUDIT_ARCH=y
+CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
+CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
+CONFIG_X86_64_SMP=y
+CONFIG_ARCH_SUPPORTS_UPROBES=y
+CONFIG_FIX_EARLYCON_MEM=y
+CONFIG_PGTABLE_LEVELS=4
+CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
+CONFIG_IRQ_WORK=y
+CONFIG_BUILDTIME_EXTABLE_SORT=y
+CONFIG_THREAD_INFO_IN_TASK=y
+
+#
+# General setup
+#
+CONFIG_INIT_ENV_ARG_LIMIT=32
+CONFIG_CROSS_COMPILE=""
+# CONFIG_COMPILE_TEST is not set
+CONFIG_LOCALVERSION=""
+# CONFIG_LOCALVERSION_AUTO is not set
+CONFIG_HAVE_KERNEL_GZIP=y
+CONFIG_HAVE_KERNEL_BZIP2=y
+CONFIG_HAVE_KERNEL_LZMA=y
+CONFIG_HAVE_KERNEL_XZ=y
+CONFIG_HAVE_KERNEL_LZO=y
+CONFIG_HAVE_KERNEL_LZ4=y
+# CONFIG_KERNEL_GZIP is not set
+# CONFIG_KERNEL_BZIP2 is not set
+# CONFIG_KERNEL_LZMA is not set
+CONFIG_KERNEL_XZ=y
+# CONFIG_KERNEL_LZO is not set
+# CONFIG_KERNEL_LZ4 is not set
+CONFIG_DEFAULT_HOSTNAME="(none)"
+CONFIG_SWAP=y
+CONFIG_SYSVIPC=y
+CONFIG_SYSVIPC_SYSCTL=y
+CONFIG_POSIX_MQUEUE=y
+CONFIG_POSIX_MQUEUE_SYSCTL=y
+CONFIG_CROSS_MEMORY_ATTACH=y
+CONFIG_FHANDLE=y
+CONFIG_USELIB=y
+CONFIG_AUDIT=y
+CONFIG_HAVE_ARCH_AUDITSYSCALL=y
+CONFIG_AUDITSYSCALL=y
+CONFIG_AUDIT_WATCH=y
+CONFIG_AUDIT_TREE=y
+
+#
+# IRQ subsystem
+#
+CONFIG_GENERIC_IRQ_PROBE=y
+CONFIG_GENERIC_IRQ_SHOW=y
+CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
+CONFIG_GENERIC_PENDING_IRQ=y
+CONFIG_GENERIC_IRQ_MIGRATION=y
+CONFIG_IRQ_DOMAIN=y
+CONFIG_IRQ_DOMAIN_HIERARCHY=y
+CONFIG_GENERIC_MSI_IRQ=y
+CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
+# CONFIG_IRQ_DOMAIN_DEBUG is not set
+CONFIG_IRQ_FORCED_THREADING=y
+CONFIG_SPARSE_IRQ=y
+# CONFIG_GENERIC_IRQ_DEBUGFS is not set
+CONFIG_CLOCKSOURCE_WATCHDOG=y
+CONFIG_ARCH_CLOCKSOURCE_DATA=y
+CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
+CONFIG_GENERIC_TIME_VSYSCALL=y
+CONFIG_GENERIC_CLOCKEVENTS=y
+CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
+CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
+CONFIG_GENERIC_CMOS_UPDATE=y
+
+#
+# Timers subsystem
+#
+CONFIG_TICK_ONESHOT=y
+CONFIG_HZ_PERIODIC=y
+# CONFIG_NO_HZ_IDLE is not set
+# CONFIG_NO_HZ_FULL is not set
+# CONFIG_NO_HZ is not set
+CONFIG_HIGH_RES_TIMERS=y
+
+#
+# CPU/Task time and stats accounting
+#
+CONFIG_TICK_CPU_ACCOUNTING=y
+# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
+# CONFIG_IRQ_TIME_ACCOUNTING is not set
+# CONFIG_BSD_PROCESS_ACCT is not set
+CONFIG_TASKSTATS=y
+CONFIG_TASK_DELAY_ACCT=y
+CONFIG_TASK_XACCT=y
+CONFIG_TASK_IO_ACCOUNTING=y
+
+#
+# RCU Subsystem
+#
+CONFIG_TREE_RCU=y
+# CONFIG_RCU_EXPERT is not set
+CONFIG_SRCU=y
+CONFIG_TREE_SRCU=y
+# CONFIG_TASKS_RCU is not set
+CONFIG_RCU_STALL_COMMON=y
+CONFIG_RCU_NEED_SEGCBLIST=y
+CONFIG_BUILD_BIN2C=y
+CONFIG_IKCONFIG=y
+CONFIG_IKCONFIG_PROC=y
+CONFIG_LOG_BUF_SHIFT=18
+CONFIG_LOG_CPU_MAX_BUF_SHIFT=12

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/merkaartor/files/, sci-geosciences/merkaartor/

2018-12-29 Thread Andreas Sturmlechner
commit: 4f264751981410be56ef834c6f5149f2b7147013
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 29 23:03:23 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 29 23:52:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f264751

sci-geosciences/merkaartor: Fix desktop file for Wayland

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

 .../files/merkaartor-0.18.3-desktopfile.patch  | 30 ++
 .../merkaartor/merkaartor-0.18.3-r4.ebuild |  5 +++-
 2 files changed, 34 insertions(+), 1 deletion(-)

diff --git 
a/sci-geosciences/merkaartor/files/merkaartor-0.18.3-desktopfile.patch 
b/sci-geosciences/merkaartor/files/merkaartor-0.18.3-desktopfile.patch
new file mode 100644
index 000..6c844ea3cf7
--- /dev/null
+++ b/sci-geosciences/merkaartor/files/merkaartor-0.18.3-desktopfile.patch
@@ -0,0 +1,30 @@
+From 85ee9b1855bf3256daf4decd1f25021c1a28abdc Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ladislav=20L=C3=A1ska?= 
+Date: Sat, 19 May 2018 13:43:24 +0200
+Subject: [PATCH] Renamed merkaartor.desktop to 
+ org.merkaartor.merkaartor.desktop
+
+A possible solution for issue #150.
+---
+ src/{merkaartor.desktop => org.merkaartor.merkaartor.desktop} | 0
+ src/src.pro   | 2 +-
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+ rename src/{merkaartor.desktop => org.merkaartor.merkaartor.desktop} (100%)
+
+diff --git a/src/merkaartor.desktop b/src/org.merkaartor.merkaartor.desktop
+similarity index 100%
+rename from src/merkaartor.desktop
+rename to src/org.merkaartor.merkaartor.desktop
+diff --git a/src/src.pro b/src/src.pro
+index 81a65f34..477c459e 100644
+--- a/src/src.pro
 b/src/src.pro
+@@ -289,7 +289,7 @@ contains(SANITIZE, 2) {
+ 
+ unix:!macx {
+ desktop.path = $${PREFIX}/share/applications
+-desktop.files = merkaartor.desktop
++desktop.files = org.merkaartor.merkaartor.desktop 
+ desktopicon8x8.path = $${PREFIX}/share/icons/hicolor/8x8/apps/
+ desktopicon8x8.files = $$PWD/../Icons/8x8/merkaartor.png
+ desktopicon16x16.path = $${PREFIX}/share/icons/hicolor/16x16/apps/

diff --git a/sci-geosciences/merkaartor/merkaartor-0.18.3-r4.ebuild 
b/sci-geosciences/merkaartor/merkaartor-0.18.3-r4.ebuild
index 29f7b22e8be..c4f7ac66d49 100644
--- a/sci-geosciences/merkaartor/merkaartor-0.18.3-r4.ebuild
+++ b/sci-geosciences/merkaartor/merkaartor-0.18.3-r4.ebuild
@@ -37,7 +37,10 @@ DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
virtual/pkgconfig
 "
-PATCHES=( "${FILESDIR}/${P}-sharedir-pluginsdir.patch" ) # bug 621826
+PATCHES=(
+   "${FILESDIR}"/${P}-sharedir-pluginsdir.patch # bug 621826
+   "${FILESDIR}"/${P}-desktopfile.patch
+)
 
 DOCS=( AUTHORS CHANGELOG )
 



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

2018-12-29 Thread Andreas Sturmlechner
commit: a8b45e983c4a03566e2341538f688684ea1b2c47
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 29 22:46:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 29 23:52:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b45e98

sci-geosciences/merkaartor: Fix plugin path

Sync  with 0.18.3-r3 changes
Drop bundled libs
Drop obsolete pkg_preinst

Thanks-to: Jonathan Marten  keelhaul.me.uk>
Closes: https://bugs.gentoo.org/621826
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...tor-.ebuild => merkaartor-0.18.3-r4.ebuild} | 39 ++
 sci-geosciences/merkaartor/merkaartor-.ebuild  | 16 -
 2 files changed, 25 insertions(+), 30 deletions(-)

diff --git a/sci-geosciences/merkaartor/merkaartor-.ebuild 
b/sci-geosciences/merkaartor/merkaartor-0.18.3-r4.ebuild
similarity index 69%
copy from sci-geosciences/merkaartor/merkaartor-.ebuild
copy to sci-geosciences/merkaartor/merkaartor-0.18.3-r4.ebuild
index fa01cf15ac0..29f7b22e8be 100644
--- a/sci-geosciences/merkaartor/merkaartor-.ebuild
+++ b/sci-geosciences/merkaartor/merkaartor-0.18.3-r4.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PLOCALES="ar cs de en es et fr hr hu id_ID it ja nl pl pt_BR pt ru sk sv uk vi 
zh_CN zh_TW"
 
-inherit git-r3 gnome2-utils l10n qmake-utils xdg-utils
+inherit gnome2-utils l10n qmake-utils xdg-utils
 
 DESCRIPTION="Qt based map editor for the openstreetmap.org project"
 HOMEPAGE="http://www.merkaartor.be https://github.com/openstreetmap/merkaartor;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/openstreetmap/merkaartor.git;
+SRC_URI="https://github.com/openstreetmap/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
-IUSE="debug exif gps libproxy webengine"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug exif gps libproxy"
 
 RDEPEND="
dev-qt/qtconcurrent:5
@@ -24,6 +23,7 @@ RDEPEND="
dev-qt/qtprintsupport:5
dev-qt/qtsingleapplication[X,qt5(+)]
dev-qt/qtsvg:5
+   dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
sci-libs/gdal
@@ -32,22 +32,20 @@ RDEPEND="
exif? ( media-gfx/exiv2:= )
gps? ( >=sci-geosciences/gpsd-3.17-r2 )
libproxy? ( net-libs/libproxy )
-   webengine? ( dev-qt/qtwebengine:5 )
 "
 DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
virtual/pkgconfig
 "
+PATCHES=( "${FILESDIR}/${P}-sharedir-pluginsdir.patch" ) # bug 621826
 
 DOCS=( AUTHORS CHANGELOG )
 
-src_unpack() {
-   git-r3_src_unpack
-}
-
 src_prepare() {
default
 
+   rm -r 3rdparty || die "Failed to remove bundled libs"
+
my_rm_loc() {
sed -i -e "s:../translations/${PN}_${1}.\(ts\|qm\)::" 
src/src.pro || die
rm "translations/${PN}_${1}.ts" || die
@@ -59,31 +57,28 @@ src_prepare() {
fi
 
# build system expects to be building from git
-   if [[ ${PV} != * ]] ; then
-   sed -i "${S}"/src/Config.pri -e "s:SION = .*:SION = 
\"${PV}\":g" || die
-   fi
+   sed -i "${S}"/src/Config.pri -e "s:SION = .*:SION = \"${PV}\":g" || die
 }
 
 src_configure() {
# TRANSDIR_SYSTEM is for bug #385671
eqmake5 \
-   PREFIX="${ED}usr" \
-   LIBDIR="${ED}usr/$(get_libdir)" \
-   TRANSDIR_MERKAARTOR="${ED}usr/share/${PN}/translations" \
+   PREFIX="${ED%/}/usr" \
+   LIBDIR="${ED%/}/usr/$(get_libdir)" \
+   PLUGINS_DIR="/usr/$(get_libdir)/${PN}/plugins" \
+   SHARE_DIR_PATH="/usr/share/${PN}" \
+   TRANSDIR_MERKAARTOR="${ED%/}/usr/share/${PN}/translations" \
TRANSDIR_SYSTEM="${EPREFIX}/usr/share/qt5/translations" \
SYSTEM_QTSA=1 \
+   RELEASE=1 \
NODEBUG=$(usex debug 0 1) \
GEOIMAGE=$(usex exif 1 0) \
GPSDLIB=$(usex gps 1 0) \
LIBPROXY=$(usex libproxy 1 0) \
-   USEWEBENGINE=$(usex webengine 1 0) \
+   ZBAR=0 \
Merkaartor.pro
 }
 
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
xdg_desktop_database_update
gnome2_icon_cache_update

diff --git a/sci-geosciences/merkaartor/merkaartor-.ebuild 
b/sci-geosciences/merkaartor/merkaartor-.ebuild
index fa01cf15ac0..4491ffa4a5c 100644
--- a/sci-geosciences/merkaartor/merkaartor-.ebuild
+++ b/sci-geosciences/merkaartor/merkaartor-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -39,6 +39,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
 "
 
+PATCHES=( 

[gentoo-commits] repo/gentoo:master commit in: media-libs/libextractor/, media-libs/libextractor/files/

2018-12-29 Thread Andreas Sturmlechner
commit: 7621a65d7bbacc22afdeefbf647be9623f932104
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 29 23:50:19 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 29 23:52:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7621a65d

media-libs/libextractor: Fix build with exiv2-0.27

Closes: https://bugs.gentoo.org/674046
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/libextractor-1.8-exiv2-0.27.patch| 127 +
 media-libs/libextractor/libextractor-1.8-r1.ebuild |   5 +-
 2 files changed, 131 insertions(+), 1 deletion(-)

diff --git a/media-libs/libextractor/files/libextractor-1.8-exiv2-0.27.patch 
b/media-libs/libextractor/files/libextractor-1.8-exiv2-0.27.patch
new file mode 100644
index 000..cfdb6426408
--- /dev/null
+++ b/media-libs/libextractor/files/libextractor-1.8-exiv2-0.27.patch
@@ -0,0 +1,127 @@
+From bbe21db4bf8face03adf0efd2eb18540582cb5ba Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 30 Dec 2018 00:46:57 +0100
+Subject: [PATCH] Fix build with exiv2-0.27
+
+---
+ src/plugins/exiv2_extractor.cc | 35 +++---
+ 1 file changed, 28 insertions(+), 7 deletions(-)
+
+diff --git a/src/plugins/exiv2_extractor.cc b/src/plugins/exiv2_extractor.cc
+index 8741d40..ef402a8 100644
+--- a/src/plugins/exiv2_extractor.cc
 b/src/plugins/exiv2_extractor.cc
+@@ -27,10 +27,7 @@
+ #include 
+ #include 
+ #include 
+-#include 
+-#include 
+-#include 
+-#include 
++#include 
+ 
+ /**
+  * Enable debugging to get error messages.
+@@ -180,7 +177,7 @@ public:
+*
+* @return -1 on error
+*/
+-#if EXIV2_VERSION >= EXIV2_MAKE_VERSION(0,26,0)
++#if EXIV2_TEST_VERSION(0,26,0)
+   virtual size_t size (void) const;
+ #else
+   virtual long int size (void) const;
+@@ -316,7 +313,11 @@ ExtractorIO::getb ()
+   const unsigned char *r;
+ 
+   if (1 != ec->read (ec->cls, , 1))
++#if EXIV2_TEST_VERSION(0,27,0)
++throw Exiv2::BasicError (Exiv2::kerDecodeLangAltQualifierFailed);
++#else
+ throw Exiv2::BasicError (42 /* error code */);
++#endif
+   r = (const unsigned char *) data;
+   return *r;
+ }
+@@ -371,7 +372,11 @@ ExtractorIO::putb (Exiv2::byte data)
+ void
+ ExtractorIO::transfer (Exiv2::BasicIo& src)
+ {
++#if EXIV2_TEST_VERSION(0,27,0)
++throw Exiv2::BasicError (Exiv2::kerDecodeLangAltQualifierFailed);
++#else
+   throw Exiv2::BasicError (42 /* error code */);
++#endif
+ }
+ 
+ 
+@@ -416,7 +421,11 @@ ExtractorIO::seek (long offset,
+ Exiv2::byte *
+ ExtractorIO::mmap (bool isWritable)
+ {
++#if EXIV2_TEST_VERSION(0,27,0)
++throw Exiv2::BasicError (Exiv2::kerDecodeLangAltQualifierFailed);
++#else
+   throw Exiv2::BasicError (42 /* error code */);
++#endif
+ }
+ 
+ 
+@@ -449,7 +458,7 @@ ExtractorIO::tell (void) const
+  *
+  * @return -1 on error
+  */
+-#if EXIV2_VERSION >= EXIV2_MAKE_VERSION(0,26,0)
++#if EXIV2_TEST_VERSION(0,26,0)
+ size_t
+ #else
+ long int
+@@ -504,7 +513,11 @@ ExtractorIO::eof () const
+ std::string
+ ExtractorIO::path () const
+ {
++#if EXIV2_TEST_VERSION(0,27,0)
++throw Exiv2::BasicError (Exiv2::kerDecodeLangAltQualifierFailed);
++#else
+   throw Exiv2::BasicError (42 /* error code */);
++#endif
+ }
+ 
+ 
+@@ -517,7 +530,11 @@ ExtractorIO::path () const
+ std::wstring
+ ExtractorIO::wpath () const
+ {
++#if EXIV2_TEST_VERSION(0,27,0)
++throw Exiv2::BasicError (Exiv2::kerDecodeLangAltQualifierFailed);
++#else
+   throw Exiv2::BasicError (42 /* error code */);
++#endif
+ }
+ #endif
+ 
+@@ -531,7 +548,11 @@ Exiv2::BasicIo::AutoPtr
+ ExtractorIO::temporary () const
+ {
+   fprintf (stderr, "throwing temporary error\n");
++#if EXIV2_TEST_VERSION(0,27,0)
++throw Exiv2::BasicError (Exiv2::kerDecodeLangAltQualifierFailed);
++#else
+   throw Exiv2::BasicError (42 /* error code */);
++#endif
+ }
+ 
+ 
+@@ -697,7 +718,7 @@ EXTRACTOR_exiv2_extract_method (struct 
EXTRACTOR_ExtractContext *ec)
+ {
+   try
+ {
+-#if EXIV2_MAKE_VERSION(0,23,0) <= EXIV2_VERSION
++#if !EXIV2_TEST_VERSION(0,24,0)
+   Exiv2::LogMsg::setLevel (Exiv2::LogMsg::mute);
+ #endif
+   std::auto_ptr eio(new ExtractorIO (ec));
+-- 
+2.20.1
+

diff --git a/media-libs/libextractor/libextractor-1.8-r1.ebuild 
b/media-libs/libextractor/libextractor-1.8-r1.ebuild
index d63f5cb7945..d9044a2c01d 100644
--- a/media-libs/libextractor/libextractor-1.8-r1.ebuild
+++ b/media-libs/libextractor/libextractor-1.8-r1.ebuild
@@ -58,7 +58,10 @@ RDEPEND="${DEPEND}
!sci-biology/glimmer
 "
 
-PATCHES=( "${FILESDIR}"/${P}-CVE-2018-2043{0,1}.patch )
+PATCHES=(
+   "${FILESDIR}"/${P}-CVE-2018-2043{0,1}.patch # bug #673742
+   "${FILESDIR}"/${P}-exiv2-0.27.patch # bug #674046
+)
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/merkaartor/, sci-geosciences/merkaartor/files/

2018-12-29 Thread Andreas Sturmlechner
commit: 18930bc543d1582937aab1b70294d7721595ea66
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 29 23:25:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 29 23:52:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18930bc5

sci-geosciences/merkaartor: Patch for USE webengine; drop Qt5WebKit

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

 .../files/merkaartor-0.18.3-webengine1.patch   | 186 +
 .../files/merkaartor-0.18.3-webengine2.patch   |  35 
 .../files/merkaartor-0.18.3-webengine3.patch   | 135 +++
 .../merkaartor/merkaartor-0.18.3-r4.ebuild |   6 +-
 4 files changed, 360 insertions(+), 2 deletions(-)

diff --git 
a/sci-geosciences/merkaartor/files/merkaartor-0.18.3-webengine1.patch 
b/sci-geosciences/merkaartor/files/merkaartor-0.18.3-webengine1.patch
new file mode 100644
index 000..5f4f605ce5b
--- /dev/null
+++ b/sci-geosciences/merkaartor/files/merkaartor-0.18.3-webengine1.patch
@@ -0,0 +1,186 @@
+From df515ecf4e6ce1a249af299840e82126c68fcf91 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ladislav=20L=C3=A1ska?= 
+Date: Mon, 26 Sep 2016 13:02:57 +0200
+Subject: [PATCH] Updated QWeb to QWebView.
+
+---
+ src/Layers/LicenseDisplayDialog.ui  |  6 +++---
+ src/QMapControl/browserimagemanager.cpp | 20 +---
+ src/QMapControl/browserimagemanager.h   | 17 ++---
+ src/src.pro |  2 +-
+ 4 files changed, 19 insertions(+), 26 deletions(-)
+
+diff --git a/src/Layers/LicenseDisplayDialog.ui 
b/src/Layers/LicenseDisplayDialog.ui
+index 103816c6..3dabd130 100755
+--- a/src/Layers/LicenseDisplayDialog.ui
 b/src/Layers/LicenseDisplayDialog.ui
+@@ -15,7 +15,7 @@
+   
+   
+
+-
++
+  
+   
+about:blank
+@@ -41,9 +41,9 @@
+  
+  
+   
+-   QWebView
++   QWebEngineView
+QWidget
+-   QtWebKit/QWebView
++   QWebEngineView
+   
+  
+  
+diff --git a/src/QMapControl/browserimagemanager.cpp 
b/src/QMapControl/browserimagemanager.cpp
+index 468cf2b6..4021d40f 100644
+--- a/src/QMapControl/browserimagemanager.cpp
 b/src/QMapControl/browserimagemanager.cpp
+@@ -47,9 +47,8 @@ void BrowserWebPage::javaScriptConsoleMessage ( const 
QString & message, int lin
+ //printf("%s\n", s);
+ }
+ 
+-void BrowserWebPage::javaScriptAlert ( QWebFrame * frame, const QString & msg 
)
++void BrowserWebPage::javaScriptAlert ( const QString & msg )
+ {
+-Q_UNUSED(frame)
+ //QMessageBox::information(NULL, tr("Javascript alert"), msg);
+ 
+ if (msg.startsWith("Coord")) {
+@@ -105,8 +104,10 @@ void BrowserWebPage::javaScriptAlert ( QWebFrame * frame, 
const QString & msg )
+ 
+ void BrowserWebPage::launchRequest ( const QUrl & url )
+ {
++qDebug() << "Warning: you are using BrowserWebPage to render background 
imagery. "<<
++"This code is not tested and may not work as expected. If you 
experience issues, please let us know.";
+ sw = sh = 0;
+-mainFrame()->load(url);
++load(url);
+ }
+ 
+ BrowserImageManager* BrowserImageManager::m_BrowserImageManagerInstance = 0;
+@@ -138,8 +139,6 @@ BrowserImageManager::BrowserImageManager(QObject* parent)
+ }
+ 
+ page = new BrowserWebPage();
+-page->setNetworkAccessManager(m_networkManager);
+-page->setViewportSize(QSize(1024, 1024));
+ 
+ connect(page, SIGNAL(loadFinished(bool)), this, 
SLOT(pageLoadFinished(bool)));
+ 
+@@ -220,7 +219,6 @@ void BrowserImageManager::launchRequest()
+ 
+ QUrl u = QUrl( R.url);
+ 
+-page->networkAccessManager()->setProxy(M_PREFS->getProxy(u));
+ page->launchRequest(u);
+ requestActive = true;
+ #ifndef BROWSERIMAGEMANAGER_IS_THREADED
+@@ -246,7 +244,7 @@ void BrowserImageManager::pageLoadFinished(bool ok)
+ qDebug() << "BrowserImageManager::pageLoadFinished: " << " Hash: " << 
R.hash;
+ QPixmap pt(page->sw, page->sh);
+ QPainter P();
+-page->mainFrame()->render(, QRegion(0,0,page->sw,page->sh));
++page->view()->render(, QPoint(), QRegion(0,0,page->sw,page->sh));
+ P.end();
+ 
+ //if (page->sw != BROWSER_TILE_SIZE || page->sh != BROWSER_TILE_SIZE) 
{
+@@ -319,7 +317,7 @@ void BrowserImageManager::loadingQueueEmpty()
+ void BrowserImageManager::abortLoading()
+ {
+ //qDebug() << "BrowserImageManager::abortLoading";
+-page->triggerAction(QWebPage::Stop);
++page->triggerAction(QWebEnginePage::Stop);
+ if (!loadingRequests.isEmpty()) {
+ LoadingRequest R = loadingRequests.dequeue();
+ loadingRequests.clear();
+@@ -331,7 +329,7 @@ void BrowserImageManager::abortLoading()
+ #ifdef BROWSERIMAGEMANAGER_IS_THREADED
+ void BrowserImageManager::run()
+ {
+-page = new BrowserWebPage();
++page = new BrowserWebEnginePage();
+ page->setViewportSize(QSize(1024, 1024));
+ 
+ QTimer theTimer;
+@@ -354,7 +352,7 @@ void 

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

2018-12-29 Thread Patrice Clement
commit: e8857d6c3d4ba9b7b1e56a0342bd3bf305eaf9b8
Author: Francesco Turco  fastmail  fm>
AuthorDate: Tue Nov 13 21:53:53 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 29 23:50:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8857d6c

x11-wm/aewm: update HOMEPAGE.

Signed-off-by: Francesco Turco  fastmail.fm>
Closes: https://github.com/gentoo/gentoo/pull/10412
Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/aewm/aewm-1.3.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/aewm/aewm-1.3.12.ebuild b/x11-wm/aewm/aewm-1.3.12.ebuild
index 4bc663d65e6..b2dd5c524da 100644
--- a/x11-wm/aewm/aewm-1.3.12.ebuild
+++ b/x11-wm/aewm/aewm-1.3.12.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A minimalistic X11 window manager"
-HOMEPAGE="http://www.red-bean.com/~decklin/software/aewm/;
+HOMEPAGE="https://www.red-bean.com/decklin/aewm/;
 SRC_URI="${HOMEPAGE}${P}.tar.bz2"
 
 LICENSE="MIT 9wm"



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

2018-12-29 Thread Patrice Clement
commit: 722df651762e5a8852fe924c33d707dde02532df
Author: Francesco Turco  fastmail  fm>
AuthorDate: Tue Nov 13 21:58:07 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 29 23:50:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722df651

x11-wm/blackbox: update HOMEPAGE.

Signed-off-by: Francesco Turco  fastmail.fm>
Closes: https://github.com/gentoo/gentoo/pull/10413
Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/blackbox/blackbox-0.70.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/blackbox/blackbox-0.70.1-r1.ebuild 
b/x11-wm/blackbox/blackbox-0.70.1-r1.ebuild
index 773ef0d41a8..225deb800cf 100644
--- a/x11-wm/blackbox/blackbox-0.70.1-r1.ebuild
+++ b/x11-wm/blackbox/blackbox-0.70.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit autotools eutils
 
 DESCRIPTION="A small, fast, full-featured window manager for X"
-HOMEPAGE="http://blackboxwm.sourceforge.net/;
+HOMEPAGE="https://github.com/bbidulock/blackboxwm;
 SRC_URI="mirror://sourceforge/${PN}wm/${P}.tar.bz2"
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: app-shells/fish/

2018-12-29 Thread Georgy Yakovlev
commit: 639e35cef48dad863ca73aa00c30df753032c982
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Dec 29 23:40:15 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Dec 29 23:40:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639e35ce

app-shells/fish: revbump 3.0.0, with proper fix for ncurses[tinfo]

Closes: https://bugs.gentoo.org/673942
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-shells/fish/fish-3.0.0-r1.ebuild | 73 
 1 file changed, 73 insertions(+)

diff --git a/app-shells/fish/fish-3.0.0-r1.ebuild 
b/app-shells/fish/fish-3.0.0-r1.ebuild
new file mode 100644
index 000..e9917b07a6c
--- /dev/null
+++ b/app-shells/fish/fish-3.0.0-r1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils readme.gentoo-r1
+
+DESCRIPTION="Friendly Interactive SHell"
+HOMEPAGE="http://fishshell.com/;
+
+MY_PV="${PV/_beta/b}"
+MY_P="${PN}-${MY_PV}"
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git;
+else
+   
SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="doc nls test"
+
+RDEPEND="
+   >=dev-libs/libpcre2-10.21[pcre32]
+   sys-devel/bc
+   sys-libs/ncurses:0=[unicode]
+"
+
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+   nls? ( sys-devel/gettext )
+   test? ( dev-tcltk/expect )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   # workaround for https://github.com/fish-shell/fish-shell/issues/4883
+   sed -i 
's#${TEST_INSTALL_DIR}/${CMAKE_INSTALL_PREFIX}#${TEST_INSTALL_DIR}#' \
+   cmake/Tests.cmake || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin"
+   -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
+   -DCURSES_NEED_NCURSES=ON
+   -DINTERNAL_WCWIDTH=OFF
+   -DBUILD_DOCS="$(usex doc)"
+   -DWITH_GETTEXT="$(usex nls)"
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   keepdir /usr/share/fish/vendor_{completions,conf,functions}.d
+   readme.gentoo_create_doc
+}
+
+src_test() {
+   cmake-utils_src_make -j1 test
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



[gentoo-commits] repo/gentoo:master commit in: app-shells/fish/

2018-12-29 Thread Georgy Yakovlev
commit: d0f52efde0e125b5fa967973d59f961ee54f4dd3
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Dec 29 23:40:59 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Dec 29 23:40:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f52efd

app-shells/fish: drop old

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

 app-shells/fish/fish-3.0.0.ebuild | 76 ---
 1 file changed, 76 deletions(-)

diff --git a/app-shells/fish/fish-3.0.0.ebuild 
b/app-shells/fish/fish-3.0.0.ebuild
deleted file mode 100644
index 9e9fc097f98..000
--- a/app-shells/fish/fish-3.0.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils readme.gentoo-r1
-
-DESCRIPTION="Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.com/;
-
-MY_PV="${PV/_beta/b}"
-MY_P="${PN}-${MY_PV}"
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git;
-else
-   
SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="doc nls test"
-
-RDEPEND="
-   >=dev-libs/libpcre2-10.21[pcre32]
-   sys-devel/bc
-   sys-libs/ncurses:0=
-"
-
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   nls? ( sys-devel/gettext )
-   test? ( dev-tcltk/expect )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   # workaround for https://github.com/fish-shell/fish-shell/issues/4883
-   sed -i 
's#${TEST_INSTALL_DIR}/${CMAKE_INSTALL_PREFIX}#${TEST_INSTALL_DIR}#' \
-   cmake/Tests.cmake || die
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin"
-   -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
-   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
-   -DINTERNAL_WCWIDTH=OFF
-   -DBUILD_DOCS="$(usex doc)"
-   -DWITH_GETTEXT="$(usex nls)"
-   )
-   # HACK: https://bugs.gentoo.org/673942
-   if has_version -d 'sys-libs/ncurses:0[tinfo]'; then
-   mycmakeargs+=( -DCURSES_EXTRA_LIBRARY=tinfo )
-   fi
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   keepdir /usr/share/fish/vendor_{completions,conf,functions}.d
-   readme.gentoo_create_doc
-}
-
-src_test() {
-   cmake-utils_src_make -j1 test
-}
-
-pkg_postinst() {
-   readme.gentoo_print_elog
-}



[gentoo-commits] repo/gentoo:master commit in: app-shells/fish/

2018-12-29 Thread Georgy Yakovlev
commit: 47b77ee08e64fc2286b327841e80e4ae0d6125b3
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Dec 29 23:43:12 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Dec 29 23:43:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b77ee0

app-shells/fish: update live ebuild

fix ncurses[tinfo]
drop bc dep
require pcre2-10.32

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

 app-shells/fish/fish-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-shells/fish/fish-.ebuild b/app-shells/fish/fish-.ebuild
index cc6e0bba617..3e54844e456 100644
--- a/app-shells/fish/fish-.ebuild
+++ b/app-shells/fish/fish-.ebuild
@@ -25,9 +25,8 @@ SLOT="0"
 IUSE="doc nls test"
 
 RDEPEND="
-   >=dev-libs/libpcre2-10.21[pcre32]
-   sys-devel/bc
-   sys-libs/ncurses:0=
+   >=dev-libs/libpcre2-10.32[pcre32]
+   sys-libs/ncurses:0=[unicode]
 "
 
 DEPEND="${RDEPEND}
@@ -50,6 +49,7 @@ src_configure() {
-DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin"
-DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
+   -DCURSES_NEED_NCURSES=ON
-DINTERNAL_WCWIDTH=OFF
-DBUILD_DOCS="$(usex doc)"
-DWITH_GETTEXT="$(usex nls)"



[gentoo-commits] proj/musl:master commit in: net-analyzer/wireshark/files/, net-analyzer/wireshark/

2018-12-29 Thread Anthony G. Basile
commit: 5307d10e7404a0d3b7d6ad4a02d4e8023ee39bc1
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 29 23:21:52 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 23:21:52 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5307d10e

net-analyzer/wireshark: in tree version works

Signed-off-by: Anthony G. Basile  gentoo.org>

 net-analyzer/wireshark/Manifest|   1 -
 .../files/wireshark-1.99.8-qtchooser.patch |  10 -
 .../files/wireshark-2.1.0-sse4_2-r1.patch  |  21 --
 .../files/wireshark-2.4-androiddump.patch  |  27 --
 .../wireshark/files/wireshark-2.4.3-libsmi.patch   | 233 
 .../files/wireshark--androiddump.patch |  10 -
 .../files/wireshark-includes-fix-musl.patch|  15 --
 net-analyzer/wireshark/metadata.xml|  62 -
 net-analyzer/wireshark/wireshark-2.4.5.ebuild  | 292 -
 9 files changed, 671 deletions(-)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
deleted file mode 100644
index 79e10ce..000
--- a/net-analyzer/wireshark/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wireshark-2.4.5.tar.xz 28836740 BLAKE2B 
797540daca259a2d5d7dc6e637f2b504b6d14191af4040e6b344c95db6c776b7de80c25c59c98ab84d0337cc96c7313b42c13103a3c3944768a793130deae258
 SHA512 
2f2c201d6b8a37dcbe03bc9affbf97d632d8e40e4fe5b3a3e79cbd5cfbeb5b9111919850546ccae355fcb042def3456438eb1c4d73f7d56d373e7898311b42f3

diff --git a/net-analyzer/wireshark/files/wireshark-1.99.8-qtchooser.patch 
b/net-analyzer/wireshark/files/wireshark-1.99.8-qtchooser.patch
deleted file mode 100644
index 4745951..000
--- a/net-analyzer/wireshark/files/wireshark-1.99.8-qtchooser.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/acinclude.m4
-+++ b/acinclude.m4
-@@ -2149,7 +2149,6 @@
-   # -qt={version} argument, otherwise we look for particular
-   # tool versions using tool name suffixes.
-   #
--  AC_PATH_PROG(QTCHOOSER, qtchooser)
-   if test ! -z "$QTCHOOSER"; then
-   #
-   # We found qtchooser; we assume that means that

diff --git a/net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2-r1.patch 
b/net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2-r1.patch
deleted file mode 100644
index 8efe5af..000
--- a/net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2-r1.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -818,6 +818,7 @@
- AC_SUBST(PIE_CFLAGS)
- AC_SUBST(PIE_LDFLAGS)
- 
-+AC_ARG_ENABLE(sse4_2,[  --enable-sse4_2 Support SSE4.2 (Streaming 
SIMD Extensions 4.2) instructions],[
- WS_CFLAGS_saved="$WS_CFLAGS"
- AC_WIRESHARK_COMPILER_FLAGS_CHECK(-msse4.2, C)
- if test "x$can_add_to_cflags" = "xyes"
-@@ -844,6 +845,10 @@
-   ac_sse4_2_flag=-xarch=sse4_2
-   fi
- fi
-+],[
-+AC_MSG_RESULT(no)
-+])
-+
- WS_CFLAGS="$WS_CFLAGS_saved"
- 
- if test "x$ac_sse4_2_flag" != x; then

diff --git a/net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch 
b/net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch
deleted file mode 100644
index e67ab21..000
--- a/net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch
+++ /dev/null
@@ -1,27 +0,0 @@
 a/extcap/androiddump.c
-+++ b/extcap/androiddump.c
-@@ -363,13 +363,13 @@
- pcap = pcap_open_dead_with_tstamp_precision(encap_ext, PACKET_LENGTH, 
PCAP_TSTAMP_PRECISION_NANO);
- extcap_dumper.dumper.pcap = pcap_dump_open(pcap, fifo);
- if (!extcap_dumper.dumper.pcap) {
--g_warning("Can't open %s for saving packets: %s", pcap_geterr(pcap));
-+g_warning("Can't open %s for saving packets: %s", fifo, 
pcap_geterr(pcap));
- pcap_close(pcap);
- exit(EXIT_CODE_CANNOT_SAVE_LIBPCAP_DUMP);
- }
- extcap_dumper.encap = encap;
- if (pcap_dump_flush(extcap_dumper.dumper.pcap) == -1) {
--g_warning("Write to %s failed: %s", g_strerror(errno));
-+g_warning("Write to %s failed: %s", fifo, g_strerror(errno));
- }
- #else
- int err = 0;
-@@ -416,7 +416,7 @@
- 
- pcap_dump((u_char *) extcap_dumper.dumper.pcap, _header, buffer);
- if (pcap_dump_flush(extcap_dumper.dumper.pcap) == -1) {
--g_warning("Write to %s failed: %s", g_strerror(errno));
-+g_warning("Write to %s failed: %s", fifo, g_strerror(errno));
- }
- #else
- int err = 0;

diff --git a/net-analyzer/wireshark/files/wireshark-2.4.3-libsmi.patch 
b/net-analyzer/wireshark/files/wireshark-2.4.3-libsmi.patch
deleted file mode 100644
index 288efb7..000
--- a/net-analyzer/wireshark/files/wireshark-2.4.3-libsmi.patch
+++ /dev/null
@@ -1,233 +0,0 @@
-From 72c2e53981a204d746737d8c01c4ad3738cd4880 Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Jo=C3=A3o=20Valverde?= 
-Date: Sun, 5 Nov 2017 12:05:43 +
-Subject: [PATCH 1/1] autotools: Use pkg-config to configure Libsmi
-MIME-Version: 1.0
-Content-Type: text/plain; charset=utf8

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

2018-12-29 Thread Anthony G. Basile
commit: 78c23b439d8904e3a3aad2418fff246956de87a3
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 29 23:18:47 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 23:18:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c23b43

www-apps/wordpress: version bump to 5.0.2

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

 www-apps/wordpress/Manifest   |  1 +
 www-apps/wordpress/wordpress-5.0.2.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index e99fee509fa..a7041758ebe 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1,3 +1,4 @@
 DIST wordpress-4.9.6.tar.gz 8740389 BLAKE2B 
827f4cf4e1c664ee04588e189bb744b10ab0abbee0434d64c2ed65cb0ec289869b26f5ef6ae067a67f308e8f3a5b139c2d905897c0ed5be40eb2166ec3939a61
 SHA512 
93b5c6373968925f4773b79990ee73508c4994dc5ef4387c8d88dc7d39ae3688d4e066887870731e0b4e1d84a1c027cdc62239b3e042c133eb32a03229d48335
 DIST wordpress-4.9.7.tar.gz 8742203 BLAKE2B 
3cb3a5379e96bffa11efcb4c51f948332179334f50ee49860618c7ec7cc485af8dd497c9566bc6dbd4a7a3c8c0f38cd333f2b90c57fef1604af946113cd96564
 SHA512 
0a9a132d48081ef253122bd207dbf859babfd021ef3db90d486c92cde03727a74c5170a9faf80d46e8899472a703cfe91b24c04c1ea21f261dbd156bd691ad12
 DIST wordpress-4.9.8.tar.gz 8743850 BLAKE2B 
6a0a93857e70d70ae144114a071859ccad2aea598cffba67aef24549c200e02198ac962c8a611f8f02ad67ed4d0aec9ef846795bd2fdb88264a6d30aa8ea8c79
 SHA512 
052b4436d8b5e5970ff6827b9f08f7f321301d187a9655e82ee1358f0012cc84a007f4ae04fecc4aaeb10a9e7eb9de7bc6643e6f0db57bb5983e7647e4230c41
+DIST wordpress-5.0.2.tar.gz 10512407 BLAKE2B 
422ebc20071ec0c908eda5ba2b7505dab763b39e8799c3b823dce9a2c3217624149dbe66c457ddaa4631156287ef9fff78d10266d6b4df0b6d484db55f1f
 SHA512 
38ce459a208f14e54d2010f83a14de595a2aa70099c474da064010ea9a66b9c890758145a5fc987750369b5473fd74a677d9da96b23f924b326011efeb15b668

diff --git a/www-apps/wordpress/wordpress-5.0.2.ebuild 
b/www-apps/wordpress/wordpress-5.0.2.ebuild
new file mode 100644
index 000..aeb8f18753a
--- /dev/null
+++ b/www-apps/wordpress/wordpress-5.0.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
+HOMEPAGE="https://wordpress.org/;
+SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz;
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="virtual/httpd-php
+   || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
+
+S=${WORKDIR}/${PN}
+
+need_httpd_cgi
+
+IUSE="+akismet examples +themes vhosts"
+
+src_install() {
+   webapp_src_preinst
+
+   dodoc readme.html
+   rm readme.html license.txt || die
+
+   if ! use akismet ; then
+   rm -R wp-content/plugins/akismet/ || die
+   fi
+   if ! use examples ; then
+   rm wp-content/plugins/hello.php || die
+   fi
+   if ! use themes ; then
+   rm -R wp-content/themes/*/ || die
+   fi
+
+   [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_serverowned "${MY_HTDOCSDIR}"/index.php
+   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
+   webapp_serverowned "${MY_HTDOCSDIR}"
+
+   webapp_configfile  "${MY_HTDOCSDIR}"/wp-config.php
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+   webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
+
+   webapp_src_install
+}



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

2018-12-29 Thread Mike Pagano
commit: 94da88a92fbb7d706f107f5372d225b6db238281
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Dec 29 22:56:16 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Dec 29 22:56:16 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=94da88a9

proj/linux-patches: Select PID_NS to support FEATURES=pid-sandbox

For portage: >=sys-apps/portage-2.3.53
See bug #673896

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

 4567_distro-Gentoo-Kconfig.patch | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index b8a..cf6d3e8 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -7,9 +7,9 @@
 +source "distro/Kconfig"
 +
  source "arch/$SRCARCH/Kconfig"
 /dev/null  2017-03-02 01:55:04.096566155 -0500
-+++ b/distro/Kconfig   2017-03-02 11:12:05.049448255 -0500
-@@ -0,0 +1,145 @@
+--- /dev/null  2018-12-29 10:35:01.760002288 -0500
 b/distro/Kconfig   2018-12-29 17:55:02.604248039 -0500
+@@ -0,0 +1,147 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -64,6 +64,7 @@
 +  select NAMESPACES
 +  select IPC_NS
 +  select NET_NS
++  select PID_NS
 +  select SYSVIPC
 +
 +  help
@@ -73,6 +74,7 @@
 +  CGROUPS (required for FEATURES=cgroup)
 +  IPC_NS  (required for FEATURES=ipc-sandbox)
 +  NET_NS  (required for FEATURES=network-sandbox)
++  PID_NS  (required for FEATURES=pid-sandbox)
 +  SYSVIPC (required by IPC_NS)
 +   
 +



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

2018-12-29 Thread Mike Pagano
commit: bd2782503f5728998ce842c6c4bd3d3cf35f4b6f
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Dec 29 22:52:13 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Dec 29 22:52:13 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=bd278250

proj/linux-patches: Select PID_NS to support FEATURES=pid-sandbox

For portage: >=sys-apps/portage-2.3.53
See bug #673896

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

 4567_distro-Gentoo-Kconfig.patch | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index b8a..7d27505 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -7,9 +7,9 @@
 +source "distro/Kconfig"
 +
  source "arch/$SRCARCH/Kconfig"
 /dev/null  2017-03-02 01:55:04.096566155 -0500
-+++ b/distro/Kconfig   2017-03-02 11:12:05.049448255 -0500
-@@ -0,0 +1,145 @@
+--- /dev/null  2018-12-29 10:35:01.760002288 -0500
 b/disto/Kconfig2018-12-29 17:51:13.992943745 -0500
+@@ -0,0 +1,147 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -64,6 +64,7 @@
 +  select NAMESPACES
 +  select IPC_NS
 +  select NET_NS
++  select PID_NS
 +  select SYSVIPC
 +
 +  help
@@ -73,6 +74,7 @@
 +  CGROUPS (required for FEATURES=cgroup)
 +  IPC_NS  (required for FEATURES=ipc-sandbox)
 +  NET_NS  (required for FEATURES=network-sandbox)
++  PID_NS  (required for FEATURES=pid-sandbox)
 +  SYSVIPC (required by IPC_NS)
 +   
 +



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

2018-12-29 Thread Mike Pagano
commit: 75171c575a52c5ce5c3d232b54f6ed2ad1d36c4b
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Dec 29 22:47:25 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Dec 29 22:47:25 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=75171c57

proj/linux-patches: Select PID_NS to support FEATURES=pid-sandbox

For portage: >=sys-apps/portage-2.3.53
See bug #673896

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

 4567_distro-Gentoo-Kconfig.patch | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index b8a..bc50e38 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -7,9 +7,9 @@
 +source "distro/Kconfig"
 +
  source "arch/$SRCARCH/Kconfig"
 /dev/null  2017-03-02 01:55:04.096566155 -0500
-+++ b/distro/Kconfig   2017-03-02 11:12:05.049448255 -0500
-@@ -0,0 +1,145 @@
+--- /dev/null  2018-12-29 10:35:01.760002288 -0500
 b/distro/Kconfig   2018-12-29 17:46:08.801227847 -0500
+@@ -0,0 +1,147 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -64,6 +64,7 @@
 +  select NAMESPACES
 +  select IPC_NS
 +  select NET_NS
++  select PID_NS
 +  select SYSVIPC
 +
 +  help
@@ -73,6 +74,7 @@
 +  CGROUPS (required for FEATURES=cgroup)
 +  IPC_NS  (required for FEATURES=ipc-sandbox)
 +  NET_NS  (required for FEATURES=network-sandbox)
++  PID_NS  (required for FEATURES=pid-sandbox)
 +  SYSVIPC (required by IPC_NS)
 +   
 +



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

2018-12-29 Thread Mike Pagano
commit: 2e00272db15d3c2ae43a7fa43b468c0c88d71ddf
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Dec 29 22:35:49 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Dec 29 22:36:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e00272d

sys-kernel/gentoo-sources: Linux patch 4.14.91

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.14.91.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 2003b0685c2..83190465c6c 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -13,6 +13,9 @@ DIST genpatches-4.14-96.extras.tar.xz 17500 BLAKE2B 
7c4b72b0605759a46c019fc34b30
 DIST genpatches-4.14-97.base.tar.xz 2310148 BLAKE2B 
8d2156329ce66d22b1d124d8f89b3167d5ab176e9acd3e512cd0b8296917c05147d53d4d21cf72431dd859e8a03c360ea76a0cb257a2120f3383120ebb5b1ca9
 SHA512 
bde54529069614a9ab9751a6557dae523f91bef4860b121aae33fa4e057590a2b85d5416e22bda8dbf0741e494992c3a202a036225466f1a6e87e61d59794bb2
 DIST genpatches-4.14-97.experimental.tar.xz 5220 BLAKE2B 
89defe339f05968c6faa5c98a5f3ee4a9bd10a68a1622d5f0f10f6a0a79e46466d13447a783056da62ebb1db0d2c336a7f800f24fe1c5ea18297b715ef99b1d2
 SHA512 
d709a4740d9ba4b01b5092e865d19fe6b13c4f0963115c10501c4b3ae04d536d931e7e9d033521f1fdaf4dc224f12e8d9e50f3d45673fc95f222d43dd02749f7
 DIST genpatches-4.14-97.extras.tar.xz 17472 BLAKE2B 
39f82957640999cd498a0d401cd4448abaacce975d5f9472dd5abec860966670a1a21ad398bd70b7e68d83de7a6aae43f8dca3544a48d2a6358ad1dadec2ddb1
 SHA512 
1671f978bc9690df152ce1de4d4f56da00e6fa884680ecc99bc08928f0bbeea02e94733858ed227adbffb410a57fed6cc90e49e6a15b531d2faebc7304e5722d
+DIST genpatches-4.14-98.base.tar.xz 2318560 BLAKE2B 
5817ca60c366cafb2eb787a6c96d72592d01957d47c68339271300f5553b44ce777b2bb633cab018a12b1264e230a961fefb74a1e717732d1cb3872129edfd58
 SHA512 
caa8e6e85af50009d3b278179c127a42db9d3cd77bf043b7d2cc79ee5d96330b919672ea4a0f6d1e7081be08876ff303c9e0583d9707861d6665349b6135cc31
+DIST genpatches-4.14-98.experimental.tar.xz 5216 BLAKE2B 
5a8e51ac605688deeb7d119315cad7489409803c3fc9175fa33e1e8382aebc53c4763dd354449d975e26993fb8e9a180f9605182e8d5133d7f83f14d1e3781a1
 SHA512 
c74aaf00ad6557d6d9dda219b2ed464154e24776aea2c337f675f1c1b1242453db3f2ebdbd975f80371f0715782336940f770ff4e9ed0043c2244d4ee08c68ec
+DIST genpatches-4.14-98.extras.tar.xz 17480 BLAKE2B 
eb44b4d5b8b63ddae6874ff6353a6578b5a8866f83bdcb2c22d217423a2a4996ca67fafa3770cae465f8f1c301fefb1941c38f1d532c271b42536e6b994f93a9
 SHA512 
0df6b8ad1d3c739780ed02d95ecb413bbd4708833ffcd749b19a999a7084f8cb5d35af5fb01bc6de80da84d4b5808b994c8276e1152664acc7843492cb8f45e7
 DIST genpatches-4.19-10.base.tar.xz 350996 BLAKE2B 
bf1dccbfad400faaf631c2c07fd95423fb8b568f7b597b01cf6614d219bf764551aa67e214c4dc0ac9ceeb7951e1a751a026cabe08ad8a097c6ceb36dd11def3
 SHA512 
f3123df60570cf46b844fea5cf175eeb8f7f3d068d180ad2c8db818c7534bc48d055ce7faa4fa6fe5ef368831f55b3c35b4bc7b25278ec9796cdf34963f64440
 DIST genpatches-4.19-10.experimental.tar.xz 5220 BLAKE2B 
7ec9624b200a32e8d2d95f8a71b174d34a1e1f4e249146a9535f02d65723b862d6d4acac0875498219a734da25bd57b6ea08847089c4362964f73f2ed29bf2e0
 SHA512 
a842396de5ebe2782b0a1a78ba61b3547a10e6e73cc46b799b245a67a7b716e931e43a777dba65a20274960173e582ddc070225f635ac9507fb4bb740d93719d
 DIST genpatches-4.19-10.extras.tar.xz 17476 BLAKE2B 
b721af1edf01fe8978adba133bd126b2daa2c212b4658d0faf62b99e76ef994deed5a9bcc3c2a417ad689b7f685f9e373a5e8b548851e9680f50031731a1b58f
 SHA512 
4f43cae26c95b14fc3ccbb0a469455c207ca37d86b7ce920396ee0f24d602727a99407d138bd89cabae49003991c7ee7e9b768b07c01ebb19d3ed0363c4bb413

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.91.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.91.ebuild
new file mode 100644
index 000..fa47a142ef9
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.91.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="98"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2018-12-29 Thread Andreas Sturmlechner
commit: 774ab13b6fe0ff1bf25afa7553b97e2a6e599865
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 29 22:34:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 29 22:34:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774ab13b

media-libs/libextractor: Fix build against app-text/tidy-html5

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

 media-libs/libextractor/libextractor-1.8-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/media-libs/libextractor/libextractor-1.8-r1.ebuild 
b/media-libs/libextractor/libextractor-1.8-r1.ebuild
index 45171230791..d63f5cb7945 100644
--- a/media-libs/libextractor/libextractor-1.8-r1.ebuild
+++ b/media-libs/libextractor/libextractor-1.8-r1.ebuild
@@ -66,8 +66,6 @@ src_prepare() {
# m4/ax_create_pkgconfig_info.m4 is passing environment LDFLAGS to Libs:
sed -i \
-e '/^ax_create_pkgconfig_ldflags=/s:$LDFLAGS ::' \
-   -e 's:tidy/tidy.h:tidy.h:' \
-   -e 's:tidy/tidybuffio.h:buffio.h:' \
configure src/plugins/html_extractor.c || die
 
if ! use tidy; then



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

2018-12-29 Thread Andreas K. Hüttel
commit: ef46c8f88fadaa8dc55295e9cc748fc574eeba03
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Dec 29 22:12:53 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Dec 29 22:13:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef46c8f8

sys-libs/glibc: Remove old

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

 sys-libs/glibc/Manifest |1 -
 sys-libs/glibc/glibc-2.28-r3.ebuild | 1411 ---
 2 files changed, 1412 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index e1284284791..69b5d1d0d38 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -16,7 +16,6 @@ DIST glibc-2.26-patches-7.tar.bz2 413976 BLAKE2B 
18263201cf33abf911eb7b802ed539b
 DIST glibc-2.26.tar.xz 14682748 BLAKE2B 
c1c9dbec110dd4e25b2f463a96d8afc43b8e3ebfe3c958107032beaa879710252be3bc4122bb62166408725d43785f233544df6159d29cce0fc5b2c08f45adbe
 SHA512 
6ed368523bc55f00976f96c5177f114e3f714b27273d7bffc252812c8b98fb81970403c1f5b5f0a61da678811532fb446530745492d2b49bfefc0d5bd71ce8c0
 DIST glibc-2.27-patches-3.tar.bz2 166511 BLAKE2B 
1dc54bef6e82112935c7411f7a5cd07c1edb24c3edaa1e0243b846b3832a40af1ba3a7b77aef04c54a173388156b464ea442fa8310a02e6f44e2ed5b78994286
 SHA512 
12496e9b0c60630dbec4c2febdd6d20df1f3d7a2c243cc55b595202b27f682b9208e16cd8c387687c0cc9e18b36c3caeef8d1b1148eb3ee8081431997270db5e
 DIST glibc-2.27.tar.xz 15395316 BLAKE2B 
ea206d304c8c9aa86d69db981a14bea008602cea06a6c151c4971a8df059949ffe5632b42a67ab0ffcd7c4d7ce1ec02ac48815dac4dade1c4dd41eaee8a6ed33
 SHA512 
7c5581154487d38d173ce1feb944e60207139cca148bccf066eaae322c0c2d219423bdcfa15c7f9be1b5e45dfc43c641cc5d80d3c3c65837d08a83cdb4e2a147
-DIST glibc-2.28-patches-5.tar.xz 76472 BLAKE2B 
bc3457e606ab7be2eca71c949b70f89d08418e6e2d061491dfcac3b8f962ca142f48bf0f789e025a6280f030d7bf74e3421676b08d97fc571d6e0f4e660d2758
 SHA512 
1639e435728a9970e4eaa79eb0a00502acecf7060d3bf70ef6bb6256ec20c23b4be6ba500a8ab97547e1af9e3df9228f7b70bb65ea1755b61c7884defa6c3535
 DIST glibc-2.28-patches-6.tar.xz 89724 BLAKE2B 
f846534dc912f11ed9b22badfd28ef0402451654390756d2f6332f52ce7c2d3491ed90bbdf2553d7bb38caea6373ad2d3c19e4a1f31f3669948f4e2cbaeb1577
 SHA512 
f687febde875bb8adb7a61408caea3db99bbbda703eb3486c7d5c09540515e657eda406bf14686498e2c093355c72395502a343201e02cfc97adf6483d8e7455
 DIST glibc-2.28.tar.xz 16484344 BLAKE2B 
9aa8cbd5a145c2a6fde3a60b3d0a14b12b46ed79333ad1ca3e73464adcfe700277a17a9e7fd0ca36e355a0c5b0b27decfa091da320ba802741ad75cc955bbcc8
 SHA512 
521f820953ff07c69ece4c2186f59fc061a7f9747932cd70ef2995c2b2deee76eeb6de700d85071cdca5949179aa8ccee75eda7feca1394121ec7b821ad0a3f3
 DIST glibc--patches-10.tar.xz 17544 BLAKE2B 
1cd4fa14b2168e371c769c06a29f36d6dbd3beccb796788470b63282cb8e5c3c497e4eb3800e4bc86c07d3b82935d71dc96dc3155178d52b68873ea38a271a70
 SHA512 
bbd376ad87fb71de7a6a4eb28030aa1550f7cca57e521d2a326cab63a66e2dc784b93319190f8bb1b24b335acc604d0523c3ea8335a4424373796ebeb79f273b

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

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

2018-12-29 Thread Andreas Sturmlechner
commit: 47eba01d3895bd74c7fffc56025c32827c817af2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 29 21:54:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 29 22:02:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47eba01d

media-gfx/ufraw: Fix build with exiv2-0.27

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

 media-gfx/ufraw/files/ufraw-0.22-exiv2-0.27.patch | 25 +++
 media-gfx/ufraw/ufraw-0.22-r2.ebuild  |  3 ++-
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/media-gfx/ufraw/files/ufraw-0.22-exiv2-0.27.patch 
b/media-gfx/ufraw/files/ufraw-0.22-exiv2-0.27.patch
new file mode 100644
index 000..b5b4140fff8
--- /dev/null
+++ b/media-gfx/ufraw/files/ufraw-0.22-exiv2-0.27.patch
@@ -0,0 +1,25 @@
+--- a/ufraw_exiv2.cc   2015-06-16 05:58:38.0 +0200
 b/ufraw_exiv2.cc   2018-12-29 22:51:23.291894430 +0100
+@@ -15,9 +15,7 @@
+ #include "ufraw.h"
+ 
+ #ifdef HAVE_EXIV2
+-#include 
+-#include 
+-#include 
++#include 
+ #include 
+ #include 
+ 
+@@ -67,7 +65,11 @@
+ if (exifData.empty()) {
+ std::string error(uf->filename);
+ error += ": No Exif data found in the file";
++#if EXIV2_TEST_VERSION(0,27,0)
++throw Exiv2::Error(Exiv2::kerErrorMessage, error);
++#else
+ throw Exiv2::Error(1, error);
++#endif
+ }
+ 
+ /* List of tag names taken from exiv2's printSummary() in actions.cpp 
*/

diff --git a/media-gfx/ufraw/ufraw-0.22-r2.ebuild 
b/media-gfx/ufraw/ufraw-0.22-r2.ebuild
index 53994be42a8..9bbc7e77121 100644
--- a/media-gfx/ufraw/ufraw-0.22-r2.ebuild
+++ b/media-gfx/ufraw/ufraw-0.22-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -44,6 +44,7 @@ PATCHES=(
"${FILESDIR}"/${P}-drop_superfluous_abs.patch
"${FILESDIR}"/${P}-fix-unsigned-char.patch
"${FILESDIR}"/${P}-jpeg9.patch
+   "${FILESDIR}"/${P}-exiv2-0.27.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: media-libs/libextractor/, media-libs/libextractor/files/

2018-12-29 Thread Andreas Sturmlechner
commit: 10ca5198d87e67194880e4421dc4a3d348211008
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 29 20:21:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 29 22:02:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ca5198

media-libs/libextractor: Fix CVE-2018-20430, CVE-2018-20431

Bug: https://bugs.gentoo.org/673742
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/libextractor-1.8-CVE-2018-20430.patch|  49 +
 .../files/libextractor-1.8-CVE-2018-20431.patch|  39 +++
 media-libs/libextractor/libextractor-1.8-r1.ebuild | 117 +
 3 files changed, 205 insertions(+)

diff --git 
a/media-libs/libextractor/files/libextractor-1.8-CVE-2018-20430.patch 
b/media-libs/libextractor/files/libextractor-1.8-CVE-2018-20430.patch
new file mode 100644
index 000..d0b5968606b
--- /dev/null
+++ b/media-libs/libextractor/files/libextractor-1.8-CVE-2018-20430.patch
@@ -0,0 +1,49 @@
+From b405d707b36e0654900cba78e89f49779efea110 Mon Sep 17 00:00:00 2001
+From: Christian Grothoff 
+Date: Thu, 20 Dec 2018 22:47:53 +0100
+Subject: fix #5493 (out of bounds read)
+
+---
+ src/common/convert.c | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/src/common/convert.c b/src/common/convert.c
+index c0edf21..2be2108 100644
+--- a/src/common/convert.c
 b/src/common/convert.c
+@@ -36,8 +36,8 @@
+  *  string is returned.
+  */
+ char *
+-EXTRACTOR_common_convert_to_utf8 (const char *input, 
+-size_t len, 
++EXTRACTOR_common_convert_to_utf8 (const char *input,
++size_t len,
+ const char *charset)
+ {
+ #if HAVE_ICONV
+@@ -52,7 +52,7 @@ EXTRACTOR_common_convert_to_utf8 (const char *input,
+   i = input;
+   cd = iconv_open ("UTF-8", charset);
+   if (cd == (iconv_t) - 1)
+-return strdup (i);
++return strndup (i, len);
+   if (len > 1024 * 1024)
+ {
+   iconv_close (cd);
+@@ -67,11 +67,11 @@ EXTRACTOR_common_convert_to_utf8 (const char *input,
+ }
+   itmp = tmp;
+   finSize = tmpSize;
+-  if (iconv (cd, (char **) , , , ) == SIZE_MAX)
++  if (iconv (cd, (char **) , , , ) == ((size_t) -1))
+ {
+   iconv_close (cd);
+   free (tmp);
+-  return strdup (i);
++  return strndup (i, len);
+ }
+   ret = malloc (tmpSize - finSize + 1);
+   if (ret == NULL)
+-- 
+cgit v1.1

diff --git 
a/media-libs/libextractor/files/libextractor-1.8-CVE-2018-20431.patch 
b/media-libs/libextractor/files/libextractor-1.8-CVE-2018-20431.patch
new file mode 100644
index 000..2cd0448ba89
--- /dev/null
+++ b/media-libs/libextractor/files/libextractor-1.8-CVE-2018-20431.patch
@@ -0,0 +1,39 @@
+From 489c4a540bb2c4744471441425b8932b97a153e7 Mon Sep 17 00:00:00 2001
+From: Christian Grothoff 
+Date: Thu, 20 Dec 2018 23:02:28 +0100
+Subject: fix #5494
+
+---
+ ChangeLog| 3 ++-
+ src/plugins/ole2_extractor.c | 9 +++--
+ 2 files changed, 9 insertions(+), 3 deletions(-)
+
+diff --git a/src/plugins/ole2_extractor.c b/src/plugins/ole2_extractor.c
+index 53fa1b9..a48b726 100644
+--- a/src/plugins/ole2_extractor.c
 b/src/plugins/ole2_extractor.c
+@@ -173,7 +173,7 @@ struct ProcContext
+   EXTRACTOR_MetaDataProcessor proc;
+ 
+   /**
+-   * Closure for 'proc'.
++   * Closure for @e proc.
+*/
+   void *proc_cls;
+ 
+@@ -213,7 +213,12 @@ process_metadata (gpointer key,
+ 
+   if (G_VALUE_TYPE(gval) == G_TYPE_STRING)
+ {
+-  contents = strdup (g_value_get_string (gval));
++  const char *gvals;
++
++  gvals = g_value_get_string (gval);
++  if (NULL == gvals)
++return;
++  contents = strdup (gvals);
+ }
+   else
+ {
+-- 
+cgit v1.1

diff --git a/media-libs/libextractor/libextractor-1.8-r1.ebuild 
b/media-libs/libextractor/libextractor-1.8-r1.ebuild
new file mode 100644
index 000..45171230791
--- /dev/null
+++ b/media-libs/libextractor/libextractor-1.8-r1.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Library to extract metadata from files of arbitrary type"
+HOMEPAGE="https://www.gnu.org/software/libextractor/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="apparmor +archive +bzip2 ffmpeg flac gif gsf gstreamer gtk jpeg +magic 
midi mp4 mpeg tidy tiff vorbis +zlib" # test
+
+RESTRICT="test"
+
+DEPEND="
+   app-text/iso-codes
+   dev-libs/glib:2
+   

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

2018-12-29 Thread Andreas Sturmlechner
commit: 2ab36b4e15ab63e64b0a4b20f5117455e84e58af
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 29 21:40:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 29 22:02:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab36b4e

media-gfx/photoqt: Fix USE exif

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

 media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch | 13 +
 media-gfx/photoqt/photoqt-1.7.1.ebuild|  2 ++
 2 files changed, 15 insertions(+)

diff --git a/media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch 
b/media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch
new file mode 100644
index 000..5dfacf435a0
--- /dev/null
+++ b/media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch
@@ -0,0 +1,13 @@
+--- a/CMake/FindExiv2.cmake2018-06-03 05:21:04.143148857 +0200
 b/CMake/FindExiv2.cmake2018-12-29 22:35:40.770393025 +0100
+@@ -13,8 +13,8 @@
+ "${EXIV2_LOCATION}"
+ "${EXIV2_LOCATION}/include"
+ /usr/include
+-/usr/include/Exiv2
+-/opt/local/include/Exiv2
++/usr/include/exiv2
++/opt/local/include/exiv2
+ )
+ 
+ IF(EXIV2_INCLUDE_DIR)

diff --git a/media-gfx/photoqt/photoqt-1.7.1.ebuild 
b/media-gfx/photoqt/photoqt-1.7.1.ebuild
index b37af5d4f16..a865dab8014 100644
--- a/media-gfx/photoqt/photoqt-1.7.1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.7.1.ebuild
@@ -41,6 +41,8 @@ DEPEND="${RDEPEND}
kde-frameworks/extra-cmake-modules:5
 "
 
+PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
+
 src_configure() {
local mycmakeargs=(
-DDEVIL=$(usex devil)



[gentoo-commits] repo/gentoo:master commit in: kde-misc/latte-dock/

2018-12-29 Thread Andreas Sturmlechner
commit: 363481907e9757ef7221078452c27550f5589cd1
Author: Petros Siligkounas  gmail  com>
AuthorDate: Sat Dec 29 19:50:03 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 29 22:02:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36348190

kde-misc/latte-dock: version bump to 0.8.4

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Petros Siligkounas  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10709
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/latte-dock/Manifest|  1 +
 kde-misc/latte-dock/latte-dock-0.8.4.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/kde-misc/latte-dock/Manifest b/kde-misc/latte-dock/Manifest
index 9b24500399d..21956a255dc 100644
--- a/kde-misc/latte-dock/Manifest
+++ b/kde-misc/latte-dock/Manifest
@@ -1,2 +1,3 @@
 DIST latte-dock-0.8.2.tar.xz 654976 BLAKE2B 
c2078821ff0a3c431fe3563f8a68d1ccbd1d74694c883d3da923a28922e00e51378b48b2bcf5348e0bbf3c5c4a5224ebc06fb2c8dacfdf7418b601ef108fb683
 SHA512 
342bb68c371eb4d5a4587888c1d273cd47521e1ab3584449a76fd046fb0e3203bc0f36a9d46e8299e2f520c76473df832ccfe2a957260986a4202ecf996b2228
 DIST latte-dock-0.8.3.tar.xz 656396 BLAKE2B 
00fece3abe4c259da212f7d0f2ddca7aa4926c6378aa986d4f6f842b7c9966f78798b106239e2d63af7af822d872f0f19fcb4686ce0ebad1086089022720
 SHA512 
e49ea9aca28bcae202e5f4832484f579233ea220a7eb7dcdaea128d68185d7bc0ec6df88eaa543c6267b00fe0a0b060bf533816bd196210e18c6ac56186e018e
+DIST latte-dock-0.8.4.tar.xz 656528 BLAKE2B 
200bf01ea489f2c7486291623ca6b0518e04ca4d607c9d42294abc3f13f1fd13d5a9da7dd16f7ced7d786e729bda12e80666283d3dfad32cb49be5731118ac84
 SHA512 
6a3fd4223316cc2e17934c1e7220cfe4b23ac5a06070f22ff26dcc2f312f73a666230aa612cdefd650e320ad09dd3456e44d253a2eab31e7c9c5d2f52343acc2

diff --git a/kde-misc/latte-dock/latte-dock-0.8.4.ebuild 
b/kde-misc/latte-dock/latte-dock-0.8.4.ebuild
new file mode 100644
index 000..476f28f5fda
--- /dev/null
+++ b/kde-misc/latte-dock/latte-dock-0.8.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Elegant dock, based on KDE Frameworks"
+HOMEPAGE="https://store.kde.org/p/1169519/
+   https://github.com/psifidotos/Latte-Dock;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kactivities)
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kpackage)
+   $(add_frameworks_dep kwayland)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep plasma X)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgraphicaleffects)
+   $(add_qt_dep qtgui 'xcb')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )



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

2018-12-29 Thread Andreas Sturmlechner
commit: f31a16ea4e8ac0bb599edc608ed55e06faecc86b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 29 21:29:41 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 29 22:02:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31a16ea

media-gfx/photoqt: USE exiv2 (local) -> exif (global)

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

 media-gfx/photoqt/metadata.xml| 3 ---
 media-gfx/photoqt/photoqt-1.5.1-r1.ebuild | 8 
 media-gfx/photoqt/photoqt-1.7.1.ebuild| 8 
 3 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/media-gfx/photoqt/metadata.xml b/media-gfx/photoqt/metadata.xml
index c0acf63798d..d6620e46687 100644
--- a/media-gfx/photoqt/metadata.xml
+++ b/media-gfx/photoqt/metadata.xml
@@ -12,8 +12,5 @@

Support additional iamge formats using 
media-libs/freeimage

-   
-   Use media-gfx/exiv2 as optional dependency
-   

 

diff --git a/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild 
b/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
index ff02aa7771c..7702e5284c0 100644
--- a/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz;
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="exiv2 graphicsmagick raw"
+IUSE="exif graphicsmagick raw"
 
 RDEPEND="
dev-qt/qtcore:5
@@ -27,7 +27,7 @@ RDEPEND="
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
-   exiv2? ( media-gfx/exiv2:= )
+   exif? ( media-gfx/exiv2:= )
graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20:= )
raw? ( media-libs/libraw:= )
 "
@@ -37,7 +37,7 @@ DEPEND="${RDEPEND}
 
 src_configure() {
local mycmakeargs=(
-   -DEXIV2=$(usex exiv2)
+   -DEXIV2=$(usex exif)
-DGM=$(usex graphicsmagick)
-DRAW=$(usex raw)
)

diff --git a/media-gfx/photoqt/photoqt-1.7.1.ebuild 
b/media-gfx/photoqt/photoqt-1.7.1.ebuild
index b1e9fd011de..b37af5d4f16 100644
--- a/media-gfx/photoqt/photoqt-1.7.1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz;
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="devil exiv2 freeimage graphicsmagick pdf raw"
+IUSE="devil exif freeimage graphicsmagick pdf raw"
 
 RDEPEND="
dev-qt/qtcore:5
@@ -30,7 +30,7 @@ RDEPEND="
app-arch/libarchive:=
app-arch/unrar
devil? ( media-libs/devil )
-   exiv2? ( media-gfx/exiv2:= )
+   exif? ( media-gfx/exiv2:= )
freeimage? ( media-libs/freeimage )
graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20:= )
pdf? ( app-text/poppler[qt5] )
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
 src_configure() {
local mycmakeargs=(
-DDEVIL=$(usex devil)
-   -DEXIV2=$(usex exiv2)
+   -DEXIV2=$(usex exif)
-DFREEIMAGE=$(usex freeimage)
-DGM=$(usex graphicsmagick)
-DPOPPLER=$(usex pdf)



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

2018-12-29 Thread Andreas Sturmlechner
commit: 2afd1614ad79f4724bbade719f634bec90a16bfe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 29 20:51:28 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 29 22:02:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2afd1614

media-gfx/nomacs: 3.12 version bump

Closes: https://bugs.gentoo.org/672486
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/nomacs/Manifest   |  1 +
 media-gfx/nomacs/metadata.xml   |  1 +
 media-gfx/nomacs/nomacs-3.12.ebuild | 70 +
 3 files changed, 72 insertions(+)

diff --git a/media-gfx/nomacs/Manifest b/media-gfx/nomacs/Manifest
index c1c1c77ff1f..ce05039a465 100644
--- a/media-gfx/nomacs/Manifest
+++ b/media-gfx/nomacs/Manifest
@@ -1,2 +1,3 @@
 DIST nomacs-3.10.2.tar.gz 32302506 BLAKE2B 
14f9eb9188f74c91cf088bac757a4023f6590bc05687b4809794a70bdd1e2dbcc2b58ad65062db14cfec9f4c639ceb21e64df19f1c1584256ee9586ab588d8af
 SHA512 
977dbe24e09b1dd8a33b18c1dbbb3a59106715746b07892f289918205818664fd7b4213028d4288009bcf14a0195759ac1eafca076f81ee72a1e2ae027dd
+DIST nomacs-3.12.tar.gz 1736648 BLAKE2B 
533e18dec4be5d945213ccd629262a2cbae1eba93599f43be0a98d32d0b54d9caad7d963809f2fc9bb5c1ba682a39f44763b5d04e50c6e86658f6cd84324f3d2
 SHA512 
4508354d48a6115cd40f701cc90cbbcb84490e99eaac0295db48f6fea99550d5e2b3e7365128d0c9cc4eeb621906f55e275603d84cb8b6bb164d0b5e2e192119
 DIST nomacs-3.8.1.tar.gz 32184536 BLAKE2B 
3ba4e0b0220797991c5999164e27fb3c57218d87d17858f5cf6098d8b91ddd0b3330836642999ce953f3ce9b538dcb35ecb48400f94f11805cd8eedeed05b110
 SHA512 
ff27570bc15096d0e331ad2c871b2f504a414927b8e6418dedbbbc41f8cd031d9fb142c89c22cff76bf79156f93decf1038e30eecfc3de3e328a325f0134

diff --git a/media-gfx/nomacs/metadata.xml b/media-gfx/nomacs/metadata.xml
index b27b6fcfc0e..462a1644b16 100644
--- a/media-gfx/nomacs/metadata.xml
+++ b/media-gfx/nomacs/metadata.xml
@@ -11,6 +11,7 @@
nomacs


+   Enable support for ISO/IEC 23008-12:2017 
HEIF/HEIC image format using media-libs/libheif
Build support for 
media-libs/opencv

 

diff --git a/media-gfx/nomacs/nomacs-3.12.ebuild 
b/media-gfx/nomacs/nomacs-3.12.ebuild
new file mode 100644
index 000..cd901145389
--- /dev/null
+++ b/media-gfx/nomacs/nomacs-3.12.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg-utils
+
+DESCRIPTION="Qt-based image viewer"
+HOMEPAGE="https://nomacs.org/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE="heif +jpeg +opencv raw tiff zip"
+
+REQUIRED_USE="
+   raw? ( opencv )
+   tiff? ( opencv )
+"
+
+RDEPEND="
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[jpeg?]
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   media-gfx/exiv2:=
+   heif? ( media-libs/libheif:= )
+   opencv? ( >=media-libs/opencv-3.4:= )
+   raw? ( media-libs/libraw:= )
+   tiff? (
+   dev-qt/qtimageformats:5
+   media-libs/tiff:0
+   )
+   zip? ( dev-libs/quazip[qt5(+)] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${P}/ImageLounge"
+
+DOCS=( src/changelog.txt )
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_CODE_COV=OFF
+   -DUSE_SYSTEM_QUAZIP=ON
+   -DENABLE_TRANSLATIONS=ON
+   -DENABLE_HEIF=$(usex heif)
+   -DENABLE_OPENCV=$(usex opencv)
+   -DENABLE_RAW=$(usex raw)
+   -DENABLE_TIFF=$(usex tiff)
+   -DENABLE_QUAZIP=$(usex zip)
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2018-12-29 Thread Nick Sarnie
commit: 86d6a9aa080f66872fa9fc0c61a3578cf5fcd232
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Dec 29 21:15:37 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Dec 29 21:15:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d6a9aa

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

Add alternative source

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

 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index 04acfab0072..7a4be4853fb 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
 MY_P="${MY_PN}-${PV}"
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git 
https://github.com/wine-mirror/wine.git;
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""



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

2018-12-29 Thread Nick Sarnie
commit: de133f7889ea56a8cd410b392caa6762f92ea5db
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Dec 29 21:16:50 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Dec 29 21:16:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de133f78

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

Add alternative source

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

 app-emulation/wine-staging/wine-staging-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index 17d7b7dd2b8..4e3948ed97f 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
 MY_P="${MY_PN}-${PV}"
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git 
https://github.com/wine-mirror/wine.git;
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""



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

2018-12-29 Thread Nick Sarnie
commit: 3c1843a50e50e4821e806ed724e52b971ea6fca6
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Dec 29 21:16:16 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Dec 29 21:16:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1843a5

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

Add alternative source

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

 app-emulation/wine-d3d9/wine-d3d9-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-d3d9/wine-d3d9-.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
index fb4d194b4fb..3ebab9ae1cb 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
@@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
 MY_P="${MY_PN}-${PV}"
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git 
https://github.com/wine-mirror/wine.git;
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""



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

2018-12-29 Thread Nick Sarnie
commit: b886b28da9fc1148d73d42dafd0fd23a31783862
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Dec 29 21:17:28 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Dec 29 21:17:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b886b28d

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

Add alternative source

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

 app-emulation/wine-any/wine-any-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-any/wine-any-.ebuild 
b/app-emulation/wine-any/wine-any-.ebuild
index 4fa43b838fe..ca707f87bef 100644
--- a/app-emulation/wine-any/wine-any-.ebuild
+++ b/app-emulation/wine-any/wine-any-.ebuild
@@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
 MY_P="${MY_PN}-${PV}"
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git 
https://github.com/wine-mirror/wine.git;
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""



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

2018-12-29 Thread Nick Sarnie
commit: 9821386e4385699ae875032dc9a66ba413363f25
Author: Jacob Hrbek  gmail  com>
AuthorDate: Sat Dec 29 21:01:35 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Dec 29 21:12:51 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=9821386e

app-emulation/wine-any: Added alternative source.

Fixes: https://bugs.gentoo.org/673974
Signed-off-by: Jacob Hrbek  gmail.com>
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-any/wine-any-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-any/wine-any-.ebuild 
b/app-emulation/wine-any/wine-any-.ebuild
index 4fa43b8..ca707f8 100644
--- a/app-emulation/wine-any/wine-any-.ebuild
+++ b/app-emulation/wine-any/wine-any-.ebuild
@@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
 MY_P="${MY_PN}-${PV}"
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git 
https://github.com/wine-mirror/wine.git;
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""



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

2018-12-29 Thread Nick Sarnie
commit: 5bb19f731894d1238ca500fcdeea314390e589df
Author: Jacob Hrbek  gmail  com>
AuthorDate: Sat Dec 29 21:03:33 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Dec 29 21:13:06 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=5bb19f73

app-emulation/wine-staging: Added alternative source.

Fixes: https://bugs.gentoo.org/673974
Signed-off-by: Jacob Hrbek  gmail.com>
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-staging/wine-staging-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index e0618a3..4e3948e 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
 MY_P="${MY_PN}-${PV}"
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git 
https://github.com/wine-mirror/wine.git;
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""



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

2018-12-29 Thread Nick Sarnie
commit: 7a75d3a0c042693585c4c73b24a562f0f5c82f26
Author: Jacob Hrbek  gmail  com>
AuthorDate: Sat Dec 29 21:06:37 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Dec 29 21:13:31 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=7a75d3a0

app-emulation/wine-d3d9: Added alternative source.

Closes: https://github.com/gentoo/repo-proj-wine/pull/12
Fixes: https://bugs.gentoo.org/673974
Signed-off-by: Jacob Hrbek  gmail.com>
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-d3d9/wine-d3d9-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-d3d9/wine-d3d9-.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
index 5bed605..3ebab9a 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
 MY_P="${MY_PN}-${PV}"
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git 
https://github.com/wine-mirror/wine.git;
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""



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

2018-12-29 Thread Nick Sarnie
commit: 62c343d56262bec0b95ea601148c59f88afe8260
Author: Jacob Hrbek  gmail  com>
AuthorDate: Sat Dec 29 21:05:16 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Dec 29 21:13:13 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=62c343d5

app-emulation/wine-vanilla: Added alternative source.

Fixes: https://bugs.gentoo.org/673974
Signed-off-by: Jacob Hrbek  gmail.com>
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index ffbae03..7a4be48 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
 MY_P="${MY_PN}-${PV}"
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git 
https://github.com/wine-mirror/wine.git;
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""



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

2018-12-29 Thread Mikle Kolyada
commit: 5342e37de3a754ca956bf13d7a79c4370d8b152f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 29 21:07:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 29 21:07:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5342e37d

sys-apps/util-linux: amd64 stable wrt bug #673976

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

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

diff --git a/sys-apps/util-linux/util-linux-2.33-r1.ebuild 
b/sys-apps/util-linux/util-linux-2.33-r1.ebuild
index 701650be1d0..edfd3d0839b 100644
--- a/sys-apps/util-linux/util-linux-2.33-r1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.33-r1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]] ; then

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

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 



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

2018-12-29 Thread Tim Harder
commit: a14e62c7082d739a51c160a78201ab20a65a5c02
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Dec 29 20:47:36 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Dec 29 20:59:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14e62c7

dev-cpp/nlohmann_json: initial import

Signed-off-by: Tim Harder  gentoo.org>

 dev-cpp/nlohmann_json/Manifest   |  1 +
 dev-cpp/nlohmann_json/metadata.xml   | 11 
 dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild | 35 
 3 files changed, 47 insertions(+)

diff --git a/dev-cpp/nlohmann_json/Manifest b/dev-cpp/nlohmann_json/Manifest
new file mode 100644
index 000..e4b3cb520a1
--- /dev/null
+++ b/dev-cpp/nlohmann_json/Manifest
@@ -0,0 +1 @@
+DIST nlohmann_json-3.5.0.tar.gz 114796008 BLAKE2B 
94caa0374be1d38230cb13b8cd9deb3da04e4b81d361ce6baf54c1bad231945a94df74683a31660dc98413dbf23ea7596c6ed1da9cda9e02add7d7c6568973e3
 SHA512 
e2874e10e12070e8e1b9c01f41ce24002a3859c4aca8bf46083ea08e68f44ed6725bdcdf8e592b1e50d69975d506836c62a8e10fc6da00f0844c149dd6676996

diff --git a/dev-cpp/nlohmann_json/metadata.xml 
b/dev-cpp/nlohmann_json/metadata.xml
new file mode 100644
index 000..eb8bff7e381
--- /dev/null
+++ b/dev-cpp/nlohmann_json/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   media-vi...@gentoo.org
+   Gentoo Video project
+   
+   
+   nlohmann/json
+   
+

diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild 
b/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild
new file mode 100644
index 000..56411b04237
--- /dev/null
+++ b/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="JSON for Modern C++"
+HOMEPAGE="https://github.com/nlohmann/json https://nlohmann.github.io/json/;
+SRC_URI="https://github.com/nlohmann/json/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( app-doc/doxygen )"
+
+DOCS=( ChangeLog.md README.md )
+
+S=${WORKDIR}/json-${PV}
+
+src_compile() {
+   meson_src_compile
+   use doc && emake -C doc
+}
+
+src_test() {
+   emake check
+}
+
+src_install() {
+   meson_src_install
+   use doc && dodoc -r doc/html
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/

2018-12-29 Thread Tim Harder
commit: bb35d1ccc29329753aa594642be4cfba175cf9f9
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Dec 29 20:49:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Dec 29 20:59:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb35d1cc

media-video/mkvtoolnix: use system libs for libfmt, utfcpp, and nlohmann_json

Signed-off-by: Tim Harder  gentoo.org>

 .../{mkvtoolnix-.ebuild => mkvtoolnix-29.0.0-r1.ebuild}| 7 ---
 media-video/mkvtoolnix/mkvtoolnix-.ebuild  | 5 +++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/media-video/mkvtoolnix/mkvtoolnix-.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-29.0.0-r1.ebuild
similarity index 95%
copy from media-video/mkvtoolnix/mkvtoolnix-.ebuild
copy to media-video/mkvtoolnix/mkvtoolnix-29.0.0-r1.ebuild
index 865f816c46c..b47988527a7 100644
--- a/media-video/mkvtoolnix/mkvtoolnix-.ebuild
+++ b/media-video/mkvtoolnix/mkvtoolnix-29.0.0-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://mkvtoolnix.download/sources/${P}.tar.xz;
-   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Tools to create, alter, and inspect Matroska files"
@@ -21,11 +21,10 @@ IUSE="debug nls pch test qt5"
 
 # check NEWS.md for build system changes entries for boost/libebml/libmatroska
 # version requirement updates and other packaging info
-# TODO: package fmt (http://fmtlib.net/)
 RDEPEND="
+   dev-libs/libfmt:=
>=dev-libs/boost-1.49.0:=
>=dev-libs/libebml-1.3.5:=
-   dev-libs/jsoncpp:=
dev-libs/pugixml
media-libs/flac
>=media-libs/libmatroska-1.4.8:=
@@ -45,6 +44,8 @@ RDEPEND="
)
 "
 DEPEND="${RDEPEND}
+   dev-cpp/nlohmann_json
+   dev-libs/utfcpp
dev-ruby/rake
virtual/pkgconfig
dev-libs/libxslt

diff --git a/media-video/mkvtoolnix/mkvtoolnix-.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-.ebuild
index 865f816c46c..3036925897d 100644
--- a/media-video/mkvtoolnix/mkvtoolnix-.ebuild
+++ b/media-video/mkvtoolnix/mkvtoolnix-.ebuild
@@ -21,11 +21,10 @@ IUSE="debug nls pch test qt5"
 
 # check NEWS.md for build system changes entries for boost/libebml/libmatroska
 # version requirement updates and other packaging info
-# TODO: package fmt (http://fmtlib.net/)
 RDEPEND="
+   dev-libs/libfmt:=
>=dev-libs/boost-1.49.0:=
>=dev-libs/libebml-1.3.5:=
-   dev-libs/jsoncpp:=
dev-libs/pugixml
media-libs/flac
>=media-libs/libmatroska-1.4.8:=
@@ -45,6 +44,8 @@ RDEPEND="
)
 "
 DEPEND="${RDEPEND}
+   dev-cpp/nlohmann_json
+   dev-libs/utfcpp
dev-ruby/rake
virtual/pkgconfig
dev-libs/libxslt



[gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/files/, x11-wm/mutter/

2018-12-29 Thread Mart Raudsepp
commit: 07ad9d8ac5976b699ced094afc72f89560a60d42
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 29 20:42:49 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 29 20:42:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ad9d8a

x11-wm/mutter: remove old

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

 x11-wm/mutter/Manifest |   1 -
 .../3.22.4-clutter-missing-null-terminator.patch   |  28 
 .../files/3.22.4-wayland-clipboard-fix.patch   |  32 -
 x11-wm/mutter/files/3.22.4-wayland-crash-fix.patch |  31 -
 .../3.22.4-wayland-ensure-pending-geometry.patch   |  47 ---
 .../mutter/files/3.22.4-wayland-size-hints.patch   |  56 
 x11-wm/mutter/mutter-3.22.4-r1.ebuild  | 143 -
 7 files changed, 338 deletions(-)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index dfd4f2e9ed3..7563c016b1a 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1,4 +1,3 @@
-DIST mutter-3.22.4.tar.xz 3536792 BLAKE2B 
e395dec6a8f5f46864ab5d7da3c345c20adf65f7609547d296036b0cb4be79e451387395f32d3d9a736a5b8c4be5a03a9fa56d5fbebeedaef3c35ea6e5c16302
 SHA512 
849e98186cecb4ffcab3da055febf72ef76fa87ecbdc506c696c2c7debd5183361c4b3b31d00d3c85e45d7f47aa5abf748d999571b147c831eb999116919023c
 DIST mutter-3.24.4.tar.xz 3583916 BLAKE2B 
86a9e16ed96270713e400ccb4dc64b91c263125ea4a04373ed1f8364e906031ef26dc991fa13d01cf0e50895360c87be6773e3332d823c2ce1991cd57d59b292
 SHA512 
7ae579ab3e9df09cae37fbc1b277e382c9f610058b914b69a7bdb89f3bec510403210c0cded16a6487111507151f4d7075d161e051c0b88585d6ab6b4575b8d3
 DIST mutter-3.26.2-patchset.tar.xz 48156 BLAKE2B 
7b33495a8bb7ac69f5610e1dfcb1fef49a983403fd176b229a75bcc7691e83e76a3dd87b7663ece0fcdc4077becd3ffa5e33217584f156456813769646730bf9
 SHA512 
2eeb9dfe137d6ea65f957ed19aa5ef83106aa16a049531c0c41d3ab6afac6c1b345cc68f2a9a9c41658172cc0dde61b946e6bf2507979ff4155e79770adf5e90
 DIST mutter-3.26.2.tar.xz 3622904 BLAKE2B 
b32af24c6ffcd0e6af38ab1ff7cd0ba16ea3ceb84c62ed21d9e38fff5357eda2648050beada3fc8727474407a419a2c218331c8a87f7eb68eddf824d26ca9c51
 SHA512 
95885b4c053d4bc467a7c11615ee3d1a3086a674ae10e7cb9bb241f692e66dd8190508db1cdf1760bc2f19100e532e68d5e147d344e94d1430d80dd26ca0156b

diff --git a/x11-wm/mutter/files/3.22.4-clutter-missing-null-terminator.patch 
b/x11-wm/mutter/files/3.22.4-clutter-missing-null-terminator.patch
deleted file mode 100644
index ed16b8c6f4b..000
--- a/x11-wm/mutter/files/3.22.4-clutter-missing-null-terminator.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From f6888519ff3e20ec8f5e6064bff5707acbe13fbd Mon Sep 17 00:00:00 2001
-From: Nigel Taylor 
-Date: Fri, 5 May 2017 08:42:47 -0400
-Subject: [PATCH 2/5] clutter: conform/actor-graph: Add missing
- null-termination
-
-https://bugzilla.gnome.org/show_bug.cgi?id=759085

- clutter/tests/conform/actor-graph.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/clutter/tests/conform/actor-graph.c 
b/clutter/tests/conform/actor-graph.c
-index 0dad49b..8fbf4bc 100644
 a/clutter/tests/conform/actor-graph.c
-+++ b/clutter/tests/conform/actor-graph.c
-@@ -350,7 +350,8 @@ actor_replace_child (void)
-   g_assert_cmpstr (clutter_actor_get_name (iter), ==, "qux");
- 
-   clutter_actor_add_child (actor, g_object_new (CLUTTER_TYPE_ACTOR,
--"name", "foo"));
-+"name", "foo",
-+NULL));
- 
-   clutter_actor_replace_child (actor, iter,
-g_object_new (CLUTTER_TYPE_ACTOR,
--- 
-2.10.1
-

diff --git a/x11-wm/mutter/files/3.22.4-wayland-clipboard-fix.patch 
b/x11-wm/mutter/files/3.22.4-wayland-clipboard-fix.patch
deleted file mode 100644
index 24e6fd36a30..000
--- a/x11-wm/mutter/files/3.22.4-wayland-clipboard-fix.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 19f08fbdbba113883c6011e4b8ccf3ea3a6eb57e Mon Sep 17 00:00:00 2001
-From: Carlos Garnacho 
-Date: Wed, 10 May 2017 20:28:42 +0200
-Subject: [PATCH 5/5] xwayland: Use the right atom type for further selection
- requests to X11
-
-If we translate between text/plain;charset-utf-8 from the wayland side to
-UTF8_STRING on the X11 side, we want to continue all further X11 selection
-requests using the same translated UTF8_STRING atom than we use in the
-first XConvertSelection call.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=782472

- src/wayland/meta-xwayland-selection.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/wayland/meta-xwayland-selection.c 
b/src/wayland/meta-xwayland-selection.c
-index a78e846..24b8cd2 100644
 a/src/wayland/meta-xwayland-selection.c
-+++ b/src/wayland/meta-xwayland-selection.c
-@@ -829,7 +829,7 @@ meta_x11_source_send (MetaWaylandDataSource *source,
-   /* Takes ownership of fd */
-   selection->x11_selection =
- 

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

2018-12-29 Thread Mart Raudsepp
commit: 99c9d1607bd808a63fb8337e83e5f7fab707c755
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 29 20:39:17 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 29 20:39:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c9d160

net-libs/libsoup: remove old

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

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

diff --git a/net-libs/libsoup/Manifest b/net-libs/libsoup/Manifest
index 510100dd943..a49e9ab3537 100644
--- a/net-libs/libsoup/Manifest
+++ b/net-libs/libsoup/Manifest
@@ -1,2 +1 @@
-DIST libsoup-2.56.1.tar.xz 1806416 BLAKE2B 
eb10d76a92912dcf8f450d6e8449e2aec26936ca1b706d16351ead4174f0cc107e6a2b43b96bf75c16106f8f4b24620bfb07814162390eba195b8a9f56a338fb
 SHA512 
5ac087eeba346c27e884a2053a4f8afdb2fc6e432527f4494024a7edc4eccdf145188a3faa64e3f4bdd98af2fcb98914e494b4ed24f92cffc2ff1485dce7d693
 DIST libsoup-2.58.2.tar.xz 1815256 BLAKE2B 
23c6e40f91a2dca13fcabe4fa3af7311874cbe06962c6cdc93d8d8d0a998d29cff9e7ce61190541b6114b4996d758b7c469b0354a6012856667e9541a78177cb
 SHA512 
85af6fac87343bdd22312518402144d33916225f60d6fa158efdd84f7ee7ed1f9895989b3558f711c9aedc93cff35a4114ad79d6d2aa19c54cb326f162a4c7de

diff --git a/net-libs/libsoup/libsoup-2.56.1.ebuild 
b/net-libs/libsoup/libsoup-2.56.1.ebuild
deleted file mode 100644
index 08956060c29..000
--- a/net-libs/libsoup/libsoup-2.56.1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# 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 ~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_install() {
-   gnome2_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-atk/

2018-12-29 Thread Mart Raudsepp
commit: 8266e36c3a7c14f7c1f425dbc1c19fc432543565
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 29 20:31:44 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 29 20:39:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8266e36c

app-accessibility/at-spi2-atk: remove old

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

 app-accessibility/at-spi2-atk/Manifest |  1 -
 .../at-spi2-atk/at-spi2-atk-2.22.0.ebuild  | 48 --
 2 files changed, 49 deletions(-)

diff --git a/app-accessibility/at-spi2-atk/Manifest 
b/app-accessibility/at-spi2-atk/Manifest
index bf580cb6c8b..96aceac6124 100644
--- a/app-accessibility/at-spi2-atk/Manifest
+++ b/app-accessibility/at-spi2-atk/Manifest
@@ -1,3 +1,2 @@
-DIST at-spi2-atk-2.22.0.tar.xz 306148 BLAKE2B 
3606f96ca89dcc23700c2aaa67da9daf51709113b5d5a15d4864e565dd559e4136007f125801de08e9c6bc6c14d7b1c39e8307340c1758a6145aeb0caeb0a5c9
 SHA512 
9b815eecbe01164df8a3341a3b0e1fe57a4f333964a0836f89f54712512a32d69c333c0c099eb194716d081f5460bb6e6d2c852f7218df51549e88e75880f284
 DIST at-spi2-atk-2.24.1.tar.xz 308576 BLAKE2B 
92b96c54cd5a2dbd8a3dddbaa3188b3396ef8e4631cc9438e4ba57da27672d509babae3415c66d2c6afc74855ff0536d4cc6f24a8cecf66478021d350b3572a1
 SHA512 
5dbc186c7ea4f7f34aa0acaf90f683e549162caa274ba5b5818ae9992b52f1b475923d9818870978e87e3dacdf1018db31810d2d53b39bb4f068bcb64a423f23
 DIST at-spi2-atk-2.26.2.tar.xz 322800 BLAKE2B 
108a01fd8c16816d9953ad42721080dd6dcb9f75c95c412387d7f54920998c66eb5855eb859e8e00096a47b387d05779691887a7717d31f4c70681d69a9c8266
 SHA512 
f938b8e2b999fcdfa13e9433bd13c39430bae2ceae0c664a24caccc6af522947bf73de02de3c359807f5370a85961193df2ba24b193b60b915c61828ea747bb2

diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.22.0.ebuild 
b/app-accessibility/at-spi2-atk/at-spi2-atk-2.22.0.ebuild
deleted file mode 100644
index d5e666995bf..000
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.22.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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 virtualx
-
-DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-LICENSE="LGPL-2+"
-SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="test"
-
-COMMON_DEPEND="
-   >=app-accessibility/at-spi2-core-2.17.90[${MULTILIB_USEDEP}]
-   >=dev-libs/atk-2.15.4[${MULTILIB_USEDEP}]
-   >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
-   >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-python/pygobject/, dev-python/pygobject/files/

2018-12-29 Thread Mart Raudsepp
commit: e5e599b190b06e3598f238324bf165f8f930de44
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 29 20:37:43 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 29 20:39:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e599b1

dev-python/pygobject: remove old

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

 dev-python/pygobject/Manifest  |   2 -
 .../pygobject/files/pygobject-3.24.1-py37.patch| 255 -
 dev-python/pygobject/pygobject-3.22.0.ebuild   | 105 -
 dev-python/pygobject/pygobject-3.24.1-r1.ebuild| 112 -
 dev-python/pygobject/pygobject-3.24.1.ebuild   | 108 -
 5 files changed, 582 deletions(-)

diff --git a/dev-python/pygobject/Manifest b/dev-python/pygobject/Manifest
index a02014a3b8b..842c7784d53 100644
--- a/dev-python/pygobject/Manifest
+++ b/dev-python/pygobject/Manifest
@@ -1,4 +1,2 @@
 DIST pygobject-2.28.6.tar.xz 747248 BLAKE2B 
5f92794034b2d0559a623db4a7d273a7dc3f099cae87ede91b17e81acac085a9298c6b81b45b4b8540b6a75ced97e474a993437dbfcfc2133d3321d6a979b541
 SHA512 
37544ea2377258758169b25a2969d5ee1c9ffb9b6e63e05bc7a0471a49ac9169c51ec587d4489172c7d256f53df878a81c1992a08059aa7e43dbbb69f799545c
-DIST pygobject-3.22.0.tar.xz 756820 BLAKE2B 
2030b9106c082bbec4418c97945df68e20f49005341ad1d7c6d390b894ac88e13f2619215df4c02587b5ccce606083906609d89c559b790777092e991afbf367
 SHA512 
1f6f0ea8014b35d7828a6bebc0fe2cf6519016ca5ad3819dc6b7879154d8e27fdd2971620955c8fc4904625814833c8bc8ec0599152720649864262d3b6e33e4
-DIST pygobject-3.24.1.tar.xz 758648 BLAKE2B 
95e3bc6d022b70053549f8a780aa372d8964477e881b825299ca82a7328bbdab58b037a92d36578915ac622b7c223d47cc1c35fccd3ea70d7840841eaec6860d
 SHA512 
f35968ab12b872c85af6b2410cadedcf9fa7e17352a40f3dc557c86203aa1c38753710aab9ce55e986ee2c98b64e14123c65083655445e993d0b53431db6dc93
 DIST pygobject-3.28.3.tar.xz 1005368 BLAKE2B 
5c24fd25fa20dbdbd3ad18d7e2eafd8f47f5e28903d9f8dab6110f09ccfc13f865149f0d4bd84bc755bc6e4191b903646930e818d85382dfaf4e05f7107b3ecf
 SHA512 
0abda393dd774f9cea04f883eab53f5ebde81d2439ed18cfe08ef39a1996054ab34bf4e770f70116a4485fb4f9970464b9a950ffa4af76cfa21ecc8d4dff968d

diff --git a/dev-python/pygobject/files/pygobject-3.24.1-py37.patch 
b/dev-python/pygobject/files/pygobject-3.24.1-py37.patch
deleted file mode 100644
index 31250e3561c..000
--- a/dev-python/pygobject/files/pygobject-3.24.1-py37.patch
+++ /dev/null
@@ -1,255 +0,0 @@
-From c60ef6a2bcc05010a89328d5fc2704d1aa505e2a Mon Sep 17 00:00:00 2001
-From: Christoph Reiter 
-Date: Sat, 10 Mar 2018 18:04:14 +0100
-Subject: [PATCH 1/4] tests_gi: Use capture_output() context manager instead of
- manually mocking stdout
-

- tests/helper.py  |  2 +-
- tests/test_gi.py | 14 +++---
- 2 files changed, 4 insertions(+), 12 deletions(-)
-
-diff --git a/tests/helper.py b/tests/helper.py
-index c4308fee..892cb740 100644
 a/tests/helper.py
-+++ b/tests/helper.py
-@@ -113,7 +113,7 @@ def capture_glib_deprecation_warnings():
- @contextlib.contextmanager
- def capture_output():
- """
--with capture_output as (stdout, stderr):
-+with capture_output() as (stdout, stderr):
- some_action()
- print(stdout.getvalue(), stderr.getvalue())
- """
-diff --git a/tests/test_gi.py b/tests/test_gi.py
-index d0c72b64..3b77ff2d 100644
 a/tests/test_gi.py
-+++ b/tests/test_gi.py
-@@ -13,7 +13,6 @@ import subprocess
- import gc
- import weakref
- import warnings
--from io import StringIO, BytesIO
- 
- import gi
- import gi.overrides
-@@ -24,7 +23,7 @@ from gi.repository import GObject, GLib, Gio
- from gi.repository import GIMarshallingTests
- 
- from compathelper import _bytes, _unicode
--from helper import capture_exceptions
-+from helper import capture_exceptions, capture_output
- 
- if sys.version_info < (3, 0):
- CONSTANT_UTF8 = "const \xe2\x99\xa5 utf8"
-@@ -2836,16 +2835,9 @@ class TestModule(unittest.TestCase):
- self.assertTrue(hasattr(item, '__class__'))
- 
- def test_help(self):
--orig_stdout = sys.stdout
--try:
--if sys.version_info < (3, 0):
--sys.stdout = BytesIO()
--else:
--sys.stdout = StringIO()
-+with capture_output() as (stdout, stderr):
- help(GIMarshallingTests)
--output = sys.stdout.getvalue()
--finally:
--sys.stdout = orig_stdout
-+output = stdout.getvalue()
- 
- self.assertTrue('SimpleStruct' in output, output)
- self.assertTrue('Interface2' in output, output)
--- 
-2.18.0
-
-From 1826e41cd317ba3c19cf8767b1ef8752f1865aac Mon Sep 17 00:00:00 2001
-From: Christoph Reiter 
-Date: Sat, 10 Mar 2018 18:54:28 +0100
-Subject: [PATCH 2/4] IntrospectionModule: __path__ should be List[str] and not
- str
-
-This fixes a crash when calling help() on the module which got stricter with
-Python 3.7.
-
-It's a bit 

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

2018-12-29 Thread Mart Raudsepp
commit: c56136f3de586381a977f995c1395c6692473da0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 29 20:34:56 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 29 20:39:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56136f3

dev-libs/atk: remove old

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

 dev-libs/atk/Manifest  |  2 --
 dev-libs/atk/atk-2.22.0.ebuild | 52 --
 dev-libs/atk/atk-2.24.0.ebuild | 52 --
 3 files changed, 106 deletions(-)

diff --git a/dev-libs/atk/Manifest b/dev-libs/atk/Manifest
index 84f17d6bbfc..721e42b4f2a 100644
--- a/dev-libs/atk/Manifest
+++ b/dev-libs/atk/Manifest
@@ -1,3 +1 @@
-DIST atk-2.22.0.tar.xz 745572 BLAKE2B 
4764a606de8e08b54c47400727268ca68e676aa36c01877f2b3f973614a40f209406b649f0e96f4a5b75be883ce67ac3fbf20ac0c58adfbaf3509caac312
 SHA512 
af3f6197eb97de869ee706f19564449b02c1444c413e5418323e4bf4c8cf1d98c7c8baa25189f6879d63606d4bc75f33799cb901f4697c087e868bb9a5643cba
-DIST atk-2.24.0.tar.xz 748972 BLAKE2B 
f9db7e35322cf4a1df5171c812c83eb935ba44b0167b20ca9a951109c00911392a48db88fac02a12074de4d9f458656f946e8bb7611e1d11cc0de841986f8cc7
 SHA512 
3ae0a4d5f28d5619d465135c685161f690732053bcb70a47669c951fbf389b5d2ccc5c7c73d4ee8c5a3b2df14e2f5b082e812a215f10a79b27b412d077f5e962
 DIST atk-2.28.1.tar.xz 712508 BLAKE2B 
71aee8bc937e1e37d40e6a9820d0002bcc763dbf87385ede2484ec6fe17a9924d5753d74dc3a769602746c915d0c46da8eea78cc80c706e3c38faca2e5050364
 SHA512 
aa61e7718b3f4d9c33ec2b4747e35f894a51550ef39ecc4a7af5705811c029645bd3c728071f446b075a0b7aef0c35c1b73406a210cd30171838f24a8dfc0abb

diff --git a/dev-libs/atk/atk-2.22.0.ebuild b/dev-libs/atk/atk-2.22.0.ebuild
deleted file mode 100644
index 52fb2675525..000
--- a/dev-libs/atk/atk-2.22.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 multilib-minimal
-
-DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="+introspection nls test"
-
-RDEPEND="
-   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-lang/perl-5
-   dev-util/gtk-doc-am
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   nls? ( >=sys-devel/gettext-0.19.2 )
-"
-
-src_prepare() {
-   gnome2_src_prepare
-
-   if ! use test; then
-   # don't waste time building tests (bug #226353)
-   sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
-   || die "sed failed"
-   fi
-
-   # Building out of sources fails, 
https://bugzilla.gnome.org/show_bug.cgi?id=752507
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-#  ECONF_SOURCE=${S} \
-   gnome2_src_configure \
-   $(multilib_native_use_enable introspection)
-
-   # work-around gtk-doc out-of-source brokedness
-#  if multilib_is_native_abi; then
-#  ln -s "${S}"/docs/html docs/html || die
-#  fi
-}
-
-multilib_src_install() {
-   gnome2_src_install
-}

diff --git a/dev-libs/atk/atk-2.24.0.ebuild b/dev-libs/atk/atk-2.24.0.ebuild
deleted file mode 100644
index 2a98ec045f2..000
--- a/dev-libs/atk/atk-2.24.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 multilib-minimal
-
-DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="+introspection nls test"
-
-RDEPEND="
-   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-lang/perl-5
-   dev-util/gtk-doc-am
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   nls? ( >=sys-devel/gettext-0.19.2 )
-"
-
-src_prepare() {
-   gnome2_src_prepare
-
-   if ! use test; then
-   # don't waste time building tests (bug #226353)
-   sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
-   || die "sed failed"
-   fi
-
-   # Building out of sources fails, 

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-core/

2018-12-29 Thread Mart Raudsepp
commit: ab7acd351f246c8caba553ec2e59dc4aef4934e6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 29 20:33:04 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 29 20:39:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7acd35

app-accessibility/at-spi2-core: remove old

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

 app-accessibility/at-spi2-core/Manifest|  1 -
 .../at-spi2-core/at-spi2-core-2.22.1.ebuild| 60 --
 2 files changed, 61 deletions(-)

diff --git a/app-accessibility/at-spi2-core/Manifest 
b/app-accessibility/at-spi2-core/Manifest
index 6ea0e4c38af..28c453e1082 100644
--- a/app-accessibility/at-spi2-core/Manifest
+++ b/app-accessibility/at-spi2-core/Manifest
@@ -1,3 +1,2 @@
-DIST at-spi2-core-2.22.1.tar.xz 454048 BLAKE2B 
5ee4cdb83815258d9be8b81870b590b2f85311acf75e3c830c00092cbe5dd66a07f933318ce7d4bc308308f6f87e46579b30948b67b8b7f753adc5e10589246b
 SHA512 
2376b57ce744351ed09a13cd02f0c02264c0998860710cfcdac59f0efb78061512986f5d7305a2f6c594d70213722f81795620e8cd2c6587c6d3f1335477171f
 DIST at-spi2-core-2.24.1.tar.xz 452440 BLAKE2B 
2e3e262d507dadbdb8fc5bb1bd60d3dbe8a9c2946228b6dc551d0a9564684d96b1b6cbe29849c1d846b3106b5444a2c6880a10825ba20cca87893f6a52815023
 SHA512 
e7f354a90204f12d4e464a6b4e4cb27141af3715d7c5ec253bdd2ebe65bc7d191ae7b775c45470a1bd1fe2c0accdd4e84feeb5e1eb1a6c05f3e5e734371027be
 DIST at-spi2-core-2.26.2.tar.xz 494484 BLAKE2B 
0c67cea9c0107fb6503a933de134eb662f192ae2a98734bde1b0629da151476858720d2dcb1791a00a44b61ae2ead945178fba659f88303c552567d7f3f9817b
 SHA512 
6a8e158e30c37ce475467b6634aff046a318875271966d7bfa3e56052d0cd26cd37435d0b9ae14f079542b8b3e76088da5bd50ed39eb39f3f40394c55ed3f255

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.22.1.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.22.1.ebuild
deleted file mode 100644
index d73ecd07c84..000
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.22.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 multilib-minimal
-
-DESCRIPTION="D-Bus accessibility specifications and registration daemon"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-LICENSE="LGPL-2+"
-SLOT="2"
-IUSE="X +introspection"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-
-# x11-libs/libSM is needed until upstream #719808 is solved either
-# making the dep unneeded or fixing their configure
-# Only libX11 is optional right now
-RDEPEND="
-   >=dev-libs/glib-2.36:2[${MULTILIB_USEDEP}]
-   >=sys-apps/dbus-1[${MULTILIB_USEDEP}]
-   x11-libs/libSM[${MULTILIB_USEDEP}]
-   x11-libs/libXi[${MULTILIB_USEDEP}]
-   x11-libs/libXtst[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-   X? (
-   x11-libs/libX11[${MULTILIB_USEDEP}]
-   x11-libs/libXi[${MULTILIB_USEDEP}]
-   x11-libs/libXtst[${MULTILIB_USEDEP}]
-   )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.9
-   >=dev-util/intltool-0.40
-   sys-devel/gettext
-   virtual/pkgconfig[${MULTILIB_USEDEP}]
-"
-
-PATCHES=(
-   # disable teamspaces test since that requires Novell.ICEDesktop.Daemon
-   "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch"
-)
-
-multilib_src_configure() {
-   # xevie is deprecated/broken since xorg-1.6/1.7
-   ECONF_SOURCE=${S} \
-   gnome2_src_configure \
-   --disable-xevie \
-   $(multilib_native_use_enable introspection) \
-   $(use_enable X x11)
-
-   # work-around gtk-doc out-of-source brokedness
-   if multilib_is_native_abi; then
-   ln -s "${S}"/doc/libatspi/html doc/libatspi/html || die
-   fi
-}
-
-multilib_src_compile() { gnome2_src_compile; }
-multilib_src_install() { gnome2_src_install; }



[gentoo-commits] repo/gentoo:master commit in: app-backup/tarsnap/

2018-12-29 Thread Thomas Deutschmann
commit: 85537d26b941b362b9250fe38448fca5d60e521c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Dec 29 20:34:38 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Dec 29 20:34:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85537d26

app-backup/tarsnap: bump to v1.0.39

Closes: https://bugs.gentoo.org/649474
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-backup/tarsnap/Manifest  |  1 +
 app-backup/tarsnap/tarsnap-1.0.39.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/app-backup/tarsnap/Manifest b/app-backup/tarsnap/Manifest
index 0ef681bcb0a..91b527b70c5 100644
--- a/app-backup/tarsnap/Manifest
+++ b/app-backup/tarsnap/Manifest
@@ -1,2 +1,3 @@
 DIST tarsnap-autoconf-1.0.35.tgz 600115 BLAKE2B 
d2dc76a444e6095f00ba3742fa0aca5fd13263e5cc1ad666c222983ef5a5a9c9c72b5af18283ad33bef690328b9eab0c70fe908b33d87b286b1eacd55b664a4d
 SHA512 
70f932b172717d7f0d6f96a357487b8f8ad13cb7332d73878f629c3abf0862da54a0621092d81ce8cd9eb8380cf5b4c32e89df4d890949429fc84737024dcb61
 DIST tarsnap-autoconf-1.0.37.tgz 629450 BLAKE2B 
440858098c5c3f2be6fb6b1473ab4fade158203162c04fbc4c2e051f443c7ce3246ab0701e117bccb436b8f1f022e986ec67f653a3c34b9c36da99ca85d73bc8
 SHA512 
050053f2109b74cda16511cf35ab2c11e0470ba745c661d254b7c17efde9e629830d519896b343dbd4f48ee739dfef47b724eb5e2e78c3e7dbc4ae018a536a5f
+DIST tarsnap-autoconf-1.0.39.tgz 641089 BLAKE2B 
4da7fa75c2a6df3186fac4f39a511532ae866c287a2bdc8dcc22049b53fcc903305f84fae9258793bc0c7a47b208d0bf2995143ee7b4296a35b4ca41d65d9a09
 SHA512 
dec8a72144a3a7fd42b006933c904b812894ca9fe2c57ecc4fbba817b9b49c8f15517530a00b0c3a9897e3182b4d9aee525334537806a9c4f7308086678fa2b4

diff --git a/app-backup/tarsnap/tarsnap-1.0.39.ebuild 
b/app-backup/tarsnap/tarsnap-1.0.39.ebuild
new file mode 100644
index 000..42bf7639963
--- /dev/null
+++ b/app-backup/tarsnap/tarsnap-1.0.39.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit bash-completion-r1
+
+DESCRIPTION="Online backups for the truly paranoid"
+HOMEPAGE="https://www.tarsnap.com/;
+SRC_URI="https://www.tarsnap.com/download/${PN}-autoconf-${PV}.tgz;
+
+LICENSE="tarsnap"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acl bzip2 libressl lzma xattr"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   sys-libs/e2fsprogs-libs
+   sys-libs/zlib
+   acl? ( sys-apps/acl )
+   bzip2? ( app-arch/bzip2 )
+   lzma? ( app-arch/xz-utils )
+   xattr? ( sys-apps/attr )"
+DEPEND="${RDEPEND}
+   virtual/os-headers" # Required for "magic.h"
+
+S=${WORKDIR}/${PN}-autoconf-${PV}
+
+src_configure() {
+   econf \
+   $(use_enable xattr) \
+   $(use_enable acl) \
+   $(use_with bzip2 bz2lib) \
+   --without-lzmadec \
+   $(use_with lzma)
+}
+
+src_install() {
+   default
+   dobashcomp misc/bash_completion.d/*
+}



[gentoo-commits] proj/musl:master commit in: sys-fs/btrfs-progs/files/, sys-fs/btrfs-progs/

2018-12-29 Thread Anthony G. Basile
commit: f6c87e19bc8ab4339773226d05561180b3056911
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 29 20:31:32 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 20:31:32 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=f6c87e19

sys-fs/btrfs-progs: in tree version works

Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-fs/btrfs-progs/Manifest|   1 -
 sys-fs/btrfs-progs/btrfs-progs-4.14.ebuild | 107 -
 sys-fs/btrfs-progs/files/musl-compat.patch |  24 ---
 sys-fs/btrfs-progs/metadata.xml|  22 --
 4 files changed, 154 deletions(-)

diff --git a/sys-fs/btrfs-progs/Manifest b/sys-fs/btrfs-progs/Manifest
deleted file mode 100644
index 14fed4e..000
--- a/sys-fs/btrfs-progs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST btrfs-progs-v4.14.tar.xz 1697584 SHA256 
09095cbc3bc2b6aa9d09c93146fb4d7437c51d2572f6918b74fe990fcdcb91af SHA512 
11171e6730f4aa102bdb4cd405da2d4c55e2c102fec4cc6d3135df516c78af1c34fede722a1677bd9c638b47e77085e005b29333ae70b98771501e32628890f7
 WHIRLPOOL 
70584ed3dd537bea34d07fdb5597365326d826799c9ee70d6b64faec536e2eedee3feb32a0bcc487e962d90a8f075443d3adfaecd5410fc7780b7af296a53f5c

diff --git a/sys-fs/btrfs-progs/btrfs-progs-4.14.ebuild 
b/sys-fs/btrfs-progs/btrfs-progs-4.14.ebuild
deleted file mode 100644
index 5337865..000
--- a/sys-fs/btrfs-progs/btrfs-progs-4.14.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-libbtrfs_soname=0
-
-if [[ ${PV} !=  ]]; then
-   MY_PV=v${PV}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~sparc ~x86"
-   
SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz;
-   S="${WORKDIR}"/${PN}-${MY_PV}
-else
-   WANT_LIBTOOL=none
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/kdave/btrfs-progs.git;
-   EGIT_BRANCH="devel"
-fi
-
-DESCRIPTION="Btrfs filesystem utilities"
-HOMEPAGE="https://btrfs.wiki.kernel.org;
-
-LICENSE="GPL-2"
-SLOT="0/${libbtrfs_soname}"
-IUSE="+convert reiserfs static static-libs +zstd"
-
-RESTRICT=test # tries to mount repared filesystems
-
-RDEPEND="
-   dev-libs/lzo:2=
-   sys-apps/util-linux:0=[static-libs(+)?]
-   sys-libs/zlib:0=
-   convert? (
-   sys-fs/e2fsprogs:0=
-   sys-libs/e2fsprogs-libs:0=
-   reiserfs? (
-   >=sys-fs/reiserfsprogs-3.6.27
-   )
-   )
-   zstd? ( app-arch/zstd:0= )
-"
-DEPEND="${RDEPEND}
-   convert? ( sys-apps/acl )
-   >=app-text/asciidoc-8.6.0
-   app-text/docbook-xml-dtd:4.5
-   app-text/xmlto
-   static? (
-   dev-libs/lzo:2[static-libs(+)]
-   sys-apps/util-linux:0[static-libs(+)]
-   sys-libs/zlib:0[static-libs(+)]
-   convert? (
-   sys-fs/e2fsprogs:0[static-libs(+)]
-   sys-libs/e2fsprogs-libs:0[static-libs(+)]
-   reiserfs? (
-   >=sys-fs/reiserfsprogs-3.6.27[static-libs(+)]
-   )
-   )
-   zstd? ( app-arch/zstd:0[static-libs(+)] )
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/musl-compat.patch"
-)
-
-if [[ ${PV} ==  ]]; then
-   DEPEND+=" sys-devel/gnuconfig"
-fi
-
-src_prepare() {
-   default
-   if [[ ${PV} ==  ]]; then
-   AT_M4DIR=m4 eautoreconf
-   mkdir config || die
-   local automakedir="$(autotools_run_tool --at-output automake 
--print-libdir)"
-   [[ -e ${automakedir} ]] || die "Could not locate automake 
directory"
-   ln -s "${automakedir}"/install-sh config/install-sh || die
-   ln -s "${EPREFIX}"/usr/share/gnuconfig/config.guess 
config/config.guess || die
-   ln -s "${EPREFIX}"/usr/share/gnuconfig/config.sub 
config/config.sub || die
-   fi
-}
-
-src_configure() {
-   local myeconfargs=(
-   --bindir="${EPREFIX}"/sbin
-   $(use_enable convert)
-   $(use_enable elibc_glibc backtrace)
-   $(use_enable zstd)
-   --with-convert=ext2$(usex reiserfs ',reiserfs' '')
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-   emake V=1 all $(usev static)
-}
-
-src_install() {
-   local makeargs=(
-   $(usex static-libs '' 'libs_static=')
-   $(usex static install-static '')
-   )
-   emake V=1 DESTDIR="${D}" install "${makeargs[@]}"
-   newbashcomp btrfs-completion btrfs
-}

diff --git a/sys-fs/btrfs-progs/files/musl-compat.patch 
b/sys-fs/btrfs-progs/files/musl-compat.patch
deleted file mode 100644
index 424c59d..000
--- a/sys-fs/btrfs-progs/files/musl-compat.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -upr 

[gentoo-commits] proj/musl:master commit in: sys-fs/xfsdump/files/, sys-fs/xfsdump/

2018-12-29 Thread Anthony G. Basile
commit: 3e787df9bd9b16bfb6be217a4707e0b34cd3a603
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 29 20:21:38 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 20:21:38 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=3e787df9

sys-fs/xfsdump: in tree version works

Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-fs/xfsdump/Manifest|  2 -
 .../xfsdump/files/xfsdump-3.0.4-no-symlink.patch   | 22 -
 .../files/xfsdump-3.0.5-prompt-overflow.patch  | 14 
 sys-fs/xfsdump/files/xfsdump-3.1.6-linguas.patch   | 32 
 sys-fs/xfsdump/files/xfsdump-3.1.6-musl.patch  | 82 ---
 sys-fs/xfsdump/files/xfsdump-3.1.8-musl.patch  | 94 --
 sys-fs/xfsdump/metadata.xml|  8 --
 sys-fs/xfsdump/xfsdump-3.1.6.ebuild| 54 -
 sys-fs/xfsdump/xfsdump-3.1.8.ebuild| 68 
 9 files changed, 376 deletions(-)

diff --git a/sys-fs/xfsdump/Manifest b/sys-fs/xfsdump/Manifest
deleted file mode 100644
index f073dac..000
--- a/sys-fs/xfsdump/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST xfsdump-3.1.6.tar.gz 848698 BLAKE2B 
c87738640f2d5f424d8e8e9df50a75b2424c1f2741a47cd94f1e63d18b460946f1cb0ff362d2a00345db8fcc8e3518faa720e6495b138aaa51fe4e8d2d1bd24a
 SHA512 
6d8eff10c65e0a0893525590953ccb7ec0095ba528725ffe3f18260e6cb8f66dd3945c60477500e84421a9ed57fae9e8f0f25c3c0900be3671f30ca6951ed5e7
-DIST xfsdump-3.1.8.tar.xz 603304 BLAKE2B 
8f923ca267f648e88e4e964bcafcfd3bfde0fdb4e6753a9c21bbb8a1ae0f63e868cdad3da4eed5e95ffda861278eaaad49758701384681f3b0a19b93e07a232d
 SHA512 
84720c83627647c75b42c59d180bb31cbb6e064568bef18b73641cf821fa7d39e6f7e0df4a6c7ffd36fba63296ab88cb83f0effdb1f6aa98f4b593ca0e658e0b

diff --git a/sys-fs/xfsdump/files/xfsdump-3.0.4-no-symlink.patch 
b/sys-fs/xfsdump/files/xfsdump-3.0.4-no-symlink.patch
deleted file mode 100644
index 014ca33..000
--- a/sys-fs/xfsdump/files/xfsdump-3.0.4-no-symlink.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-http://bugs.gentoo.org/311881
-
 xfsdump-3.0.4/dump/Makefile
-+++ xfsdump-3.0.4/dump/Makefile
-@@ -102,7 +102,6 @@
-   $(INSTALL) -m 755 -d $(PKG_ROOT_SBIN_DIR)
-   $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_ROOT_SBIN_DIR)
-   $(INSTALL) -m 755 -d $(PKG_SBIN_DIR)
--  $(INSTALL) -S $(PKG_ROOT_SBIN_DIR)/$(LTCOMMAND) 
$(PKG_SBIN_DIR)/$(LTCOMMAND)
- install-dev:
- 
- $(COMMINCL) $(COMMON):
 xfsdump-3.0.4/restore/Makefile
-+++ xfsdump-3.0.4/restore/Makefile
-@@ -114,7 +114,6 @@
-   $(INSTALL) -m 755 -d $(PKG_ROOT_SBIN_DIR)
-   $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_ROOT_SBIN_DIR)
-   $(INSTALL) -m 755 -d $(PKG_SBIN_DIR)
--  $(INSTALL) -S $(PKG_ROOT_SBIN_DIR)/$(LTCOMMAND) 
$(PKG_SBIN_DIR)/$(LTCOMMAND)
- install-dev:
- 
- $(COMMINCL) $(COMMON):

diff --git a/sys-fs/xfsdump/files/xfsdump-3.0.5-prompt-overflow.patch 
b/sys-fs/xfsdump/files/xfsdump-3.0.5-prompt-overflow.patch
deleted file mode 100644
index bd7fb3f..000
--- a/sys-fs/xfsdump/files/xfsdump-3.0.5-prompt-overflow.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-http://oss.sgi.com/bugzilla/show_bug.cgi?id=876
-https://bugs.gentoo.org/335115
-
 a/dump/content.c
-+++ b/dump/content.c
-@@ -6460,7 +6460,7 @@
- Media_prompt_erase( drive_t *drivep )
- {
-   fold_t fold;
--  char question[ 100 ];
-+  char question[ 200 ];
-   char *preamblestr[ PREAMBLEMAX ];
-   size_t preamblecnt;
-   char *querystr[ QUERYMAX ];

diff --git a/sys-fs/xfsdump/files/xfsdump-3.1.6-linguas.patch 
b/sys-fs/xfsdump/files/xfsdump-3.1.6-linguas.patch
deleted file mode 100644
index 5d5e54e..000
--- a/sys-fs/xfsdump/files/xfsdump-3.1.6-linguas.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From e12813b9d0883e02cc121ea503f4bff5fb67e9ef Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Fri, 8 Apr 2016 16:41:31 -0400
-Subject: [PATCH xfsdump] po: respect LINGUAS build setting
-
-It is common gettext practice to limit the translations a particular
-package will include by setting the LINGUAS environment variable.
-
-Signed-off-by: Mike Frysinger 

- po/Makefile | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/po/Makefile b/po/Makefile
-index 6d40324..48a19c1 100644
 a/po/Makefile
-+++ b/po/Makefile
-@@ -6,7 +6,10 @@ TOPDIR = ..
- include $(TOPDIR)/include/builddefs
- 
- POTHEAD = $(PKG_NAME).pot
--LINGUAS = de pl
-+# If the user has requested a specific set of translations, only build those.
-+SUPPORTED_LINGUAS = $(patsubst %.po,%,$(wildcard *.po))
-+LINGUAS ?= $(SUPPORTED_LINGUAS)
-+LINGUAS := $(filter $(SUPPORTED_LINGUAS),$(LINGUAS))
- LSRCFILES = $(LINGUAS:%=%.po)
- LDIRT = $(POTHEAD)
- 
--- 
-2.7.4
-

diff --git a/sys-fs/xfsdump/files/xfsdump-3.1.6-musl.patch 
b/sys-fs/xfsdump/files/xfsdump-3.1.6-musl.patch
deleted file mode 100644
index 12ca39e..000
--- a/sys-fs/xfsdump/files/xfsdump-3.1.6-musl.patch
+++ /dev/null
@@ -1,82 +0,0 @@
-diff -Naur 

[gentoo-commits] proj/musl:master commit in: sys-fs/xfsprogs/files/, sys-fs/xfsprogs/

2018-12-29 Thread Anthony G. Basile
commit: b38ac76db3440169aed9356f735bdf268acaa5ea
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 29 20:19:11 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 20:19:11 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b38ac76d

sys-fs/xfsprogs: in tree version works

Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-fs/xfsprogs/Manifest   |   1 -
 sys-fs/xfsprogs/files/xfsprogs-4.15.0-docdir.patch |  11 --
 .../files/xfsprogs-4.15.0-missing_includes.patch   |  39 ---
 .../files/xfsprogs-4.15.0-sharedlibs.patch | 114 -
 .../files/xfsprogs-4.9.0-underlinking.patch|  30 --
 sys-fs/xfsprogs/metadata.xml   |   8 --
 sys-fs/xfsprogs/xfsprogs-4.15.1.ebuild |  97 --
 7 files changed, 300 deletions(-)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
deleted file mode 100644
index 26b7912..000
--- a/sys-fs/xfsprogs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfsprogs-4.15.1.tar.xz 1188964 BLAKE2B 
7b4d1d2f71a0678f9246045e576262d6f3b3c59322e0b33b37dc46d84cdf5407a4b2fd6f2b99dd7647e9bfe9fe312fefe8162013dec9162f3a071421323aa52d
 SHA512 
4ec3f0438f33322f0ff6e5acb27cbb554ab48df3ae0ef11071992b085016f84b49ca7bdbaf3a6859427877ea9c419bcd37ac3058914d67409ba2d65e586508ee

diff --git a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-docdir.patch 
b/sys-fs/xfsprogs/files/xfsprogs-4.15.0-docdir.patch
deleted file mode 100644
index 53ba3ec..000
--- a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-docdir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 xfsprogs-4.15.0/scrub/Makefile
-+++ xfsprogs-4.15.0/scrub/Makefile
-@@ -25,7 +25,7 @@
- CRONTABS = xfs_scrub_all.cron
- OPTIONAL_TARGETS += $(CRONTABS)
- # Don't enable the crontab by default for now
--CROND_DIR = $(PKG_LIB_DIR)/$(PKG_NAME)
-+CROND_DIR = $(PKG_DOC_DIR)
- endif
- 
- endif # scrub_prereqs

diff --git a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-missing_includes.patch 
b/sys-fs/xfsprogs/files/xfsprogs-4.15.0-missing_includes.patch
deleted file mode 100644
index 5fe2776..000
--- a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-missing_includes.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From b354707a4acae9a09264e40195ba1c3b88b562b1 Mon Sep 17 00:00:00 2001
-From: "Jory A. Pratt" 
-Date: Mon, 9 Apr 2018 11:04:54 -0500
-Subject: [PATCH] Add support for missing includes
-
-Signed-off-by: Jory A. Pratt 

- include/workqueue.h | 2 ++
- scrub/xfs_scrub.c   | 1 +
- 2 files changed, 3 insertions(+)
-
-diff --git a/include/workqueue.h b/include/workqueue.h
-index b4b3541..edb2f8a 100644
 a/include/workqueue.h
-+++ b/include/workqueue.h
-@@ -22,6 +22,8 @@
- #ifndef   _WORKQUEUE_H_
- #define   _WORKQUEUE_H_
- 
-+#include 
-+
- struct workqueue;
- 
- typedef void workqueue_func_t(struct workqueue *wq, uint32_t index, void 
*arg);
-diff --git a/scrub/xfs_scrub.c b/scrub/xfs_scrub.c
-index ab26e63..9f33bdc 100644
 a/scrub/xfs_scrub.c
-+++ b/scrub/xfs_scrub.c
-@@ -18,6 +18,7 @@
-  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA.
-  */
- #include 
-+#include 
- #include 
- #include 
- #include 
--- 
-2.17.0
-

diff --git a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-sharedlibs.patch 
b/sys-fs/xfsprogs/files/xfsprogs-4.15.0-sharedlibs.patch
deleted file mode 100644
index 1080e44..000
--- a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-sharedlibs.patch
+++ /dev/null
@@ -1,114 +0,0 @@
 xfsprogs-4.15.0/include/buildmacros
-+++ xfsprogs-4.15.0/include/buildmacros
-@@ -70,18 +70,9 @@
- # /usr/lib.
- ifeq ($(ENABLE_SHARED),yes)
- INSTALL_LTLIB_DEV = \
--  cd $(TOPDIR)/$(LIBNAME)/.libs; \
--  ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
--  ../$(INSTALL) -m 644 -T old_lib $(LIBNAME).lai $(PKG_LIB_DIR); \
--  ../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_LIB_DIR)/$(LIBNAME).la ; \
--  ../$(INSTALL) -m 755 -d $(PKG_ROOT_LIB_DIR); \
--  ../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_ROOT_LIB_DIR); \
--  if [ "x$(shell readlink -f $(PKG_LIB_DIR))" != \
--   "x$(shell readlink -f $(PKG_ROOT_LIB_DIR))" ]; then \
--  ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).a 
$(PKG_ROOT_LIB_DIR)/$(LIBNAME).a; \
--  ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).la 
$(PKG_ROOT_LIB_DIR)/$(LIBNAME).la; \
--  ../$(INSTALL) -S $(PKG_ROOT_LIB_DIR)/$(LIBNAME).so 
$(PKG_LIB_DIR)/$(LIBNAME).so; \
--  fi
-+  set -e; cd $(TOPDIR)/$(LIBNAME); \
-+  $(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
-+  env -uDIST_ROOT $(LTINSTALL) $(TOPDIR)/$(LIBNAME)/$(LIBNAME).la 
$(DIST_ROOT)$(PKG_LIB_DIR)/$(LIBNAME).la
- else
- INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC)
- endif
 xfsprogs-4.15.0/libfrog/Makefile
-+++ xfsprogs-4.15.0/libfrog/Makefile
-@@ -5,6 +5,8 @@
- TOPDIR = ..
- include $(TOPDIR)/include/builddefs
- 
-+LTLIBS = $(LIBXFS) $(LIBBLKID)
-+
- LTLIBRARY = libfrog.la
- LT_CURRENT = 0
- LT_REVISION = 0
-@@ -34,6 +36,9 @@
- 
- include $(BUILDRULES)
- 
--install 

[gentoo-commits] proj/musl:master commit in: sys-fs/dosfstools/files/, sys-fs/dosfstools/

2018-12-29 Thread Anthony G. Basile
commit: d8c680e2c01a20ca85a6e0e5666e201f6cf60b7f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 29 20:15:41 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 20:15:41 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=d8c680e2

sys-fs/dosfstools: in tree version works

Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-fs/dosfstools/Manifest |  1 -
 sys-fs/dosfstools/dosfstools-4.0-r1.ebuild | 48 --
 .../dosfstools-4.0-fix-path-max-with-musl.patch| 11 -
 .../dosfstools/files/dosfstools-4.0-udevlibs.patch | 36 
 sys-fs/dosfstools/metadata.xml | 14 ---
 5 files changed, 110 deletions(-)

diff --git a/sys-fs/dosfstools/Manifest b/sys-fs/dosfstools/Manifest
deleted file mode 100644
index e5891d7..000
--- a/sys-fs/dosfstools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dosfstools-4.0.tar.xz 157564 SHA256 
9037738953559d1efe04fc5408b6846216cc0138f7f9d32de80b6ec3c35e7daf SHA512 
81acf54dc87e1a8b436848b0c8c596c8b9a2f334c5b3e5496547feb243b70ef320a621a9b5afaa8b054f45a5c2184fae9ae167019f2f83aba417a10954a23a58
 WHIRLPOOL 
eb6de4523ff2fbc7161bd75e0983148faf85d700489647ad8792abd4fb41503b85b2b2b6feb684a14d37c0c04d0307a5d885f5010f8ba386037a8e9eea512f85

diff --git a/sys-fs/dosfstools/dosfstools-4.0-r1.ebuild 
b/sys-fs/dosfstools/dosfstools-4.0-r1.ebuild
deleted file mode 100644
index 7293e0d..000
--- a/sys-fs/dosfstools/dosfstools-4.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit autotools toolchain-funcs flag-o-matic
-
-DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat"
-HOMEPAGE="https://github.com/dosfstools/dosfstools;
-SRC_URI="https://github.com/dosfstools/dosfstools/releases/download/v${PV}/${P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~sh ~sparc ~x86"
-IUSE="compat +udev"
-
-CDEPEND="udev? ( virtual/libudev )"
-DEPEND="${CDEPEND}
-   udev? ( virtual/pkgconfig )"
-RDEPEND="${CDEPEND}"
-
-RESTRICT="test" # there is no test target #239071
-
-PATCHES=(
-   "${FILESDIR}/${P}-udevlibs.patch"
-   "${FILESDIR}/${PN}-4.0-fix-path-max-with-musl.patch"
-)
-
-src_prepare() {
-   epatch "${PATCHES[@]}"
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
-   $(use_enable compat compat-symlinks) \
-   $(use_with udev)
-}
-
-src_install() {
-   default
-   if ! use compat; then
-   # Keep fsck -t vfat and mkfs -t vfat working, bug 584980.
-   dosym fsck.fat /usr/sbin/fsck.vfat
-   dosym mkfs.fat /usr/sbin/mkfs.vfat
-   fi
-}

diff --git 
a/sys-fs/dosfstools/files/dosfstools-4.0-fix-path-max-with-musl.patch 
b/sys-fs/dosfstools/files/dosfstools-4.0-fix-path-max-with-musl.patch
deleted file mode 100644
index f1fbefa..000
--- a/sys-fs/dosfstools/files/dosfstools-4.0-fix-path-max-with-musl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 src/device_info.c.orig
-+++ src/device_info.c
-@@ -17,6 +17,7 @@
- */
- 
- 
-+#include 
- #include 
- #include 
- #include 
-

diff --git a/sys-fs/dosfstools/files/dosfstools-4.0-udevlibs.patch 
b/sys-fs/dosfstools/files/dosfstools-4.0-udevlibs.patch
deleted file mode 100644
index 2320477..000
--- a/sys-fs/dosfstools/files/dosfstools-4.0-udevlibs.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 7538785afd751de509cd00740adf57fc6d730e33 Mon Sep 17 00:00:00 2001
-From: Lars Wendler 
-Date: Tue, 10 May 2016 09:47:57 +0200
-Subject: [PATCH] Don't link to udev via LDFLAGS. There's LDADD for such a
- task.
-
-See also:
-https://www.gnu.org/software/automake/manual/html_node/Linking.html
-
-Signed-off-by: Lars Wendler 

- src/Makefile.am | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 3d22ba7..a15e6e7 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -34,12 +34,12 @@ mkfs_common_sources = device_info.c device_info.h \
- mkfs_fat_SOURCES  = mkfs.fat.c msdos_fs.h $(mkfs_common_sources)
- mkfs_fat_CPPFLAGS = -I$(srcdir)/blkdev
- mkfs_fat_CFLAGS   = $(AM_CFLAGS) $(UDEV_CFLAGS)
--mkfs_fat_LDFLAGS  = $(UDEV_LIBS)
-+mkfs_fat_LDADD= $(UDEV_LIBS)
- 
- testdevinfo_SOURCES  = testdevinfo.c $(mkfs_common_sources)
- testdevinfo_CPPFLAGS = -I$(srcdir)/blkdev
- testdevinfo_CFLAGS   = $(AM_CFLAGS) $(UDEV_CFLAGS)
--testdevinfo_LDFLAGS  = $(UDEV_LIBS)
-+testdevinfo_LDADD= $(UDEV_LIBS)
- 
- 
- if COMPAT_SYMLINKS
--- 
-2.8.2
-

diff --git a/sys-fs/dosfstools/metadata.xml b/sys-fs/dosfstools/metadata.xml
deleted file mode 100644
index ffedbfb..000
--- a/sys-fs/dosfstools/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   base-sys...@gentoo.org
-   Gentoo Base System
-
-
- 

[gentoo-commits] proj/musl:master commit in: sys-fs/xfsdump/

2018-12-29 Thread Anthony G. Basile
commit: 51827bfeb3289664d2370dc7d92158a98c0da269
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 29 20:11:08 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 20:11:08 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=51827bfe

sys-fs/xfsdump: stable

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

 sys-fs/xfsdump/xfsdump-3.1.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/xfsdump/xfsdump-3.1.8.ebuild 
b/sys-fs/xfsdump/xfsdump-3.1.8.ebuild
index 0911d3f..c6f035a 100644
--- a/sys-fs/xfsdump/xfsdump-3.1.8.ebuild
+++ b/sys-fs/xfsdump/xfsdump-3.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc -sparc ~x86"
+KEYWORDS="amd64 ~mips ppc x86"
 IUSE="ncurses nls"
 
 RDEPEND="



[gentoo-commits] proj/musl:master commit in: sys-fs/lvm2/, sys-fs/lvm2/files/

2018-12-29 Thread Anthony G. Basile
commit: a51e6715937b32acc2e33ca76d54897b0fe05966
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 29 20:06:10 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 20:06:10 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=a51e6715

sys-fs/lvm2: sync with upstream

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

 sys-fs/lvm2/Manifest   |   5 +-
 sys-fs/lvm2/files/lvm.rc-2.02.116-r4   | 132 -
 .../files/{lvm.rc-2.02.166-r2 => lvm.rc-2.02.172}  |  68 ++---
 .../lvm2-2.02.129-dynamic-static-ldflags.patch |  59 
 .../files/lvm2-2.02.166-HPPA-no-O_DIRECT.patch |  12 +
 .../lvm2/files/lvm2-2.02.166-fix-stdio-usage.patch |  53 
 sys-fs/lvm2/files/lvm2-2.02.166-portability.patch  |  40 ---
 sys-fs/lvm2/files/lvm2-2.02.171-static-libm.patch  |  13 +
 .../files/lvm2-2.02.176-pthread-pkgconfig.patch|  29 ++
 sys-fs/lvm2/files/lvm2-2.02.178-asneeded.patch |  15 +
 .../lvm2-2.02.178-dynamic-static-ldflags.patch |  59 
 .../lvm2/files/lvm2-2.02.178-example.conf.in.patch |  50 
 .../lvm2-2.02.178-static-pkgconfig-libs.patch  | 102 +++
 sys-fs/lvm2/files/lvm2-avoid-mallinfo.patch|  71 -
 sys-fs/lvm2/files/lvm2-fix-stdio-usage.patch   | 111 
 sys-fs/lvm2/files/lvm2-musl-fixes.patch|  33 ---
 sys-fs/lvm2/lvm2-2.02.116-r4.ebuild| 285 ---
 sys-fs/lvm2/lvm2-2.02.116.ebuild   | 275 ---
 sys-fs/lvm2/lvm2-2.02.145-r2.ebuild|  58 +---
 sys-fs/lvm2/lvm2-2.02.166-r2.ebuild| 301 -
 sys-fs/lvm2/lvm2-2.02.171.ebuild   | 301 -
 sys-fs/lvm2/metadata.xml   |   5 -
 22 files changed, 388 insertions(+), 1689 deletions(-)

diff --git a/sys-fs/lvm2/Manifest b/sys-fs/lvm2/Manifest
index ab4e667..353cb66 100644
--- a/sys-fs/lvm2/Manifest
+++ b/sys-fs/lvm2/Manifest
@@ -1,4 +1 @@
-DIST LVM2.2.02.116.tgz 1538340 SHA256 
2479d6ea61c405efcfcd8a78390d00c1d2e9c92c0262f3ed599f2c0fb6f0b767 SHA512 
992541339637d597257850b4ff7f5348fb7cdcccf806ac8d986a3be1ad1edc5f6bfaedeed5128690c541d1a485cdc75742e90a766363c39867901003518fb84d
 WHIRLPOOL 
1e89ec941882fddba62c9649be46eb5bc6c9cb899669d4bbe4a4a1023c8bf7d8264c4815ef88bb39dedcb9637815411feb826aa102e629d77b80e45e099e398d
-DIST LVM2.2.02.145.tgz 1986370 SHA256 
98b7c4c07c485a462c6a86e1a5265757133ceea36289ead8a419af29ef39560b SHA512 
84e28b3efc940837ea9da70fce620744aea0945ba29383b76ad7bcd4b5259b897c714162a8e8b7cfe26ae736a3ad2eca633a3e0df4d6280a32b28bd4cf472d27
 WHIRLPOOL 
b8c6f4b737625547d4c2994d055f3334e2954f160d10840f1405b6a78f25fc17ba1d270f574408c151140e2afceb007cbfa1c146ed105bbdeca001a03368d549
-DIST LVM2.2.02.166.tgz 2148324 SHA256 
e120b066b85b224552efda40204488c5123de068725676fd6e5c8bc655051b94 SHA512 
8bebe9b474f791b5edf5366b0bd24861fbbaf8a83afa2a9e2a8e3917e05e4ecbf6877f018be03ffb4e9b4c8832208264165b85182bf79a07661adf35128b4a21
 WHIRLPOOL 
a4c2e0b2e8da85301b2518b35193304436715fdf45cbc7bc28fd6f7b88af15e611134d5a530d2311b23544aa67c3a7f13fd3780d4d46fc10854e624fb8b27870
-DIST LVM2.2.02.171.tgz 2333643 SHA256 
b815a711a2fabaa5c3dc1a4a284df0268bf0f325f0fc0f5c9530c9bbb54b9964 SHA512 
801adcc2ae483f81edf6bfba73090b6b8f710370e48764f08a62da71d617157075bea01593c2535ad5ba71dcb5e0cfe83cec9a65180a6e8b9e0d214bdee79883
 WHIRLPOOL 
fedd62612c6bb4b7764277a0d4474ff3557f041858c71eb7bf2a1c06b646637fe719f91a12c1b5c58ccefa7f4d2daba6bf30409340c52fd3a1b8b01ce62467ab
+DIST LVM2.2.02.145.tgz 1986370 BLAKE2B 
0c9e5efae17f26ff86152cecbf0b11a74e85007b2fa9491f44dec03ac8c11375bacf6685213b4be19037c8fbf70e13549516716ecf8fa262919a44625e6aab34
 SHA512 
84e28b3efc940837ea9da70fce620744aea0945ba29383b76ad7bcd4b5259b897c714162a8e8b7cfe26ae736a3ad2eca633a3e0df4d6280a32b28bd4cf472d27

diff --git a/sys-fs/lvm2/files/lvm.rc-2.02.116-r4 
b/sys-fs/lvm2/files/lvm.rc-2.02.116-r4
deleted file mode 100644
index 74b4a41..000
--- a/sys-fs/lvm2/files/lvm.rc-2.02.116-r4
+++ /dev/null
@@ -1,132 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-_get_lvm_path() {
-   local lvm_path=
-   for lvm_path in /bin/lvm /sbin/lvm ; do
-   [ -x "$lvm_path" ] && break
-   done
-   echo "${lvm_path}"
-}
-
-_need_lvmetad()
-{
-   local lvm_path="$(_get_lvm_path)"
-   [ ! -x "${lvm_path}" ] && return 1
-   ${lvm_path} dumpconfig global | grep -q 'use_lvmetad=1'
-}
-
-depend() {
-   before checkfs fsck
-   after modules device-mapper
-   # We may use lvmetad based on the configuration. If we added lvmetad
-   # support while lvm2 is running then we aren't dependent on it. For the
-   # more common case, if its disabled in the config we aren't dependent
-   # on it.
-   config /etc/lvm/lvm.conf
-   

[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/, net-libs/gnome-online-accounts/files/

2018-12-29 Thread Mart Raudsepp
commit: 10e8fa6ffe85fa59526797bc69bd3518ccb990ad
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 29 19:39:03 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 29 20:03:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e8fa6f

net-libs/gnome-online-accounts-3.28.0: fix build against glib-2.58

Also remove note about gnome-common need for eautoreconf - not the case
since 3.28 anymore.

Closes: https://bugs.gentoo.org/673606
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 .../files/3.28.0-glib-2.58-compat.patch| 327 +
 .../files/glib-2.58-compat2.patch  |  31 ++
 .../gnome-online-accounts-3.28.0.ebuild|   6 +-
 3 files changed, 363 insertions(+), 1 deletion(-)

diff --git a/net-libs/gnome-online-accounts/files/3.28.0-glib-2.58-compat.patch 
b/net-libs/gnome-online-accounts/files/3.28.0-glib-2.58-compat.patch
new file mode 100644
index 000..1d9a25c1dfd
--- /dev/null
+++ b/net-libs/gnome-online-accounts/files/3.28.0-glib-2.58-compat.patch
@@ -0,0 +1,327 @@
+From 975625cd298d0088fe08189d4f77b10c96601917 Mon Sep 17 00:00:00 2001
+From: Emmanuele Bassi 
+Date: Thu, 19 Jul 2018 12:54:39 +0100
+Subject: [PATCH] Build against GLib 2.57.2
+
+---
+
+diff --git a/src/daemon/goadaemon.c b/src/daemon/goadaemon.c
+index bfc5f861..63088d2d 100644
+--- a/src/daemon/goadaemon.c
 b/src/daemon/goadaemon.c
+@@ -1232,7 +1232,7 @@ get_all_providers_cb (GObject  *source,
+   g_free (key_file_data);
+   g_free (group);
+   g_free (id);
+-  g_clear_pointer (_file, (GDestroyNotify) g_key_file_unref);
++  g_clear_pointer (_file, g_key_file_unref);
+   g_object_unref (data->daemon);
+   g_object_unref (data->manager);
+   g_object_unref (data->invocation);
+@@ -1436,7 +1436,7 @@ on_account_handle_remove (GoaAccount*account,
+  out:
+   g_clear_object ();
+   g_clear_object ();
+-  g_clear_pointer (_file, (GDestroyNotify) g_key_file_unref);
++  g_clear_pointer (_file, g_key_file_unref);
+   g_free (group);
+   return TRUE; /* invocation was handled */
+ }
+diff --git a/src/daemon/main.c b/src/daemon/main.c
+index 9f9ac8f6..28c7a0fb 100644
+--- a/src/daemon/main.c
 b/src/daemon/main.c
+@@ -136,8 +136,8 @@ main (intargc,
+   g_clear_object (_daemon);
+   if (name_owner_id != 0)
+ g_bus_unown_name (name_owner_id);
+-  g_clear_pointer (, (GDestroyNotify) g_main_loop_unref);
+-  g_clear_pointer (_context, (GDestroyNotify) g_option_context_free);
++  g_clear_pointer (, g_main_loop_unref);
++  g_clear_pointer (_context, g_option_context_free);
+ 
+   g_message ("goa-daemon version %s exiting", PACKAGE_VERSION);
+ 
+diff --git a/src/examples/introspect-providers.c 
b/src/examples/introspect-providers.c
+index 56628a52..7541339e 100644
+--- a/src/examples/introspect-providers.c
 b/src/examples/introspect-providers.c
+@@ -157,7 +157,7 @@ get_all (GObject *source_object, GAsyncResult *res, 
gpointer user_data)
+   g_print ("%s", key_file_data);
+ 
+  out:
+-  g_clear_pointer (_file, (GDestroyNotify) g_key_file_unref);
++  g_clear_pointer (_file, g_key_file_unref);
+   g_free (key_file_data);
+   g_list_free_full (providers, g_object_unref);
+   g_main_loop_quit (loop);
+diff --git a/src/goabackend/goadlnaservermanager.c 
b/src/goabackend/goadlnaservermanager.c
+index 027e72af..0c362a5d 100644
+--- a/src/goabackend/goadlnaservermanager.c
 b/src/goabackend/goadlnaservermanager.c
+@@ -171,7 +171,7 @@ goa_dlna_server_manager_dispose (GObject *object)
+ {
+   GoaDlnaServerManager *self = GOA_DLNA_SERVER_MANAGER (object);
+ 
+-  g_clear_pointer (>servers, (GDestroyNotify) g_hash_table_unref);
++  g_clear_pointer (>servers, g_hash_table_unref);
+   g_clear_object (>proxy);
+ 
+   G_OBJECT_CLASS (goa_dlna_server_manager_parent_class)->dispose (object);
+diff --git a/src/goabackend/goaexchangeprovider.c 
b/src/goabackend/goaexchangeprovider.c
+index fb6a5ebf..6a1c779b 100644
+--- a/src/goabackend/goaexchangeprovider.c
 b/src/goabackend/goaexchangeprovider.c
+@@ -655,7 +655,7 @@ add_account (GoaProvider*provider,
+   g_signal_handlers_disconnect_by_func (dialog, dialog_response_cb, );
+ 
+   g_free (data.account_object_path);
+-  g_clear_pointer (, (GDestroyNotify) g_main_loop_unref);
++  g_clear_pointer (, g_main_loop_unref);
+   g_clear_object ();
+   g_clear_object (_client);
+   return ret;
+@@ -805,7 +805,7 @@ refresh_account (GoaProvider*provider,
+ g_propagate_error (error, data.error);
+ 
+   gtk_widget_destroy (dialog);
+-  g_clear_pointer (, (GDestroyNotify) g_main_loop_unref);
++  g_clear_pointer (, g_main_loop_unref);
+   g_clear_object ();
+   g_clear_object (_client);
+   return ret;
+diff --git a/src/goabackend/goaimapsmtpprovider.c 
b/src/goabackend/goaimapsmtpprovider.c
+index 443a4796..811d48c9 100644
+--- a/src/goabackend/goaimapsmtpprovider.c
 b/src/goabackend/goaimapsmtpprovider.c
+@@ -405,7 +405,7 @@ 

[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/, net-libs/gnome-online-accounts/files/

2018-12-29 Thread Mart Raudsepp
commit: 50dcee64165b3b6df19ab6146172b1179bba5fb5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 29 19:59:27 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 29 20:03:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50dcee64

net-libs/gnome-online-accounts-3.24.5: fix build against glib-2.58

Backported patch (needed tiny adjustments in the first commit of 2)
to make sure we won't hit issues for stable tree, should we need to
stabilize glib-2.58 earlier than GOA-3.28+.

Bug: https://bugs.gentoo.org/673606
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 .../files/3.24.5-glib-2.58-compat.patch| 328 +
 .../gnome-online-accounts-3.24.5.ebuild|   5 +
 2 files changed, 333 insertions(+)

diff --git a/net-libs/gnome-online-accounts/files/3.24.5-glib-2.58-compat.patch 
b/net-libs/gnome-online-accounts/files/3.24.5-glib-2.58-compat.patch
new file mode 100644
index 000..3964d15b86a
--- /dev/null
+++ b/net-libs/gnome-online-accounts/files/3.24.5-glib-2.58-compat.patch
@@ -0,0 +1,328 @@
+From eaaeb46caa8d0068a695c8356402fc7c342d6d09 Mon Sep 17 00:00:00 2001
+From: Emmanuele Bassi 
+Date: Thu, 19 Jul 2018 12:54:39 +0100
+Subject: [PATCH 1/2] Build against GLib 2.57.2
+
+(cherry picked from commit 975625cd298d0088fe08189d4f77b10c96601917)
+---
+
+diff --git a/src/daemon/goadaemon.c b/src/daemon/goadaemon.c
+index 89b60199..b600b943 100644
+--- a/src/daemon/goadaemon.c
 b/src/daemon/goadaemon.c
+@@ -1233,7 +1233,7 @@ get_all_providers_cb (GObject  *source,
+   g_free (key_file_data);
+   g_free (group);
+   g_free (id);
+-  g_clear_pointer (_file, (GDestroyNotify) g_key_file_unref);
++  g_clear_pointer (_file, g_key_file_unref);
+   g_object_unref (data->daemon);
+   g_object_unref (data->manager);
+   g_object_unref (data->invocation);
+@@ -1437,7 +1437,7 @@ on_account_handle_remove (GoaAccount*account,
+  out:
+   g_clear_object ();
+   g_clear_object ();
+-  g_clear_pointer (_file, (GDestroyNotify) g_key_file_unref);
++  g_clear_pointer (_file, g_key_file_unref);
+   g_free (group);
+   return TRUE; /* invocation was handled */
+ }
+diff --git a/src/daemon/main.c b/src/daemon/main.c
+index ae8c22d4..2db8d171 100644
+--- a/src/daemon/main.c
 b/src/daemon/main.c
+@@ -128,8 +128,8 @@ main (intargc,
+   g_clear_object (_daemon);
+   if (name_owner_id != 0)
+ g_bus_unown_name (name_owner_id);
+-  g_clear_pointer (, (GDestroyNotify) g_main_loop_unref);
+-  g_clear_pointer (_context, (GDestroyNotify) g_option_context_free);
++  g_clear_pointer (, g_main_loop_unref);
++  g_clear_pointer (_context, g_option_context_free);
+ 
+   g_message ("goa-daemon version %s exiting", PACKAGE_VERSION);
+ 
+diff --git a/src/examples/introspect-providers.c 
b/src/examples/introspect-providers.c
+index e5960a81..5cb1a3cc 100644
+--- a/src/examples/introspect-providers.c
 b/src/examples/introspect-providers.c
+@@ -153,7 +153,7 @@ get_all (GObject *source_object, GAsyncResult *res, 
gpointer user_data)
+   g_print ("%s", key_file_data);
+ 
+  out:
+-  g_clear_pointer (_file, (GDestroyNotify) g_key_file_unref);
++  g_clear_pointer (_file, g_key_file_unref);
+   g_free (key_file_data);
+   g_list_free_full (providers, g_object_unref);
+   g_main_loop_quit (loop);
+diff --git a/src/goabackend/goadlnaservermanager.c 
b/src/goabackend/goadlnaservermanager.c
+index 284922fe..aee245ae 100644
+--- a/src/goabackend/goadlnaservermanager.c
 b/src/goabackend/goadlnaservermanager.c
+@@ -175,7 +175,7 @@ goa_dlna_server_manager_dispose (GObject *object)
+   GoaDlnaServerManager *self = GOA_DLNA_SERVER_MANAGER (object);
+   GoaDlnaServerManagerPrivate *priv = self->priv;
+ 
+-  g_clear_pointer (>servers, (GDestroyNotify) g_hash_table_unref);
++  g_clear_pointer (>servers, g_hash_table_unref);
+   g_clear_object (>proxy);
+ 
+   G_OBJECT_CLASS (goa_dlna_server_manager_parent_class)->dispose (object);
+diff --git a/src/goabackend/goaexchangeprovider.c 
b/src/goabackend/goaexchangeprovider.c
+index 63ebe21e..428b2841 100644
+--- a/src/goabackend/goaexchangeprovider.c
 b/src/goabackend/goaexchangeprovider.c
+@@ -678,7 +678,7 @@ add_account (GoaProvider*provider,
+   g_signal_handlers_disconnect_by_func (dialog, dialog_response_cb, );
+ 
+   g_free (data.account_object_path);
+-  g_clear_pointer (, (GDestroyNotify) g_main_loop_unref);
++  g_clear_pointer (, g_main_loop_unref);
+   g_clear_object ();
+   g_clear_object (_client);
+   return ret;
+@@ -828,7 +828,7 @@ refresh_account (GoaProvider*provider,
+ g_propagate_error (error, data.error);
+ 
+   gtk_widget_destroy (dialog);
+-  g_clear_pointer (, (GDestroyNotify) g_main_loop_unref);
++  g_clear_pointer (, g_main_loop_unref);
+   g_clear_object ();
+   g_clear_object (_client);
+   return ret;
+diff --git a/src/goabackend/goaimapsmtpprovider.c 
b/src/goabackend/goaimapsmtpprovider.c
+index 

[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/

2018-12-29 Thread Mart Raudsepp
commit: 01b8544bf09c9f0e2f02c1683b464ab8480d6a72
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 29 19:43:58 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 29 20:03:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b8544b

net-libs/gnome-online-accounts: remove 3.26

Newly added 3.28 has tiny changes compared to 3.26, so could really
be considered a 3.26.2 bugfix release almost. More importantly, 3.26
would need patches for glib-2.58 compat, and as the surrounding code
is different a bit, not bothering with adapting the patch nor trying
if the 3.24 patch backport applies.

Bug: https://bugs.gentoo.org/673606
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 net-libs/gnome-online-accounts/Manifest|  1 -
 .../gnome-online-accounts-3.26.2.ebuild| 94 --
 2 files changed, 95 deletions(-)

diff --git a/net-libs/gnome-online-accounts/Manifest 
b/net-libs/gnome-online-accounts/Manifest
index 3b2d90938ea..0d5e1b2ca4b 100644
--- a/net-libs/gnome-online-accounts/Manifest
+++ b/net-libs/gnome-online-accounts/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-online-accounts-3.24.5.tar.xz 1391332 BLAKE2B 
9085cbb0c92bfcd338d5feca7ebdd3e3b15483e47fe29faffb8f9fb474663adeaf8d5cc81673c552652c9444e742f2782fd727c93bf488f5c976bde72d00ddce
 SHA512 
8db35d21f0639e7452ec5cb34455b6d48a77fe0755c525f22e5235abe758f09ad5a4685e5e4912a53def298c76a13b558704a83803b5aabecc13a0f9bc3ae0e4
-DIST gnome-online-accounts-3.26.2.tar.xz 1405424 BLAKE2B 
99b6bae527809e3c37248b35c0783e8f884577d93d1de04537f19cc2776f6204242469e78b51198c062272736c676bc67e1a3ef1cc4325eea94bb505e060ff0b
 SHA512 
be1a9f4e1944f19937c2718db64c6968fb1f7538cdb6f7ecfa0b48136d37b1aa0c8054ff7a91cf037fac72f1e8ac7b59b69af3db39c585674113538dccf19114
 DIST gnome-online-accounts-3.28.0.tar.xz 1531200 BLAKE2B 
104429ab97647c2b006c4f95f803d8be8f2d2a91b06f2b145b126b1ab34253c8870ed9f8a3b5be307cae3fc55a4894cb1e9479c680d1c14a558d525d962bcf01
 SHA512 
b5f83544aca0cd24dbc778a492e0da4ca82eb6acaab375daaf7aa1482acfd31c1ba82c1afc127a8890a63e883ac8a1f277da906819573d672d2d3da7f582c02b

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild
deleted file mode 100644
index cb8b8feecd4..000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
-
-LICENSE="LGPL-2+"
-SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE="debug gnome +introspection kerberos vala" # telepathy"
-REQUIRED_USE="vala? ( introspection )"
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-# goa kerberos provider is incompatible with app-crypt/heimdal, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=692250
-# json-glib-0.16 needed for bug #485092
-RDEPEND="
-   >=dev-libs/glib-2.52:2
-   >=app-crypt/libsecret-0.5
-   >=dev-libs/json-glib-0.16
-   dev-libs/libxml2:2
-   >=net-libs/libsoup-2.42:2.4
-   net-libs/rest:0.7
-   net-libs/telepathy-glib
-   >=net-libs/webkit-gtk-2.7.2:4
-   >=x11-libs/gtk+-3.19.12:3
-   x11-libs/pango
-
-   introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
-   kerberos? (
-   app-crypt/gcr:0=[gtk]
-   app-crypt/mit-krb5 )
-"
-#  telepathy? ( net-libs/telepathy-glib )
-# goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( 
>=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
-
-DEPEND="${RDEPEND}
-   vala? ( $(vala_depend) )
-   dev-libs/libxslt
-   >=dev-util/gtk-doc-am-1.3
-   >=dev-util/gdbus-codegen-2.30.0
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext
-   virtual/pkgconfig
-
-   dev-libs/gobject-introspection-common
-   gnome-base/gnome-common
-"
-# eautoreconf needs gobject-introspection-common, gnome-common
-
-# Due to sub-configure
-QA_CONFIGURE_OPTIONS=".*"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # TODO: Give users a way to set the G/FB/Windows Live secrets
-   # telepathy optional support is really a badly one, bug #494456 - now 
default disabled upstream - revisit soon
-   gnome2_src_configure \
-   --disable-static \
-   --enable-backend \
-   --enable-documentation \
-   --enable-exchange \
-   --enable-facebook \
-   --enable-flickr \
-   --enable-foursquare \
-   --enable-imap-smtp \
-   

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

2018-12-29 Thread Mart Raudsepp
commit: 186c07512a773faa8d99a71ef645f976b9a8c0ac
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 29 19:02:50 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 29 20:03:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186c0751

Revert "app-crypt/libsecret: fix homepage"

This reverts commit 22a7331e396c0e653c08d3062a3a2b430e74a1ff.

Previous homepage works fine, and is what is cited as homepage in the
DOAP file.

Signed-off-by: Mart Raudsepp  gentoo.org>

 app-crypt/libsecret/libsecret-0.18.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild 
b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild
index fa0a33a34bc..b982e64260f 100644
--- a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild
+++ b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild
@@ -8,7 +8,7 @@ VALA_USE_DEPEND=vapigen
 inherit gnome2 multilib-minimal python-any-r1 vala virtualx
 
 DESCRIPTION="GObject library for accessing the freedesktop.org Secret Service 
API"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libsecret/;
+HOMEPAGE="https://wiki.gnome.org/Projects/Libsecret;
 
 LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only
 SLOT="0"



[gentoo-commits] proj/linux-patches: New tag: 4.14-98

2018-12-29 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Dec 29 19:54:07 2018 +

New tag: 4.14-98




[gentoo-commits] proj/musl:master commit in: dev-libs/appstream-glib/

2018-12-29 Thread Anthony G. Basile
commit: 5cf7e00e6bb2d05ae52b955a14378d3ab92fbd33
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 29 19:42:11 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 19:42:11 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5cf7e00e

dev-libs/appstream-glib: stable

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

 dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild 
b/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild
index bd56c70..ad97b1d 100644
--- a/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild
+++ b/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://people.freedesktop.org/~hughsient/${PN}/releases/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/8" # soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc x86"
 IUSE="doc +introspection stemmer"
 
 RDEPEND="



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

2018-12-29 Thread Thomas Deutschmann
commit: 914ad66702ee2b2e7e722608c587bf5a2b4975dd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Dec 29 19:37:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Dec 29 19:39:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914ad667

gnome-base/gnome-core-libs: x86 keyworded (bug #673156)

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

 gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild 
b/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild
index eb913408f5b..a0248826260 100644
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild
@@ -11,7 +11,7 @@ IUSE="cups python"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 # Note to developers:
 # This is a wrapper for the core libraries used by GNOME 3



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

2018-12-29 Thread Thomas Deutschmann
commit: a6e4106294f49f2dd02395d9e845f3542d0722da
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Dec 29 19:36:55 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Dec 29 19:39:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e41062

gnome-base/gnome-desktop: x86 keyworded (bug #673156)

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

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

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



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

2018-12-29 Thread Thomas Deutschmann
commit: 06e8be4806f1e79c0faa72e21abf2577ef338d52
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Dec 29 19:35:44 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Dec 29 19:39:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e8be48

sys-apps/bubblewrap: x86 keyworded (bug #673156)

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

 sys-apps/bubblewrap/bubblewrap-0.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/bubblewrap/bubblewrap-0.3.1-r1.ebuild 
b/sys-apps/bubblewrap/bubblewrap-0.3.1-r1.ebuild
index c6de07fa075..0604caaa2e2 100644
--- a/sys-apps/bubblewrap/bubblewrap-0.3.1-r1.ebuild
+++ b/sys-apps/bubblewrap/bubblewrap-0.3.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/projectatomic/${PN}/releases/download/v${PV}/${P}.ta
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="selinux +suid"
 
 RDEPEND="



[gentoo-commits] proj/musl:master commit in: dev-libs/weston/

2018-12-29 Thread Anthony G. Basile
commit: f9153a3eca771bf565550920170b582c78f22839
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 29 19:37:39 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 19:39:08 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=f9153a3e

Revert "dev-libs/weston: stable"

This reverts commit f863a2eb2d97bac140d8130122d13f6db4581a22.

There is still a problem with 

Signed-off-by: Anthony G. Basile  gentoo.org>

 dev-libs/weston/Manifest| 2 +-
 dev-libs/weston/weston-3.0.0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/weston/Manifest b/dev-libs/weston/Manifest
index cf7ecfe..10c7bcf 100644
--- a/dev-libs/weston/Manifest
+++ b/dev-libs/weston/Manifest
@@ -1,2 +1,2 @@
 DIST weston-1.11.0.tar.xz 1242244 SHA256 
05e086e9f186a06843b9f7a5e1abf19347b1a6e4be26d7e74927abc17b6b7125 SHA512 
30c43058aeca2d90d8c57ee3beb824aa42474eb2d0fa942622949b49c7771eb5d8d9c452d496a13950baabffef3c343d7386821778ae931939039fab2f782ad5
 WHIRLPOOL 
5e76484c1413ddc14c426c80845790e6b636bb2d827188563ca9b41f23ca4afd6cf20c8a743c0ff1b6c09d371c3e6988d0e9765333660aeb8723ddf62208b876
-DIST weston-3.0.0.tar.xz 1300340 BLAKE2B 
38b46ecca03ffee7832a561348cb1d6604db7e0add8b5629141ce61593ae250625d71c6716f02296157ea5a61764ff10561fa7ffc8f3c1426a4c86589b13b5c3
 SHA512 
b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58
+DIST weston-3.0.0.tar.xz 1300340 SHA256 
cde1d55e8dd70c3cbb3d1ec72f60e6041579caa1d6a262bd9c35e93723a5 SHA512 
b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58
 WHIRLPOOL 
8b46b199f40e51530c17f782a12e0a3a5b65bffebc090db0c9296454b0bdcb053c0dfd6de3d0c5150e2404ea87d49280c11a0475382e2350699ae27deb204383

diff --git a/dev-libs/weston/weston-3.0.0.ebuild 
b/dev-libs/weston/weston-3.0.0.ebuild
index 8f74396..f162456 100644
--- a/dev-libs/weston/weston-3.0.0.ebuild
+++ b/dev-libs/weston/weston-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ if [[ $PV = * ]]; then
KEYWORDS=""
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="amd64 arm ~arm64 x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="MIT CC-BY-SA-3.0"



[gentoo-commits] proj/musl:master commit in: dev-libs/weston/

2018-12-29 Thread Anthony G. Basile
commit: f863a2eb2d97bac140d8130122d13f6db4581a22
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 29 19:31:14 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 19:31:14 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=f863a2eb

dev-libs/weston: stable

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

 dev-libs/weston/Manifest| 2 +-
 dev-libs/weston/weston-3.0.0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/weston/Manifest b/dev-libs/weston/Manifest
index 10c7bcf..cf7ecfe 100644
--- a/dev-libs/weston/Manifest
+++ b/dev-libs/weston/Manifest
@@ -1,2 +1,2 @@
 DIST weston-1.11.0.tar.xz 1242244 SHA256 
05e086e9f186a06843b9f7a5e1abf19347b1a6e4be26d7e74927abc17b6b7125 SHA512 
30c43058aeca2d90d8c57ee3beb824aa42474eb2d0fa942622949b49c7771eb5d8d9c452d496a13950baabffef3c343d7386821778ae931939039fab2f782ad5
 WHIRLPOOL 
5e76484c1413ddc14c426c80845790e6b636bb2d827188563ca9b41f23ca4afd6cf20c8a743c0ff1b6c09d371c3e6988d0e9765333660aeb8723ddf62208b876
-DIST weston-3.0.0.tar.xz 1300340 SHA256 
cde1d55e8dd70c3cbb3d1ec72f60e6041579caa1d6a262bd9c35e93723a5 SHA512 
b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58
 WHIRLPOOL 
8b46b199f40e51530c17f782a12e0a3a5b65bffebc090db0c9296454b0bdcb053c0dfd6de3d0c5150e2404ea87d49280c11a0475382e2350699ae27deb204383
+DIST weston-3.0.0.tar.xz 1300340 BLAKE2B 
38b46ecca03ffee7832a561348cb1d6604db7e0add8b5629141ce61593ae250625d71c6716f02296157ea5a61764ff10561fa7ffc8f3c1426a4c86589b13b5c3
 SHA512 
b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58

diff --git a/dev-libs/weston/weston-3.0.0.ebuild 
b/dev-libs/weston/weston-3.0.0.ebuild
index f162456..8f74396 100644
--- a/dev-libs/weston/weston-3.0.0.ebuild
+++ b/dev-libs/weston/weston-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ if [[ $PV = * ]]; then
KEYWORDS=""
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 arm ~arm64 x86"
 fi
 
 LICENSE="MIT CC-BY-SA-3.0"



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

2018-12-29 Thread Mike Pagano
commit: eb2c5798d3abe05f6239b6b9ff490166a6258678
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Dec 29 19:30:28 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Dec 29 19:30:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2c5798

sys-kernel/gentoo-sources: Linux patch 4.9.148

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.9.148.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index afdd6772fa7..2003b0685c2 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -64,6 +64,9 @@ DIST genpatches-4.9-149.extras.tar.xz 17352 BLAKE2B 
27d892d9422cc35237baeb8508c0
 DIST genpatches-4.9-150.base.tar.xz 2749808 BLAKE2B 
09f5df46d3481bd36b926d815641245c59ca71af1cf4db46db1b0a48639286a98bbc523425aea5889467f5177359f007dbcd251c1b0322f2e5602787e5d1d900
 SHA512 
8624d6d19a9b0d98c7522ca993a842e7d7e847098d68cb044f607ddf7da6430fb9e67ec153e8b45cd4931935e965565a0c70f0a1872ea503bc0a71323344ff71
 DIST genpatches-4.9-150.experimental.tar.xz 106404 BLAKE2B 
13325eea0168962262a7da96df45b6df63612943bb2a00cc424a40602684149539050bc8b71d5809f216f11e726484920d53a64ac0536b4d66da41e328fb5c66
 SHA512 
bc2770a2ced9b32995755bfb45c24453da891814e2a581151cf1264f7b1e027a393e284a33bc6ee7556df37ecef7f340629d4b50a210f318622d8026e5444fd9
 DIST genpatches-4.9-150.extras.tar.xz 17352 BLAKE2B 
b067099e63c5ede056668fd9eceed0ea08561b6e3f529b9cbf0d806e67505027d764c403b10f5920252d03d00fbfbe6c4e8360114fcf459707eeebab489991f4
 SHA512 
d93bbb55131a77480c6bbe06018af0c363e122fe616abd607cd898d7986909d6daa31ac2ff582678b8b326cff2ee1806eba59401ea5f50421614c2778c6da733
+DIST genpatches-4.9-151.base.tar.xz 2753600 BLAKE2B 
298508be7ead546d0f275ee96caee7dab18e6098bc24761681a02737349c987ca124c5b1d144a67dba4617e818f102954fec4e42a949161a3d4c192ce56d28fe
 SHA512 
eab84ed5b2900605c59fafa1d1e25ba3fa344ec40fb63495d894e8ceeb69e846ba56e4e64e9c45c5082a124f1f89ff3e1ed28af263e4899757f9e34f6f86e4a6
+DIST genpatches-4.9-151.experimental.tar.xz 106404 BLAKE2B 
026abe15773577e996d2b26bca4ad275e553a5f5626228a60ddbd4dabce07ee1eb8e9defb9d0b984494a885f66e19f22b1ecf4d4aeae83cc6d50e11fe234b240
 SHA512 
8c7fb60a1635c0231041adca62df94315c0d214615f81526846816a574cf41080875a206ce197c90bc419af580ea7d60604ca768189e21f98b1787f8d157ac43
+DIST genpatches-4.9-151.extras.tar.xz 17352 BLAKE2B 
030f1ee8d7daaad74cf54417316c4cea16ef901431dbdf92c0ddc4e7aa196dadfb4fa4fb2526ae4cc625735469a4d415795d2ebb655038376e6f529f5a9c6231
 SHA512 
3043a263a51669b333c28cd7bdc261bf792d2c8bc93a50df9b90dac8c0bf1da16e27da1480315c34a81e4e60ecbf24d7948db0b9da6bd3fdd986620404a2d7d0
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-4.20.tar.xz 104257836 BLAKE2B 
fb52cad2897da319299486fa8c3b9415cd0aee0842dbf353a5b269720dcb902db407bb55dd95a77b212dcb4a488c15363d561f3649d6bd16885561f2466d90b1
 SHA512 
e282399beea5da539701aed2bc131abd5bc74a970dcd344163e9d295106dfd700180e672ed546ae5e55bc6b9ac95efd5ca1de2039015c1b7a6fc9c01ea6583d4

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.148.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.148.ebuild
new file mode 100644
index 000..e1fda7d5cb5
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.148.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="151"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2018-12-29 Thread Mike Pagano
commit: 6d8a15e95c4e559b2607f2cbd172a2a23bcd45fc
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Dec 29 19:28:44 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Dec 29 19:28:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8a15e9

sys-kernel/gentoo-sources: Linuxpatch 4.19.13

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.19.13.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index d287635be03..afdd6772fa7 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -22,6 +22,9 @@ DIST genpatches-4.19-11.extras.tar.xz 17472 BLAKE2B 
09b2621f0a361687b80b5c33407b
 DIST genpatches-4.19-13.base.tar.xz 412288 BLAKE2B 
a6d49ed20d930f950600a8e592b23be50d2c88d2ee4856f5d9e6ca43308244434c1cdcc4411de61f4810b98901657efd54b102fffbf9baca54bd288b93941a6a
 SHA512 
6fd34295b8d3a6d19e2ad1fbd0eb1e2b28c9c6151cfc0c303146d9ed62124d8a8ac7ef94c4e45bf01c2a3dbafd15e43bf59c6818d72972bbd5450dccdeaa14c7
 DIST genpatches-4.19-13.experimental.tar.xz 5216 BLAKE2B 
5811a7b35fe9447bad8eedf438f00c862a6b7a91656812bba208a7f52ba6ed5f337d7ff57e9c22cba7b3bff24b2ef7b91aec224c4ef78d3be121a7b9a1af8782
 SHA512 
6904d266d84fbd058c0718beff3c8f8292bd3e7b9c4e73835d7fff78c1ce0cbad8e3ac0067b270d86d21447b77213364a4c14e00707ce00b07f8ef4d643720dd
 DIST genpatches-4.19-13.extras.tar.xz 17468 BLAKE2B 
677905876091db045248e91ff82f7a3f370b1f01a42c8340fa0502824d86e838026ff551426b2ea75034b1a793385041e97a0c0ff82d6b9eda918c3c3d7b40a0
 SHA512 
d5282f68f5318a568df2cd6018c356500bbb68d034bfcd2d3befaa0167b9fbb606b1895a60b292bcf276d186fad84c22a9c55aad76a4586d1f5b33d065b7da33
+DIST genpatches-4.19-14.base.tar.xz 427136 BLAKE2B 
0f78be376a046788ad6b840677b180fd1bfb8c1a4ec18c2c2b72dd3f6fb4de7adf4f46211db457e27cfeea148c4262e0369b05a61126ff236cf9bf4f88025a73
 SHA512 
afec4ff7da60d674e924579668f1dd02af8215f3269340f8a12b3280bc6c48f8bdd7a7a2028674070319738f37fc91103644ba654ab86d3989dba01e9f5ac9c7
+DIST genpatches-4.19-14.experimental.tar.xz 5220 BLAKE2B 
9fa46b7e40284fd44b7ba8dad99f12b1fc425656d1c5c2ef77bccf24396906657b0233d1a4693c6238294b1384959f9f2ba470dc8096bb9e3c249d5a5ee8bdb4
 SHA512 
e40d839a7efb9d986a47020eb821e7c54eebe5b8a7636459353c9e60e784616011f77789576b1be7d4ec1595f3f642481e55041cc66dff1e514db72a47f94b42
+DIST genpatches-4.19-14.extras.tar.xz 17492 BLAKE2B 
d5316cf3d2224df40f77a74ca48268fbc7e5af9bb5b101b42dc374f3d0ae2debfa2389751847c7d47dec29b9f6b077383be5f3dd2a7c138fa1b6ba10d91ff388
 SHA512 
b6d7b16f764dd6d46f23009d8dcc6f2f83de22081cf42e83948dca817f4eef4302d89899dca234ebcc8c255a45a4c877f776b5e8bd2aedbe9dc39c5e25d4af5c
 DIST genpatches-4.19-9.base.tar.xz 316176 BLAKE2B 
384d9f9a340faf4d13c14d6212e0395cc205eed94b2174a5163ca2294ff54c74ec829f54fd083b6c28b701e074a79d443f3ebbcd5c15caecbf7bb6418f5e9fc3
 SHA512 
f22133a24443f8f91ef4a4b8d27e49a135b8ea8cdd4b7e6bf262f0e1b233d3e46bb20d2e1f379c0f2563d8c2d8626066f9efcbf42ab8e1f621f17c4b5b1ae63e
 DIST genpatches-4.19-9.experimental.tar.xz 5220 BLAKE2B 
a252358ee591bb4094aa0361c48d36471ec93c5fc15fc2a4c8802a4417de6a6106c800b3c45e853aea8c483a6e2411fd147bbcbd6d97e3f3a0ea8370ec922449
 SHA512 
fdcb864a31a6501aefd53bb5b8a5753e9004fa02a0c210e1bb6b1f74c9764ff79b8b40208802d54cfa3fbf6f7428bc337d4eb9244f1d54ae66cfaa1ef2ad7501
 DIST genpatches-4.19-9.extras.tar.xz 17480 BLAKE2B 
82b74d204cdceed50f5c9f241630a4fa545aa15eb7fcd59e962d8677a5b7e80f8bef19d0ec1d70bcb940a5c72936391a5e0bc1f0f605b7c46dee648a5902a25c
 SHA512 
24a6dfcede8d2f819734afb6e7ed9e36dea73dd694f091ae36cfdff20212009ebcdcd7ff06d4d416972b86b8aa98779c5fe44d2628b45aaa224fa4ddae139bcb

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.13.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.13.ebuild
new file mode 100644
index 000..d34bdbbf85a
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.13.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="14"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] proj/musl: New branch: rust

2018-12-29 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 19:18:25 2018 +

New branch: rust




[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/files/, mail-client/thunderbird/

2018-12-29 Thread Thomas Deutschmann
commit: e7c5fd4c33e3407cde26429b3fb5f48503f70f74
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Dec 29 19:15:35 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Dec 29 19:16:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c5fd4c

mail-client/thunderbird: drop old

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

 mail-client/thunderbird/Manifest   | 162 --
 .../files/thunderbird-60.0-blessings-TERM.patch|  70 ---
 .../files/thunderbird-60.0-rust-1.29-comp.patch|  37 --
 mail-client/thunderbird/thunderbird-60.3.0.ebuild  | 560 
 .../thunderbird/thunderbird-60.3.2-r1.ebuild   | 555 
 .../thunderbird/thunderbird-60.3.3-r1.ebuild   | 561 -
 6 files changed, 1945 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index ebabe2c17f1..8099f235159 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -62,168 +62,6 @@ DIST thunderbird-52.9.1-zh-CN.xpi 593611 BLAKE2B 
441b5332a08daca64282a8d4233c7d9
 DIST thunderbird-52.9.1-zh-TW.xpi 595728 BLAKE2B 
8e2f6bdb65418ae837cef54f042eb8aa8ae32e952cece4e3a5a8cd13a4ac99a56495b7cca900d7ecd10d82ab77ed334a8e27eba8d49aca066bd2bb7d7182deb4
 SHA512 
24f48563439450751066d49f609ac4df9d7e31d7cea36ce8f2ad8f38b04fc4d1be99d50463700c4ea2963948b0ec1c1b5323cada6a3b1480f1debe52d50c4f1e
 DIST thunderbird-52.9.1.source.tar.xz 230475264 BLAKE2B 
ec2763d21bf88779867f4478dfc544b5afbe1062ce51f09c1ecc423c3289f0cd91ae79bc87d726ae77d885290843631f36800fff18d802cd4a998966e7793b74
 SHA512 
0de80a5036b1e8a5a8549c546b4693cb285ee4d10f546f4b4aceed9e1d6c64b9dbafce7bacaaf057112130036f7b41fb2e0fa3343412140e6ac926dd94c27d23
 DIST thunderbird-60.0-patches-0.tar.xz 10292 BLAKE2B 
a81ac6708389baff21aac1511c1fc372324cac8bb3ee0f3b5d2a0690b6e22ef658b41c887b99168b43c4ea4bb0947d3e48ad9b7e80db558db22c976df868
 SHA512 
1dae465676b2ff4faae08ebf69e6bac46552bc0331659bf5f444c45b026e4c8d2fc46cd3758e3bd121716aa85d5dcc56de6483919f7f0077b9d9720574dbd1aa
-DIST thunderbird-60.3.0-ar.xpi 627180 BLAKE2B 
f9e41733530ec33359580b67f9a4053378717da58bfd527ed92f802a13dc1d171decae52a9c836b8cfd08d07e056c049b35770d1284b72735b4ac6be71b609b4
 SHA512 
6932419ec7cb0f8fbccbdda0fe67e9965115f6a4926e195ba3afa3f12335888f2bd48d05513f22a3e8619b854e54d914e4d3a267fc327f85de1b5e707af00c7d
-DIST thunderbird-60.3.0-ast.xpi 560865 BLAKE2B 
4e42ad1786b3e605aeec6affefa3b89f30a205e8eeb016dbd118985e68961fa9fd34243c0ea1e8984cf3ebeccc1aa24beaf1d0c6dc6a1b1aacab86a650316bb1
 SHA512 
343d427a37b2d07620f25853c29879542fa8b14d894509fdfefde3367066c9de425d59e8880a27cc1ab602d26b3f2cb70f61cf29afc4756974c630b302e7612c
-DIST thunderbird-60.3.0-be.xpi 659078 BLAKE2B 
6fe6c79cceaee423acafc1c4ec7990d9c377ce5e1b6e0c52d65ccc289cb05ef5ff25433c17be4b9c92b2f2c97c65379a1254036b18df54957c69818615100d79
 SHA512 
59f307f3c18a03867dbab677ebf33ec3d1ee6efbf863189faee77eab0f674c4d365b5a59e121c57de748dd245b16d7daa08a30aa7efd03a820e8ee3e07eabda0
-DIST thunderbird-60.3.0-bg.xpi 665511 BLAKE2B 
8a0c4f2d44e678c31bcc09b237e69c20e20466565ddecb3c753d9345cebcd8d5ad3be0ce918ab9a1057ed225b95e822711eda4150901c8c9929098a130699415
 SHA512 
7b7de7e21d8e4b56add402ce3323ed23ee62118f9eb95b7d179007c9c235ee136430163a667dcc7bf0d52da06cafe716aa719aedbcb0a09f19bbce31c7c69d79
-DIST thunderbird-60.3.0-br.xpi 581591 BLAKE2B 
b7121e8ed5e590094fc60a15ae30d611ed16728e73be02e526410ea602edf05006b5684b4fc7a647b3bc1d9a9ae62f0e68928ae6b5150f51e55b58eb2add34d4
 SHA512 
7b298b4fecd3d7955e477fa104ffa37b479e594312f4d709f348257abc56e7e34c5e09ab900cfb4873deddeff0005a59be647217203639db675eb1c3e2035a74
-DIST thunderbird-60.3.0-ca.xpi 591970 BLAKE2B 
69e1f69ecc20018db8ea373423192e2eaf4a070f77dcb66c0df63f80f4949efe83a2a5c06a65f033f696aa556c87a3d902cde91ae1f4ae8bc64e0459dc7ebeff
 SHA512 
18950a7eeda7043fa75a00b01ba7a311a94990c3e4eb940ddd2543eeaddae69f66909ffbf69a6aa60f07fc194c8f80ed7c275838772dc930c08eb385916e4ca6
-DIST thunderbird-60.3.0-cs.xpi 611201 BLAKE2B 
f2c051c3e667baf9ee16b1544547910d03031d9a2f4793622edda3557c3316545ba9e99f506af0d557a713781f983bea2fd402a668a9f726320b426f9205b2a7
 SHA512 
6345b32778357514998da218a6316ef13fd865f5f66d95c6294ff524ff05e527c88d8a9ee57ff30d7aa0fa792f093dd91fea4814e8fdc8c93275f37db97cfab3
-DIST thunderbird-60.3.0-cy.xpi 582232 BLAKE2B 
29efad3ac7fe84f9e784bae5fd05b6d98437022b15796d06aa355cb121a7fdbe5f2ed31fd811d11346d7530b8238ef2d20786a7e090b350b7b299e16af997210
 SHA512 
5d50dd9662d4cd0e19c8217e7dd615b39cbe1ee6b7c7e1f07e62c583f276b93317bef3a02b883bafec5b9f5e469c1afe895b6027c822087727dadeaeb0620c3d
-DIST thunderbird-60.3.0-da.xpi 570805 BLAKE2B 
020b0de0daf9f3c743cb32a9c0655a8e950a62a114130c988f94fc4a6403bd8e2df0a05be2fbc00377d726e8aff2d332424c18e59dfc31938a675ce18b739ad8
 SHA512 
8a66cf19804a0fd4631410ddc0014e80fc1a14e071a0b1a9f924f661dedd0d0c29fb5ff920476a5c552f20e7895b43b7b3079905a1eaf037371434be32901301

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

2018-12-29 Thread Tim Harder
commit: 752c48afe85dcfe7cf3dc5ea3481c4ff0caa9cd9
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Dec 29 18:10:44 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Dec 29 19:13:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752c48af

dev-libs/pugixml: remove old

Signed-off-by: Tim Harder  gentoo.org>

 dev-libs/pugixml/Manifest   |  1 -
 dev-libs/pugixml/pugixml-1.8.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-libs/pugixml/Manifest b/dev-libs/pugixml/Manifest
index 14f9b1635e9..0bcbab4e0b0 100644
--- a/dev-libs/pugixml/Manifest
+++ b/dev-libs/pugixml/Manifest
@@ -1,2 +1 @@
-DIST pugixml-1.8.tar.gz 357806 BLAKE2B 
7f7b9c0a1e51186b6511c53dfd11a3fabbc28343e87fcb98c0480a6b8216bb6dbbfc7bc6bfa7b06b649061910b542747a60c7b04d76b5683f4d823da5f9d4dcc
 SHA512 
f59d83e6685949ab392fb08a60b9153f709697e7c1f93989c3d07ac1817b381fa13b2bea23914de803c4db090e3f503d943db0baf53597f7f8c7d734e8028f42
 DIST pugixml-1.9.tar.gz 377369 BLAKE2B 
39b5b0d63a20e9c15c5634e56f82207aed63843d252900db94dbf06d100d03916a16523ccb9de433cc94ded4a9e9d1dc11f47bfd6fd75e348a9a2af31c305db6
 SHA512 
853a9d985aae537391c6524d5413ef4de237d99d96cc58ea7fe7152f786df1e408cdacd2e4387697e23c3e67cdc1d42b29de554501309eae16d86edd0e24785f

diff --git a/dev-libs/pugixml/pugixml-1.8.ebuild 
b/dev-libs/pugixml/pugixml-1.8.ebuild
deleted file mode 100644
index 76d9c128eb9..000
--- a/dev-libs/pugixml/pugixml-1.8.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-CMAKE_MAKEFILE_GENERATOR=emake
-
-inherit cmake-utils
-
-DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath 
support"
-HOMEPAGE="https://pugixml.org/ https://github.com/zeux/pugixml/;
-SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-
-src_configure() {
-   local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
-   cmake-utils_src_configure
-}



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

2018-12-29 Thread Tim Harder
commit: bb42ba80fdc47ddaaaf2f1d2a81f6507b527544f
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Dec 29 18:48:28 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Dec 29 19:13:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb42ba80

media-gfx/chafa: initial import

Signed-off-by: Tim Harder  gentoo.org>

 media-gfx/chafa/Manifest   |  1 +
 media-gfx/chafa/chafa-1.0.1.ebuild | 40 ++
 media-gfx/chafa/metadata.xml   | 14 +
 3 files changed, 55 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
new file mode 100644
index 000..5dafec7cd10
--- /dev/null
+++ b/media-gfx/chafa/Manifest
@@ -0,0 +1 @@
+DIST chafa-1.0.1.tar.xz 311616 BLAKE2B 
c7060cf1b20f7c2eaa6eb8265422031dea1b3b80c106b08b11b431336044e154609ad73c7654a0085a8ca0b71bc01e06377ded638081bdfaeb96aac054577ed8
 SHA512 
fe0dc8ecec77c7b1b4c694d6dd3f4de895a07faf39519f47c2284d76261e2c6298943fa5309cdca6d41ef0a22fe0321a2ef890f319903596bdfaad10394e7ec2

diff --git a/media-gfx/chafa/chafa-1.0.1.ebuild 
b/media-gfx/chafa/chafa-1.0.1.ebuild
new file mode 100644
index 000..53d1b3126f4
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.0.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa;
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz;
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs +tools"
+
+RDEPEND="
+   dev-libs/glib:2
+   media-gfx/imagemagick:0=
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   local econfargs=(
+   $(use_enable static-libs static)
+   # install manpage manually
+   --disable-man
+   $(use_with tools)
+   )
+
+   econf "${econfargs[@]}"
+}
+
+src_install() {
+   local DOCS=( AUTHORS NEWS README TODO )
+   default
+
+   use tools && doman docs/chafa.1
+
+   find "${ED}"/usr/lib* -name '*.la' -delete || die
+}

diff --git a/media-gfx/chafa/metadata.xml b/media-gfx/chafa/metadata.xml
new file mode 100644
index 000..3f369d599d1
--- /dev/null
+++ b/media-gfx/chafa/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   graph...@gentoo.org
+   Gentoo Graphics Project
+   
+   
+   Build command-line tools
+   
+   
+   hpjansson/chafa
+   
+



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

2018-12-29 Thread Thomas Deutschmann
commit: 47e2f245592278940271aecc0c8d6d80cb61aabf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Dec 29 18:49:28 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Dec 29 19:12:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e2f245

net-im/prosody: x86 stable (bug #673756)

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

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

diff --git a/net-im/prosody/prosody-0.11.1.ebuild 
b/net-im/prosody/prosody-0.11.1.ebuild
index f689a5b6e18..8049f02ed56 100644
--- a/net-im/prosody/prosody-0.11.1.ebuild
+++ b/net-im/prosody/prosody-0.11.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://prosody.im/tmp/${MY_PV}/${MY_P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~x86"
+KEYWORDS="amd64 arm x86"
 IUSE="ipv6 libevent mysql postgres sqlite ssl zlib jit libressl test"
 
 BASE_DEPEND="net-im/jabber-base



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

2018-12-29 Thread Thomas Deutschmann
commit: 8d70eac21393b0f0544f736409b15c5d33c4e005
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Dec 29 18:48:54 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Dec 29 19:12:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d70eac2

app-text/pdfgrep: x86 stable (bug #655506)

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

 app-text/pdfgrep/pdfgrep-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pdfgrep/pdfgrep-2.0.1.ebuild 
b/app-text/pdfgrep/pdfgrep-2.0.1.ebuild
index 1a23fbb18c9..94665a7d2fb 100644
--- a/app-text/pdfgrep/pdfgrep-2.0.1.ebuild
+++ b/app-text/pdfgrep/pdfgrep-2.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.pdfgrep.org/download/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+pcre test unac"
 
 RDEPEND="



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

2018-12-29 Thread Thomas Deutschmann
commit: 6525807e4f68f2a0cdd6ccd960ea55b80c2a2183
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Dec 29 18:53:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Dec 29 19:12:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6525807e

sys-apps/util-linux: x86 stable (bug #673976)

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

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

diff --git a/sys-apps/util-linux/util-linux-2.33-r1.ebuild 
b/sys-apps/util-linux/util-linux-2.33-r1.ebuild
index 893385c398d..701650be1d0 100644
--- a/sys-apps/util-linux/util-linux-2.33-r1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.33-r1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]] ; then

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

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 



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

2018-12-29 Thread Thomas Deutschmann
commit: dc3bc30edbc786d6e8a7e23c23e9d589140c0908
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Dec 29 18:52:17 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Dec 29 19:12:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3bc30e

dev-util/strace: x86 stable (bug #673824)

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

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

diff --git a/dev-util/strace/strace-4.25.ebuild 
b/dev-util/strace/strace-4.25.ebuild
index 2e8dacbacea..34102322dc3 100644
--- a/dev-util/strace/strace-4.25.ebuild
+++ b/dev-util/strace/strace-4.25.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



  1   2   3   >