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

2018-02-19 Thread Ulrich Müller
commit: a0bb66bda5c1d38a3a7999ab23ccf70f645613cf
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb 20 07:44:39 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Feb 20 07:46:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0bb66bd

app-editors/emacs: Disable the sandbox only when dumping.

Note that unsetting LD_PRELOAD will have an effect only for
>=sys-apps/sandbox-2.13.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-editors/emacs/emacs-25.3-r2.ebuild | 379 +
 1 file changed, 379 insertions(+)

diff --git a/app-editors/emacs/emacs-25.3-r2.ebuild 
b/app-editors/emacs/emacs-25.3-r2.ebuild
new file mode 100644
index 000..46e2a320282
--- /dev/null
+++ b/app-editors/emacs/emacs-25.3-r2.ebuild
@@ -0,0 +1,379 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp-common flag-o-matic multilib readme.gentoo-r1
+
+DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
+HOMEPAGE="https://www.gnu.org/software/emacs/;
+SRC_URI="mirror://gnu/emacs/${P}.tar.xz"
+
+LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
+SLOT="25"
+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"
+IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos 
libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg tiff 
toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib"
+REQUIRED_USE="?? ( aqua X )"
+
+RDEPEND="sys-libs/ncurses:0=
+   >=app-eselect/eselect-emacs-1.16
+   >=app-emacs/emacs-common-gentoo-1.5[games?,X?]
+   net-libs/liblockfile
+   acl? ( virtual/acl )
+   alsa? ( media-libs/alsa-lib )
+   dbus? ( sys-apps/dbus )
+   gpm? ( sys-libs/gpm )
+   hesiod? ( net-dns/hesiod )
+   !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) )
+   kerberos? ( virtual/krb5 )
+   libxml2? ( >=dev-libs/libxml2-2.2.0 )
+   selinux? ( sys-libs/libselinux )
+   ssl? ( net-libs/gnutls:0= )
+   zlib? ( sys-libs/zlib )
+   X? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-misc/xbitmaps
+   gconf? ( >=gnome-base/gconf-2.26.2 )
+   gsettings? ( >=dev-libs/glib-2.28.6 )
+   gif? ( media-libs/giflib:0= )
+   jpeg? ( virtual/jpeg:0= )
+   png? ( >=media-libs/libpng-1.4:0= )
+   svg? ( >=gnome-base/librsvg-2.0 )
+   tiff? ( media-libs/tiff:0 )
+   xpm? ( x11-libs/libXpm )
+   imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= )
+   xft? (
+   media-libs/fontconfig
+   media-libs/freetype
+   x11-libs/libXft
+   x11-libs/libXrender
+   cairo? ( >=x11-libs/cairo-1.12.18 )
+   m17n-lib? (
+   >=dev-libs/libotf-0.9.4
+   >=dev-libs/m17n-lib-1.5.1
+   )
+   )
+   gtk? (
+   gtk3? ( x11-libs/gtk+:3 )
+   !gtk3? ( x11-libs/gtk+:2 )
+   )
+   !gtk? (
+   motif? (
+   >=x11-libs/motif-2.3:0
+   x11-libs/libXp
+   x11-libs/libXpm
+   x11-libs/libXmu
+   x11-libs/libXt
+   )
+   !motif? (
+   Xaw3d? (
+   x11-libs/libXaw3d
+   x11-libs/libXmu
+   x11-libs/libXt
+   )
+   !Xaw3d? ( athena? (
+   x11-libs/libXaw
+   x11-libs/libXmu
+   x11-libs/libXt
+   ) )
+   )
+   )
+   )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   gzip-el? ( app-arch/gzip )
+   pax_kernel? ( sys-apps/attr )"
+
+RDEPEND="${RDEPEND}
+   !https://bugzilla.gnome.org/show_bug.cgi?id=85715>.
+   If you intend to use more than one display, 
then it is strongly
+   recommended that you compile Emacs with the 
Athena/Lucid or the
+

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

2018-02-19 Thread Ulrich Müller
commit: e5a9c9adc17b23caef553261234630cbad4fccff
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb 20 07:46:16 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Feb 20 07:46:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a9c9ad

app-editors/emacs-vcs: Disable the sandbox only when dumping.

Note that unsetting LD_PRELOAD will have an effect only for
>=sys-apps/sandbox-2.13.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild  | 12 ++--
 app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild  | 12 ++--
 app-editors/emacs-vcs/emacs-vcs-26.0.-r1.ebuild | 12 ++--
 app-editors/emacs-vcs/emacs-vcs-27.0..ebuild| 12 ++--
 4 files changed, 40 insertions(+), 8 deletions(-)

diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild
index 2153ada2274..b332683366c 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild
@@ -273,8 +273,16 @@ src_configure() {
 }
 
 src_compile() {
-   export SANDBOX_ON=0 # for the unbelievers, see Bug 
#131505
-   emake
+   # Disable sandbox when dumping. For the unbelievers, see bug #131505
+   cat >src/temacs-wrapper <<-'EOF' || die
+   #!/bin/bash
+   export SANDBOX_ON=0
+   unset LD_PRELOAD
+   exec ./temacs "$@"
+   EOF
+   chmod +x src/temacs-wrapper || die
+
+   emake RUN_TEMACS="./temacs-wrapper"
 }
 
 src_install () {

diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
index 2153ada2274..b332683366c 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
@@ -273,8 +273,16 @@ src_configure() {
 }
 
 src_compile() {
-   export SANDBOX_ON=0 # for the unbelievers, see Bug 
#131505
-   emake
+   # Disable sandbox when dumping. For the unbelievers, see bug #131505
+   cat >src/temacs-wrapper <<-'EOF' || die
+   #!/bin/bash
+   export SANDBOX_ON=0
+   unset LD_PRELOAD
+   exec ./temacs "$@"
+   EOF
+   chmod +x src/temacs-wrapper || die
+
+   emake RUN_TEMACS="./temacs-wrapper"
 }
 
 src_install () {

diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.-r1.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-26.0.-r1.ebuild
index 2153ada2274..b332683366c 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.0.-r1.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0.-r1.ebuild
@@ -273,8 +273,16 @@ src_configure() {
 }
 
 src_compile() {
-   export SANDBOX_ON=0 # for the unbelievers, see Bug 
#131505
-   emake
+   # Disable sandbox when dumping. For the unbelievers, see bug #131505
+   cat >src/temacs-wrapper <<-'EOF' || die
+   #!/bin/bash
+   export SANDBOX_ON=0
+   unset LD_PRELOAD
+   exec ./temacs "$@"
+   EOF
+   chmod +x src/temacs-wrapper || die
+
+   emake RUN_TEMACS="./temacs-wrapper"
 }
 
 src_install () {

diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0..ebuild 
b/app-editors/emacs-vcs/emacs-vcs-27.0..ebuild
index e2c11b5e4c5..9cf901fe95f 100644
--- a/app-editors/emacs-vcs/emacs-vcs-27.0..ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-27.0..ebuild
@@ -273,8 +273,16 @@ src_configure() {
 }
 
 src_compile() {
-   export SANDBOX_ON=0 # for the unbelievers, see Bug 
#131505
-   emake
+   # Disable sandbox when dumping. For the unbelievers, see bug #131505
+   cat >src/temacs-wrapper <<-'EOF' || die
+   #!/bin/bash
+   export SANDBOX_ON=0
+   unset LD_PRELOAD
+   exec ./temacs "$@"
+   EOF
+   chmod +x src/temacs-wrapper || die
+
+   emake RUN_TEMACS="./temacs-wrapper"
 }
 
 src_install () {



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

2018-02-19 Thread Fabian Groffen
commit: b4ce7744e23aaae6b698a9866b4922d9aeb22c95
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Feb 20 07:28:37 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Feb 20 07:28:37 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b4ce7744

scripts/bootstrap-prefix: bump snapshot for bison and autoconf fixes

Bug: https://bugs.gentoo.org/648162
Bug: https://bugs.gentoo.org/648156

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index cf7d96721d..ea7a874261 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -549,7 +549,7 @@ do_tree() {
 bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
-   local PV="20180208"
+   local PV="20180219"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else



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

2018-02-19 Thread Jeroen Roovers
commit: cab50b4f6fe2a058a89a8a0141dbceb74a68b2b0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Feb 20 07:27:09 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Feb 20 07:27:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab50b4f

net-analyzer/sngrep: Initial commit (bug #534780).

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-analyzer/sngrep/Manifest   |  1 +
 net-analyzer/sngrep/files/sngrep-1.4.5-tinfo.patch | 13 +++
 net-analyzer/sngrep/metadata.xml   | 12 ++
 net-analyzer/sngrep/sngrep-1.4.5.ebuild| 43 ++
 4 files changed, 69 insertions(+)

diff --git a/net-analyzer/sngrep/Manifest b/net-analyzer/sngrep/Manifest
new file mode 100644
index 000..f6075c3f385
--- /dev/null
+++ b/net-analyzer/sngrep/Manifest
@@ -0,0 +1 @@
+DIST sngrep-1.4.5.tar.gz 233379 BLAKE2B 
b2b080850ad9bc0ab961558781a3c8dd2b0d021d6d5763f6a0fbf56ad20581aeaed3b03804eecc4aa11ef2c8f796f742d990b33fb6d6929a735db7932785bc37
 SHA512 
428db158146fdf17e8276700a3c32e90d0d4b26b795f0c00eca047b048cf7b66fe20e3f9923823a5240018d1a941d1d32199bfe1bbb8622dc0d813fb0e7d6e73

diff --git a/net-analyzer/sngrep/files/sngrep-1.4.5-tinfo.patch 
b/net-analyzer/sngrep/files/sngrep-1.4.5-tinfo.patch
new file mode 100644
index 000..f3829560264
--- /dev/null
+++ b/net-analyzer/sngrep/files/sngrep-1.4.5-tinfo.patch
@@ -0,0 +1,13 @@
+--- a/configure.ac
 b/configure.ac
+@@ -98,6 +98,10 @@
+   ])
+ ])
+ 
++AC_SEARCH_LIBS([keyname], [tinfo], [], [
++  AC_MSG_ERROR([ You need to have ncurses panelw library installed to 
compile sngrep.])
++])
++
+ 
+  GnuTLS Support
+ 

diff --git a/net-analyzer/sngrep/metadata.xml b/net-analyzer/sngrep/metadata.xml
new file mode 100644
index 000..eeb043ad62b
--- /dev/null
+++ b/net-analyzer/sngrep/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+net...@gentoo.org
+
+
+Enable EEP packet send/receive support
+Use net-libs/gnutls to parse captured TLS 
packets
+Use dev-libs/openssl to parse captured TLS 
packets
+
+

diff --git a/net-analyzer/sngrep/sngrep-1.4.5.ebuild 
b/net-analyzer/sngrep/sngrep-1.4.5.ebuild
new file mode 100644
index 000..f9c686aba4d
--- /dev/null
+++ b/net-analyzer/sngrep/sngrep-1.4.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="Ncurses SIP Messages flow viewer"
+HOMEPAGE="https://github.com/irontec/sngrep;
+SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="eep gnutls ipv6 openssl pcre unicode"
+REQUIRED_USE="
+   gnutls? ( !openssl )
+"
+
+DEPEND="
+   net-libs/libpcap
+   sys-libs/ncurses:*[unicode?]
+   openssl? ( dev-libs/openssl:* )
+   gnutls? ( net-libs/gnutls )
+"
+RDEPEND="${DEPEND}"
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.4.5-tinfo.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable eep) \
+   $(use_enable ipv6) \
+   $(use_enable unicode) \
+   $(use_with gnutls) \
+   $(use_with openssl) \
+   $(use_with pcre)
+}



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

2018-02-19 Thread Hans de Graaff
commit: 17063faac305c9d37b3bf6ca97720b45fc260a8c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 20 05:44:27 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 20 06:49:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17063faa

dev-ruby/tins: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/tins/tins-1.16.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tins/tins-1.16.3.ebuild b/dev-ruby/tins/tins-1.16.3.ebuild
index 9a51da89a88..9383f378ded 100644
--- a/dev-ruby/tins/tins-1.16.3.ebuild
+++ b/dev-ruby/tins/tins-1.16.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 



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

2018-02-19 Thread Hans de Graaff
commit: f26cb5cf7f2425de35d44038b94e149525382adb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 20 06:08:55 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 20 06:49:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26cb5cf

dev-ruby/turbolinks: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/turbolinks/turbolinks-2.5.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/turbolinks/turbolinks-2.5.3.ebuild 
b/dev-ruby/turbolinks/turbolinks-2.5.3.ebuild
index 8379c386caf..4d9fc16cec6 100644
--- a/dev-ruby/turbolinks/turbolinks-2.5.3.ebuild
+++ b/dev-ruby/turbolinks/turbolinks-2.5.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 # The gem does not contain runnable tests.
 RUBY_FAKEGEM_TASK_TEST=""



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

2018-02-19 Thread Hans de Graaff
commit: 120363f7262c5514bd77b3bf4c3f51da0179e10e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 20 06:28:28 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 20 06:49:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120363f7

app-admin/puppet: drop webrick patch from 5.4.0 as well

This issue is also fixed in puppet 5.x, similar to 4.10.10.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-admin/puppet/{puppet-5.4.0.ebuild => puppet-5.4.0-r1.ebuild} | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-admin/puppet/puppet-5.4.0.ebuild 
b/app-admin/puppet/puppet-5.4.0-r1.ebuild
similarity index 97%
rename from app-admin/puppet/puppet-5.4.0.ebuild
rename to app-admin/puppet/puppet-5.4.0-r1.ebuild
index 1f8461b191d..c274ee7b950 100644
--- a/app-admin/puppet/puppet-5.4.0.ebuild
+++ b/app-admin/puppet/puppet-5.4.0-r1.ebuild
@@ -71,9 +71,6 @@ all_ruby_prepare() {
# fix systemd path
epatch "${FILESDIR}/puppet-systemd.patch"
 
-   # backport upstream fix for ruby 2.3.6 compatibility
-   epatch "${FILESDIR}/puppet-4-webrick-ruby.patch"
-
# Avoid specs that can only run in the puppet.git repository. This
# should be narrowed down to the specific specs.
rm spec/integration/parser/compiler_spec.rb || die



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

2018-02-19 Thread Hans de Graaff
commit: 0eceef77766a340e91e6bc3a58bfc1e58f7e38bb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 20 05:58:30 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 20 06:49:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eceef77

dev-ruby/transaction-simple: add ruby24, ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild 
b/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild
index a93faf83f10..711b9ff6435 100644
--- a/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild
+++ b/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="none"



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

2018-02-19 Thread Hans de Graaff
commit: daab55c4973b9f4d2d5c3882ebd37090894acd93
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 20 06:49:04 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 20 06:49:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daab55c4

dev-ruby/twitter: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/twitter/twitter-6.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/twitter/twitter-6.2.0.ebuild 
b/dev-ruby/twitter/twitter-6.2.0.ebuild
index bcac905abbf..2bd8625d4c5 100644
--- a/dev-ruby/twitter/twitter-6.2.0.ebuild
+++ b/dev-ruby/twitter/twitter-6.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



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

2018-02-19 Thread Hans de Graaff
commit: df36366cfbd7c26c9991b9a278afda357e312715
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 20 05:55:03 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 20 06:49:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df36366c

dev-ruby/tokyocabinet: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/tokyocabinet/tokyocabinet-1.32.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tokyocabinet/tokyocabinet-1.32.0.ebuild 
b/dev-ruby/tokyocabinet/tokyocabinet-1.32.0.ebuild
index ca676620f04..0d9f0771410 100644
--- a/dev-ruby/tokyocabinet/tokyocabinet-1.32.0.ebuild
+++ b/dev-ruby/tokyocabinet/tokyocabinet-1.32.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



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

2018-02-19 Thread Hans de Graaff
commit: 4b4bba5d673b12d3cdcf7c736a042e4bcb3f7452
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 20 06:05:52 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 20 06:49:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4bba5d

dev-ruby/ttfunk: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/ttfunk/ttfunk-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ttfunk/ttfunk-1.2.1.ebuild 
b/dev-ruby/ttfunk/ttfunk-1.2.1.ebuild
index 70a258318fc..c635cf8d860 100644
--- a/dev-ruby/ttfunk/ttfunk-1.2.1.ebuild
+++ b/dev-ruby/ttfunk/ttfunk-1.2.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec"



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

2018-02-19 Thread Hans de Graaff
commit: aee5732ec89d3f310d2662112d509d893aacda5d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 20 06:03:36 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 20 06:49:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee5732e

dev-ruby/trollop: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/trollop/trollop-2.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/trollop/trollop-2.1.2.ebuild 
b/dev-ruby/trollop/trollop-2.1.2.ebuild
index 4d5b467bb0f..039dc93c5fc 100644
--- a/dev-ruby/trollop/trollop-2.1.2.ebuild
+++ b/dev-ruby/trollop/trollop-2.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.md"



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

2018-02-19 Thread Eray Aslan
commit: f100bbc9c5c2003dbce31d3f0ab1682ca6b87280
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue Feb 20 06:23:23 2018 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue Feb 20 06:23:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f100bbc9

mail-mta/postfix: bump to 3.4_pre20180218

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

 mail-mta/postfix/Manifest   | 2 +-
 .../{postfix-3.4_pre20180203.ebuild => postfix-3.4_pre20180218.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 78b4a002db6..fbdc074d416 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -5,5 +5,5 @@ DIST postfix-3.2.3.tar.gz 4390567 BLAKE2B 
911b183c318bc60cfd1ba2ae5e9467cfe3cc62
 DIST postfix-3.2.4.tar.gz 4390376 BLAKE2B 
132a6b467f9156d716a92cc7beae0f9a7c47e6a2045e83726a5e7305e6f9bf666ebcfb93a9ab1a96ec988431661059d62e926287bd13089eeb4bab3e8f4b9fc7
 SHA512 
6dc583d3b1c98f5c8d6486351bee9f92a98b5379cd0d76d26a382379c112317e7a2a58c3a200477a6d0f831c73395257d1a63170df17ea8a65a4048a7df391f8
 DIST postfix-3.2.5.tar.gz 4394765 BLAKE2B 
416dfccc1a9dc524afada3e3f0c7e215380afe13df40fb575e4845d28bf2d8e1c347aff93c17455d2c1128686ed99c9ac22f70db6d591c6dc4607e45325e96a0
 SHA512 
ffd07e8664d41a5c40b7f3f7511a4c4cc57310d103395b12f2f7e9499d1f901768d6ebb1d5d1588d6fdb834ad2548a9df6d925ff3d7f74d74764a6f6f550ecb6
 DIST postfix-3.3.0-RC1.tar.gz 4418769 BLAKE2B 
a8b7d7c03929ccf3b69d751844127bce04c42060351605705bc933f8d79e9428413324ddb9b714bf933adab5da7df1879c0195fd495df5cf45a326a21fcb6034
 SHA512 
fa47ad578719a61c97a8945be281acbbd01cfdd521b0464b7870a3250863a4c1ee2d75a0e727cd0f05b00bc6c7ec2208705141daf1f03959b771008be2a5ea3b
-DIST postfix-3.4-20180203.tar.gz 4420728 BLAKE2B 
abffa1e18d6ec548c59b5774936ebb6bc0b1188c2de2f425c0f51d313d1eab3a6b593a6fed07353dd5a6ce9fd501f7abd9ebc041c462e75843d0d6d6a5b15dce
 SHA512 
70799582167d74efae723ccc501a2fc94885da028a43d2db8d24f844a19e5f59455fdf3c6a7fdda10e19369bc79128518aab5f0036d2c169b0f9192edfcfa2a9
+DIST postfix-3.4-20180218.tar.gz 4422381 BLAKE2B 
6f5beef40e4f4b5a43b311721d9ced9104f631c029c6bfdee4a07192784a35a83ac3104b03f95013d1140fbf841b897a29a44dee9af0c803c54002c2273a1534
 SHA512 
001fc98fb13e5670839f65f310fcab0d27f12a720b47a7b2b39aece92c75698e94559bf268a243b2ffd307e2c698a726728c9a82450e3cd69ffd4c045bce7b7f
 DIST postfix-vda-v13-2.10.0.patch 55701 BLAKE2B 
d8df041bb4ae7457cd066e71b6ae9470840d42edc9990a550ae51356cd62bfb08516250249030da26d1ef475619f0ebd609570d84ce57f8cdc347a2824b29536
 SHA512 
0b4b53a8cd28abf56eee3b2ed63ca1814251b60816e6ca1143249d25fd6ef7f905bec3134125ac6e851af685db8aae878012113693261529ae2ddbcf1bd93e62

diff --git a/mail-mta/postfix/postfix-3.4_pre20180203.ebuild 
b/mail-mta/postfix/postfix-3.4_pre20180218.ebuild
similarity index 99%
rename from mail-mta/postfix/postfix-3.4_pre20180203.ebuild
rename to mail-mta/postfix/postfix-3.4_pre20180218.ebuild
index 2d31204b3f9..b3736927660 100644
--- a/mail-mta/postfix/postfix-3.4_pre20180203.ebuild
+++ b/mail-mta/postfix/postfix-3.4_pre20180218.ebuild
@@ -27,6 +27,7 @@ DEPEND=">=dev-libs/libpcre-3.4
ldap-bind? ( net-nds/openldap[sasl] )
lmdb? ( >=dev-db/lmdb-0.9.11 )
mysql? ( virtual/mysql )
+   nis? ( net-libs/libnsl )
pam? ( virtual/pam )
postgres? ( dev-db/postgresql:* )
sasl? (  >=dev-libs/cyrus-sasl-2 )
@@ -37,7 +38,6 @@ DEPEND=">=dev-libs/libpcre-3.4
)"
 
 RDEPEND="${DEPEND}
-   dovecot-sasl? ( net-mail/dovecot )
memcached? ( net-misc/memcached )
net-mail/mailbase
!mail-mta/courier



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/swift/

2018-02-19 Thread Matt Thode
commit: 378647adbd763e807fdc08c00790d4e779779df2
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Feb 20 04:31:02 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Feb 20 04:37:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378647ad

sys-cluster/swift: QUEENS

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-cluster/swift/swift-2018.1..ebuild | 120 +
 1 file changed, 120 insertions(+)

diff --git a/sys-cluster/swift/swift-2018.1..ebuild 
b/sys-cluster/swift/swift-2018.1..ebuild
new file mode 100644
index 000..2cf086833fe
--- /dev/null
+++ b/sys-cluster/swift/swift-2018.1..ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A highly available, distributed, and eventually consistent 
object/blob store"
+HOMEPAGE="https://launchpad.net/swift;
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/openstack/swift.git;
+   EGIT_BRANCH="stable/pike"
+else
+   SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="proxy account container object +memcached"
+REQUIRED_USE="|| ( proxy account container object )"
+
+CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/dnspython-1.14.0:0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.17.4[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.1[${PYTHON_USEDEP}]
+   >=dev-python/netifaces-0.5[${PYTHON_USEDEP}]
+   !~dev-python/netifaces-0.10.0[${PYTHON_USEDEP}]
+   !~dev-python/netifaces-0.10.1[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   dev-python/pyxattr[${PYTHON_USEDEP}]
+   >=dev-python/PyECLib-1.3.1[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.6.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-2.0[${PYTHON_USEDEP}]
+   memcached? ( net-misc/memcached )
+   net-misc/rsync[xattr]"
+
+pkg_pretend() {
+   linux-info_pkg_setup
+   CONFIG_CHECK="~EXT3_FS_XATTR ~SQUASHFS_XATTR ~CIFS_XATTR ~JFFS2_FS_XATTR
+   ~TMPFS_XATTR ~UBIFS_FS_XATTR ~EXT2_FS_XATTR ~REISERFS_FS_XATTR 
~EXT4_FS_XATTR
+   ~ZFS"
+   if linux_config_exists; then
+   for module in ${CONFIG_CHECK}; do
+   linux_chkconfig_present ${module} || ewarn "${module} 
needs to be enabled"
+   done
+   fi
+}
+
+pkg_setup() {
+   enewuser swift
+   enewgroup swift
+}
+
+src_prepare() {
+   sed -i 's/xattr/pyxattr/g' requirements.txt || die
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+src_test () {
+   # https://bugs.launchpad.net/swift/+bug/1249727
+   find . \( -name test_wsgi.py -o -name test_locale.py -o -name 
test_utils.py \) -delete || die
+   SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   keepdir /etc/swift
+   insinto /etc/swift
+
+   newins "etc/swift.conf-sample" "swift.conf"
+   newins "etc/rsyncd.conf-sample" "rsyncd.conf"
+   newins "etc/mime.types-sample" "mime.types-sample"
+   newins "etc/memcache.conf-sample" "memcache.conf-sample"
+   newins "etc/drive-audit.conf-sample" "drive-audit.conf-sample"
+   newins "etc/dispersion.conf-sample" "dispersion.conf-sample"
+
+   if use proxy; then
+   newinitd "${FILESDIR}/swift-proxy.initd" "swift-proxy"
+   newins "etc/proxy-server.conf-sample" "proxy-server.conf"
+   if use memcached; then
+   sed -i '/depend/a\
+need memcached' "${D}/etc/init.d/swift-proxy"
+   fi
+   fi
+   if use account; then
+   newinitd "${FILESDIR}/swift-account.initd" "swift-account"
+   newins "etc/account-server.conf-sample" "account-server.conf"
+   fi
+   if use container; then
+   newinitd "${FILESDIR}/swift-container.initd" "swift-container"
+   newins "etc/container-server.conf-sample" 
"container-server.conf"
+   fi
+   if use object; then
+   newinitd "${FILESDIR}/swift-object.initd" "swift-object"
+   newins "etc/object-server.conf-sample" "object-server.conf"
+   newins "etc/object-expirer.conf-sample" "object-expirer.conf"
+   fi
+
+   fowners root:swift "/etc/swift" || die "fowners failed"
+   fperms 0750 /etc/swift
+}
+
+pkg_postinst() {
+   elog "Openstack swift will default to using insecure http unless a"
+   elog "certificate is 

[gentoo-commits] proj/grss:master commit in: grs/

2018-02-19 Thread Anthony G. Basile
commit: f9a259f9f4b69644eed30f46955b77aaf2aa97fc
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Feb 20 02:27:14 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Feb 20 02:27:36 2018 +
URL:https://gitweb.gentoo.org/proj/grss.git/commit/?id=f9a259f9

grs/Synchronize.py: improve 'git submodule update' command

 grs/Synchronize.py | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/grs/Synchronize.py b/grs/Synchronize.py
index be41bd6..da38285 100644
--- a/grs/Synchronize.py
+++ b/grs/Synchronize.py
@@ -50,11 +50,8 @@ class Synchronize():
 # If there is a .gitmodules, then init/update the submodules
 git_modulesfile = os.path.join(self.local_repo, '.gitmodules')
 if os.path.isfile(git_modulesfile):
-# This may re-init submodules, but its harmless.  We need
-# to keep trying for newly added modules.
-cmd = 'git -C %s submodule init' % self.local_repo
-Execute(cmd, timeout=60, logfile=self.logfile)
-cmd = 'git -C %s submodule update --remote' % self.local_repo
+# Recursively update any submodules following the remote branch
+cmd = 'git -C %s submodule update --init --recursive --remote' % 
self.local_repo
 Execute(cmd, timeout=60, logfile=self.logfile)
 
 



[gentoo-commits] proj/grss:master commit in: grs/

2018-02-19 Thread Anthony G. Basile
commit: 8e616d7126450fe4f3fb34e22fc5ce10492fbd99
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Feb 20 02:04:47 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Feb 20 02:04:47 2018 +
URL:https://gitweb.gentoo.org/proj/grss.git/commit/?id=8e616d71

grs/Synchronize.py: update tracking the remote branch

 grs/Synchronize.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grs/Synchronize.py b/grs/Synchronize.py
index d2d4cb5..be41bd6 100644
--- a/grs/Synchronize.py
+++ b/grs/Synchronize.py
@@ -54,7 +54,7 @@ class Synchronize():
 # to keep trying for newly added modules.
 cmd = 'git -C %s submodule init' % self.local_repo
 Execute(cmd, timeout=60, logfile=self.logfile)
-cmd = 'git -C %s submodule update' % self.local_repo
+cmd = 'git -C %s submodule update --remote' % self.local_repo
 Execute(cmd, timeout=60, logfile=self.logfile)
 
 



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

2018-02-19 Thread Brian Evans
commit: 7bef663c798a320905026b11fab090bd7da848d8
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Feb 20 01:53:38 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Feb 20 01:53:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bef663c

dev-php/PEAR-Crypt_GPG: Pure PHP code stable on all arches

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild 
b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild
index 6b6f6674bff..23527ba9fca 100644
--- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild
+++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN};
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 # Really only needs PEAR_Exception, not PEAR-PEAR.



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

2018-02-19 Thread Brian Evans
commit: e225255db777cc20113c202385825e3fda9019a6
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Feb 20 01:51:22 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Feb 20 01:51:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e225255d

dev-php/PEAR-Console_CommandLine: Pure PHP code stable on all arches

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild 
b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
index 5668d3ce595..aec17d081cd 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN};
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86"
 IUSE="examples test"
 
 # Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.



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

2018-02-19 Thread Brian Evans
commit: 44f559e4fa472b6d44960250a2bf73d3680c7d66
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Feb 20 01:55:23 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Feb 20 01:55:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f559e4

dev-php/PEAR-Crypt_GPG: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/PEAR-Crypt_GPG/Manifest|  2 --
 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.3.2.ebuild | 16 
 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild | 17 -
 3 files changed, 35 deletions(-)

diff --git a/dev-php/PEAR-Crypt_GPG/Manifest b/dev-php/PEAR-Crypt_GPG/Manifest
index 0e95f87ecce..f3e1d8a84a7 100644
--- a/dev-php/PEAR-Crypt_GPG/Manifest
+++ b/dev-php/PEAR-Crypt_GPG/Manifest
@@ -1,4 +1,2 @@
-DIST Crypt_GPG-1.3.2.tgz 339001 BLAKE2B 
a86a732992063f41abbe10517517ac212bde3e0a3ea300d2b4850850504d894bbddbc77a49140c339c887cfe43d201a6572fcc0b7288d4055e96a7e2b2422e7e
 SHA512 
c045942798f2974d1d200413864708b4476b53d1999b721f1b51fd6cfafb23c05479a391ebc7ebe513f5a88641d63d991e7ba59b7edcbd8397efde365528f999
-DIST Crypt_GPG-1.4.2.tgz 345962 BLAKE2B 
dadab0111209a6f3d68575057735cae3fb0f3de4dcbaa9fbfbb23133aa9cf7e8d6726dc14c7d487e65667e4cf0802ae787e88d128c6889246c2424d2f198a8ab
 SHA512 
c0384f0b4a35f8e7d7189b0b08c277c2629e7fa84e13f2c8c92aaafbeace7a60b6e18f2347571e7bcdf4bc504fd9463f080d9c2938063fdfcabc8f44dd7f4950
 DIST Crypt_GPG-1.6.0b3.tgz 345445 BLAKE2B 
ab9318fa026f3dbde5974da9581b9fdf73245e78a8b5e891b2151aa7ebc8e1356a090e21a05129f4d3aa110a78082621ab386625069936f4644a1fff2bb461ef
 SHA512 
0a3cb665fac8e84a0699600155cb74e2394e4759fe0b111d971d253ca511a371d06d826e54abadfbb3f707833cd3d6b369f52d04541b3e04f217056ec8439f4c
 DIST Crypt_GPG-1.6.2.tgz 346709 BLAKE2B 
abced2fe8c909f06690c38884506ce03df4c5ef3ef460aafce65ea9405c6974f8af320fd5a07a7967b45421a9a67aa27026c28ef7eb1402ffefba527007a33ae
 SHA512 
9d954d96b4e461c75f79ce9bc701d062e3f19671690228e6e0ce5265733ac1de9c06520f9f750348f3c37f01ccb79720574b2d2f371e69c8a25ae6e1bc18aabd

diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.3.2.ebuild 
b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.3.2.ebuild
deleted file mode 100644
index 44d14b27f0c..000
--- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.3.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit php-pear-r1
-
-DESCRIPTION="GNU Privacy Guard (GnuPG)"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc ppc64 sparc x86"
-IUSE=""
-DEPEND=">=dev-lang/php-5.2.1"
-RDEPEND="${DEPEND}
-   app-crypt/gnupg"

diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild 
b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild
deleted file mode 100644
index d859e36bfc0..000
--- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit php-pear-r1
-
-DESCRIPTION="GNU Privacy Guard (GnuPG)"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ~ppc ~ppc64 x86"
-IUSE=""
-DEPEND=">=dev-lang/php-5.2.1:*[posix,unicode]"
-RDEPEND="${DEPEND}
-   app-crypt/gnupg
-   dev-php/PEAR-Console_CommandLine"



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

2018-02-19 Thread Benda XU
commit: 7af3e0c8da764351c0760608e11f9ea91aedcba1
Author: Benda Xu  gentoo  org>
AuthorDate: Tue Feb 20 01:52:42 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Tue Feb 20 01:55:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af3e0c8

qt5-build.eclass: ${D}${QT5_ARCHDATADIR#${EPREFIX}}: keep EPREFIX.

  ${D}${QT5_ARCHDATADIR#${EPREFIX}} mean no EPREFIX at all.
  ${D}${QT5_ARCHDATADIR} is cleaner than
  ${ED}${QT5_ARCHDATADIR#${EPREFIX}}, so use it.

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

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 939a048d3d4..1a20b3dace6 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -844,8 +844,8 @@ qt5_install_module_config() {
# install also the original qconfig.pri
[[ ${PN} == qtcore && ${QT5_MINOR_VERSION} -ge 9 ]] && (
insinto "${QT5_ARCHDATADIR#${EPREFIX}}"/mkspecs/gentoo
-   newins "${D}${QT5_ARCHDATADIR#${EPREFIX}}"/mkspecs/qconfig.pri 
qconfig-qtcore.pri
-   newins "${D}${QT5_ARCHDATADIR#${EPREFIX}}"/mkspecs/qmodule.pri 
qmodule-qtcore.pri
+   newins "${D}${QT5_ARCHDATADIR}"/mkspecs/qconfig.pri 
qconfig-qtcore.pri
+   newins "${D}${QT5_ARCHDATADIR}"/mkspecs/qmodule.pri 
qmodule-qtcore.pri
)
 }
 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/cool-retro-term/

2018-02-19 Thread Sergei Trofimovich
commit: 265684471899d1b13f83cc5844191d4c68ec67dc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 19 22:37:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 19 23:14:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26568447

x11-terms/cool-retro-term: new package

A good looking terminal emulator which mimics the old cathode display!
Just looks at the screenshots:
https://github.com/Swordfish90/cool-retro-term#screenshots

Reported-by: mitzip
Closes: https://bugs.gentoo.org/525458
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-terms/cool-retro-term/Manifest |  2 +
 .../cool-retro-term/cool-retro-term-1.0.1.ebuild   | 50 ++
 x11-terms/cool-retro-term/metadata.xml | 11 +
 3 files changed, 63 insertions(+)

diff --git a/x11-terms/cool-retro-term/Manifest 
b/x11-terms/cool-retro-term/Manifest
new file mode 100644
index 000..fa654a4905c
--- /dev/null
+++ b/x11-terms/cool-retro-term/Manifest
@@ -0,0 +1,2 @@
+DIST cool-retro-term-1.0.1.tar.gz 7735425 BLAKE2B 
b59996137cd66bfcd33d51cd14722cf671aabdc0e8bb8258694f6754105a1bcd75d5e37d0c2b844d65c05dcce7c3fe0f2a48eebb42957415cd899edf7f507adb
 SHA512 
4206ec33d80b511755cf97f136309a66cc67fac6ff5d275245b0bf96c438ed31d20747acf2b829ffcd1b55d84ae9c6b28013db3ab6a0e2f0573e4da516827ea0
+DIST qmltermwidget-0.1.0.tar.gz 196864 BLAKE2B 
c1be94c175e7de9314ca2ff72319024b058707111e964ac31fddc4fc5f7afe0bcae623c8b58ffe731c2536fc0c3fd267dd621e82f6a7ff3ebe95c842fc9b60cb
 SHA512 
d628b02deb9cce1bb1c1365b045d18a4d1afa641abb928979dba79c7aa58cd940d4974052a5dd6dd2f68d938451b28f3d2e15ab54430e4432c0b174bb4ee62d0

diff --git a/x11-terms/cool-retro-term/cool-retro-term-1.0.1.ebuild 
b/x11-terms/cool-retro-term/cool-retro-term-1.0.1.ebuild
new file mode 100644
index 000..2d298f42f84
--- /dev/null
+++ b/x11-terms/cool-retro-term/cool-retro-term-1.0.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils qmake-utils
+
+QTW_PN=qmltermwidget
+QTW_PV=0.1.0
+QTW_P=${QTW_PN}-${QTW_PV}
+
+DESCRIPTION="terminal emulator which mimics the look and feel of the old 
cathode tube screens"
+HOMEPAGE="https://github.com/Swordfish90/cool-retro-term;
+SRC_URI="https://github.com/Swordfish90/cool-retro-term/archive/${PV}.tar.gz 
-> ${P}.tar.gz
+   https://github.com/Swordfish90/qmltermwidget/archive/v${QTW_PV}.tar.gz 
-> ${QTW_P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtdeclarative:5[localstorage]
+   dev-qt/qtgraphicaleffects:5
+   dev-qt/qtquickcontrols:5[widgets]
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   rmdir qmltermwidget || die
+   mv "${WORKDIR}/${QTW_P}" qmltermwidget || die
+}
+
+src_configure() {
+   eqmake5 PREFIX="${EPREFIX}/usr"
+}
+
+src_install() {
+   # default attempts to install directly to /usr
+   emake INSTALL_ROOT="${D}" install || die
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }

diff --git a/x11-terms/cool-retro-term/metadata.xml 
b/x11-terms/cool-retro-term/metadata.xml
new file mode 100644
index 000..d4c7cb58181
--- /dev/null
+++ b/x11-terms/cool-retro-term/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sly...@gentoo.org
+   Sergei Trofimovich
+   
+   
+   Swordfish90/cool-retro-term
+   
+



[gentoo-commits] proj/lisp:master commit in: dev-scheme/guile-reader/

2018-02-19 Thread José María Alonso
commit: f1380559e318850e1a6b2f0bf8c7e6a9a665541c
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Feb 19 22:46:37 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Feb 19 22:46:37 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f1380559

dev-scheme/guile-reader: Drops old version 0.6

 dev-scheme/guile-reader/guile-reader-0.6.ebuild | 37 -
 1 file changed, 37 deletions(-)

diff --git a/dev-scheme/guile-reader/guile-reader-0.6.ebuild 
b/dev-scheme/guile-reader/guile-reader-0.6.ebuild
deleted file mode 100644
index 0359819f..
--- a/dev-scheme/guile-reader/guile-reader-0.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit autotools eutils git-2
-
-DESCRIPTION="Guile-reader is a simple framework for building readers for GNU 
Guile."
-HOMEPAGE="http://www.nongnu.org/guile-reader/;
-#SRC_URI="ftp://foo.bar.com/${P}.tar.gz;
-EGIT_REPO_URI="git://git.sv.gnu.org/guile-reader.git"
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-DEPEND="\
-   >=dev-scheme/guile-1.8"
-
-RDEPEND="${DEPEND}"
-
-#S="${WORKDIR}/${P}"
-
-src_configure() {
-   eautoreconf -i
-   econf --with-guilemoduledir=/usr/share/guile/site || die "econf failed"
-}
-
-src_compile() {
-   emake || die "emake failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-}



[gentoo-commits] proj/lisp:master commit in: dev-scheme/guile-reader/

2018-02-19 Thread José María Alonso
commit: ec0efc1cda74108acd100a0dd5aa792f3a82489f
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Feb 19 22:45:20 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Feb 19 22:45:20 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ec0efc1c

dev-scheme/guile-reader: Bumps version to 0.6.2

 dev-scheme/guile-reader/guile-reader-0.6.2.ebuild | 32 +++
 1 file changed, 32 insertions(+)

diff --git a/dev-scheme/guile-reader/guile-reader-0.6.2.ebuild 
b/dev-scheme/guile-reader/guile-reader-0.6.2.ebuild
new file mode 100644
index ..2d1d4dc3
--- /dev/null
+++ b/dev-scheme/guile-reader/guile-reader-0.6.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils
+
+DESCRIPTION="Guile-reader is a simple framework for building readers for GNU 
Guile."
+HOMEPAGE="http://www.nongnu.org/guile-reader/;
+SRC_URI="'mirror://nongnu/releases/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-scheme/guile-1.8:12"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   eautoreconf -i
+   eapply_user
+}
+
+src_configure() {
+   econf --with-guilemoduledir=/usr/share/guile/site/2.0
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+}



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

2018-02-19 Thread Matt Turner
commit: 2b82c351737e9a1277308bb2743330022e6202d3
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 19 22:27:52 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 19 22:28:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b82c351

media-libs/mesa: Drop old versions

 media-libs/mesa/Manifest   |   2 -
 media-libs/mesa/mesa-17.3.3.ebuild | 580 -
 media-libs/mesa/mesa-17.3.4.ebuild | 580 -
 3 files changed, 1162 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 684d4faf494..9b46f2a1312 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,6 +1,4 @@
 DIST mesa-17.1.10.tar.xz 9872168 BLAKE2B 
205ece7b016fcc1de5bb72711775cd8f4b90f5d6c26db77d1576752fcd4a99a36cbcd902bb6ad1041d476d1c3b32479baceb4087c902ce598ede3d57851c6b9d
 SHA512 
728dbd41f5d3a7a1c33fc18c08a8b8eb1f6d236c5f00781209f46b144dd66a27ecd723ab1635868b7ad77de3a18ad53f1a88c932f17c0be97605a2775e3b3a9b
 DIST mesa-17.2.8.tar.xz 10393304 BLAKE2B 
558321eefc6d599aaedfe468f03c2f1f99b5c96c253637db00b7da3265ec38e031d15f77623db1f4408f15912c93347e0f5769b01d92329be7f55e45f6f6bf75
 SHA512 
ce05ad2d3e1b55ffe9c8ef65023a840c04b29014c7876b23182a6a6dd0b768f248ec21bc5b738d21b846f59f4b73501a9fe834d6a87e7dba16c6f821008e0f01
-DIST mesa-17.3.3.tar.xz 10637708 BLAKE2B 
a2cec4abc58eb71c1ec92d073ac3a128e1f993f69b163c9f6e474fef4520fe074d84ca8d972a7822a76226e132230f6e7fac320b940ea3462553d398ef6bcfce
 SHA512 
7ac8ecdcf3b2b43239835bc2c5da7f2730f80a2db945fe00df03d1548920fbc074dd4806ddd345a1ce682fd29d75b2209ef81b6b06e657f9c8ae8622a34a03c1
-DIST mesa-17.3.4.tar.xz 10722704 BLAKE2B 
991b9a629c30dfbfcb0ee6b7fe2e1bade7ff6fad61cb7d0f8b862c864e8b2dbbe8ae6157ea31113969dabc39bce1774d887f0d29b86464a854ccb85c6291a170
 SHA512 
8a077aa89b9d314188e62a215abe8e0db890afbbdd9c1ba9d214735d5304956b55723132f19e8a4ac3e3f404eca1dd9b5fbc936de9ac63d91562c0bc62708fe3
 DIST mesa-17.3.5.tar.xz 10724492 BLAKE2B 
f4a8595997f3a4f3377c2880d9cf923941527fb497d95cca9d6440600a2817b8685972aa91458e0e1d0d2a6602f781252ca3ccd778032bc865e03fbd32e12f2c
 SHA512 
39ada2480aa12c42bbff6a1b5c957f99934193d19eb5f44e102ef8302d26f777cee63af1140aa8623bbc1ebd6d69e172cecca798780b8eb594f2ebbb217afd29
 DIST mesa-18.0.0-rc4.tar.xz 11027596 BLAKE2B 
96554acd69636b91d1b79e7fefa4ba6e3f701ef7ef6c16718493070d62ab41c7bbd66e2f4d4a97fac8c236ac4c9150b2ce41e4e57b865fff6122b3f60b047e25
 SHA512 
91dd0a4396715a7896fc47aabf38c4b486df3b50c9764795805550ef01724d2e2281ba9b000e82760ea0e199c58d8c9943dbc732b2adab46554ff5c2f9e2ece1

diff --git a/media-libs/mesa/mesa-17.3.3.ebuild 
b/media-libs/mesa/mesa-17.3.3.ebuild
deleted file mode 100644
index bf3fa77a49c..000
--- a/media-libs/mesa/mesa-17.3.3.ebuild
+++ /dev/null
@@ -1,580 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git;
-
-if [[ ${PV} =  ]]; then
-   GIT_ECLASS="git-r3"
-   EXPERIMENTAL="true"
-fi
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools llvm multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
-
-OPENGL_DIR="xorg-x11"
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="OpenGL-like graphic library for Linux"
-HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
-
-if [[ $PV ==  ]]; then
-   SRC_URI=""
-else
-   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-RESTRICT="!bindist? ( bindist )"
-
-RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
-VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
-for card in ${VIDEO_CARDS}; do
-   IUSE_VIDEO_CARDS+=" video_cards_${card}"
-done
-
-IUSE="${IUSE_VIDEO_CARDS}
-   bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 unwind
-   +llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind
-   vdpau vulkan wayland xvmc xa"
-
-REQUIRED_USE="
-   d3d9?   ( dri3 gallium )
-   llvm?   ( gallium )
-   opencl? ( gallium llvm )
-   openmax? ( gallium )
-   gles1?  ( egl )
-   gles2?  ( egl )
-   vaapi? ( gallium )
-   vdpau? ( gallium )
-   vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
- video_cards_radeonsi? ( llvm ) )
-   wayland? ( egl gbm )
-   xa?  ( gallium )
-   video_cards_freedreno?  ( gallium )
-   video_cards_intel?  ( classic )
-   video_cards_i915?   ( || ( classic gallium ) )
-   video_cards_i965?   ( classic )
-   video_cards_imx?( gallium video_cards_vivante )
-   video_cards_nouveau? ( || ( classic gallium ) )
-   video_cards_radeon? ( || ( classic gallium 

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

2018-02-19 Thread Matt Turner
commit: c90b31698c906a7cab15b00c1dd2f538540d2db3
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 19 22:27:12 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 19 22:28:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90b3169

media-libs/mesa: Version bump to 17.3.5

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-17.3.5.ebuild | 580 +
 2 files changed, 581 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 0e281459b8e..684d4faf494 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -2,4 +2,5 @@ DIST mesa-17.1.10.tar.xz 9872168 BLAKE2B 
205ece7b016fcc1de5bb72711775cd8f4b90f5d
 DIST mesa-17.2.8.tar.xz 10393304 BLAKE2B 
558321eefc6d599aaedfe468f03c2f1f99b5c96c253637db00b7da3265ec38e031d15f77623db1f4408f15912c93347e0f5769b01d92329be7f55e45f6f6bf75
 SHA512 
ce05ad2d3e1b55ffe9c8ef65023a840c04b29014c7876b23182a6a6dd0b768f248ec21bc5b738d21b846f59f4b73501a9fe834d6a87e7dba16c6f821008e0f01
 DIST mesa-17.3.3.tar.xz 10637708 BLAKE2B 
a2cec4abc58eb71c1ec92d073ac3a128e1f993f69b163c9f6e474fef4520fe074d84ca8d972a7822a76226e132230f6e7fac320b940ea3462553d398ef6bcfce
 SHA512 
7ac8ecdcf3b2b43239835bc2c5da7f2730f80a2db945fe00df03d1548920fbc074dd4806ddd345a1ce682fd29d75b2209ef81b6b06e657f9c8ae8622a34a03c1
 DIST mesa-17.3.4.tar.xz 10722704 BLAKE2B 
991b9a629c30dfbfcb0ee6b7fe2e1bade7ff6fad61cb7d0f8b862c864e8b2dbbe8ae6157ea31113969dabc39bce1774d887f0d29b86464a854ccb85c6291a170
 SHA512 
8a077aa89b9d314188e62a215abe8e0db890afbbdd9c1ba9d214735d5304956b55723132f19e8a4ac3e3f404eca1dd9b5fbc936de9ac63d91562c0bc62708fe3
+DIST mesa-17.3.5.tar.xz 10724492 BLAKE2B 
f4a8595997f3a4f3377c2880d9cf923941527fb497d95cca9d6440600a2817b8685972aa91458e0e1d0d2a6602f781252ca3ccd778032bc865e03fbd32e12f2c
 SHA512 
39ada2480aa12c42bbff6a1b5c957f99934193d19eb5f44e102ef8302d26f777cee63af1140aa8623bbc1ebd6d69e172cecca798780b8eb594f2ebbb217afd29
 DIST mesa-18.0.0-rc4.tar.xz 11027596 BLAKE2B 
96554acd69636b91d1b79e7fefa4ba6e3f701ef7ef6c16718493070d62ab41c7bbd66e2f4d4a97fac8c236ac4c9150b2ce41e4e57b865fff6122b3f60b047e25
 SHA512 
91dd0a4396715a7896fc47aabf38c4b486df3b50c9764795805550ef01724d2e2281ba9b000e82760ea0e199c58d8c9943dbc732b2adab46554ff5c2f9e2ece1

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

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

2018-02-19 Thread Ulrich Müller
commit: abd187029138f76538375e8f897e34644b7f56af
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Feb 19 22:21:36 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb 19 22:26:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd18702

app-editors/emacs: Add missing die commands.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-editors/emacs/emacs-23.4-r17.ebuild | 2 +-
 app-editors/emacs/emacs-24.5-r5.ebuild  | 2 +-
 app-editors/emacs/emacs-25.3-r1.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/emacs/emacs-23.4-r17.ebuild 
b/app-editors/emacs/emacs-23.4-r17.ebuild
index 3f8a54bdb1c..0a3267bc824 100644
--- a/app-editors/emacs/emacs-23.4-r17.ebuild
+++ b/app-editors/emacs/emacs-23.4-r17.ebuild
@@ -278,7 +278,7 @@ src_install () {
cdir="/usr/src/debug/${CATEGORY}/${PF}/${S#"${WORKDIR}/"}/src"
fi
 
-   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF
+   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF || 
die
X
;;; ${PN}-${SLOT} site-lisp configuration
X

diff --git a/app-editors/emacs/emacs-24.5-r5.ebuild 
b/app-editors/emacs/emacs-24.5-r5.ebuild
index 15df5c15cc8..4244c1f2ee5 100644
--- a/app-editors/emacs/emacs-24.5-r5.ebuild
+++ b/app-editors/emacs/emacs-24.5-r5.ebuild
@@ -272,7 +272,7 @@ src_install () {
cdir="/usr/src/debug/${CATEGORY}/${PF}/${S#"${WORKDIR}/"}/src"
fi
 
-   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF
+   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF || 
die
X
;;; ${PN}-${SLOT} site-lisp configuration
X

diff --git a/app-editors/emacs/emacs-25.3-r1.ebuild 
b/app-editors/emacs/emacs-25.3-r1.ebuild
index 0377eb67861..e7825108d03 100644
--- a/app-editors/emacs/emacs-25.3-r1.ebuild
+++ b/app-editors/emacs/emacs-25.3-r1.ebuild
@@ -284,7 +284,7 @@ src_install () {
cdir="/usr/src/debug/${CATEGORY}/${PF}/${S#"${WORKDIR}/"}/src"
fi
 
-   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF
+   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF || 
die
X
;;; ${PN}-${SLOT} site-lisp configuration
X



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

2018-02-19 Thread Ulrich Müller
commit: 6416cb4e6ccb05c039c66379696bec1fc2e8ccef
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Feb 19 22:23:18 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb 19 22:26:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6416cb4e

app-editors/emacs-vcs: Add missing die commands.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild  | 2 +-
 app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild  | 2 +-
 app-editors/emacs-vcs/emacs-vcs-26.0.-r1.ebuild | 2 +-
 app-editors/emacs-vcs/emacs-vcs-27.0..ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild
index b251388e08b..2153ada2274 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild
@@ -321,7 +321,7 @@ src_install () {
cdir="/usr/src/debug/${CATEGORY}/${PF}/${S#"${WORKDIR}/"}/src"
fi
 
-   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF
+   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF || 
die
X
;;; ${PN}-${SLOT} site-lisp configuration
X

diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
index b251388e08b..2153ada2274 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
@@ -321,7 +321,7 @@ src_install () {
cdir="/usr/src/debug/${CATEGORY}/${PF}/${S#"${WORKDIR}/"}/src"
fi
 
-   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF
+   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF || 
die
X
;;; ${PN}-${SLOT} site-lisp configuration
X

diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.-r1.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-26.0.-r1.ebuild
index b251388e08b..2153ada2274 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.0.-r1.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0.-r1.ebuild
@@ -321,7 +321,7 @@ src_install () {
cdir="/usr/src/debug/${CATEGORY}/${PF}/${S#"${WORKDIR}/"}/src"
fi
 
-   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF
+   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF || 
die
X
;;; ${PN}-${SLOT} site-lisp configuration
X

diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0..ebuild 
b/app-editors/emacs-vcs/emacs-vcs-27.0..ebuild
index ef040e96945..e2c11b5e4c5 100644
--- a/app-editors/emacs-vcs/emacs-vcs-27.0..ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-27.0..ebuild
@@ -321,7 +321,7 @@ src_install () {
cdir="/usr/src/debug/${CATEGORY}/${PF}/${S#"${WORKDIR}/"}/src"
fi
 
-   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF
+   sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF || 
die
X
;;; ${PN}-${SLOT} site-lisp configuration
X



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-02-19 Thread Sergei Trofimovich
commit: 78dbc88a178600a8049e366aa599e0da03201eb1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 19 22:15:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 19 22:16:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78dbc88a

sci-libs/geos: stable 3.6.2 for ia64, bug #641136

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 sci-libs/geos/geos-3.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/geos/geos-3.6.2.ebuild b/sci-libs/geos/geos-3.6.2.ebuild
index 4dae1eaf9d6..f28ee0b8da0 100644
--- a/sci-libs/geos/geos-3.6.2.ebuild
+++ b/sci-libs/geos/geos-3.6.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2018-02-19 Thread Brian Evans
commit: c7560bfd8418635f89831a83b92a69a37aa82b0e
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Feb 19 21:28:02 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Feb 19 21:28:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7560bfd

dev-php/PEAR-MIME_Type: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/PEAR-MIME_Type/Manifest|  1 -
 dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/dev-php/PEAR-MIME_Type/Manifest b/dev-php/PEAR-MIME_Type/Manifest
index 4e89c77156f..cceaf0407bb 100644
--- a/dev-php/PEAR-MIME_Type/Manifest
+++ b/dev-php/PEAR-MIME_Type/Manifest
@@ -1,2 +1 @@
-DIST MIME_Type-1.3.3.tgz 13157 BLAKE2B 
2f045a6a8c95db487f839a317c0ed5e683a15344a855b2a90cd8bd93e3e517a8bbca3d78d1dfc087dfb6329c65af8a5fdd2bb8b16c9dbcd0e8c2d3fea409a043
 SHA512 
af7bf2e13bd8db79a2e55635cc74ee1511c7d2cd75c374d42c821d5b2747d1588c73820e5f0d090a500ab0a88b61d38d3124752127338d18bdaf166b1c31abae
 DIST MIME_Type-1.4.1.tgz 21807 BLAKE2B 
9f90e1dd4505ded94ee47b913814b21a7c9ab9bffabb330005ef5f04bcd9a7c89ecc5bbedbc65c60c63e4769fd0a50bbe0528b1622a25a86a4b7e1873f840f9d
 SHA512 
f70507a44c0f81381baa0532a0f1337932cd69d054b96367b6ee98873fd85a51721f876b9aab679a18aff10b151ad1b447ff1c3f92288827e74e32b2627cdd01

diff --git a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild 
b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild
deleted file mode 100644
index d5f34561536..000
--- a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit php-pear-r1
-
-DESCRIPTION="Utility class for dealing with MIME types"
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
-IUSE=""
-RDEPEND="dev-php/PEAR-System_Command"



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

2018-02-19 Thread Brian Evans
commit: 8fdd771564e15a76eb2139c8619de00726c5bb66
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Feb 19 21:56:02 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Feb 19 21:56:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fdd7715

dev-php/PEAR-Mail_mimeDecode: Revbump to enable tests

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ...-1.5.6-r1.ebuild => PEAR-Mail_mimeDecode-1.5.6-r2.ebuild} | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r1.ebuild 
b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r2.ebuild
similarity index 69%
rename from dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r1.ebuild
rename to dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r2.ebuild
index 5485056b129..adf9177c8b5 100644
--- a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r1.ebuild
+++ b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,11 +9,11 @@ DESCRIPTION="Provides a class to decode mime messages (split 
from PEAR-Mail_Mime
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
+IUSE="test"
 
 RDEPEND=">=dev-php/PEAR-Mail_Mime-1.5.2"
+DEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )"
 
-#src_install() {
-#  insinto /usr/share/php
-#  doins -r Mail
-#}
+src_test() {
+   pear run-tests tests || die
+}



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

2018-02-19 Thread Brian Evans
commit: 2fde84bd43b53343afb6e45db2343f30a8c02c4c
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Feb 19 21:50:24 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Feb 19 21:50:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fde84bd

dev-php/PEAR-Mail_Mime: Revbump to fix test dependency

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../{PEAR-Mail_Mime-1.10.2.ebuild => PEAR-Mail_Mime-1.10.2-r1.ebuild}  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2.ebuild 
b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2-r1.ebuild
similarity index 87%
rename from dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2.ebuild
rename to dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2-r1.ebuild
index e4847ea6eed..5d5b2050114 100644
--- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2.ebuild
+++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,6 +11,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="test"
+DEPEND="test? ( dev-php/PEAR-PEAR )"
 
 src_test() {
# Requires the "pear" executable from dev-php/PEAR-PEAR.



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

2018-02-19 Thread Brian Evans
commit: d852c2d46e73d6bae3ce1ae4eb1d6d94bf115b54
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Feb 19 21:45:35 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Feb 19 21:45:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d852c2d4

dev-php/PEAR-Mail: Revbump to include tests

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../{PEAR-Mail-1.4.1.ebuild => PEAR-Mail-1.4.1-r1.ebuild}| 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.4.1.ebuild 
b/dev-php/PEAR-Mail/PEAR-Mail-1.4.1-r1.ebuild
similarity index 67%
rename from dev-php/PEAR-Mail/PEAR-Mail-1.4.1.ebuild
rename to dev-php/PEAR-Mail/PEAR-Mail-1.4.1-r1.ebuild
index 35429d9eafa..122fdc24a33 100644
--- a/dev-php/PEAR-Mail/PEAR-Mail-1.4.1.ebuild
+++ b/dev-php/PEAR-Mail/PEAR-Mail-1.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,6 +10,11 @@ DESCRIPTION="Class that provides multiple interfaces for 
sending emails"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
+IUSE="test"
 
 RDEPEND=">=dev-php/PEAR-Net_SMTP-1.4.1"
+DEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )"
+
+src_test() {
+   peardev run-tests tests || die
+}



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

2018-02-19 Thread Brian Evans
commit: 1dad8dfcbdf990fc49b8e29852e0fe440ca3667a
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Feb 19 21:23:32 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Feb 19 21:23:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dad8dfc

dev-php/PEAR-Image_Text: Revbump - EAPI, add tests, fix dependencies

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../PEAR-Image_Text/PEAR-Image_Text-0.7.0-r1.ebuild  | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0-r1.ebuild 
b/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0-r1.ebuild
new file mode 100644
index 000..421c6aa7e99
--- /dev/null
+++ b/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Advanced text manipulations in images"
+LICENSE="PHP-3"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-lang/php:*[gd,truetype]"
+DEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
+
+src_test() {
+   phpunit tests || die
+}



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

2018-02-19 Thread Michał Górny
commit: 588e332efc7ff625093426092df86ce43f3931d7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 21:07:57 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588e332e

profiles/arch/amd64-fbsd: Mask x11-drivers/nvidia-drivers[static-libs]

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

diff --git a/profiles/arch/amd64-fbsd/package.use.mask 
b/profiles/arch/amd64-fbsd/package.use.mask
index eb19ed765be..0ff7bde1484 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -16,7 +16,7 @@ media-video/ffmpeg rubberband sdl ssh x265 zeromq zimg
 net-libs/gnutls idn
 net-print/cups-filters pdf
 sys-devel/gcc objc-gc
-x11-drivers/nvidia-drivers tools
+x11-drivers/nvidia-drivers static-libs tools
 x11-libs/pango test
 x11-wm/fluxbox vim-syntax
 virtual/ffmpeg sdl



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

2018-02-19 Thread Michał Górny
commit: 87f5da44f40bc25657b407403ed066320663200a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 21:04:10 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f5da44

dev-python/snowballstemmer: 1.2.0 arm64 stable (via ALLARCHES)

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

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
index 3c652e49704..66514e49f79 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
@@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE=""



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

2018-02-19 Thread Michał Górny
commit: 5cc16d34a8c7b76f0999791f8da90513180ad0e9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 20:58:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc16d34

dev-python/Babel: 2.5.0 arm64 stable (via ALLARCHES)

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

diff --git a/dev-python/Babel/Babel-2.5.0.ebuild 
b/dev-python/Babel/Babel-2.5.0.ebuild
index a126cf190d9..b0c0c2fb8d6 100644
--- a/dev-python/Babel/Babel-2.5.0.ebuild
+++ b/dev-python/Babel/Babel-2.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE="doc test"
 
 RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]



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

2018-02-19 Thread Michał Górny
commit: 0d0d09452ce7809430d69620b6aa6019af9c7e05
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 20:53:38 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0d0945

dev-python/characteristic: arm64 stable (via ALLARCHES)

 dev-python/characteristic/characteristic-14.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/characteristic/characteristic-14.3.0-r1.ebuild 
b/dev-python/characteristic/characteristic-14.3.0-r1.ebuild
index 4bbc41b38bf..5a11e80d0b4 100644
--- a/dev-python/characteristic/characteristic-14.3.0-r1.ebuild
+++ b/dev-python/characteristic/characteristic-14.3.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="doc test"
 
 RDEPEND=""



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

2018-02-19 Thread Michał Górny
commit: 75ce98fc36ca24cc974d37039bfe70a98c29bd75
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 21:06:23 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ce98fc

profiles/arch/arm64: Stable mask dev-python/twisted-core[gtk]

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

diff --git a/profiles/arch/arm64/package.use.stable.mask 
b/profiles/arch/arm64/package.use.stable.mask
index 0fc4870a094..6a978bd339b 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -12,7 +12,7 @@ dev-python/pyopenssl test
 dev-python/pyyaml libyaml
 dev-python/setuptools_scm mercurial test
 dev-python/sphinx latex test
-dev-python/twisted-core serial
+dev-python/twisted-core gtk serial
 dev-vcs/git gnome-keyring
 media-fonts/baekmuk-fonts X
 media-fonts/liberation-fonts X



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

2018-02-19 Thread Michał Górny
commit: 3003bed9033110a4e644b2d742b69b31962fe5c7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 20:44:00 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3003bed9

dev-python/decorator: arm64 stable (via ALLARCHES)

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

diff --git a/dev-python/decorator/decorator-4.1.2.ebuild 
b/dev-python/decorator/decorator-4.1.2.ebuild
index 82a02eadbe7..dc69f6e4809 100644
--- a/dev-python/decorator/decorator-4.1.2.ebuild
+++ b/dev-python/decorator/decorator-4.1.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-02-19 Thread Michał Górny
commit: 0dac24b15fbb662a7e0b1fc775d72b1a564cd89e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 20:50:50 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dac24b1

dev-python/pathlib: arm64 stable (via ALLARCHES)

 dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 3568ba1c56e..21f2f1021ef 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ia64 x86"
+KEYWORDS="amd64 arm64 ia64 x86"
 IUSE=""
 
 python_test() {



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

2018-02-19 Thread Michał Górny
commit: 43bd0a7ddb1ab8e8c9bbf769c20067fdf0ffba81
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 20:54:50 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bd0a7d

profiles/arch/arm64: Stable-mask dev-python/setuptools_scm[test]

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

diff --git a/profiles/arch/arm64/package.use.stable.mask 
b/profiles/arch/arm64/package.use.stable.mask
index 0e0d3ac0a07..7682a9f2998 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -10,7 +10,7 @@ dev-python/hgdistver test
 dev-python/pycurl test
 dev-python/pyopenssl test
 dev-python/pyyaml libyaml
-dev-python/setuptools_scm mercurial
+dev-python/setuptools_scm mercurial test
 dev-python/sphinx test
 dev-python/twisted-core serial
 dev-vcs/git gnome-keyring



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

2018-02-19 Thread Michał Górny
commit: 6e0e19e3b75924cda9bc9c2f68a05262107b6813
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 21:02:01 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0e19e3

profiles/arch/arm64: Stable mask dev-python/sphinx[latex]

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

diff --git a/profiles/arch/arm64/package.use.stable.mask 
b/profiles/arch/arm64/package.use.stable.mask
index 7682a9f2998..0fc4870a094 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -11,7 +11,7 @@ dev-python/pycurl test
 dev-python/pyopenssl test
 dev-python/pyyaml libyaml
 dev-python/setuptools_scm mercurial test
-dev-python/sphinx test
+dev-python/sphinx latex test
 dev-python/twisted-core serial
 dev-vcs/git gnome-keyring
 media-fonts/baekmuk-fonts X



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

2018-02-19 Thread Michał Górny
commit: c4e2e889c559d14d5b46ea5ae5228047adb6346c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 21:01:04 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e2e889

dev-python/jinja: 2.9.5 arm64 stable (via ALLARCHES)

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

diff --git a/dev-python/jinja/jinja-2.9.5.ebuild 
b/dev-python/jinja/jinja-2.9.5.ebuild
index fcb6cf8582b..8618102dd4c 100644
--- a/dev-python/jinja/jinja-2.9.5.ebuild
+++ b/dev-python/jinja/jinja-2.9.5.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/pallets/jinja/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



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

2018-02-19 Thread Michał Górny
commit: c2265e52885b51eba42cad28429f5c965e385f4a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 21:02:50 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2265e52

dev-python/alabaster: 0.7.9 arm64 stable (via ALLARCHES)

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

diff --git a/dev-python/alabaster/alabaster-0.7.9.ebuild 
b/dev-python/alabaster/alabaster-0.7.9.ebuild
index 436ff10457d..3a98a7540eb 100644
--- a/dev-python/alabaster/alabaster-0.7.9.ebuild
+++ b/dev-python/alabaster/alabaster-0.7.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/bitprophet/alabaster;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 SLOT="0"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-02-19 Thread Michał Górny
commit: 013498314961ce20124c701ca2b25cb3735a748d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 20:49:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01349831

dev-python/path-py: arm64 stable (via ALLARCHES)

 dev-python/path-py/path-py-8.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index ec8477569e3..c8329d5c6c8 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-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"
 IUSE="test"
 
 DEPEND="



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

2018-02-19 Thread Michał Górny
commit: 403c3de6dc1b3deffd6c3a583cced884f385ef43
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 20:59:18 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403c3de6

dev-python/sphinx_rtd_theme: 0.1.9 arm64 stable (via ALLARCHES)

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

diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild 
b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
index 64713e35109..6033d4f18e5 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-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"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-02-19 Thread Göktürk Yüksek
commit: d0f181b99254edd9774deaa217ee75500ef819ce
Author: kuzetsa  gmail  com>
AuthorDate: Sun Feb 18 19:04:44 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Feb 19 20:26:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f181b9

sys-kernel/ck-sources: genpatches-4.15-5

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-kernel/ck-sources/Manifest |  7 +++
 sys-kernel/ck-sources/ck-sources-4.15.4.ebuild | 62 ++
 2 files changed, 69 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 44065bdcb6a..2475f195cb6 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -1,8 +1,10 @@
 DIST ck-sources-4.14-blkio-fix.patch 1882 BLAKE2B 
b85d7d0bcc868284d60c73f26b055cfc061c7535b19ac3aac9ae6df0f086e6b2342fc3ceab878c45b2c021ffc12abf4c8793472b3db85ae32d7d6c3b917530a5
 SHA512 
aa1f65b505d32af70e0e3c921e477f7e0adea76204ede19ced32514598a1f369bf0897487273b2acb99290ddcd2788707f0711290b767183cecb689f6df5cfa1
 DIST ck-sources-4.9-freezer-fix.patch 684 BLAKE2B 
63894db45e5653af1851c7cee2493b6717d37f50d55c3a2b41316075d0f3e0bcb8975ff1c647c764bdf088ceeb4c716657e189d1e5337a69346e6dcefac332b9
 SHA512 
4241ca604f928263c29a49aca076832c06469db734864ec8c648cbbc30ba63cfb0b21d076ea4a7f3c438868802feb4e369d976e9ef6e091ce7bacf1a69c2c588
 DIST deblob-4.14 143883 BLAKE2B 
aaad9858bf626f1495f83187fd2ab91f812504534c7294cfb6818c773229eb780096a2c78a6aa963f3826df3cfdf7a7db5238f71fa8955c21b4acd75660d2b17
 SHA512 
662a11c03f51d85158175a8bf35fce20f01d94659d36b97a9773304ff9c091b2a9ab72a0445065c20188457fbe174fb43334a79e17b3a9e8553bb6144a971f4c
+DIST deblob-4.15 143008 BLAKE2B 
abe36eea7cd0f173be88072c969bec1ba269de7a862232a2bcbb5dbf9e39e0c4020b456f6164e6364e15d61ade4ab239db61a4d36d90afa6373e96c7db56a234
 SHA512 
bd7a2a95331928527f5c6a96ae65300a13785023acb8be86f45ff93f0b0db2ccf0ef21aff07458e3c9f9292e1a667278bff999327e2ec5ea98ba0f47f30563a3
 DIST deblob-4.9 146273 BLAKE2B 
8bc593ca375e003183dc6260aab0b2f81675b0814ec50fae3afe5d4ce9ce41c1c1401ce80e1c285153f610f8f730f82d6ad03e2578c792fd4af8779f2d1e3079
 SHA512 
3654b28e72b343bafdb38de10ef0c3621db0539bc0e7434bc99bb8f8ed911d4c9e53ca4785fd193fcfec369328f014fa5c6f3bda51b6f1a8f98b8c37ece119a6
 DIST deblob-check-4.14 755969 BLAKE2B 
5573bdf913554e23dba3d3c56227a2c8c3fcfad7f4a99e1ec9208171008b5d2d50bdc55000672af95e020ef8171325b9d1797a69c988b4df5b0f71bc2a186fad
 SHA512 
09626864cea33804d3dc94ceb691b24b6c14d1b9531eee8e745276dbc403903d762b1f75d685bf831f42b942d6f7ea265efb0d4889fecc976d95b11faf843fd3
+DIST deblob-check-4.15 761750 BLAKE2B 
5e748e57d7f45f0c1454ded4e48e0477b3f28ce0a518d637925afc5c8d0f05a0d9b8fc9c4e3a7bc020484b21f5ac38b4ab6e4d817e3e91ff4d436b6a86ead3f6
 SHA512 
fb8dca9c05aedddb980d9da31099513a94b74d8553dd89c4e1f39035ab7b698a16f686e4dcaefc43c338c1dc83fc8f229bbc4080491c6e39845f38e36c9576ab
 DIST deblob-check-4.9 717834 BLAKE2B 
f2471b45f6953ce83c0819b9157ce638a1d93959ec4074a329766ecb0c3adf90fd3022307ea70c2cb3bd3c291f98d6153576cc6597c62ca97abae6524b98112e
 SHA512 
46258698f1c574b44a8c5c78cc2b7fdbaca746976266974ee0f6787904531754b17ad15d542b68e07d4633ee91a8e2d9c32a991ea214292ac072c4f26deed9c9
 DIST genpatches-4.14-10.base.tar.xz 227892 BLAKE2B 
b800d810427d3da4ba219afdbab9cc50f982c4e6b00afe0648ef1ce211b18bdc9349cb0f8b80a701268874b71a3f6374670d8f76346e317a09276a2e1c044d20
 SHA512 
d799978f7c8a0addcdb52b396267c53544f3d20b407387c62f503b16fec415e0af0ada396358f042b4e3602fab39ef404aa0a893f6b7ff596ece130a76f2fb03
 DIST genpatches-4.14-10.experimental.tar.xz 5180 BLAKE2B 
5489b6157fdef6874f224f97d6fcaae34799b385a3b4ca3e57764413d2e48b63fe33c6a9749754ade1e4b7e25dd5928cb6a5e1ec11adca3ae4afd49b1fad84bc
 SHA512 
cd2e4f7957e79d766df7e5d4c2dff4d95ee85e96759c4995083edfb7bb76b86139916cf83718a46860af4d78f82f6e4e6ef24422f0c6d329c4e002d0ade443bc
@@ -37,6 +39,9 @@ DIST genpatches-4.14-6.extras.tar.xz 17488 BLAKE2B 
39d46c202139f9d4b19eee37e711c
 DIST genpatches-4.14-7.base.tar.xz 170916 BLAKE2B 
176af85faceb355a6a62f701f8f99eed90a1099e8c2a73808e2c96274398fbb94668a516f51675412865f1f5b8069b80db368b9829f57f9e6e46d356e446e8a9
 SHA512 
55615b8d48d3266e2b392c5bd6cf3d1a52167e1ea0e6f20681ba738a8db8c25a0aca47fe4d33ff592fbb1e58a59d611e5af49f4a2f4f7363e83ae63f1097daf9
 DIST genpatches-4.14-7.experimental.tar.xz 5180 BLAKE2B 
c1eb32bb2c1a0bb253b624bf9b825cb35ae174b372c1048fead1c019f6f72f6d0e39d1c5767c79fe380216e8cc61b0a47a25993cc50e144312249a8683088f21
 SHA512 
6a0d1206c7bea440cb7ac93719d972a7e8ad0c33817ff383ed8318a6c8904a701e84bc63d8618c36075176c5228420ae5b8935342b887cd5a54187f504d6413b
 DIST genpatches-4.14-7.extras.tar.xz 17488 BLAKE2B 
dffe838e8913976777080d5e7123e2341506ef3127a8889c5cde24a0662f54c62823780e4fc75c2d12cf55cfa50a591726981cad5d39046ee96e66156d6bafea
 SHA512 
a22d9505e769d09fc996945cbeb35cb765493cbbcffd981e0b6afafdb9a03159be9acde754dce0f2bcf414242b2a62aa6b74b9d7762ffc169492e90fa495d35c
+DIST genpatches-4.15-5.base.tar.xz 131324 BLAKE2B 

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

2018-02-19 Thread Göktürk Yüksek
commit: d532b35cc95e83a37a1a9a007da1363507ff19b4
Author: kuzetsa  gmail  com>
AuthorDate: Sun Feb 18 19:02:57 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Feb 19 20:26:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d532b35c

sys-kernel/ck-sources: genpatches-4.9-85

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-kernel/ck-sources/Manifest |  3 ++
 sys-kernel/ck-sources/ck-sources-4.9.82.ebuild | 65 ++
 2 files changed, 68 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 503e4578c1a..44065bdcb6a 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -76,6 +76,9 @@ DIST genpatches-4.9-80.extras.tar.xz 17352 BLAKE2B 
8e3043af0e0ccddb209bcce022cd5
 DIST genpatches-4.9-84.base.tar.xz 1548496 BLAKE2B 
60668544f3cadcc6b51dc42107c66b4971b215a8ce4c5017b3c660a23b38a1db8b6dec4914346f57b7bd44dfda4571e1578ba8a1a503b91a6d76b739b593ec44
 SHA512 
0c341a567f178b1bf09151a50d0e90c96644cf157ea167decd22508ab2f6a0f1cc044e045913088ed4fe728fef0b14c32c88df65e32cce81b5f669a38e1bde10
 DIST genpatches-4.9-84.experimental.tar.xz 106424 BLAKE2B 
3914158d90da1bc285cf3cee219358d69a128fd7a277b565f81e81e65cef5f4593cbbce5aeeebe11870687d825aedccae489e5f7905f754a746c5e9804b4193d
 SHA512 
c0c3ba0b3894d45ceebfde64f67ff5c7455c83ff72bce1421521fdecf4282ca16e2a159c8ce1d3f930c405e093b519f0ace9a61c15b71818576006a88a6d0218
 DIST genpatches-4.9-84.extras.tar.xz 17356 BLAKE2B 
91a7c0e374e9ff9b18a1f290e4d017c642d9150681aa55ca1938e47f0ad0fdb09f1ccb2833e26ab3f71a04417b2bb5342aa082a5fa1cebbb5d3d30d208492b94
 SHA512 
9e49213b1fe3fc9e07c744178be9b92de2db9eef7b3c41b1a32d6d5a111aa4111f59c448f02573a004f81de1b538c5a688424e6d0ec118f6fac94787c9d2ab2d
+DIST genpatches-4.9-85.base.tar.xz 1570340 BLAKE2B 
fc4b5b181943a4492bcd47bead04b648d64465b6085f8785a72bcce937325428abebac6dc9329e3ca59c91fc4722cc856cb6fae29c4320a9b6eb86965c2dc2b2
 SHA512 
f5ee1f8f067558ac9ddf576b98103f1201a32a17ca48767dee66815ae0fadd5079d5fd33970e9d887f80c5349569cd6f96a18e666da361d69c59ccc3d53fb37d
+DIST genpatches-4.9-85.experimental.tar.xz 106388 BLAKE2B 
826ba297b6c37887ec5223209a4567793678b1fdf6d2e433a6b350f27fe64710a3640185fcb8353a5f3adcbd2839f5553edd54a2d16427dc137be3f3c691e039
 SHA512 
b9eef13a61a249552fdac9a3a78493d0357536c4ba0f1e021f250633f335478a732702f3718224288ba957763b7d89482b86005ee33ae53732dc5d2a4515695f
+DIST genpatches-4.9-85.extras.tar.xz 17356 BLAKE2B 
a4b6b8b342f2695d0014e212141171bd58fb41721dac450ff2ad8cbef4ef4e9a322d50bd3da87fab7b277b96cdbcf6b592d548cbb948ead3bde041e465b957c9
 SHA512 
5907330084d47fbea3df39e60463efba8995757a5ce3b952e9606fac82d93c3aedf9806277e6f5b9ff8dd1c21ba1ad5e4de53bed786bc05e6616daddba1c66e2
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST patch-4.14-ck1.xz 84904 BLAKE2B 
6f9510643382d44ab79cbf8c4e8210ae7d30c37c78a9eaacde1296532751b5c881b8cc649266c29d73c1f663e60ca92856f6bf589fc449ff5cb781dc8b5ad8f1
 SHA512 
5e81d6a8319d030572ad5b6379bc43f2f5f98b6e4f050b1285bd6004516d1bf2e8eee8d3425a09317e15309cf030da2534417265b474aaab80e72e22c04741a2

diff --git a/sys-kernel/ck-sources/ck-sources-4.9.82.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.9.82.ebuild
new file mode 100644
index 000..95baef4d557
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.9.82.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+K_WANT_GENPATCHES="base extras experimental"
+K_EXP_GENPATCHES_PULL="1"
+K_EXP_GENPATCHES_NOUSE="1"
+K_GENPATCHES_VER="85"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+# solves bug #606866 (Fix build for CONFIG_FREEZER disabled.x)

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

2018-02-19 Thread Mart Raudsepp
commit: 446f825b81504fe8f18f85803b827b489f8b4061
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 19 20:16:31 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 19 20:22:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446f825b

media-video/gnome-mpv: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-video/gnome-mpv/Manifest  |  2 --
 media-video/gnome-mpv/gnome-mpv-0.13.ebuild | 37 -
 2 files changed, 39 deletions(-)

diff --git a/media-video/gnome-mpv/Manifest b/media-video/gnome-mpv/Manifest
index 5110d19d536..2e431a24bf5 100644
--- a/media-video/gnome-mpv/Manifest
+++ b/media-video/gnome-mpv/Manifest
@@ -1,3 +1 @@
-DIST gnome-mpv-0.13-upstream-updates.patch 2043 BLAKE2B 
097ce4725ece5105f6d4eb47abb0c2a62f4caca13a38ec9719bc2c6d94cd56a94a3193bfd403e8f122b5f6339a597a364d94d437833eda3659f2a03777f63ae4
 SHA512 
1769a2084515e739068a726be738889bb9d842440acaa536106c73ca596d849ea1eb7ad863367e3c7bee8e338f0d6ade216435f61214beffbd2213f19c7a7b37
-DIST gnome-mpv-0.13.tar.xz 304176 BLAKE2B 
62c3f9528dc1e82e29d35b6e0f93e4137bedddf61353a60370c2c4298fae4dbd89f4c55846e09bc8dfd96165f91f761761a063a0b33a394cd029f30492da60b6
 SHA512 
07ef6637a965f40b30a2212a8ff7807855c5b75eb8fe7cbb9ce930d11834403d5f4e1fa11dd2b5218736213d5bdf400fd7d6367ccee6b9e28da15907ba72bd10
 DIST gnome-mpv-0.14.tar.xz 313300 BLAKE2B 
5296b416928c8d62ed6d50cee7a0a27d19fb5bf8c0f1196276792272b5823c4d4efd8057b8dd7b64fc66281c36428f667ddaf3672389d3168e48de50594e2810
 SHA512 
c802f5f978dd3760faf5b78a5e59bd8e9960cc05ac67a1373d29371936b422272ba7541d05dd228b89cb97ac180460907fcb7da31bafbdcdd2445681230685e2

diff --git a/media-video/gnome-mpv/gnome-mpv-0.13.ebuild 
b/media-video/gnome-mpv/gnome-mpv-0.13.ebuild
deleted file mode 100644
index 96f420ed5b5..000
--- a/media-video/gnome-mpv/gnome-mpv-0.13.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils xdg-utils meson
-
-DESCRIPTION="A simple GTK+ frontend for mpv"
-HOMEPAGE="https://github.com/gnome-mpv/gnome-mpv;
-SRC_URI="https://github.com/gnome-mpv/gnome-mpv/releases/download/v${PV}/${P}.tar.xz
-   
https://github.com/gnome-mpv/gnome-mpv/releases/download/v${PV}/update-appdata-and-add-missing-meson-build-file.patch
 -> ${P}-upstream-updates.patch
-"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-libs/glib-2.44
-   >=x11-libs/gtk+-3.20:3
-   >=media-video/mpv-0.21[libmpv]
-   media-libs/libepoxy"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-PATCHES=( "${DISTDIR}"/${P}-upstream-updates.patch )
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}



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

2018-02-19 Thread Mart Raudsepp
commit: b28e92b4f32b5f6b3997a0a7dd8fec495a23a579
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 19 20:12:09 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 19 20:22:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28e92b4

media-video/gnome-mpv: bump to 0.14

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-video/gnome-mpv/Manifest  |  1 +
 media-video/gnome-mpv/gnome-mpv-0.14.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/media-video/gnome-mpv/Manifest b/media-video/gnome-mpv/Manifest
index a25d5c49a06..5110d19d536 100644
--- a/media-video/gnome-mpv/Manifest
+++ b/media-video/gnome-mpv/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-mpv-0.13-upstream-updates.patch 2043 BLAKE2B 
097ce4725ece5105f6d4eb47abb0c2a62f4caca13a38ec9719bc2c6d94cd56a94a3193bfd403e8f122b5f6339a597a364d94d437833eda3659f2a03777f63ae4
 SHA512 
1769a2084515e739068a726be738889bb9d842440acaa536106c73ca596d849ea1eb7ad863367e3c7bee8e338f0d6ade216435f61214beffbd2213f19c7a7b37
 DIST gnome-mpv-0.13.tar.xz 304176 BLAKE2B 
62c3f9528dc1e82e29d35b6e0f93e4137bedddf61353a60370c2c4298fae4dbd89f4c55846e09bc8dfd96165f91f761761a063a0b33a394cd029f30492da60b6
 SHA512 
07ef6637a965f40b30a2212a8ff7807855c5b75eb8fe7cbb9ce930d11834403d5f4e1fa11dd2b5218736213d5bdf400fd7d6367ccee6b9e28da15907ba72bd10
+DIST gnome-mpv-0.14.tar.xz 313300 BLAKE2B 
5296b416928c8d62ed6d50cee7a0a27d19fb5bf8c0f1196276792272b5823c4d4efd8057b8dd7b64fc66281c36428f667ddaf3672389d3168e48de50594e2810
 SHA512 
c802f5f978dd3760faf5b78a5e59bd8e9960cc05ac67a1373d29371936b422272ba7541d05dd228b89cb97ac180460907fcb7da31bafbdcdd2445681230685e2

diff --git a/media-video/gnome-mpv/gnome-mpv-0.14.ebuild 
b/media-video/gnome-mpv/gnome-mpv-0.14.ebuild
new file mode 100644
index 000..23ce58d3ef7
--- /dev/null
+++ b/media-video/gnome-mpv/gnome-mpv-0.14.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils xdg-utils meson
+
+DESCRIPTION="A simple GTK+ frontend for mpv"
+HOMEPAGE="https://gnome-mpv.github.io/;
+SRC_URI="https://github.com/gnome-mpv/gnome-mpv/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-libs/glib-2.44
+   >=x11-libs/gtk+-3.20:3
+   >=media-video/mpv-0.27[libmpv]
+   media-libs/libepoxy"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/asdf/

2018-02-19 Thread Sergei Trofimovich
commit: 6f62a19a61d2cecaf3c50b4956112e0e2339a5a3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 19 20:15:10 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 19 20:15:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f62a19a

dev-lisp/asdf: stable 3.1.5 for ia64, bug #577744

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 dev-lisp/asdf/asdf-3.1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/asdf/asdf-3.1.5.ebuild b/dev-lisp/asdf/asdf-3.1.5.ebuild
index 4a454440ff0..fb0374622df 100644
--- a/dev-lisp/asdf/asdf-3.1.5.ebuild
+++ b/dev-lisp/asdf/asdf-3.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ 
SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
 IUSE="doc"
 
 SLOT="0/${PVR}"



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/uiop/

2018-02-19 Thread Sergei Trofimovich
commit: f7a0f2a2c8491867ab1e8f744bfedd3b754ee2e3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 19 20:15:05 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 19 20:15:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a0f2a2

dev-lisp/uiop: stable 3.1.5 for ia64, bug #577744

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 dev-lisp/uiop/uiop-3.1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/uiop/uiop-3.1.5.ebuild b/dev-lisp/uiop/uiop-3.1.5.ebuild
index c2ba68c2ab2..e113df07f3b 100644
--- a/dev-lisp/uiop/uiop-3.1.5.ebuild
+++ b/dev-lisp/uiop/uiop-3.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ 
SRC_URI="http://common-lisp.net/project/asdf/archives/asdf-${PV}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="~dev-lisp/asdf-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-common-gentoo/

2018-02-19 Thread Sergei Trofimovich
commit: 1dc3ffd08c6370d03715013ecb6e6ec4ed58d960
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 19 20:05:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 19 20:05:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc3ffd0

app-emacs/emacs-common-gentoo: stable 1.6-r1 for ia64, bug #648098

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r1.ebuild 
b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r1.ebuild
index 96ba1d744c3..6ac7b282f54 100644
--- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r1.ebuild
+++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-3+"
 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 ~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 ~x86-solaris"
 IUSE="games X"
 
 PDEPEND="virtual/emacs"



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

2018-02-19 Thread Sergei Trofimovich
commit: 1ed5c7796083b2d255d989268441b92d56acea33
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 19 20:05:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 19 20:05:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed5c779

media-libs/libdvdread: stable 6.0.0 for ia64, bug #648060

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/media-libs/libdvdread/libdvdread-6.0.0.ebuild 
b/media-libs/libdvdread/libdvdread-6.0.0.ebuild
index 1d90b23ddf3..29e7f48ca43 100644
--- a/media-libs/libdvdread/libdvdread-6.0.0.ebuild
+++ b/media-libs/libdvdread/libdvdread-6.0.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdread.git;
 else

SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdread/${PV}/${P}.tar.bz2;
-   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"
+   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"
 fi
 
 LICENSE="GPL-2"



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

2018-02-19 Thread Sergei Trofimovich
commit: 99f41d1b781d3a57cfbecdbb20e9c39da11d899b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 19 20:05:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 19 20:05:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f41d1b

media-libs/libdvdnav: stable 6.0.0 for ia64, bug #648060

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild 
b/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild
index 52fbdd7bd50..6eb245d9447 100644
--- a/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild
+++ b/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdnav.git;
 else

SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2;
-   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"
+   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"
 fi
 
 LICENSE="GPL-2"



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

2018-02-19 Thread Mart Raudsepp
commit: 5b1f8c947954daad358bb137550fd64e1a94be7d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 19 20:00:00 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 19 20:03:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1f8c94

dev-libs/libgit2-glib: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/libgit2-glib/Manifest   |  2 -
 dev-libs/libgit2-glib/libgit2-glib-0.24.4.ebuild | 59 
 dev-libs/libgit2-glib/libgit2-glib-0.25.0.ebuild | 58 ---
 3 files changed, 119 deletions(-)

diff --git a/dev-libs/libgit2-glib/Manifest b/dev-libs/libgit2-glib/Manifest
index ce4954ef8e2..68a7f94f1f1 100644
--- a/dev-libs/libgit2-glib/Manifest
+++ b/dev-libs/libgit2-glib/Manifest
@@ -1,3 +1 @@
-DIST libgit2-glib-0.24.4.tar.xz 458360 BLAKE2B 
2a4202939ac6442c2119e102cc160981caa15abe4151bddd772f297c75a62d9f020701f69943023d81a7f7d2e659d670be31582c06035655b93285c9bff673f5
 SHA512 
55874f77ded1474eab6f84d3426c8cddd56a42b04b8b3e50e4294f396b8c10025a38bc925c0b74ba3e52022c696f07e7f69b75c443bbd0af0f9e0769b7c4555f
-DIST libgit2-glib-0.25.0.tar.xz 420500 BLAKE2B 
7522417cd9f5249e108c39c3bef820f19a806891dfe81ffd1851b1544f224d943b3bf96e8e824f852bdd181f60581879f84d48a2603263445c122de6cd393140
 SHA512 
f265d5da4bba28de2aa7254d36fa596b9e348c6543cd559cbb9c1f9610d4b63af00c82fb4138f345e15109503e0d61101d3344c68539348cb268403387a4418e
 DIST libgit2-glib-0.26.2.tar.xz 421956 BLAKE2B 
d38698f00d85b484d17078e78ad051a4c068b87df73fcf4d7b852dc6966628580cc4e5b3899a6edd5dc29fb47ef97ebe2c458992701b7642549f3e411d917dc5
 SHA512 
35fb3ec7a3757212f53cc884760f69725beff8462018b8e716fad389ba57d1acba99ece0fcd148ff40dc63e1fc7e7d566fe84759bd88d3a0ff9fdf970b0a5563

diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.24.4.ebuild 
b/dev-libs/libgit2-glib/libgit2-glib-0.24.4.ebuild
deleted file mode 100644
index 4c3a9d766b9..000
--- a/dev-libs/libgit2-glib/libgit2-glib-0.24.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{3_4,3_5} )
-VALA_USE_DEPEND="vapigen"
-
-inherit eutils gnome2 python-r1 vala
-
-DESCRIPTION="Git library for GLib"
-HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="python ssh +vala"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# Specify libgit2 dependency with subslot because libgit2 upstream has a habit
-# of changing their API in each release in ways that break libgit2-glib
-RDEPEND="
-   >=dev-libs/libgit2-0.24.0:0/24[ssh?]
-   >=dev-libs/glib-2.44.0:2
-   >=dev-libs/gobject-introspection-0.10.1:=
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/pygobject:3[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.11
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable python) \
-   $(use_enable ssh) \
-   $(use_enable vala)
-}
-
-src_install() {
-   gnome2_src_install
-
-   if use python ; then
-   install_gi_override() {
-   python_moduleinto "$(python_get_sitedir)/gi/overrides"
-   python_domodule "${S}"/${PN}/Ggit.py
-   }
-   python_foreach_impl install_gi_override
-   fi
-}

diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.25.0.ebuild 
b/dev-libs/libgit2-glib/libgit2-glib-0.25.0.ebuild
deleted file mode 100644
index 07fc8e722f0..000
--- a/dev-libs/libgit2-glib/libgit2-glib-0.25.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-VALA_USE_DEPEND="vapigen"
-
-inherit eutils gnome2 python-r1 vala
-
-DESCRIPTION="Git library for GLib"
-HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="python ssh +vala"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# Specify libgit2 dependency with subslot because libgit2 upstream has a habit
-# of changing their API in each release in ways that break libgit2-glib
-RDEPEND="
-   >=dev-libs/libgit2-0.25.0:0/25[ssh?]
-   >=dev-libs/glib-2.44.0:2
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/pygobject:3[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.11
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable python) \
- 

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

2018-02-19 Thread Mart Raudsepp
commit: 1a2bdaa3b2d1024a90d9f22af7f65d7a372a72c4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 19 19:58:20 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 19 20:03:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2bdaa3

dev-vcs/gitg: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-vcs/gitg/Manifest   |  2 -
 dev-vcs/gitg/gitg-3.22.0.ebuild | 84 -
 dev-vcs/gitg/gitg-3.24.0.ebuild | 84 -
 3 files changed, 170 deletions(-)

diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 1b33cf36238..fe3406baeee 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1,3 +1 @@
-DIST gitg-3.22.0.tar.xz 1507056 BLAKE2B 
5ffce478971fe7d0a0ab3dd9161d3d0bcf9011da6af2ebd8681173906ccf2ebecfe36eaee28a63ee261e6af24f015cd601c3a409fb21d030aadd4d9af4ba7619
 SHA512 
2d59af3bb725c111966544ed6977002a901a862f0280c9acf117b2b613b00d889039ea780cad83bd624de5099256e48b99cdf0421362f154a8380e98f5f977da
-DIST gitg-3.24.0.tar.xz 1703132 BLAKE2B 
98f57e80d8775c2c4b7c55bd5888daf7d0fdb79a265d4575dbeed01ce11ad1b3e0dbaed2c42dbae51fe9fa13c5470370e131d696743e7cfbe166d1462f3e4584
 SHA512 
3200ec39e05e5c7deae62e7c8938cb16ea3e63c034a5520b7e1ca692ce660671e7548650a6d91b29410303d027048b0f1f85206cc484a316cae702898b4c8d73
 DIST gitg-3.26.0.tar.xz 1551308 BLAKE2B 
45a9fd3df8eb891c4e07eefb6cf8f9b517c78dccc63dd08498b4c847614e164472e0605a01c81515ea349366e56c21c99a4558e73b6548b18bb94f578c0fc9bd
 SHA512 
782aa02e2f0f4d8c86ad726045502d545877d835f0449d2ec646d93a78bbfa50f84662d3a437c922eb168b2737c00ec088dc2c73487742f332e3910f041b519d

diff --git a/dev-vcs/gitg/gitg-3.22.0.ebuild b/dev-vcs/gitg/gitg-3.22.0.ebuild
deleted file mode 100644
index b78376684cd..000
--- a/dev-vcs/gitg/gitg-3.22.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5} )
-VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
-
-inherit gnome2 pax-utils python-r1 vala
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gitg;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-IUSE="glade +python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# test if unbundling of libgd is possible
-# Currently it seems not to be (unstable API/ABI)
-RDEPEND="
-   app-crypt/libsecret
-   dev-libs/libgee:0.8[introspection]
-   >=app-text/gtkspell-3.0.3:3
-   >=dev-libs/glib-2.38:2[dbus]
-   >=dev-libs/gobject-introspection-0.10.1:=
-   dev-libs/libgit2:=[threads]
-
-   >=dev-libs/libgit2-glib-0.24.4[ssh]
-   =dev-libs/libpeas-1.5.0[gtk]
-   >=dev-libs/libxml2-2.9.0:2
-   net-libs/libsoup:2.4
-   >=gnome-base/gsettings-desktop-schemas-0.1.1
-   >=x11-libs/gtk+-3.20.0:3
-   >=x11-libs/gtksourceview-3.10:3.0
-   x11-themes/adwaita-icon-theme
-   glade? ( >=dev-util/glade-3.2:3.10 )
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   >=dev-libs/libgit2-glib-0.24.4[vala]
-   >=dev-util/intltool-0.40
-   gnome-base/gnome-common
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
-src_prepare() {
-   gnome2_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --disable-deprecations \
-   $(use_enable glade glade-catalog) \
-   $(use_enable python)
-}
-
-src_install() {
-   # -j1: bug #???
-   gnome2_src_install -j1
-
-   if use python ; then
-   install_gi_override() {
-   python_moduleinto "$(python_get_sitedir)/gi/overrides"
-   python_domodule "${S}"/libgitg-ext/GitgExt.py
-   }
-   python_foreach_impl install_gi_override
-   fi
-}

diff --git a/dev-vcs/gitg/gitg-3.24.0.ebuild b/dev-vcs/gitg/gitg-3.24.0.ebuild
deleted file mode 100644
index 3b5aa6ca980..000
--- a/dev-vcs/gitg/gitg-3.24.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5} )
-VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
-
-inherit gnome2 pax-utils python-r1 vala
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gitg;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="glade +python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# test if unbundling of libgd is 

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

2018-02-19 Thread Mart Raudsepp
commit: b738bc8f0fb26d3aaef6ddb3f6046233df59b023
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 19 19:49:05 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 19 20:02:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b738bc8f

media-plugins/grilo-plugins: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/grilo-plugins/Manifest   |   1 -
 .../grilo-plugins/grilo-plugins-0.3.4.ebuild   | 118 -
 2 files changed, 119 deletions(-)

diff --git a/media-plugins/grilo-plugins/Manifest 
b/media-plugins/grilo-plugins/Manifest
index 6ad197fc71d..dc7f40d6781 100644
--- a/media-plugins/grilo-plugins/Manifest
+++ b/media-plugins/grilo-plugins/Manifest
@@ -1,3 +1,2 @@
 DIST grilo-plugins-0.2.17.tar.xz 1036308 BLAKE2B 
c83de5b251c030c71164310f6240652ffc86efa46a057bc750ee242c7cc2ff91a9c28ec6a847783cf7fd2df068cba0dad6f10521db82c7080a466c63aacb4c03
 SHA512 
f556ae6e72c82ce74cc8902f7b4ae27f51060c3b06230989b36ce4498f93894c723809c1f08fc8edfabd892fc303eb0523f21ea72649f644c7eb421b62773140
-DIST grilo-plugins-0.3.4.tar.xz 1879324 BLAKE2B 
6cd9c27fcee17724a5ab5b5b7c0e6f0c6e4d8f431cac63fd52a145a6b80187bbe026c403ed457d20a59ac5e1db38ce5013916ae9feedb9d7bc67864ac2ac3c3f
 SHA512 
690e016f4e24894bce8e8a3535898e6a5553fbe725efe539f771867d5a246a2d86e52641cc21696a7ea9da506ab72735db26d40e8aa6e738b818fda81d9d5575
 DIST grilo-plugins-0.3.5.tar.xz 1881080 BLAKE2B 
06f06fe47cf6fb374d3d398e113a2d851c46e390011f2ef8c04a9b658bd04eea5f0c17ad4e89f7cd922ac0a24efe94f30db65697d4b71fab512eaf71c8ef936c
 SHA512 
3420b18d5d938559b75ae41199a6a79dfa5a8a43d2b29631f7cb03c28df569627be610a4087514240c3413e476fa76def3ee7a1b065b5104679b788b633a5b0e

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.4.ebuild 
b/media-plugins/grilo-plugins/grilo-plugins-0.3.4.ebuild
deleted file mode 100644
index c56645ad2f0..000
--- a/media-plugins/grilo-plugins/grilo-plugins-0.3.4.ebuild
+++ /dev/null
@@ -1,118 +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
-
-DESCRIPTION="A framework for easy media discovery and browsing"
-HOMEPAGE="https://wiki.gnome.org/Projects/Grilo;
-
-LICENSE="LGPL-2.1+"
-SLOT="0.3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="daap dvd examples chromaprint flickr freebox gnome-online-accounts lua 
subtitles thetvdb tracker upnp-av vimeo +youtube"
-
-# Bump gom requirement to avoid segfaults
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   >=media-libs/grilo-0.3.1:${SLOT}=[network,playlist]
-   media-libs/libmediaart:2.0
-   >=dev-libs/gom-0.3.2
-
-   dev-libs/gmime:2.6
-   dev-libs/json-glib
-   dev-libs/libxml2:2
-   dev-db/sqlite:3
-
-   chromaprint? ( media-libs/gstreamer:1.0 )
-   daap? ( >=net-libs/libdmapsharing-2.9.12:3.0 )
-   dvd? ( >=dev-libs/totem-pl-parser-3.4.1 )
-   flickr? ( net-libs/liboauth )
-   freebox? ( net-dns/avahi )
-   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.91:= )
-   lua? (
-   >=dev-lang/lua-5.3
-   app-arch/libarchive
-   dev-libs/libxml2:2
-   >=dev-libs/totem-pl-parser-3.4.1 )
-   subtitles? ( net-libs/libsoup:2.4 )
-   thetvdb? (
-   app-arch/libarchive
-   dev-libs/libxml2 )
-   tracker? ( >=app-misc/tracker-0.10.5:= )
-   youtube? (
-   >=dev-libs/libgdata-0.9.1:=
-   >=dev-libs/totem-pl-parser-3.4.1 )
-   upnp-av? (
-   net-libs/libsoup:2.4
-   net-libs/dleyna-connector-dbus )
-   vimeo? (
-   >=dev-libs/totem-pl-parser-3.4.1 )
-"
-DEPEND="${RDEPEND}
-   lua? ( dev-util/gperf )
-   app-text/docbook-xml-dtd:4.5
-   app-text/yelp-tools
-   >=dev-util/intltool-0.40.0
-   virtual/pkgconfig
-"
-
-src_prepare () {
-   gnome2_src_prepare
-   sed -e 
"s:GETTEXT_PACKAGE=grilo-plugins$:GETTEXT_PACKAGE=grilo-plugins-${SLOT}:" \
-   -i configure.ac configure || die "sed configure.ac configure 
failed"
-}
-
-# FIXME: some unittests required python-dbusmock
-src_configure() {
-   # --enable-debug only changes CFLAGS, useless for us
-   # Plugins
-   # shoutcast seems to be broken
-   gnome2_src_configure \
-   --disable-static \
-   --disable-debug \
-   --disable-uninstalled \
-   --enable-bookmarks \
-   --enable-filesystem \
-   --enable-gravatar \
-   --enable-jamendo \
-   --enable-local-metadata \
-   --enable-magnatune \
-   --enable-metadata-store \
-   --enable-podcasts \
-   --enable-raitv \
-   --disable-shoutcast \
-   --enable-tmdb \
-   $(use_enable chromaprint) \
-   

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

2018-02-19 Thread Mart Raudsepp
commit: 2c2a77969fcd449eb76f92caa95734d23a2fa2f1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 19 20:01:33 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 19 20:03:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2a7796

dev-libs/libgit2: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/libgit2/Manifest  |  2 -
 dev-libs/libgit2/libgit2-0.24.6.ebuild | 75 --
 dev-libs/libgit2/libgit2-0.25.1.ebuild | 75 --
 3 files changed, 152 deletions(-)

diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest
index d36a541d8c4..1d84cb54928 100644
--- a/dev-libs/libgit2/Manifest
+++ b/dev-libs/libgit2/Manifest
@@ -1,3 +1 @@
-DIST libgit2-0.24.6.tar.gz 4178476 BLAKE2B 
5bb1bad874581f987e2b10eb6fba8265c2e17c3eb0f05ff4b0db1e4bed81842331b56d7e360cbaae7fed7431cf6e36e2863342bfb76b7df8d33d77958f9304cc
 SHA512 
ea928629450f6619c17e76cf32e5d76ddd9e00d914b8a0fc2efdcc32ae271637c124a27a8d4c595b8dcf2048551b22f1bc3c5b6394b3022a2f852a06f7ab3396
-DIST libgit2-0.25.1.tar.gz 4252130 BLAKE2B 
d5e6270ef8967d36094182eafe68673a07c667bec062c48aa036c02ecec493b0b7cc874681faed68be95d8ccb1635a155e77b7afcc489cb0b9e09ecedfdc8f7e
 SHA512 
bbd0d27c95406b548185ce02e2a9288a9dcb8c3b28476ba20f4f4917f6bd67f1ddee80de3054d30b79cdb9d973c3061a15ea7847c79bfa4e0c62e41d5195cb99
 DIST libgit2-0.26.0.tar.gz 4697149 BLAKE2B 
468e679bd7093004fb19a7947102d09bb90c653f3957615ce5468fe4c602f61804877072445a90447d83c70277529d02762cd3f35d0879708ea8355c44fe3456
 SHA512 
988c616c99637f2c1f80c498de34820296b78c0601669475eba9d194490cfd2047131987e63a799599277893e5741f9bcc226ffa594327356047ed563f07d346

diff --git a/dev-libs/libgit2/libgit2-0.24.6.ebuild 
b/dev-libs/libgit2/libgit2-0.24.6.ebuild
deleted file mode 100644
index 02472f65a33..000
--- a/dev-libs/libgit2/libgit2-0.24.6.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils multilib
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc x86 ~ppc-macos"
-fi
-
-DESCRIPTION="A linkable library for Git"
-HOMEPAGE="https://libgit2.github.com/;
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0/24"
-IUSE="examples gssapi libressl ssh test threads trace"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   sys-libs/zlib
-   net-libs/http-parser:=
-   gssapi? ( virtual/krb5 )
-   ssh? ( net-libs/libssh2 )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-DOCS=( AUTHORS CONTRIBUTING.md CONVENTIONS.md README.md )
-
-src_prepare() {
-   # skip online tests
-   sed -i '/libgit2_clar/s/-ionline/-xonline/' CMakeLists.txt || die
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
-   $(cmake-utils_use_build test CLAR)
-   $(cmake-utils_use_enable trace TRACE)
-   $(cmake-utils_use_use gssapi GSSAPI)
-   $(cmake-utils_use_use ssh SSH)
-   $(cmake-utils_use threads THREADSAFE)
-   )
-   cmake-utils_src_configure
-}
-
-src_test() {
-   if [[ ${EUID} -eq 0 ]] ; then
-   # repo::iterator::fs_preserves_error fails if run as root
-   # since root can still access dirs with  perms
-   ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
-   else
-   local TEST_VERBOSE=1
-   cmake-utils_src_test
-   fi
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   if use examples ; then
-   egit_clean examples
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}

diff --git a/dev-libs/libgit2/libgit2-0.25.1.ebuild 
b/dev-libs/libgit2/libgit2-0.25.1.ebuild
deleted file mode 100644
index 110fc1f0df8..000
--- a/dev-libs/libgit2/libgit2-0.25.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils multilib
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-macos"
-fi
-
-DESCRIPTION="A linkable library for Git"
-HOMEPAGE="https://libgit2.github.com/;
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0/25"
-IUSE="examples gssapi libressl ssh test threads trace"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0 )
-   

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

2018-02-19 Thread Mart Raudsepp
commit: 202b1bd62d6f72df222711fbd8e67673e95d1248
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 19 19:56:35 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 19 20:03:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202b1bd6

dev-util/sysprof: Switch maintenance to gnome@ as primary

sysprof is an optional dependency of gnome-builder and its previous
maintainers are all part of that. Given that gnome-builder is maintained
by gnome team, move sysprof to be maintained primarily by gnome@ as well.
Remove myself by name in the process, keep tetromino for now as he's not
me, and no need to remove at least an explicit CC unless he wants that.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/sysprof/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/sysprof/metadata.xml b/dev-util/sysprof/metadata.xml
index ea79c2ed134..2f805617ad1 100644
--- a/dev-util/sysprof/metadata.xml
+++ b/dev-util/sysprof/metadata.xml
@@ -1,14 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
 
tetrom...@gentoo.org
Alexandre Rostovtsev
 
-
-   l...@gentoo.org
-   Mart Raudsepp
-
 
Sysprof is a sampling CPU profiler for Linux that profiles the entire 
system,
not just a single application.



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

2018-02-19 Thread Mart Raudsepp
commit: 0ae675b93206e9d52f94665e784151cce8bfa64a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 19 19:51:17 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 19 20:02:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae675b9

gnome-extra/gnome-builder: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 gnome-extra/gnome-builder/Manifest |   1 -
 .../gnome-builder/gnome-builder-3.22.4.ebuild  | 132 -
 2 files changed, 133 deletions(-)

diff --git a/gnome-extra/gnome-builder/Manifest 
b/gnome-extra/gnome-builder/Manifest
index 100f90650e5..555f60511b2 100644
--- a/gnome-extra/gnome-builder/Manifest
+++ b/gnome-extra/gnome-builder/Manifest
@@ -1,2 +1 @@
-DIST gnome-builder-3.22.4.tar.xz 2480900 BLAKE2B 
cd144cd92030b6c452a58e52010f0a47edf0817a12387b69833675ab817235fb6912668ecf4b5d36e8ba797cd7652f00fcca1444692b66ba7ac1a64e2ca8dc7b
 SHA512 
69ee0d22f7e60f1bc236f2648662ece38f2a3c827d6877f8cbee82eadd499c19de8e4f6f94d7ad8832a93d26cddb5d34106ec6a9e878a7abea3350929d50711d
 DIST gnome-builder-3.24.2.tar.xz 4342908 BLAKE2B 
5dca80d2e948041bc096fa9a2a5d39322c6fedb0560e3e4f3c60c7b0657c7c62e89387a63f7d050c3df90d8c129485bc5495039802548b22ae268d94c14a37ae
 SHA512 
dec133ad3c5ef96a036598ebbe684667dc44f73d8643e700f1e776cf8eb860b99c1d333f1fed5bc896cb7bdcf607eb51fedb7bb1f5b0cc662e4b2703d74140bf

diff --git a/gnome-extra/gnome-builder/gnome-builder-3.22.4.ebuild 
b/gnome-extra/gnome-builder/gnome-builder-3.22.4.ebuild
deleted file mode 100644
index 063b139c307..000
--- a/gnome-extra/gnome-builder/gnome-builder-3.22.4.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_3,3_4,3_5} )
-VALA_MIN_API_VERSION="0.30"
-VALA_USE_DEPEND="vapigen"
-DISABLE_AUTOFORMATTING=1
-FORCE_PRINT_ELOG=1
-
-inherit gnome2 python-single-r1 vala virtualx readme.gentoo-r1
-
-DESCRIPTION="Builder attempts to be an IDE for writing software for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Builder;
-
-# FIXME: Review licenses at some point
-LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="clang +git sysprof vala webkit"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# When bumping, pay attention to all the included plugins/*/configure.ac files 
and the requirements within.
-# Most have no extra requirements and default to enabled; we need to handle 
the ones with extra requirements, which tend to default to auto(magic).
-# Look at the last (fourth) argument given to AC_ARG_ENABLE to decide. We 
don't support any disabling of those that are default-enabled and have no extra 
deps beyond C/python/introspection.
-# FIXME: >=dev-util/devhelp-3.20.0 dependency is automagic for devhelp 
integration plugin
-# FIXME: vte could be optional via $(use_enable vte terminal-plugin) - but 
most/all people want this and have vte?
-# FIXME: flatpak-plugin needs flatpak.pc >=0.6.9, libgit2[threads] 
>=libgit2-glib-0.24.0[ssh] libsoup-2.4.pc
-# FIXME: --with-sanitizer configure option
-# FIXME: Enable rdtscp based high performance counter usage on suitable 
architectures for EGG_COUNTER?
-# Editorconfig needs pcre.h, with vte migrating away, might want it optional?
-# Python is always enabled - the core python plugin support checks are 
automagic and not worth crippling it by not supporting python plugins
-# Relatedly introspection is always required to not have broken python using 
plugins or have to enable/disable them based on it. This is a full IDE, not a 
place to be really minimal.
-# An introspection USE flag of a dep is required if any introspection based 
language plugin wants to use it. Last full check at 3.22.4
-RDEPEND="
-   >=x11-libs/gtk+-3.22.1:3[introspection]
-   >=dev-libs/glib-2.50.0:2[dbus]
-   >=x11-libs/gtksourceview-3.22.0:3.0[introspection]
-   >=dev-libs/gobject-introspection-1.48.0:=
-   >=dev-python/pygobject-3.22.0:3
-   >=dev-libs/libxml2-2.9
-   >=x11-libs/pango-1.38.0
-   >=dev-libs/libpeas-1.18.0[python,${PYTHON_USEDEP}]
-   >=dev-libs/json-glib-1.2.0
-   webkit? ( >=net-libs/webkit-gtk-2.12.0:4=[introspection] )
-   clang? ( sys-devel/clang:= )
-   git? (
-   dev-libs/libgit2[ssh,threads]
-   >=dev-libs/libgit2-glib-0.24.0[ssh] )
-   >=x11-libs/vte-0.46:2.91
-   sysprof? ( >=dev-util/sysprof-3.22.2[gtk] )
-   dev-libs/libpcre:3
-   ${PYTHON_DEPS}
-   vala? ( $(vala_depend) )
-"
-# desktop-file-utils for desktop-file-validate check in configure for 3.22.4
-# mm-common due to not fully clean --disable-idemm behaviour, recheck on bump
-DEPEND="${RDEPEND}
-   dev-cpp/mm-common
-   dev-libs/appstream-glib
-   dev-util/desktop-file-utils
-   >=dev-util/gtk-doc-am-1.11
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   !

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

2018-02-19 Thread Mart Raudsepp
commit: 6080ea53679a95c2b02f98674bb997ec1a7c3dcb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 19 19:53:06 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 19 20:02:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6080ea53

dev-util/sysprof: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/sysprof/Manifest  |  1 -
 dev-util/sysprof/sysprof-3.22.2.ebuild | 61 --
 2 files changed, 62 deletions(-)

diff --git a/dev-util/sysprof/Manifest b/dev-util/sysprof/Manifest
index f2ba7990335..048dac70a65 100644
--- a/dev-util/sysprof/Manifest
+++ b/dev-util/sysprof/Manifest
@@ -1,2 +1 @@
-DIST sysprof-3.22.2.tar.xz 581864 BLAKE2B 
9a5c3a6fed2b5aaff8edddf9d3405840510b5d0a3f9eaa619e5e8d5be5bf900b15bc528e0702426840d1be91cb203c318d6b4737c78e8010dc76263363d6a427
 SHA512 
601e83f8809bfc970b87a8cbecfc868e957d992aa554316e80b44f21c97a58ef0a236e0b0bda6accc01d5d551f7fca76b4882863a9ea498578731b49dc75322c
 DIST sysprof-3.24.1.tar.xz 595920 BLAKE2B 
90582eab3fc12a0169c151ce0fad20b839841f77a31e5858f8d660f9b0f2630396bec3b239dd88baa3f6e3dd936bdd6d63a652e491a1d32f966a755f9099f160
 SHA512 
5d323bcb9923c511065132711963dc8856c4d837b4d7ccfae5cc5794be5ac8ad1dc42504025469199f4bfd6a6fad4d8f49b7b21cab6f0c9a954820182e75c7d0

diff --git a/dev-util/sysprof/sysprof-3.22.2.ebuild 
b/dev-util/sysprof/sysprof-3.22.2.ebuild
deleted file mode 100644
index baa9bad8132..000
--- a/dev-util/sysprof/sysprof-3.22.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2 linux-info systemd
-
-DESCRIPTION="System-wide Linux Profiler"
-HOMEPAGE="http://sysprof.com/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug gtk systemd"
-
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   gtk? (
-   sys-auth/polkit
-   >=x11-libs/gtk+-3.22.0:3 )
-   systemd? (
-   sys-auth/polkit
-   >=sys-apps/systemd-222 )
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   >=sys-devel/gettext-0.19.6
-   >=sys-kernel/linux-headers-2.6.32
-   virtual/pkgconfig
-"
-
-pkg_pretend() {
-   kernel_is -ge 2 6 31 && return
-   die "Sysprof will not work with a kernel version less than 2.6.31"
-}
-
-src_configure() {
-   # introspection & vala not use in build system
-   gnome2_src_configure \
-   $(use_enable debug) \
-   $(use_enable gtk) \
-   --disable-introspection \
-   --disable-static \
-   --disable-vala \
-   --with-sysprofd=$(usex systemd bundled no) \
-   --with-systemdsystemunitdir=$(systemd_get_systemunitdir)
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-
-   elog "On many systems, especially amd64, it is typical that with a 
modern"
-   elog "toolchain -fomit-frame-pointer for gcc is the default, because"
-   elog "debugging is still possible thanks to gcc4/gdb location list 
feature."
-   elog "However sysprof is not able to construct call trees if frame 
pointers"
-   elog "are not present. Therefore -fno-omit-frame-pointer CFLAGS is 
suggested"
-   elog "for the libraries and applications involved in the profiling. 
That"
-   elog "means a CPU register is used for the frame pointer instead of 
other"
-   elog "purposes, which means a very minimal performance loss when there 
is"
-   elog "register pressure."
-}



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

2018-02-19 Thread Michał Górny
commit: e2dfe94bb66f743f1375a4137ecd7327bb232e8c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 20:00:07 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 20:00:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2dfe94b

profiles/arch/amd64-fbsd: Also mask virtual/ffmpeg[sdl]

 profiles/arch/amd64-fbsd/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask 
b/profiles/arch/amd64-fbsd/package.use.mask
index 92d93fa6ac3..eb19ed765be 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -19,6 +19,7 @@ sys-devel/gcc objc-gc
 x11-drivers/nvidia-drivers tools
 x11-libs/pango test
 x11-wm/fluxbox vim-syntax
+virtual/ffmpeg sdl
 
 # Michał Górny  (17 Feb 2018)
 # Claims to require dev-libs/elfutils which doesn't support FreeBSD.



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

2018-02-19 Thread Michał Górny
commit: 948d399cc733de86cc25a0bdf5db3f141b7b584d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 19:57:23 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 20:00:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948d399c

media-libs/elementary: Remove *-fbsd due to dev-libs/efl

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

diff --git a/media-libs/elementary/elementary-1.17.0.ebuild 
b/media-libs/elementary/elementary-1.17.0.ebuild
index 391b23d80cd..36368b92ffa 100644
--- a/media-libs/elementary/elementary-1.17.0.ebuild
+++ b/media-libs/elementary/elementary-1.17.0.ebuild
@@ -19,7 +19,7 @@ DESCRIPTION="Basic widget set, based on EFL for mobile 
touch-screen devices"
 HOMEPAGE="https://trac.enlightenment.org/e/wiki/Elementary;
 
 LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="debug examples fbcon javascript quicklaunch sdl wayland X static-libs"
 
 DEPEND=">=dev-libs/efl-${PV}[fbcon?,sdl?,png,wayland?,X?]



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

2018-02-19 Thread Michał Górny
commit: 576caa2988099fb97b1cc3c7ebb7191bdc801970
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 20:00:24 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 20:00:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576caa29

media-plugins/imlib2_loaders: Remove *-fbsd due to dev-libs/efl

 media-plugins/imlib2_loaders/imlib2_loaders-1.4.7.ebuild | 2 +-
 media-plugins/imlib2_loaders/imlib2_loaders-1.4.8.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.4.7.ebuild 
b/media-plugins/imlib2_loaders/imlib2_loaders-1.4.7.ebuild
index 5a29a913cc3..4217329e4f2 100644
--- a/media-plugins/imlib2_loaders/imlib2_loaders-1.4.7.ebuild
+++ b/media-plugins/imlib2_loaders/imlib2_loaders-1.4.7.ebuild
@@ -14,7 +14,7 @@ inherit enlightenment
 
 DESCRIPTION="image loader plugins for Imlib 2"
 HOMEPAGE="https://www.enlightenment.org/pages/imlib2.html;
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 IUSE="eet xcf"
 

diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.4.8.ebuild 
b/media-plugins/imlib2_loaders/imlib2_loaders-1.4.8.ebuild
index 5a29a913cc3..4217329e4f2 100644
--- a/media-plugins/imlib2_loaders/imlib2_loaders-1.4.8.ebuild
+++ b/media-plugins/imlib2_loaders/imlib2_loaders-1.4.8.ebuild
@@ -14,7 +14,7 @@ inherit enlightenment
 
 DESCRIPTION="image loader plugins for Imlib 2"
 HOMEPAGE="https://www.enlightenment.org/pages/imlib2.html;
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 IUSE="eet xcf"
 



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

2018-02-19 Thread Michał Górny
commit: cdb18d617fbf574c0206af52eda8d55392314815
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 19:57:52 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 20:00:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb18d61

media-plugins/evas_generic_loaders: Remove *-fbsd due to dev-libs/efl

 media-plugins/evas_generic_loaders/evas_generic_loaders-1.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/evas_generic_loaders/evas_generic_loaders-1.17.0.ebuild 
b/media-plugins/evas_generic_loaders/evas_generic_loaders-1.17.0.ebuild
index 2cfba852fc8..a8ac6a82fe3 100644
--- a/media-plugins/evas_generic_loaders/evas_generic_loaders-1.17.0.ebuild
+++ b/media-plugins/evas_generic_loaders/evas_generic_loaders-1.17.0.ebuild
@@ -17,7 +17,7 @@ inherit enlightenment flag-o-matic
 
 DESCRIPTION="Provides external applications as generic loaders for Evas"
 HOMEPAGE="https://www.enlightenment.org/;
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 LICENSE="GPL-2"
 IUSE="gstreamer pdf postscript raw svg"



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

2018-02-19 Thread Christoph Junghans
commit: fe87491b8d9040c62d3a421ff495434c421d1ec6
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Feb 19 19:56:05 2018 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Feb 19 19:57:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe87491b

sys-apps/nawk: remove old, fix homepage

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

 sys-apps/nawk/nawk-20121220-r2.ebuild | 49 ---
 sys-apps/nawk/nawk-20121220-r3.ebuild |  4 +--
 2 files changed, 2 insertions(+), 51 deletions(-)

diff --git a/sys-apps/nawk/nawk-20121220-r2.ebuild 
b/sys-apps/nawk/nawk-20121220-r2.ebuild
deleted file mode 100644
index fe1d7f62e13..000
--- a/sys-apps/nawk/nawk-20121220-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Brian Kernighan's pattern scanning and processing language"
-HOMEPAGE="http://cm.bell-labs.com/cm/cs/awkbook/index.html;
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos"
-IUSE=""
-
-RDEPEND="app-eselect/eselect-awk
-   !sys-freebsd/freebsd-ubin"
-DEPEND="${RDEPEND}
-   virtual/yacc"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   rm -f ytab.[hc]
-   epatch "${FILESDIR}/${P}"-parallel-build.patch
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" CPPFLAGS=-DHAS_ISBLANK 
ALLOC="${LDFLAGS}" YACC=$(type -p yacc) YFLAGS="-d"
-}
-
-src_install() {
-   newbin a.out "${PN}"
-   sed -e 's/awk/nawk/g' \
-   -e 's/AWK/NAWK/g' \
-   -e 's/Awk/Nawk/g' \
-   awk.1 > "${PN}".1 || die "manpage patch failed"
-   doman "${PN}".1
-   dodoc README FIXES
-}
-
-pkg_postinst() {
-   eselect awk update ifunset
-}
-
-pkg_postrm() {
-   eselect awk update ifunset
-}

diff --git a/sys-apps/nawk/nawk-20121220-r3.ebuild 
b/sys-apps/nawk/nawk-20121220-r3.ebuild
index a52e72d09b2..802c7c57c38 100644
--- a/sys-apps/nawk/nawk-20121220-r3.ebuild
+++ b/sys-apps/nawk/nawk-20121220-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Brian Kernighan's pattern scanning and processing language"
-HOMEPAGE="http://cm.bell-labs.com/cm/cs/awkbook/index.html;
+HOMEPAGE="https://www.cs.princeton.edu/~bwk/btl.mirror/;
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="MIT"



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

2018-02-19 Thread David Seifert
commit: 12d356d589aa327bbee1339b23ac144c977f4e6c
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:20 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d356d5

dev-cpp/libcmis: Always build in C++14 mode

Closes: https://bugs.gentoo.org/618778
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-cpp/libcmis/libcmis-0.5.2_pre20160820-r1.ebuild | 7 +--
 dev-cpp/libcmis/libcmis-.ebuild | 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-cpp/libcmis/libcmis-0.5.2_pre20160820-r1.ebuild 
b/dev-cpp/libcmis/libcmis-0.5.2_pre20160820-r1.ebuild
index ef3f0775329..8377602271d 100644
--- a/dev-cpp/libcmis/libcmis-0.5.2_pre20160820-r1.ebuild
+++ b/dev-cpp/libcmis/libcmis-0.5.2_pre20160820-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ elif [[ ${PV} = *_pre* ]]; then
 else
SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
-inherit alternatives autotools ${SCM_ECLASS}
+inherit alternatives autotools flag-o-matic ${SCM_ECLASS}
 unset SCM_ECLASS
 
 DESCRIPTION="C++ client library for the CMIS interface"
@@ -59,6 +59,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 618778
+   append-cxxflags -std=c++14
+
econf \
--program-suffix=-${SLOT} \
--disable-werror \

diff --git a/dev-cpp/libcmis/libcmis-.ebuild 
b/dev-cpp/libcmis/libcmis-.ebuild
index 603a0334c7d..78e5b1990a3 100644
--- a/dev-cpp/libcmis/libcmis-.ebuild
+++ b/dev-cpp/libcmis/libcmis-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ elif [[ ${PV} = *_pre* ]]; then
 else
SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
-inherit alternatives autotools ${SCM_ECLASS}
+inherit alternatives autotools flag-o-matic ${SCM_ECLASS}
 unset SCM_ECLASS
 
 DESCRIPTION="C++ client library for the CMIS interface"
@@ -57,6 +57,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 618778
+   append-cxxflags -std=c++14
+
econf \
--program-suffix=-${SLOT} \
--disable-werror \



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

2018-02-19 Thread David Seifert
commit: 8ea145993280262f5ffe51c941472ee9b4e14068
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:20 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea14599

media-libs/harfbuzz: Always build in C++14 mode

Closes: https://bugs.gentoo.org/618772
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/harfbuzz/harfbuzz-1.7.2.ebuild | 5 -
 media-libs/harfbuzz/harfbuzz-1.7.4.ebuild | 5 -
 media-libs/harfbuzz/harfbuzz-1.7.5.ebuild | 3 +++
 media-libs/harfbuzz/harfbuzz-.ebuild  | 3 +++
 4 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/media-libs/harfbuzz/harfbuzz-1.7.2.ebuild 
b/media-libs/harfbuzz/harfbuzz-1.7.2.ebuild
index 46d2487bcc1..bc500d82e55 100644
--- a/media-libs/harfbuzz/harfbuzz-1.7.2.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-1.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -75,6 +75,9 @@ src_prepare() {
 
# failing test, https://bugs.freedesktop.org/show_bug.cgi?id=89190
sed -e 's#tests/arabic-fallback-shaping.tests##' -i 
test/shaping/Makefile.in || die "sed failed"
+
+   # bug 618772
+   append-cxxflags -std=c++14
 }
 
 multilib_src_configure() {

diff --git a/media-libs/harfbuzz/harfbuzz-1.7.4.ebuild 
b/media-libs/harfbuzz/harfbuzz-1.7.4.ebuild
index da388e5fba7..54a876d4a14 100644
--- a/media-libs/harfbuzz/harfbuzz-1.7.4.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-1.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -75,6 +75,9 @@ src_prepare() {
 
# failing test, https://bugs.freedesktop.org/show_bug.cgi?id=89190
sed -e 's#tests/arabic-fallback-shaping.tests##' -i 
test/shaping/Makefile.in || die "sed failed"
+
+   # bug 618772
+   append-cxxflags -std=c++14
 }
 
 multilib_src_configure() {

diff --git a/media-libs/harfbuzz/harfbuzz-1.7.5.ebuild 
b/media-libs/harfbuzz/harfbuzz-1.7.5.ebuild
index 3ba2f34c80b..81bf676d86a 100644
--- a/media-libs/harfbuzz/harfbuzz-1.7.5.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-1.7.5.ebuild
@@ -79,6 +79,9 @@ src_prepare() {
 
# failing test, https://bugs.freedesktop.org/show_bug.cgi?id=89190
sed -e 's#tests/arabic-fallback-shaping.tests##' -i 
test/shaping/Makefile.in || die "sed failed"
+
+   # bug 618772
+   append-cxxflags -std=c++14
 }
 
 multilib_src_configure() {

diff --git a/media-libs/harfbuzz/harfbuzz-.ebuild 
b/media-libs/harfbuzz/harfbuzz-.ebuild
index 3ba2f34c80b..81bf676d86a 100644
--- a/media-libs/harfbuzz/harfbuzz-.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-.ebuild
@@ -79,6 +79,9 @@ src_prepare() {
 
# failing test, https://bugs.freedesktop.org/show_bug.cgi?id=89190
sed -e 's#tests/arabic-fallback-shaping.tests##' -i 
test/shaping/Makefile.in || die "sed failed"
+
+   # bug 618772
+   append-cxxflags -std=c++14
 }
 
 multilib_src_configure() {



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

2018-02-19 Thread David Seifert
commit: 4655cbda0d84d7bb645611d14839607140f1acac
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:20 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4655cbda

media-libs/libcdr: Always build in C++14 mode

Closes: https://bugs.gentoo.org/619448
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libcdr/libcdr-0.1.4.ebuild | 7 ++-
 media-libs/libcdr/libcdr-.ebuild  | 7 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/media-libs/libcdr/libcdr-0.1.4.ebuild 
b/media-libs/libcdr/libcdr-0.1.4.ebuild
index b114fa2e952..2e4ecae4b77 100644
--- a/media-libs/libcdr/libcdr-0.1.4.ebuild
+++ b/media-libs/libcdr/libcdr-0.1.4.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
+inherit flag-o-matic
+
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git;
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
@@ -37,6 +39,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619448
+   append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \

diff --git a/media-libs/libcdr/libcdr-.ebuild 
b/media-libs/libcdr/libcdr-.ebuild
index a7f1ed801fd..3c04d584f9e 100644
--- a/media-libs/libcdr/libcdr-.ebuild
+++ b/media-libs/libcdr/libcdr-.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
+inherit flag-o-matic
+
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git;
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
@@ -37,6 +39,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619448
+   append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \



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

2018-02-19 Thread David Seifert
commit: a2b27237d2d1bfdd6e13547eee0fe5b0a0d634f9
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:20 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b27237

media-libs/musicbrainz: Always build in C++14 mode

Closes: https://bugs.gentoo.org/619668
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/musicbrainz/musicbrainz-5.1.0.ebuild | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild 
b/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild
index 2a0a69f4568..92bbfd2203f 100644
--- a/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild
+++ b/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils
+inherit cmake-utils flag-o-matic
 
 DESCRIPTION="Client Library for accessing the latest XML based MusicBrainz web 
service"
 HOMEPAGE="https://musicbrainz.org/doc/libmusicbrainz;
@@ -29,6 +29,13 @@ src_prepare() {
cmake-utils_src_prepare
 }
 
+src_configure() {
+   # bug 619668
+   append-cxxflags -std=c++14
+
+   cmake-utils_src_configure
+}
+
 src_install() {
cmake-utils_src_install
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/collada-dom/, dev-libs/collada-dom/files/

2018-02-19 Thread David Seifert
commit: b1f1c7567b3118fa7ba1059083acb59eec326679
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:21 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f1c756

dev-libs/collada-dom: Remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/collada-dom/Manifest  |  3 --
 dev-libs/collada-dom/collada-dom-2.4.0.ebuild  | 24 -
 .../collada-dom-2.4.3_pre20150112.ebuild   | 40 -
 dev-libs/collada-dom/collada-dom-2.4.4.ebuild  | 42 --
 .../collada-dom/files/collada-dom-2.4.4-gcc6.patch | 19 --
 5 files changed, 128 deletions(-)

diff --git a/dev-libs/collada-dom/Manifest b/dev-libs/collada-dom/Manifest
index 903f3606983..c038e5b0b2e 100644
--- a/dev-libs/collada-dom/Manifest
+++ b/dev-libs/collada-dom/Manifest
@@ -1,4 +1 @@
-DIST collada-dom-2.4.0.tgz 42517651 BLAKE2B 
4bc0997d762a6626b78ef6a80d4ca01e98f1209d1628cd58b9734b5cb3a93fdd47826b08aa70e8334cb85f713bf36c9a93ca93219406d2bb5f77a2a077fba1fd
 SHA512 
6de67dc0e631cd02c4bc5567667e7bcee4a41a137310326d5b8290e088a757f7313454028473df3e198f73b3c2db7572a437f7256e666b44ed34fe81d44229c1
-DIST collada-dom-2.4.3_pre20150112.tar.xz 2272092 BLAKE2B 
0d6077fd4877a60fb02ab29a4a2e301f70e91316e390474a9ec37a528d69ec6273bc995961816be43679dd601ad2857f4c71775e639ae1e311d837793164cc98
 SHA512 
46c237c123a9d1b9cc8e07bf992b4386c064a3382b44be1347ab4bc6dce85f75ad59da0a5740f97c879c982e5a1119dcec5ced82d4dd725efd789021b0ead7f1
-DIST collada-dom-2.4.4.tar.gz 4507681 BLAKE2B 
3a5c0c4813202e2a14b54dd72b2a5ef6564b58ab6dbbe56625eb3ea09d2fb6c06dd23edc9a5d3de7f9c1a6ea9aeadc30089499748eabb5b9f334d7ec30b420fe
 SHA512 
3a89357cca0e219d1af3830f85fe1e09928e469e90b5c124be9e0cc5acfa3ab897b484b225f572cf26435c9b4671c97eb5ea5d156b99b03e13f120d3ba1f1dcb
 DIST collada-dom-2.5.0.tar.gz 4509266 BLAKE2B 
bf09937680897850dd5c288fd4245b403f11d88a0dfecb8f22d83b82759078f2dce201ed871fb644b165deefce05893354badf75911ab56bb2730e318c472407
 SHA512 
f189d09e2396faa266734981bb7b5e91ec34b6faa9ad340206e769dae316496bf4271c129980668dc2756874dbb8c1157162197d0d3a74075e35200821875156

diff --git a/dev-libs/collada-dom/collada-dom-2.4.0.ebuild 
b/dev-libs/collada-dom/collada-dom-2.4.0.ebuild
deleted file mode 100644
index 7d1012ee935..000
--- a/dev-libs/collada-dom/collada-dom-2.4.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="COLLADA Document Object Model (DOM) C++ Library"
-HOMEPAGE="http://collada-dom.sourceforge.net/;
-SRC_URI="mirror://sourceforge/collada-dom/${P}.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-RDEPEND="
-   dev-libs/boost:=
-   sys-libs/zlib:=[minizip]
-   dev-libs/libxml2
-   dev-libs/libpcre[cxx]
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"

diff --git a/dev-libs/collada-dom/collada-dom-2.4.3_pre20150112.ebuild 
b/dev-libs/collada-dom/collada-dom-2.4.3_pre20150112.ebuild
deleted file mode 100644
index a06ea26cc2d..000
--- a/dev-libs/collada-dom/collada-dom-2.4.3_pre20150112.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [ "${PV#}" != "${PV}" ] ; then
-   SCM="git-r3"
-   EGIT_REPO_URI="https://github.com/rdiankov/collada-dom;
-fi
-
-inherit ${SCM} cmake-utils
-
-if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
-   SRC_URI=""
-elif [ "${PV%_pre*}" != "${PV}" ]; then
-   # snapshot
-   KEYWORDS="~amd64 ~arm"
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
-else
-   KEYWORDS="~amd64 ~arm"
-   SRC_URI="https://github.com/rdiankov/collada-dom/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-fi
-
-DESCRIPTION="COLLADA Document Object Model (DOM) C++ Library"
-HOMEPAGE="https://github.com/rdiankov/collada-dom;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-libs/boost:=
-   sys-libs/zlib:=[minizip]
-   dev-libs/libxml2
-   dev-libs/libpcre[cxx]
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"

diff --git a/dev-libs/collada-dom/collada-dom-2.4.4.ebuild 
b/dev-libs/collada-dom/collada-dom-2.4.4.ebuild
deleted file mode 100644
index a783fc2ae1e..000
--- a/dev-libs/collada-dom/collada-dom-2.4.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SCM=""
-if [ "${PV#}" != "${PV}" ] ; then
-   SCM="git-r3"
-   EGIT_REPO_URI="https://github.com/rdiankov/collada-dom;
-fi
-
-inherit ${SCM} cmake-utils
-
-if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
-   SRC_URI=""
-elif [ "${PV%_pre*}" != "${PV}" ]; then
-   # snapshot
-   KEYWORDS="~amd64 ~arm"
-   

[gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/

2018-02-19 Thread David Seifert
commit: afe9a5b0fba8e0689a3b904d889b166440a49fc1
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:21 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe9a5b0

sci-libs/gdal: Always build in C++14 mode

Closes: https://bugs.gentoo.org/619148
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-libs/gdal/gdal-2.2.3-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-libs/gdal/gdal-2.2.3-r1.ebuild 
b/sci-libs/gdal/gdal-2.2.3-r1.ebuild
index e1c5f8a92cf..72c08643241 100644
--- a/sci-libs/gdal/gdal-2.2.3-r1.ebuild
+++ b/sci-libs/gdal/gdal-2.2.3-r1.ebuild
@@ -117,6 +117,8 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619148
+   append-cxxflags -std=c++14
 
tc-export AR RANLIB
local myopts=()



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

2018-02-19 Thread David Seifert
commit: 61285ae019e2359cf7586db63109625f849655c4
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:20 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61285ae0

media-libs/libfreehand: Always build in C++14 mode

Closes: https://bugs.gentoo.org/619762
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libfreehand/libfreehand-0.1.2.ebuild | 5 +
 media-libs/libfreehand/libfreehand-.ebuild  | 5 +
 2 files changed, 10 insertions(+)

diff --git a/media-libs/libfreehand/libfreehand-0.1.2.ebuild 
b/media-libs/libfreehand/libfreehand-0.1.2.ebuild
index 78a1c569ac2..b7f3a47c5fd 100644
--- a/media-libs/libfreehand/libfreehand-0.1.2.ebuild
+++ b/media-libs/libfreehand/libfreehand-0.1.2.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit flag-o-matic
+
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git;
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
@@ -38,6 +40,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619762
+   append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \

diff --git a/media-libs/libfreehand/libfreehand-.ebuild 
b/media-libs/libfreehand/libfreehand-.ebuild
index 5625e30a8c7..be281349087 100644
--- a/media-libs/libfreehand/libfreehand-.ebuild
+++ b/media-libs/libfreehand/libfreehand-.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit flag-o-matic
+
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git;
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
@@ -38,6 +40,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619762
+   append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \



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

2018-02-19 Thread David Seifert
commit: f33409c4dd10e9de91ddfacf032c0f8e625b986d
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:21 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33409c4

media-libs/opencollada: Always build in C++14 mode

Closes: https://bugs.gentoo.org/619670
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/opencollada/opencollada-1.6.36.ebuild | 7 +--
 media-libs/opencollada/opencollada-1.6.58.ebuild | 7 +--
 media-libs/opencollada/opencollada-1.6.62.ebuild | 5 -
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/media-libs/opencollada/opencollada-1.6.36.ebuild 
b/media-libs/opencollada/opencollada-1.6.36.ebuild
index 4646fb614e5..8389c5d0edd 100644
--- a/media-libs/opencollada/opencollada-1.6.36.ebuild
+++ b/media-libs/opencollada/opencollada-1.6.36.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils versionator
+inherit cmake-utils flag-o-matic versionator
 
 DESCRIPTION="Stream based read/write library for COLLADA files"
 HOMEPAGE="http://www.opencollada.org/;
@@ -45,6 +45,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619670
+   append-cxxflags -std=c++14
+
local mycmakeargs=(
-DUSE_SHARED=ON
-DUSE_STATIC=$(usex static-libs)

diff --git a/media-libs/opencollada/opencollada-1.6.58.ebuild 
b/media-libs/opencollada/opencollada-1.6.58.ebuild
index d3037374c6d..77649f9a662 100644
--- a/media-libs/opencollada/opencollada-1.6.58.ebuild
+++ b/media-libs/opencollada/opencollada-1.6.58.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils versionator
+inherit cmake-utils flag-o-matic versionator
 
 DESCRIPTION="Stream based read/write library for COLLADA files"
 HOMEPAGE="http://www.opencollada.org/;
@@ -43,6 +43,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619670
+   append-cxxflags -std=c++14
+
local mycmakeargs=(
-DUSE_SHARED=ON
-DUSE_STATIC=$(usex static-libs)

diff --git a/media-libs/opencollada/opencollada-1.6.62.ebuild 
b/media-libs/opencollada/opencollada-1.6.62.ebuild
index 4a0d0c352bd..554964a4b87 100644
--- a/media-libs/opencollada/opencollada-1.6.62.ebuild
+++ b/media-libs/opencollada/opencollada-1.6.62.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils versionator
+inherit cmake-utils flag-o-matic versionator
 
 DESCRIPTION="Stream based read/write library for COLLADA files"
 HOMEPAGE="http://www.opencollada.org/;
@@ -40,6 +40,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619670
+   append-cxxflags -std=c++14
+
local mycmakeargs=(
-DUSE_SHARED=ON
-DUSE_STATIC=$(usex static-libs)



[gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/

2018-02-19 Thread David Seifert
commit: 26131763888b487694813b33de0eda81a6caf998
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:21 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26131763

sci-libs/xdmf2: Always build in C++14 mode

Closes: https://bugs.gentoo.org/619604
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild | 7 +--
 sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild | 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild 
b/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
index fc04d4922d9..a0cf89a2529 100644
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-utils multilib python-single-r1
+inherit cmake-utils flag-o-matic multilib python-single-r1
 
 DESCRIPTION="eXtensible Data Model and Format"
 HOMEPAGE="http://xdmf.org/index.php/Main_Page;
@@ -49,6 +49,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619604
+   append-cxxflags -std=c++14
+
local mycmakeargs=(
$(cmake-utils_use doc XDMF_BUILD_DOCUMENTATION)
$(cmake-utils_use_build test TESTING)

diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild 
b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
index c7d39a5b0c8..605039d40cf 100644
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-utils python-single-r1
+inherit cmake-utils flag-o-matic python-single-r1
 
 DESCRIPTION="eXtensible Data Model and Format"
 HOMEPAGE="http://xdmf.org/index.php/Main_Page;
@@ -53,6 +53,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619604
+   append-cxxflags -std=c++14
+
local mycmakeargs=(
-DBUILD_SHARED_LIBS=1
-DXDMF_BUILD_DOCUMENTATION=$(usex doc)



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

2018-02-19 Thread David Seifert
commit: 8ab009d9b3bb82c395cb6e5d4fbf8077f41089bc
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:21 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab009d9

dev-libs/collada-dom: Update to EAPI 6

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/collada-dom/collada-dom-2.5.0.ebuild | 23 ++-
 dev-libs/collada-dom/collada-dom-.ebuild  | 25 +++--
 2 files changed, 13 insertions(+), 35 deletions(-)

diff --git a/dev-libs/collada-dom/collada-dom-2.5.0.ebuild 
b/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
index 610f4d0ace1..4086834d6c4 100644
--- a/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
+++ b/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
@@ -1,23 +1,13 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-SCM=""
-if [ "${PV#}" != "${PV}" ] ; then
-   SCM="git-r3"
-   EGIT_REPO_URI="https://github.com/rdiankov/collada-dom;
-fi
-
-inherit ${SCM} cmake-utils flag-o-matic
+inherit cmake-utils flag-o-matic
 
-if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
-   SRC_URI=""
-elif [ "${PV%_pre*}" != "${PV}" ]; then
-   # snapshot
-   KEYWORDS="~amd64 ~arm"
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rdiankov/collada-dom;
 else
KEYWORDS="~amd64 ~arm"
SRC_URI="https://github.com/rdiankov/collada-dom/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
@@ -34,8 +24,7 @@ RDEPEND="
dev-libs/boost:=
sys-libs/zlib:=[minizip]
dev-libs/libxml2
-   dev-libs/libpcre[cxx]
-"
+   dev-libs/libpcre[cxx]"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 

diff --git a/dev-libs/collada-dom/collada-dom-.ebuild 
b/dev-libs/collada-dom/collada-dom-.ebuild
index 610f4d0ace1..bb015f58bab 100644
--- a/dev-libs/collada-dom/collada-dom-.ebuild
+++ b/dev-libs/collada-dom/collada-dom-.ebuild
@@ -1,23 +1,13 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-SCM=""
-if [ "${PV#}" != "${PV}" ] ; then
-   SCM="git-r3"
-   EGIT_REPO_URI="https://github.com/rdiankov/collada-dom;
-fi
-
-inherit ${SCM} cmake-utils flag-o-matic
+inherit cmake-utils flag-o-matic
 
-if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
-   SRC_URI=""
-elif [ "${PV%_pre*}" != "${PV}" ]; then
-   # snapshot
-   KEYWORDS="~amd64 ~arm"
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rdiankov/collada-dom;
 else
KEYWORDS="~amd64 ~arm"
SRC_URI="https://github.com/rdiankov/collada-dom/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
@@ -33,9 +23,8 @@ IUSE=""
 RDEPEND="
dev-libs/boost:=
sys-libs/zlib:=[minizip]
-   dev-libs/libxml2
-   dev-libs/libpcre[cxx]
-"
+   dev-libs/libxml2:=
+   dev-libs/libpcre:=[cxx]"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 



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

2018-02-19 Thread David Seifert
commit: 4854a7de6a7a43a0a3bb86468df1cfea512ec656
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:19 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:39:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4854a7de

app-text/libabw: Always build in C++14 mode

Closes: https://bugs.gentoo.org/619470
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7222

 app-text/libabw/libabw-0.1.1.ebuild | 7 +--
 app-text/libabw/libabw-0.1.2.ebuild | 5 -
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-text/libabw/libabw-0.1.1.ebuild 
b/app-text/libabw/libabw-0.1.1.ebuild
index 617c9c18aad..a1015d7310f 100644
--- a/app-text/libabw/libabw-0.1.1.ebuild
+++ b/app-text/libabw/libabw-0.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Library parsing abiword documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw;
@@ -39,6 +39,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619470
+   append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \

diff --git a/app-text/libabw/libabw-0.1.2.ebuild 
b/app-text/libabw/libabw-0.1.2.ebuild
index 9db45bfc4cf..b9c4771fff7 100644
--- a/app-text/libabw/libabw-0.1.2.ebuild
+++ b/app-text/libabw/libabw-0.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Library parsing abiword documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw;
@@ -32,6 +32,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619470
+   append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \



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

2018-02-19 Thread David Seifert
commit: de7baa46c52d1a9ba69e466ed567b19fb5d82dc8
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:20 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7baa46

media-gfx/freepv: Always build in C++14 mode

Closes: https://bugs.gentoo.org/618856
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/freepv/freepv-0.3.0-r5.ebuild | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/media-gfx/freepv/freepv-0.3.0-r5.ebuild 
b/media-gfx/freepv/freepv-0.3.0-r5.ebuild
index 6188c0ed162..018aec18a7d 100644
--- a/media-gfx/freepv/freepv-0.3.0-r5.ebuild
+++ b/media-gfx/freepv/freepv-0.3.0-r5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit cmake-utils
+inherit cmake-utils flag-o-matic
 
 DESCRIPTION="Panorama viewer (Quicktime, PangeaVR, GLPanoView formats)"
 HOMEPAGE="http://freepv.sourceforge.net/;
@@ -41,3 +41,10 @@ src_prepare() {
sed -e 's:^INSTALL(.*)::' \
-i src/libfreepv/CMakeLists.txt || die
 }
+
+src_configure() {
+   # bug 618856
+   append-cxxflags -std=c++14
+
+   cmake-utils_src_configure
+}



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

2018-02-19 Thread David Seifert
commit: 06111229ebf32f3b305a5c02c8278d68bf2e7cc2
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:19 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06111229

app-text/libebook: Always build in C++14 mode

Closes: https://bugs.gentoo.org/618854
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/libebook/libebook-0.1.2-r1.ebuild | 7 +--
 app-text/libebook/libebook-0.1.3.ebuild| 5 -
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-text/libebook/libebook-0.1.2-r1.ebuild 
b/app-text/libebook/libebook-0.1.2-r1.ebuild
index 53975fc2cc1..f7039345c93 100644
--- a/app-text/libebook/libebook-0.1.2-r1.ebuild
+++ b/app-text/libebook/libebook-0.1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 MY_PN="libe-book"
 MY_P="${MY_PN}-${PV}"
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Library parsing various ebook formats"
 HOMEPAGE="http://www.sourceforge.net/projects/libebook/;
@@ -45,6 +45,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 618854
+   append-cxxflags -std=c++14
+
econf \
--disable-static \
--disable-werror \

diff --git a/app-text/libebook/libebook-0.1.3.ebuild 
b/app-text/libebook/libebook-0.1.3.ebuild
index e58db48faea..381b4866c42 100644
--- a/app-text/libebook/libebook-0.1.3.ebuild
+++ b/app-text/libebook/libebook-0.1.3.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 MY_PN="libe-book"
 MY_P="${MY_PN}-${PV}"
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Library parsing various ebook formats"
 HOMEPAGE="http://www.sourceforge.net/projects/libebook/;
@@ -41,6 +41,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 618854
+   append-cxxflags -std=c++14
+
econf \
--disable-static \
--disable-werror \



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

2018-02-19 Thread David Seifert
commit: a73c3126a8421173437c7bb100aec8e100ae399b
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:20 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73c3126

media-libs/libvisio: Always build in C++14 mode

Closes: https://bugs.gentoo.org/619688
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libvisio/libvisio-0.1.6.ebuild | 7 ++-
 media-libs/libvisio/libvisio-.ebuild  | 7 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/media-libs/libvisio/libvisio-0.1.6.ebuild 
b/media-libs/libvisio/libvisio-0.1.6.ebuild
index 404db3604d3..ccb6e687a43 100644
--- a/media-libs/libvisio/libvisio-0.1.6.ebuild
+++ b/media-libs/libvisio/libvisio-0.1.6.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
+inherit flag-o-matic
+
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libvisio.git;
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
@@ -38,6 +40,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619688
+   append-cxxflags -std=c++14
+
econf \
$(use_with doc docs) \
$(use_enable static-libs static) \

diff --git a/media-libs/libvisio/libvisio-.ebuild 
b/media-libs/libvisio/libvisio-.ebuild
index 79aa9cdc018..1f7cc355b43 100644
--- a/media-libs/libvisio/libvisio-.ebuild
+++ b/media-libs/libvisio/libvisio-.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
+inherit flag-o-matic
+
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libvisio.git;
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
@@ -38,6 +40,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619688
+   append-cxxflags -std=c++14
+
econf \
$(use_with doc docs) \
$(use_enable static-libs static) \



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

2018-02-19 Thread David Seifert
commit: 6da7054dd7262e18d233537790d6b00669e3efc2
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:20 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da7054d

dev-db/firebird: Always build in C++11 mode

Closes: https://bugs.gentoo.org/618774
Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-db/firebird/firebird-3.0.2.32703.0-r2.ebuild 
b/dev-db/firebird/firebird-3.0.2.32703.0-r2.ebuild
index f502dbb7b2c..8ab5dd6952c 100644
--- a/dev-db/firebird/firebird-3.0.2.32703.0-r2.ebuild
+++ b/dev-db/firebird/firebird-3.0.2.32703.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -101,7 +101,7 @@ src_configure() {
# otherwise this doesnt build with gcc-6
# http://tracker.firebirdsql.org/browse/CORE-5099
append-cflags -fno-sized-deallocation -fno-delete-null-pointer-checks
-   append-cxxflags -fno-sized-deallocation -fno-delete-null-pointer-checks
+   append-cxxflags -fno-sized-deallocation -fno-delete-null-pointer-checks 
-std=c++11
 
econf \
--prefix=/usr/$(get_libdir)/firebird \



[gentoo-commits] repo/gentoo:master commit in: sci-misc/lttoolbox/

2018-02-19 Thread David Seifert
commit: 52c6f961172a73e219b4b378279103713c3ce445
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:21 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c6f961

sci-misc/lttoolbox: Always build in C++14 mode

Closes: https://bugs.gentoo.org/619446
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild 
b/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild
index ad7dca2d16a..28266cdb4f7 100644
--- a/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild
+++ b/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools
+
+inherit autotools flag-o-matic
 
 DESCRIPTION="Toolbox for lexical processing, morphological analysis and 
generation of words"
 HOMEPAGE="https://www.apertium.org;
@@ -23,5 +24,8 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619446
+   append-cxxflags -std=c++14
+
econf $(use_enable static-libs static)
 }



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libdap/

2018-02-19 Thread David Seifert
commit: 9a41cc1078c6f843351db280f48f98c50bb1b11c
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:21 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a41cc10

sci-libs/libdap: Always build in C++14 mode

Closes: https://bugs.gentoo.org/619144
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-libs/libdap/libdap-3.18.1.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libdap/libdap-3.18.1.ebuild 
b/sci-libs/libdap/libdap-3.18.1.ebuild
index b0a4bfc02ba..c0680c183d3 100644
--- a/sci-libs/libdap/libdap-3.18.1.ebuild
+++ b/sci-libs/libdap/libdap-3.18.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Implementation of a C++ SDK for DAP 2.0 and 3.2"
 HOMEPAGE="http://opendap.org/;
@@ -38,6 +38,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619144
+   append-cxxflags -std=c++14
+
econf \
--enable-shared \
$(use_enable static-libs static)



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

2018-02-19 Thread David Seifert
commit: 543adb508b78e2abcb84ff47cb8f7f8bb927e10b
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:20 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543adb50

app-text/sword: Always build in C++14 mode

Closes: https://bugs.gentoo.org/618776
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/sword/sword-1.7.4-r1.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-text/sword/sword-1.7.4-r1.ebuild 
b/app-text/sword/sword-1.7.4-r1.ebuild
index be1fa4a3314..72b16688cc8 100644
--- a/app-text/sword/sword-1.7.4-r1.ebuild
+++ b/app-text/sword/sword-1.7.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -47,6 +47,10 @@ src_prepare() {
 src_configure() {
# TODO: Why is this here and can we remove it?
strip-flags
+
+   # bug 618776
+   append-cxxflags -std=c++14
+
econf \
$(use_enable static-libs static) \
$(use_enable debug) \



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

2018-02-19 Thread David Seifert
commit: 9ca1336a3f865c237f67b7ce91c4cc2a97f7ac8e
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:19 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca1336a

app-text/libmspub: Always build in C++14 mode

Closes: https://bugs.gentoo.org/619044
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/libmspub/libmspub-0.1.2.ebuild | 7 ++-
 app-text/libmspub/libmspub-0.1.3.ebuild | 5 +
 app-text/libmspub/libmspub-.ebuild  | 5 +
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/app-text/libmspub/libmspub-0.1.2.ebuild 
b/app-text/libmspub/libmspub-0.1.2.ebuild
index 4cd06c1e06a..a7a301490ef 100644
--- a/app-text/libmspub/libmspub-0.1.2.ebuild
+++ b/app-text/libmspub/libmspub-0.1.2.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
+inherit flag-o-matic
+
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git;
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
@@ -38,6 +40,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619044
+   append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \

diff --git a/app-text/libmspub/libmspub-0.1.3.ebuild 
b/app-text/libmspub/libmspub-0.1.3.ebuild
index 221a09a7025..c627cd0bee6 100644
--- a/app-text/libmspub/libmspub-0.1.3.ebuild
+++ b/app-text/libmspub/libmspub-0.1.3.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit flag-o-matic
+
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git;
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
@@ -38,6 +40,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619044
+   append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \

diff --git a/app-text/libmspub/libmspub-.ebuild 
b/app-text/libmspub/libmspub-.ebuild
index 221a09a7025..c627cd0bee6 100644
--- a/app-text/libmspub/libmspub-.ebuild
+++ b/app-text/libmspub/libmspub-.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit flag-o-matic
+
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git;
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
@@ -38,6 +40,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619044
+   append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \



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

2018-02-19 Thread David Seifert
commit: 79df98bed45620214fe893bd8843a3ae1e579243
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:20 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:40:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79df98be

dev-libs/collada-dom: Always build in C++14 mode

Closes: https://bugs.gentoo.org/618960
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/collada-dom/collada-dom-2.5.0.ebuild | 9 -
 dev-libs/collada-dom/collada-dom-.ebuild  | 9 -
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/dev-libs/collada-dom/collada-dom-2.5.0.ebuild 
b/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
index 46cc5b8cffb..610f4d0ace1 100644
--- a/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
+++ b/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
@@ -9,7 +9,7 @@ if [ "${PV#}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/rdiankov/collada-dom;
 fi
 
-inherit ${SCM} cmake-utils
+inherit ${SCM} cmake-utils flag-o-matic
 
 if [ "${PV#}" != "${PV}" ] ; then
KEYWORDS=""
@@ -38,3 +38,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig"
+
+src_configure() {
+   # bug 618960
+   append-cxxflags -std=c++14
+
+   cmake-utils_src_configure
+}

diff --git a/dev-libs/collada-dom/collada-dom-.ebuild 
b/dev-libs/collada-dom/collada-dom-.ebuild
index 46cc5b8cffb..610f4d0ace1 100644
--- a/dev-libs/collada-dom/collada-dom-.ebuild
+++ b/dev-libs/collada-dom/collada-dom-.ebuild
@@ -9,7 +9,7 @@ if [ "${PV#}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/rdiankov/collada-dom;
 fi
 
-inherit ${SCM} cmake-utils
+inherit ${SCM} cmake-utils flag-o-matic
 
 if [ "${PV#}" != "${PV}" ] ; then
KEYWORDS=""
@@ -38,3 +38,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig"
+
+src_configure() {
+   # bug 618960
+   append-cxxflags -std=c++14
+
+   cmake-utils_src_configure
+}



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

2018-02-19 Thread Pacho Ramos
commit: 7116062ac8ec90eef86718df6768c794d4daf63d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Feb 19 19:22:09 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Feb 19 19:29:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7116062a

app-office/wps-office: Drop some non really needed deps and try to remove 
bundled qtwebkit as it doesn't look to be really needed and causes issues in 
some setups (#647950 by Charo del Genio).

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../wps-office-10.1.0.5707_alpha21-r2.ebuild   | 134 +
 1 file changed, 134 insertions(+)

diff --git a/app-office/wps-office/wps-office-10.1.0.5707_alpha21-r2.ebuild 
b/app-office/wps-office/wps-office-10.1.0.5707_alpha21-r2.ebuild
new file mode 100644
index 000..e2d25752dda
--- /dev/null
+++ b/app-office/wps-office/wps-office-10.1.0.5707_alpha21-r2.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit font gnome2-utils unpacker versionator xdg
+
+MY_PV="$(get_version_component_range 1-4)"
+MY_V="$(get_version_component_range 5)"
+
+if [ -z "$(get_version_component_range 6)" ]; then
+   MY_SP=""
+else
+   MY_SP="$(get_version_component_range 6)"
+fi
+
+case ${PV} in
+   *_alpha*)
+   MY_BRANCH=${MY_V/alpha/a}
+   ;;
+   *_beta*)
+   MY_BRANCH=${MY_V/beta/b}
+   ;;
+   *)
+   die "Invalid value for \${PV}: ${PV}"
+   ;;
+esac
+MY_VV=${MY_PV}~${MY_BRANCH}${MY_SP}
+
+DESCRIPTION="WPS Office is an office productivity suite"
+HOMEPAGE="http://linux.wps.cn/ http://wps-community.org/;
+
+KEYWORDS="~amd64 ~x86"
+
+SRC_URI="
+   x86? ( 
http://kdl.cc.ksosoft.com/wps-community/download/${MY_BRANCH}/${PN}_${MY_VV}_i386.deb
 )
+   amd64? ( 
http://kdl.cc.ksosoft.com/wps-community/download/${MY_BRANCH}/${PN}_${MY_VV}_amd64.deb
 )
+"
+
+SLOT="0"
+RESTRICT="strip mirror" # mirror as explained at bug #547372
+LICENSE="WPS-EULA"
+IUSE="+sharedfonts"
+
+# Deps got from this (listed in order):
+# rpm -qpR wps-office-10.1.0.5707-1.a21.x86_64.rpm
+# ldd /opt/kingsoft/wps-office/office6/wps
+# ldd /opt/kingsoft/wps-office/office6/wpp
+RDEPEND="
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   dev-libs/glib:2
+   sys-libs/zlib:0
+   net-print/cups
+   media-libs/libpng:1.2
+   virtual/glu
+
+   dev-libs/libpcre:3
+   dev-libs/libffi
+   media-sound/pulseaudio
+   app-arch/bzip2:0
+   media-libs/libpng:0
+   dev-libs/expat
+   sys-apps/util-linux
+   dev-libs/libbsd
+   x11-libs/libXau
+   x11-libs/libXdmcp
+   sys-apps/dbus
+   x11-libs/libXtst
+   sys-apps/tcp-wrappers
+   media-libs/libsndfile
+   net-libs/libasyncns
+   dev-libs/libgcrypt:0
+   app-arch/xz-utils
+   app-arch/lz4
+   sys-libs/libcap
+   media-libs/flac
+   media-libs/libogg
+   media-libs/libvorbis
+   dev-libs/libgpg-error
+   sys-apps/attr
+"
+DEPEND=""
+
+S="${WORKDIR}"
+
+src_prepare() {
+   default
+   # We need to drop qtwebkit bundled lib completely because it causes
+   # crashes in *some* setups (https://bugs.gentoo.org/647950)
+   rm -f "${S}"/opt/kingsoft/wps-office/office6/libQtWebKit* || die
+}
+
+src_install() {
+   exeinto /usr/bin
+   exeopts -m0755
+   doexe "${S}"/usr/bin/wps
+   doexe "${S}"/usr/bin/wpp
+   doexe "${S}"/usr/bin/et
+
+   if ! use sharedfonts; then
+   insinto /opt/kingsoft/wps-office/office6/fonts
+   doins -r "${S}"/usr/share/fonts/wps-office/*
+   rm -rf "${S}"/usr/share/fonts || die
+   fi
+
+   insinto /usr
+   doins -r "${S}"/usr/share
+
+   insinto /
+   doins -r "${S}"/opt
+   fperms 0755 /opt/kingsoft/wps-office/office6/{wps,wpp,et}
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   use sharedfonts && font_pkg_postinst
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



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

2018-02-19 Thread Andreas Sturmlechner
commit: 49a803c9bab903a1ebbafe56996e1460eb18
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 19 19:22:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 19 19:26:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a803c9

media-video/vlc: Major USE flag consolidation, DEPEND fixes

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-video/vlc/vlc-3.0.0-r2.ebuild | 473 
 1 file changed, 473 insertions(+)

diff --git a/media-video/vlc/vlc-3.0.0-r2.ebuild 
b/media-video/vlc/vlc-3.0.0-r2.ebuild
new file mode 100644
index 000..953df06005e
--- /dev/null
+++ b/media-video/vlc/vlc-3.0.0-r2.ebuild
@@ -0,0 +1,473 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PV="${PV/_/-}"
+MY_PV="${MY_PV/-beta/-test}"
+MY_P="${PN}-${MY_PV}"
+if [[ ${PV} = * ]] ; then
+   if [[ ${PV%.} != ${PV} ]] ; then
+   
EGIT_REPO_URI="https://git.videolan.org/git/vlc/vlc-${PV%.}.git;
+   else
+   EGIT_REPO_URI="https://git.videolan.org/git/vlc.git;
+   fi
+   SCM="git-r3"
+else
+   if [[ ${MY_P} = ${P} ]] ; then
+   
SRC_URI="https://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.xz;
+   else
+   
SRC_URI="https://download.videolan.org/pub/videolan/testing/${MY_P}/${MY_P}.tar.xz;
+   fi
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
+fi
+inherit autotools flag-o-matic gnome2-utils toolchain-funcs versionator 
virtualx xdg-utils ${SCM}
+
+DESCRIPTION="Media player and framework with support for most multimedia files 
and streaming"
+HOMEPAGE="https://www.videolan.org/vlc/;
+
+LICENSE="LGPL-2.1 GPL-2"
+SLOT="0/5-9" # vlc - vlccore
+
+IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast 
dbus dc1394
+   debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth 
fontconfig
+   +gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate libass 
libav libcaca
+   libnotify +libsamplerate libtar libtiger linsys lirc live lua 
macosx-notifications
+   macosx-qtkit matroska modplug mp3 mpeg mtp musepack ncurses neon nfs 
ogg omxil opencv
+   optimisememory opus png postproc projectm pulseaudio +qt5 rdp rtsp 
run-as-root
+   samba schroedinger sdl-image sftp shout sid skins speex ssl svg taglib 
theora tremor
+   truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx wayland 
wma-fixed +X
+   x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse
+"
+REQUIRED_USE="
+   bidi? ( truetype )
+   directx? ( ffmpeg )
+   fontconfig? ( truetype )
+   libcaca? ( X )
+   libtar? ( skins )
+   libtiger? ( kate )
+   postproc? ( ffmpeg )
+   skins? ( qt5 truetype X xml )
+   ssl? ( gcrypt )
+   vaapi? ( ffmpeg X )
+   vdpau? ( ffmpeg X )
+"
+RDEPEND="
+   net-dns/libidn:0
+   sys-libs/zlib:0[minizip]
+   virtual/libintl:0
+   virtual/opengl
+   a52? ( media-libs/a52dec:0 )
+   alsa? ( media-libs/alsa-lib:0 )
+   aom? ( media-libs/libaom:= )
+   archive? ( app-arch/libarchive:= )
+   bidi? ( dev-libs/fribidi:0 )
+   bluray? ( media-libs/libbluray:0= )
+   cddb? ( media-libs/libcddb:0 )
+   chromaprint? ( media-libs/chromaprint:0= )
+   chromecast? ( >=dev-libs/protobuf-2.5.0:= )
+   dbus? ( sys-apps/dbus:0 )
+   dc1394? (
+   media-libs/libdc1394:2
+   sys-libs/libraw1394:0
+   )
+   dts? ( media-libs/libdca:0 )
+   dvbpsi? ( >=media-libs/libdvbpsi-1.2.0:0= )
+   dvd? (
+   >=media-libs/libdvdnav-4.9:0
+   >=media-libs/libdvdread-4.9:0
+   )
+   faad? ( media-libs/faad2:0 )
+   fdk? ( media-libs/fdk-aac:0= )
+   ffmpeg? (
+   !libav? ( >=media-video/ffmpeg-3.1.3:0=[vaapi?,vdpau?] )
+   libav? ( >=media-video/libav-11.8:0=[vaapi?,vdpau?] )
+   )
+   flac? (
+   media-libs/flac:0
+   media-libs/libogg:0
+   )
+   fluidsynth? ( media-sound/fluidsynth:0 )
+   fontconfig? ( media-libs/fontconfig:1.0 )
+   gcrypt? (
+   dev-libs/libgcrypt:0=
+   dev-libs/libgpg-error:0
+   )
+   gme? ( media-libs/game-music-emu:0 )
+   gnome-keyring? ( app-crypt/libsecret )
+   gstreamer? ( >=media-libs/gst-plugins-base-1.4.5:1.0 )
+   ieee1394? (
+   sys-libs/libavc1394:0
+   sys-libs/libraw1394:0
+   )
+   jack? ( virtual/jack )
+   jpeg? ( virtual/jpeg:0 )
+   kate? ( media-libs/libkate:0 )
+   libass? (
+   media-libs/fontconfig:1.0
+   media-libs/libass:0=
+   )
+   libcaca? ( media-libs/libcaca:0 )
+   libnotify? (
+   dev-libs/glib:2
+   x11-libs/gdk-pixbuf:2
+

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

2018-02-19 Thread Andreas Sturmlechner
commit: b9878c0a97636d0e20041355df23ede3747bd9d4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 19 19:24:20 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 19 19:26:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9878c0a

media-video/vlc: Drop 3.0.0-r1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-video/vlc/vlc-3.0.0-r1.ebuild | 499 
 1 file changed, 499 deletions(-)

diff --git a/media-video/vlc/vlc-3.0.0-r1.ebuild 
b/media-video/vlc/vlc-3.0.0-r1.ebuild
deleted file mode 100644
index 03f66537fe2..000
--- a/media-video/vlc/vlc-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,499 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV="${PV/_/-}"
-MY_PV="${MY_PV/-beta/-test}"
-MY_P="${PN}-${MY_PV}"
-if [[ ${PV} = * ]] ; then
-   if [[ ${PV%.} != ${PV} ]] ; then
-   
EGIT_REPO_URI="https://git.videolan.org/git/vlc/vlc-${PV%.}.git;
-   else
-   EGIT_REPO_URI="https://git.videolan.org/git/vlc.git;
-   fi
-   SCM="git-r3"
-else
-   if [[ ${MY_P} = ${P} ]] ; then
-   
SRC_URI="https://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.xz;
-   else
-   
SRC_URI="https://download.videolan.org/pub/videolan/testing/${MY_P}/${MY_P}.tar.xz;
-   fi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
-fi
-inherit autotools flag-o-matic gnome2-utils toolchain-funcs versionator 
virtualx xdg-utils ${SCM}
-
-DESCRIPTION="Media player and framework with support for most multimedia files 
and streaming"
-HOMEPAGE="https://www.videolan.org/vlc/;
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0/5-9" # vlc - vlccore
-
-IUSE="a52 aalib alsa altivec aom archive +avcodec +avformat bidi bluray cddb
-   chromaprint chromecast dbus dc1394 debug directx dts dvb +dvbpsi dvd
-   dxva2 elibc_glibc +encode faad fdk fluidsynth +ffmpeg flac fontconfig 
+gcrypt
-   gme gnome-keyring gnutls gstreamer ieee1394 jack jpeg kate libass libav 
libcaca
-   libnotify +libsamplerate libtiger linsys libtar lirc live lua
-   macosx-notifications macosx-qtkit matroska cpu_flags_x86_mmx modplug mp3
-   mpeg mtp musepack ncurses neon nfs ogg omxil opencv opengl 
optimisememory opus
-   png postproc projectm pulseaudio +qt5 rdp rtsp run-as-root samba
-   schroedinger sdl-image sftp shout sid skins speex cpu_flags_x86_sse svg
-   +swscale taglib theora tremor truetype twolame udev upnp vaapi v4l vcd 
vdpau
-   vlm vnc vorbis vpx wayland wma-fixed +X x264 x265 +xcb xml xv zeroconf 
zvbi
-"
-REQUIRED_USE="
-   aalib? ( X )
-   bidi? ( truetype )
-   dvb? ( dvbpsi )
-   dxva2? ( avcodec )
-   ffmpeg? ( avcodec avformat swscale )
-   fontconfig? ( truetype )
-   gnutls? ( gcrypt )
-   libcaca? ( X )
-   libtar? ( skins )
-   libtiger? ( kate )
-   skins? ( qt5 truetype X xml )
-   vaapi? ( avcodec X )
-   vdpau? ( X )
-   vlm? ( encode )
-   xv? ( xcb )
-"
-RDEPEND="
-   dev-libs/libgpg-error:0
-   net-dns/libidn:0
-   sys-libs/zlib:0[minizip]
-   virtual/libintl:0
-   a52? ( >=media-libs/a52dec-0.7.4-r3:0 )
-   aalib? ( media-libs/aalib:0 )
-   alsa? ( >=media-libs/alsa-lib-1.0.24:0 )
-   aom? ( media-libs/libaom:= )
-   archive? ( app-arch/libarchive:= )
-   avcodec? (
-   !libav? ( media-video/ffmpeg:0= )
-   libav? ( >=media-video/libav-11.8:0= )
-   )
-   avformat? (
-   !libav? ( media-video/ffmpeg:0= )
-   libav? ( >=media-video/libav-11.8:0= )
-   )
-   bidi? ( dev-libs/fribidi:0 )
-   bluray? ( >=media-libs/libbluray-0.6.2:0= )
-   cddb? ( >=media-libs/libcddb-1.2:0 )
-   chromaprint? ( >=media-libs/chromaprint-0.6:0 )
-   chromecast? ( >=dev-libs/protobuf-2.5.0:= )
-   dbus? ( >=sys-apps/dbus-1.6:0 )
-   dc1394? (
-   >=media-libs/libdc1394-2.1:2
-   >=sys-libs/libraw1394-2.0.1:0
-   )
-   dts? ( >=media-libs/libdca-0.0.5:0 )
-   dvbpsi? ( >=media-libs/libdvbpsi-1.2.0:0= )
-   dvd? (
-   >=media-libs/libdvdnav-4.9:0
-   >=media-libs/libdvdread-4.9:0
-   )
-   elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 )
-   faad? ( >=media-libs/faad2-2.6.1:0 )
-   fdk? ( media-libs/fdk-aac:0 )
-   flac? (
-   >=media-libs/flac-1.1.2:0
-   >=media-libs/libogg-1:0
-   )
-   fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 )
-   fontconfig? ( media-libs/fontconfig:1.0 )
-   gcrypt? ( >=dev-libs/libgcrypt-1.6.0:0= )
-   gme? ( media-libs/game-music-emu:0 )
-   gnome-keyring? ( app-crypt/libsecret )
-   gnutls? ( net-libs/gnutls:0 )
-   gstreamer? ( >=media-libs/gst-plugins-base-1.4.5:1.0 )
-   ieee1394? (
-

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

2018-02-19 Thread Hans de Graaff
commit: 08a4b73c710a333d68a08a307ce2608b15af351f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 19 18:53:56 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 19 19:25:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a4b73c

dev-ruby/sshkey: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/sshkey/sshkey-1.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sshkey/sshkey-1.9.0.ebuild 
b/dev-ruby/sshkey/sshkey-1.9.0.ebuild
index d26ce5ca1b9..594170914c9 100644
--- a/dev-ruby/sshkey/sshkey-1.9.0.ebuild
+++ b/dev-ruby/sshkey/sshkey-1.9.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2018-02-19 Thread Hans de Graaff
commit: 6424eb0e4e40b1d29213a0218115db3838ff4753
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 19 19:00:10 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 19 19:25:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6424eb0e

dev-ruby/state_machine: add ruby24, ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/state_machine/state_machine-1.2.0.ebuild 
b/dev-ruby/state_machine/state_machine-1.2.0.ebuild
index 1fd85de6d43..2757123094a 100644
--- a/dev-ruby/state_machine/state_machine-1.2.0.ebuild
+++ b/dev-ruby/state_machine/state_machine-1.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-02-19 Thread Hans de Graaff
commit: 88d9e7495350dd139a4723f2da132ad415645cc3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 19 19:13:28 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 19 19:25:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d9e749

dev-ruby/text-hyphen: add ruby24, ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild 
b/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild
index 944872608d1..78164eece2a 100644
--- a/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild
+++ b/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
 
 inherit ruby-fakegem
@@ -20,9 +19,6 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~pp
 IUSE=""
 
 ruby_add_bdepend "
-   doc? (
-   >=dev-ruby/hoe-2.8.0
-   )
test? (
>=dev-ruby/hoe-2.8.0
dev-ruby/test-unit:2



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

2018-02-19 Thread Hans de Graaff
commit: 049e5de6a50e901508d9cf196d504efdf10f4e7f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 19 19:04:10 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 19 19:25:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049e5de6

dev-ruby/subexec: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/subexec/subexec-0.2.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/subexec/subexec-0.2.3-r1.ebuild 
b/dev-ruby/subexec/subexec-0.2.3-r1.ebuild
index d1743c0022e..0154b8bee65 100644
--- a/dev-ruby/subexec/subexec-0.2.3-r1.ebuild
+++ b/dev-ruby/subexec/subexec-0.2.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2018-02-19 Thread Hans de Graaff
commit: 7e761a577451b0f07022021ecd7853c3d36b5589
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 19 18:55:29 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 19 19:25:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e761a57

dev-ruby/stamp: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/stamp/stamp-0.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/stamp/stamp-0.6.0.ebuild 
b/dev-ruby/stamp/stamp-0.6.0.ebuild
index b19ddf56a9b..42f25e85d6a 100644
--- a/dev-ruby/stamp/stamp-0.6.0.ebuild
+++ b/dev-ruby/stamp/stamp-0.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="cucumber"
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-02-19 Thread Hans de Graaff
commit: d6560d7b5151e8c987565b4fcba010b198ef6b78
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 19 19:07:44 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 19 19:25:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6560d7b

dev-ruby/systemu: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/systemu/systemu-2.6.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild 
b/dev-ruby/systemu/systemu-2.6.5.ebuild
index 98361c0e829..ce6d42b0eb9 100644
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2018-02-19 Thread Michał Górny
commit: b27154e5903d0d3145860514da80a53d5be1f852
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 19:14:17 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 19:24:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27154e5

dev-libs/efl: Remove *-fbsd keywords, requires util-linux

 dev-libs/efl/efl-1.17.0-r1.ebuild | 2 +-
 dev-libs/efl/efl-1.18.4.ebuild| 2 +-
 dev-libs/efl/efl-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/efl/efl-1.17.0-r1.ebuild 
b/dev-libs/efl/efl-1.17.0-r1.ebuild
index 9d3d409157c..73c6b642ffd 100644
--- a/dev-libs/efl/efl-1.17.0-r1.ebuild
+++ b/dev-libs/efl/efl-1.17.0-r1.ebuild
@@ -23,7 +23,7 @@ DESCRIPTION="Enlightenment Foundation Libraries all-in-one 
package"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
 IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls 
gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics 
pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib unwind 
v4l valgrind wayland webp X xim xine xpm"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 REQUIRED_USE="
pulseaudio? ( sound )

diff --git a/dev-libs/efl/efl-1.18.4.ebuild b/dev-libs/efl/efl-1.18.4.ebuild
index 609840b2c5b..7e7cc7eab22 100644
--- a/dev-libs/efl/efl-1.18.4.ebuild
+++ b/dev-libs/efl/efl-1.18.4.ebuild
@@ -13,7 +13,7 @@ elif [[ *"${PV}" == *"_pre"* ]] ; then
SRC_URI="https://download.enlightenment.org/pre-releases/${MY_P}.tar.xz;
 else

SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 
 inherit enlightenment pax-utils

diff --git a/dev-libs/efl/efl-.ebuild b/dev-libs/efl/efl-.ebuild
index 609840b2c5b..7e7cc7eab22 100644
--- a/dev-libs/efl/efl-.ebuild
+++ b/dev-libs/efl/efl-.ebuild
@@ -13,7 +13,7 @@ elif [[ *"${PV}" == *"_pre"* ]] ; then
SRC_URI="https://download.enlightenment.org/pre-releases/${MY_P}.tar.xz;
 else

SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 
 inherit enlightenment pax-utils



[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-usbin/, sys-freebsd/freebsd-usbin/files/

2018-02-19 Thread Michał Górny
commit: 1efb9650cf0f9a46758630d425b3f9615ceeb188
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 19:11:08 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 19:24:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efb9650

sys-freebsd/freebsd-usbin: Remove 9.1

 sys-freebsd/freebsd-usbin/Manifest |  10 --
 .../files/freebsd-usbin-9.1-bsdxml2expat.patch |  12 --
 .../files/freebsd-usbin-9.1-kldxref.patch  |  30 
 .../freebsd-usbin/freebsd-usbin-9.1-r1.ebuild  | 170 -
 4 files changed, 222 deletions(-)

diff --git a/sys-freebsd/freebsd-usbin/Manifest 
b/sys-freebsd/freebsd-usbin/Manifest
index f9c678f284c..f3dcd89d595 100644
--- a/sys-freebsd/freebsd-usbin/Manifest
+++ b/sys-freebsd/freebsd-usbin/Manifest
@@ -1,11 +1 @@
-DIST freebsd-contrib-9.1.tar.bz2 54751432 BLAKE2B 
8a30e78021e6388d679637d2dbe0ed3f4896d3902064baaafa79de9c328171cbcb895b0ffd3d0d0cd3ca25c93a73584ed4900b45bd672a73b15b75721de59de5
 SHA512 
71be13049258c6e6b5e4f63cc16da5d349a89d68f04d87446e4ad33ae8bf2a93ea67d9c256b7bec60b61e65db0487268070cfb77a484c3ac0f8ba368b48c2438
-DIST freebsd-etc-9.1.tar.bz2 207776 BLAKE2B 
61fbfa11dfcd24c007c20940a4b7cc802dfb9a991e41433840c57f113eaaa9e2b833a15f48d60c706e55d941b0a999baabd0c33197cffd522b67c57eaa9460f1
 SHA512 
4fbe56fde519cf2f44e39a8869efa26c34f703cf540f4a83389da8d170873d7c6fb18e4010e643b8d793cfc5c55d15eeb198057a5b2a8da9d9e8f791801bf314
-DIST freebsd-gnu-9.1.tar.bz2 795778 BLAKE2B 
a922a8bd2c8a7ddbac757e7db900109918bf214a34988adb45bdb11e5c829445cac9b13b0ed27ec62603aeae1e3230af362682182494db0ec95ff47cbfd7d927
 SHA512 
b05f2a5a10bdaeef19dfd0e962bc09f1571288a831e9345f404b920037f47db5c0ca3d620d1cbdd138b18bca1c3feab5b211b57e3041727341e5238cb9feb4fd
-DIST freebsd-include-9.1.tar.bz2 146881 BLAKE2B 
3db8570a8c841ec1c9ceff479bd0ef9b146b2a343d6596892c9d8a9f9193404f6c62712cb96d7416c6e5cc4c46e7fb942421c47e1bc2c707dde534e2050be442
 SHA512 
779c8315ce2b10b343bb62e331525d510b0d68ce5d665a1672bd6f4d1eff6445bc6b7a0f178b319828aa203c4e4c04c561ce793052703f4f936ce9711280a0c9
-DIST freebsd-lib-9.1.tar.bz2 3206685 BLAKE2B 
67f93b7951fc03e877ee525d53b81ba49c8c1a70041c30aac97665d5dab7b3f2817fdb3bbb1475be66c33a7f996309e9020f1a3d1154fab8e2f6789f5ae0bb18
 SHA512 
40d0c36b6b889c404fa0e0afa38ba4e84a55bc88ffa2f98a70afbd7a32c4f32c158617ba770567d082a986d62c09b3ec8db3dc5ab853ee1c9bbe0b90bb82396e
-DIST freebsd-libexec-9.1.tar.bz2 304592 BLAKE2B 
994543ac910e4703d36682f6c0550596e340605754b9386770660f0ed0e70f8d437185f2010e6be795a8cc508aa7d69c90cc0a0df968c5dd8de4c5c4bb38e8c2
 SHA512 
7baa4160dda2610250dd52f445e24478e0f1ea10bce21fcd0e5d1b856f399b896adc334114de0c7f61a5637e4349bb1688fdbe5c72798d8568ae791114710b92
-DIST freebsd-sbin-9.1.tar.bz2 1273913 BLAKE2B 
c00fea446a19311020ae081ba00d6c7d0b3b0365ab2046ec24252c2b02d4b4079fb7bbbf0d17432e2a1efb0788b552d684b1b9105d2c1712a93380a89b49
 SHA512 
9f186602b7de96f268c352ca386986652fddf5570e7eca1afa8c0d2bdc83b57df1198efe47f36dd5c7a6abf4f9c935f1c8207a4a12a6b2153bd6c3c6292719dc
 DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca
-DIST freebsd-sys-9.1.tar.bz2 32588103 BLAKE2B 
7f94a4735c6a17b39a86fa0fda0682924b18e4b466dc6319a5df889522aaeaffaa87e1b76582c48ae034df8c20169c8cea93bbd3d6e7abd0526716686f88dfe8
 SHA512 
7dc9d9e00dde8f592bb171f4386d02b655b73cb4f153fe5ec063d010a148ef0639eae0dcdb3eeb09ecd1e3653c69e49a2d261329fa6d0381d2ddabe258ddde6d
-DIST freebsd-ubin-9.1.tar.bz2 1910472 BLAKE2B 
4bab770072543d9eb25ce7ce450084e0eb9ca603deb58886a26495a92a05373f4f8f5821c65dc76365bf325a7291e6b630b00af5ba895784093d450163637504
 SHA512 
74ae0aceec8597aa66c3f1ab313f0685a3c63d7273c36ae7baf8794275ad9bca241c60c3f6281cccf6d531d250d7611099977d3b1a27279cef3586401b6af05e
-DIST freebsd-usbin-9.1.tar.bz2 2670916 BLAKE2B 
353c7e641c0cccf25b99cb454368bd3001cd6b85a15956b1ee2de1ab240c420602e04bf6d0389aca0bdd4f7d1206a6848516e58a17eda4881d849f078b71a139
 SHA512 
21c234312f70eb35cd2926519efc1f61592892f5d0940786dbeb959c3c5ec7819a51ae95c6e8a1a06aa01f669350fe0fd3dd7c4ec8a84dd6b90f24cb192356ca

diff --git 
a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-9.1-bsdxml2expat.patch 
b/sys-freebsd/freebsd-usbin/files/freebsd-usbin-9.1-bsdxml2expat.patch
deleted file mode 100644
index bddc0c77f21..000
--- a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-9.1-bsdxml2expat.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur work.orig/usr.sbin/ctladm/ctladm.c work/usr.sbin/ctladm/ctladm.c
 work.orig/usr.sbin/ctladm/ctladm.c 2012-07-12 13:25:58.0 +0900
-+++ work/usr.sbin/ctladm/ctladm.c  2012-07-16 05:37:14.0 +0900
-@@ -60,7 +60,7 @@
- #include 
- #include 
- #include 
--#include 
-+#include 
- #include 
- #include 
- #include 

diff --git 

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

2018-02-19 Thread Michał Górny
commit: e0915a0228f8cf400e80cb3c7ba99d1d40fbee40
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 19:03:57 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 19:24:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0915a02

media-plugins/emotion_generic_players: Remove ~amd64-fbsd

Remove ~amd64-fbsd keyword due to unkeyworded deps and no revdeps.

 .../emotion_generic_players/emotion_generic_players-1.17.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/emotion_generic_players/emotion_generic_players-1.17.0.ebuild 
b/media-plugins/emotion_generic_players/emotion_generic_players-1.17.0.ebuild
index 650cd678fe8..7444df4748f 100644
--- 
a/media-plugins/emotion_generic_players/emotion_generic_players-1.17.0.ebuild
+++ 
b/media-plugins/emotion_generic_players/emotion_generic_players-1.17.0.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://www.enlightenment.org/;
 
 LICENSE="GPL-2"
 # The -arch need to keyword vlc first.
-KEYWORDS="-alpha amd64 ~arm -hppa -ia64 ~mips ~ppc ~ppc64 ~sh -sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="-alpha amd64 ~arm -hppa -ia64 ~mips ~ppc ~ppc64 ~sh -sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 RDEPEND=">=dev-libs/efl-${PV}
media-video/vlc"



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

2018-02-19 Thread Michał Górny
commit: 25b9e0a3a725df694c7fe0f93cb74815f8c76e2b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 19:02:49 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 19:24:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b9e0a3

profiles/arch/amd64-fbsd: Mask USE=directfb

 profiles/arch/amd64-fbsd/use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/use.mask 
b/profiles/arch/amd64-fbsd/use.mask
index a8e32c6d7dc..5495c9e5f38 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Michał Górny  (19 Feb 2018)
+# dev-libs/DirectFB is not keyworded here.
+directfb
+
 # Michał Górny  (17 Feb 2018)
 # libraw is not keyworded here.
 raw



  1   2   3   >