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

2018-09-30 Thread Mike Gilbert
commit: b360b8a06c09f9bdfa230909a6ddf3fc0da1402b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Oct  1 03:55:13 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct  1 03:55:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b360b8a0

dev-python/sphinx: require latex for testing

Temporary workaround for automagic latex usage in tests.

Bug: https://bugs.gentoo.org/667414
Package-Manager: Portage-2.3.50_p10, Repoman-2.3.11_p17
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-python/sphinx/sphinx-1.7.5-r1.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild 
b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
index 68cbe615c4e..41d621812a7 100644
--- a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
+++ b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,6 +17,10 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x86-fbsd ~x86-macos 
~x86-linux ~x64-macos ~x64-solaris"
 IUSE="doc latex net test"
 
+# Tests automagically use latex, bug 667414
+REQUIRED_USE="test? ( latex )"
+RESTRICT="!test? ( test )"
+
 RDEPEND="
>=dev-python/alabaster-0.7.9[${PYTHON_USEDEP}]


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

2018-09-30 Thread Benda XU
commit: b4d701535ce40c3b646948c2862b42b54109af2f
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Oct  1 03:47:14 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Oct  1 03:53:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d70153

sys-apps/etckeeper: fix Prefix runtime directories.

Signed-off-by: Benda Xu  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-apps/etckeeper/etckeeper-1.18.7.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/sys-apps/etckeeper/etckeeper-1.18.7.ebuild 
b/sys-apps/etckeeper/etckeeper-1.18.7.ebuild
index f18078fe62d..100d1c4de51 100644
--- a/sys-apps/etckeeper/etckeeper-1.18.7.ebuild
+++ b/sys-apps/etckeeper/etckeeper-1.18.7.ebuild
@@ -32,6 +32,11 @@ RESTRICT="!test? ( test )"
 
 PATCHES=( "${FILESDIR}"/${PN}-1.18.6-gentoo.patch )
 
+src_prepare() {
+   default
+   hprefixify *.d/* etckeeper
+}
+
 src_compile() {
:
 }
@@ -45,10 +50,7 @@ src_install(){
}
use bazaar && python_foreach_impl bzr_install
 
-   if use prefix; then
-   doenvd "${FILESDIR}"/99${PN}
-   eprefixify "${ED%/}"/etc/env.d/99${PN}
-   fi
+   doenvd "$(prefixify_ro "${FILESDIR}"/99${PN})"
 
newbashcomp bash_completion ${PN}
dodoc doc/README.mdwn



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Tiny/

2018-09-30 Thread Thomas Deutschmann
commit: fa2a0ecfa967c8a4bb852041b243d8ca831d7dc7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:46:38 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2a0ecf

dev-perl/Role-Tiny: x86 stable (bug #667266)

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

 dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild 
b/dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild
index 80a5623ad72..4d99e50e0e6 100644
--- a/dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild
+++ b/dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Roles. Like a nouvelle cuisine portion size slice of Moose"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-fbsd ~ppc-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-09-30 Thread Thomas Deutschmann
commit: 718778f5cdf880a126d620385657e1c8cfe77a29
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:44:33 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718778f5

dev-perl/PPI: x86 stable (bug #667266)

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

 dev-perl/PPI/PPI-1.236.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/PPI/PPI-1.236.0.ebuild b/dev-perl/PPI/PPI-1.236.0.ebuild
index 1cd1ae27192..aff407e0d97 100644
--- a/dev-perl/PPI/PPI-1.236.0.ebuild
+++ b/dev-perl/PPI/PPI-1.236.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-font-size/

2018-09-30 Thread Thomas Deutschmann
commit: a3feda36118ca3ea5590c1d3a79de6898f53a917
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct  1 00:01:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3feda36

x11-misc/urxvt-font-size: x86 stable (bug #660864)

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

 x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild 
b/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild
index 1c2ed2ed18e..9d3d549f022 100644
--- a/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild
+++ b/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/majutsushi/${PN}.git;
inherit git-r3
 else
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 



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

2018-09-30 Thread Thomas Deutschmann
commit: ccf0d8b7a51fb9e8ee65bec36884b9da4c58b1dc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:57:35 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf0d8b7

virtual/rust: x86 stable (bug #666976)

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

 virtual/rust/rust-1.29.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/rust/rust-1.29.1.ebuild b/virtual/rust/rust-1.29.1.ebuild
index fa78c78a3e7..84b532c6e78 100644
--- a/virtual/rust/rust-1.29.1.ebuild
+++ b/virtual/rust/rust-1.29.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"



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

2018-09-30 Thread Thomas Deutschmann
commit: a53e55673de408e22a3075813f25811b7a6e39d3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:59:03 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53e5567

sys-libs/binutils-libs: x86 stable (bug #666976)

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

 sys-libs/binutils-libs/binutils-libs-2.30-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.30-r4.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.30-r4.ebuild
index 5894685fb9b..c8e6075bb16 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.30-r4.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.30-r4.ebuild
@@ -21,7 +21,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )"
 # The shared lib SONAMEs use the ${PV} in them.
 # -r1 is a one-off subslot bump where SONAME changed for bug #666100
 SLOT="0/${PV}-r1"
-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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="64-bit-bfd multitarget nls static-libs"
 
 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-power/upower/

2018-09-30 Thread Thomas Deutschmann
commit: 6bc2e1ed36f16637ece4f76cd8fc2b47f8381c9d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct  1 00:01:24 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc2e1ed

sys-power/upower: x86 stable (bug #666870)

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

 sys-power/upower/upower-0.99.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/upower/upower-0.99.8.ebuild 
b/sys-power/upower/upower-0.99.8.ebuild
index 8cc94969f42..2885a37afda 100644
--- a/sys-power/upower/upower-0.99.8.ebuild
+++ b/sys-power/upower/upower-0.99.8.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.freedesktop.org/upower/upower/uploads/${COMMIT}/${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0/3" # based on SONAME of libupower-glib.so
-KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 
 # gtk-doc files are not available as prebuilt in the tarball
 IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux"



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

2018-09-30 Thread Thomas Deutschmann
commit: 46cc8785bfd5d9d32cdb945652a9a4aa2157dd8f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:45:14 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46cc8785

dev-perl/Readonly: x86 stable (bug #667266)

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

 dev-perl/Readonly/Readonly-2.50.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Readonly/Readonly-2.50.0.ebuild 
b/dev-perl/Readonly/Readonly-2.50.0.ebuild
index 4993f7a7699..91259dddab2 100644
--- a/dev-perl/Readonly/Readonly-2.50.0.ebuild
+++ b/dev-perl/Readonly/Readonly-2.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Facility for creating read-only scalars, arrays, hashes"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-JPEG-Lite/

2018-09-30 Thread Thomas Deutschmann
commit: 06c03c62816a5757360a451b5a092f57a7fdb629
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:51:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c03c62

dev-perl/Tk-JPEG-Lite: x86 stable (bug #667266)

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

 dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild 
b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
index 07c9f8a6212..4bc663c79b9 100644
--- a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
+++ b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="lite JPEG loader for Tk::Photo"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc sparc x86"
 IUSE=""
 
 RDEPEND="virtual/jpeg:0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-MapUTF8/

2018-09-30 Thread Thomas Deutschmann
commit: 202cf27086c77bf150328702c343dbe0345967d8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:52:09 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202cf270

dev-perl/Unicode-MapUTF8: x86 stable (bug #667266)

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

 dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.110.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.110.0-r2.ebuild 
b/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.110.0-r2.ebuild
index 57e952c95f8..91644dafe56 100644
--- a/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.110.0-r2.ebuild
+++ b/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.110.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Conversions to and from arbitrary character sets and UTF8"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND="dev-perl/Unicode-Map



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

2018-09-30 Thread Thomas Deutschmann
commit: 3099d1ddc4324f4b5bca8c56adbf2fb17bd67efa
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct  1 00:02:21 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3099d1dd

media-libs/x265: x86 stable (bug #666486)

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

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

diff --git a/media-libs/x265/x265-2.8.ebuild b/media-libs/x265/x265-2.8.ebuild
index 4bb49087774..58b28620539 100644
--- a/media-libs/x265/x265-2.8.ebuild
+++ b/media-libs/x265/x265-2.8.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = * ]]; then
EHG_REPO_URI="https://bitbucket.org/multicoreware/x265;
 else

SRC_URI="https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 x86"
 fi
 
 DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"



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

2018-09-30 Thread Thomas Deutschmann
commit: d4c1ddb3fa6c753533cd36a1f35e2bc82b2ed8fd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct  1 00:04:28 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c1ddb3

dev-lang/rust: don't set KEYWORDS at all for beta releases

Tools like tatt cannot really handle empty KEYWORDS. So don't set
KEYWORDS at all when we don't want keywords.

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

 dev-lang/rust/rust-1.25.0.ebuild| 3 +--
 dev-lang/rust/rust-1.28.0-r1.ebuild | 3 +--
 dev-lang/rust/rust-1.28.0.ebuild| 3 +--
 dev-lang/rust/rust-1.29.1.ebuild| 1 -
 4 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-lang/rust/rust-1.25.0.ebuild b/dev-lang/rust/rust-1.25.0.ebuild
index 5411d562a2f..37d8c394ea5 100644
--- a/dev-lang/rust/rust-1.25.0.ebuild
+++ b/dev-lang/rust/rust-1.25.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then
MY_P="rustc-beta"
SLOT="beta/${PV}"
SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.gz"
-   KEYWORDS="amd64 x86"
 else
ABI_VER="$(get_version_component_range 1-2)"
SLOT="stable/${ABI_VER}"

diff --git a/dev-lang/rust/rust-1.28.0-r1.ebuild 
b/dev-lang/rust/rust-1.28.0-r1.ebuild
index 8b05979a58f..308474cfe15 100644
--- a/dev-lang/rust/rust-1.28.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.28.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then
MY_P="rustc-beta"
SLOT="beta/${PV}"
SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz"
-   KEYWORDS="amd64"
 else
ABI_VER="$(get_version_component_range 1-2)"
SLOT="stable/${ABI_VER}"

diff --git a/dev-lang/rust/rust-1.28.0.ebuild b/dev-lang/rust/rust-1.28.0.ebuild
index 41be6dd5569..a3139658c1b 100644
--- a/dev-lang/rust/rust-1.28.0.ebuild
+++ b/dev-lang/rust/rust-1.28.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then
MY_P="rustc-beta"
SLOT="beta/${PV}"
SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz"
-   KEYWORDS=""
 else
ABI_VER="$(get_version_component_range 1-2)"
SLOT="stable/${ABI_VER}"

diff --git a/dev-lang/rust/rust-1.29.1.ebuild b/dev-lang/rust/rust-1.29.1.ebuild
index f67bcb8b451..9ff5d6b03f5 100644
--- a/dev-lang/rust/rust-1.29.1.ebuild
+++ b/dev-lang/rust/rust-1.29.1.ebuild
@@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then
MY_P="rustc-beta"
SLOT="beta/${PV}"
SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz"
-   KEYWORDS="x86"
 else
ABI_VER="$(get_version_component_range 1-2)"
SLOT="stable/${ABI_VER}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/

2018-09-30 Thread Thomas Deutschmann
commit: 252ccc2acb96d08d6680265cbe7babe2c41fc9e6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:48:58 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252ccc2a

dev-perl/Test-CleanNamespaces: x86 stable (bug #667266)

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

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild 
b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
index f65fc655962..259f11f771c 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Socket-SSL/

2018-09-30 Thread Thomas Deutschmann
commit: 322c2e6f13b4b93bd492072b6edd52ef36a9044a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:43:52 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322c2e6f

dev-perl/IO-Socket-SSL: x86 stable (bug #667266)

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

 dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild 
b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild
index 0c7d51f5215..9113802d715 100644
--- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild
+++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="idn"
 
 RDEPEND="



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

2018-09-30 Thread Thomas Deutschmann
commit: 281d3e874216de6695515936543394034c86b6f8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:58:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281d3e87

sys-devel/binutils: x86 stable (bug #666976)

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

 sys-devel/binutils/binutils-2.30-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.30-r4.ebuild 
b/sys-devel/binutils/binutils-2.30-r4.ebuild
index 3689025ad45..d8f3675ac95 100644
--- a/sys-devel/binutils/binutils-2.30-r4.ebuild
+++ b/sys-devel/binutils/binutils-2.30-r4.ebuild
@@ -35,7 +35,7 @@ case ${PV} in
;;
 esac
 SLOT="${BVER}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 
 #
 # The Gentoo patchset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Warn/

2018-09-30 Thread Thomas Deutschmann
commit: 7299dd3119888484b8ec620685161b7dc3ba0e12
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:49:57 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7299dd31

dev-perl/Test-Warn: x86 stable (bug #667266)

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

 dev-perl/Test-Warn/Test-Warn-0.320.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Warn/Test-Warn-0.320.0.ebuild 
b/dev-perl/Test-Warn/Test-Warn-0.320.0.ebuild
index a5d23991a2d..a0f100451cd 100644
--- a/dev-perl/Test-Warn/Test-Warn-0.320.0.ebuild
+++ b/dev-perl/Test-Warn/Test-Warn-0.320.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension to test methods for warnings"
 
 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 
~x86-macos ~x86-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 
~x86-macos ~x86-solaris"
 
 IUSE="test"
 



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

2018-09-30 Thread Thomas Deutschmann
commit: a82ad9ff9f415be3a28efb27539f6f9dcb583997
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct  1 00:00:35 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82ad9ff

net-analyzer/traceroute: x86 stable (bug #659454)

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

 net-analyzer/traceroute/traceroute-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/traceroute/traceroute-2.1.0.ebuild 
b/net-analyzer/traceroute/traceroute-2.1.0.ebuild
index 2c963fb5e01..61d97eb0636 100644
--- a/net-analyzer/traceroute/traceroute-2.1.0.ebuild
+++ b/net-analyzer/traceroute/traceroute-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 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="static"
 
 RDEPEND="!

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

2018-09-30 Thread Thomas Deutschmann
commit: 2b81ba9db0eef18bbf2988a2b927c2b2b93c0d0b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:48:03 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b81ba9d

dev-perl/TermReadKey: x86 stable (bug #667266)

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

 dev-perl/TermReadKey/TermReadKey-2.370.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/TermReadKey/TermReadKey-2.370.0.ebuild 
b/dev-perl/TermReadKey/TermReadKey-2.370.0.ebuild
index de8efae73b1..3cd1e876c94 100644
--- a/dev-perl/TermReadKey/TermReadKey-2.370.0.ebuild
+++ b/dev-perl/TermReadKey/TermReadKey-2.370.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Change terminal modes, and perform non-blocking reads"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.580.0"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-BaseDir/

2018-09-30 Thread Thomas Deutschmann
commit: 9b9eb06be3494d2e160bd6b5ffca0ca77cd36323
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:41:42 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9eb06b

dev-perl/File-BaseDir: x86 stable (bug #667266)

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

 dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild 
b/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild
index 5f4f8a5f272..8a959dfee53 100644
--- a/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild
+++ b/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use the Freedesktop.org base directory specification"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Multiplex/

2018-09-30 Thread Thomas Deutschmann
commit: 68e2bc08ee7e700079099fcf2235e5766a3565e5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:43:07 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e2bc08

dev-perl/IO-Multiplex: x86 stable (bug #667266)

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

 dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild 
b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild
index 549abb06bc4..9c0303a9698 100644
--- a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild
+++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Manage IO on many file handles"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="virtual/perl-IO"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Return-Value/

2018-09-30 Thread Thomas Deutschmann
commit: 2ce06a5b1a6a6e34e869e1fcbfcb29511cfe4925
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:45:46 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce06a5b

dev-perl/Return-Value: x86 stable (bug #667266)

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

 dev-perl/Return-Value/Return-Value-1.666.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Return-Value/Return-Value-1.666.5.ebuild 
b/dev-perl/Return-Value/Return-Value-1.666.5.ebuild
index 3b277615683..7ba7b954dc7 100644
--- a/dev-perl/Return-Value/Return-Value-1.666.5.ebuild
+++ b/dev-perl/Return-Value/Return-Value-1.666.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Polymorphic Return Values"
 
 SLOT="0"
-KEYWORDS="amd64 ~mips ppc ppc64 ~x86"
+KEYWORDS="amd64 ~mips ppc ppc64 x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-DesktopEntry/

2018-09-30 Thread Thomas Deutschmann
commit: 7375ba75d4e42a07b3e7705b5aa7b96dc0bcd3bf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:42:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7375ba75

dev-perl/File-DesktopEntry: x86 stable (bug #667266)

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

 dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0.ebuild 
b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0.ebuild
index a36f8b1f1e1..806a1bb1a99 100644
--- a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0.ebuild
+++ b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Object to handle .desktop files"
 
 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 ~x86-macos 
~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-09-30 Thread Thomas Deutschmann
commit: 824139eb61338ee1908b3c9db00229b3641b89dc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct  1 00:00:03 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824139eb

dev-python/sphinxcontrib-websupport: x86 stable (bug #663556)

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

 .../sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild 
b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild
index a03f6c0a8cb..21102eab0f2 100644
--- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild
+++ b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Virt/

2018-09-30 Thread Thomas Deutschmann
commit: b413e6a699705ada86049150796fe8f922bab4b6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:47:07 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b413e6a6

dev-perl/Sys-Virt: x86 stable (bug #667266)

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

 dev-perl/Sys-Virt/Sys-Virt-3.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Sys-Virt/Sys-Virt-3.9.1.ebuild 
b/dev-perl/Sys-Virt/Sys-Virt-3.9.1.ebuild
index 024ad6bd89f..c519c9f010c 100644
--- a/dev-perl/Sys-Virt/Sys-Virt-3.9.1.ebuild
+++ b/dev-perl/Sys-Virt/Sys-Virt-3.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="API for using the libvirt library from Perl"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 
 RDEPEND=">=app-emulation/libvirt-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-BibTeX/

2018-09-30 Thread Thomas Deutschmann
commit: 091d19d8e5cb33718c866d75b4536a09dc7daab0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:50:36 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091d19d8

dev-perl/Text-BibTeX: x86 stable (bug #667266)

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

 dev-perl/Text-BibTeX/Text-BibTeX-0.850.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Text-BibTeX/Text-BibTeX-0.850.0.ebuild 
b/dev-perl/Text-BibTeX/Text-BibTeX-0.850.0.ebuild
index d06a2acd8f1..186cee75288 100644
--- a/dev-perl/Text-BibTeX/Text-BibTeX-0.850.0.ebuild
+++ b/dev-perl/Text-BibTeX/Text-BibTeX-0.850.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="A Perl library for reading, parsing, and processing BibTeX files"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-XPath/

2018-09-30 Thread Thomas Deutschmann
commit: 0e0badf4ee3f974145dffd7ca0e61f3bce0a4de6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 23:53:05 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 00:06:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0badf4

dev-perl/XML-XPath: x86 stable (bug #667266)

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

 dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild 
b/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
index 2c83dd97079..54571cf430e 100644
--- a/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
+++ b/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A XPath Perl Module"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="test"
 
 RDEPEND=">=dev-perl/XML-Parser-2.230.0"



[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/

2018-09-30 Thread Tim Harder
commit: 3b4d60dba81f43b4c8439722b1368c8879e55b98
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Sep 30 23:44:53 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Sep 30 23:45:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4d60db

x11-terms/kitty: remove old

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

 x11-terms/kitty/Manifest|  2 -
 x11-terms/kitty/kitty-0.11.1.ebuild | 96 -
 x11-terms/kitty/kitty-0.11.2.ebuild | 96 -
 3 files changed, 194 deletions(-)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index 92fa7d894ac..ca09cb1b0b9 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1,4 +1,2 @@
-DIST kitty-0.11.1.tar.gz 3924068 BLAKE2B 
a71535cfffe863ee06f699eba3a06c1665c851673bee0d1134fe992fe0335cc13d9a89cebf5814082a155166aaa0939b0e6296ad567564c608bf72eedce5cce3
 SHA512 
79a3ed4ffbc58e34e6c907646dc33168a8dcb58db859549549e2983186521dc69990e2d2e3eb120fcd31af03187d9a8233a60b75c205ac4e59bb7b575836cceb
-DIST kitty-0.11.2.tar.gz 3442111 BLAKE2B 
ebd5f11e57dd77a4336dfee51e2cf8c6c218d88957fe8988edcab9ecef73b7934b28e761733e9d8ca7842efb8a53fb30e785ed16fe73ac8c01b04a138d0e17a3
 SHA512 
28c4f7e8b87479cae47a00ea39ef31171ebeebf4888da4f9eaec250b4ed36ae6076b40e1a3b7ef88da2c9c860ba4d9af279a8b1d0d6e721f9fa3febee89bc151
 DIST kitty-0.12.1.tar.gz 3477416 BLAKE2B 
4c8c99a16ec903498b17921093542d4389784c1d5bc8c8cbc2fb4c56aab7a0996f94c9442ca0ce403c2cb660c8a27e4f20165bb8dca6e9ce9eb6c9a06b03c1b9
 SHA512 
3efdc2ee9d41cddda7ff033fa69531ce48a163ef4b6efa7c5f10ca20511046c26313115383aec6bcef1b2a0fbbac19b2de9a43835130624aada48e12fe54b7df
 DIST kitty-0.12.3.tar.xz 2832760 BLAKE2B 
dcf338d6d66bd33c5d1bc164964f344d458fd0bf4869536681ba72c5e2920dc84b18187f0c343b68fe954396a351b887bff0034993966e9feade69593f35272d
 SHA512 
6e4ac5f6a44ae1cdade71f0e3fee7cfbdde15f5770d960904b2d762abef9814f9bcef2b32d4a630de8a0c88d7a7945b7cbb7fef05d62625650c2eea9932c93db

diff --git a/x11-terms/kitty/kitty-0.11.1.ebuild 
b/x11-terms/kitty/kitty-0.11.1.ebuild
deleted file mode 100644
index 8bef706b26d..000
--- a/x11-terms/kitty/kitty-0.11.1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit python-single-r1 toolchain-funcs gnome2-utils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/kovidgoyal/kitty/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A modern, hackable, featureful, OpenGL-based terminal emulator"
-HOMEPAGE="https://github.com/kovidgoyal/kitty;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="debug imagemagick wayland"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPS="
-   ${PYTHON_DEPS}
-   >=media-libs/harfbuzz-1.5.0:=
-   sys-libs/zlib
-   media-libs/libpng:0=
-   media-libs/freetype:2
-   media-libs/fontconfig
-   x11-libs/libXcursor
-   x11-libs/libXrandr
-   x11-libs/libXi
-   x11-libs/libXinerama
-   x11-libs/libxkbcommon[X]
-   wayland? (
-   dev-libs/wayland
-   >=dev-libs/wayland-protocols-1.12
-   )
-"
-RDEPEND="
-   ${COMMON_DEPS}
-   imagemagick? ( virtual/imagemagick-tools )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   >=dev-python/sphinx-1.7[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.11.0-flags.patch
-   "${FILESDIR}"/${PN}-0.11.0-svg-icon.patch
-)
-
-src_prepare() {
-   default
-
-   # disable wayland as required
-   if ! use wayland; then
-   sed -i "/'x11 wayland'/s/ wayland//" setup.py || die
-   fi
-
-   # respect doc dir
-   sed -i "/htmldir =/s/appname/'${PF}'/" setup.py
-
-   tc-export CC
-}
-
-doecho() {
-   echo "$@"
-   "$@" || die
-}
-
-src_compile() {
-   doecho "${EPYTHON}" setup.py --verbose $(usex debug --debug "") 
--libdir-name $(get_libdir) linux-package
-}
-
-src_test() {
-   export KITTY_CONFIG_DIRECTORY=${T}
-   "${EPYTHON}" test.py || die
-}
-
-src_install() {
-   mkdir -p "${ED}"usr || die
-   cp -r linux-package/* "${ED}usr" || die
-   python_fix_shebang "${ED}"
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/x11-terms/kitty/kitty-0.11.2.ebuild 
b/x11-terms/kitty/kitty-0.11.2.ebuild
deleted file mode 100644
index 8bef706b26d..000
--- a/x11-terms/kitty/kitty-0.11.2.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit python-single-r1 toolchain-funcs gnome2-utils
-
-if [[ ${PV} == "" ]] ; then
-   

[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/

2018-09-30 Thread Tim Harder
commit: 22c5f55bb4d2653d2bfac7f2f20429e8e6d22430
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Sep 30 23:35:18 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Sep 30 23:45:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c5f55b

x11-terms/kitty: version bump to 0.12.3

Closes: https://bugs.gentoo.org/667264
Signed-off-by: Tim Harder  gentoo.org>

 x11-terms/kitty/Manifest   |  1 +
 .../kitty/{kitty-.ebuild => kitty-0.12.3.ebuild}   | 18 ++
 x11-terms/kitty/kitty-.ebuild  | 18 ++
 3 files changed, 29 insertions(+), 8 deletions(-)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index 198991d9b35..92fa7d894ac 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1,3 +1,4 @@
 DIST kitty-0.11.1.tar.gz 3924068 BLAKE2B 
a71535cfffe863ee06f699eba3a06c1665c851673bee0d1134fe992fe0335cc13d9a89cebf5814082a155166aaa0939b0e6296ad567564c608bf72eedce5cce3
 SHA512 
79a3ed4ffbc58e34e6c907646dc33168a8dcb58db859549549e2983186521dc69990e2d2e3eb120fcd31af03187d9a8233a60b75c205ac4e59bb7b575836cceb
 DIST kitty-0.11.2.tar.gz 3442111 BLAKE2B 
ebd5f11e57dd77a4336dfee51e2cf8c6c218d88957fe8988edcab9ecef73b7934b28e761733e9d8ca7842efb8a53fb30e785ed16fe73ac8c01b04a138d0e17a3
 SHA512 
28c4f7e8b87479cae47a00ea39ef31171ebeebf4888da4f9eaec250b4ed36ae6076b40e1a3b7ef88da2c9c860ba4d9af279a8b1d0d6e721f9fa3febee89bc151
 DIST kitty-0.12.1.tar.gz 3477416 BLAKE2B 
4c8c99a16ec903498b17921093542d4389784c1d5bc8c8cbc2fb4c56aab7a0996f94c9442ca0ce403c2cb660c8a27e4f20165bb8dca6e9ce9eb6c9a06b03c1b9
 SHA512 
3efdc2ee9d41cddda7ff033fa69531ce48a163ef4b6efa7c5f10ca20511046c26313115383aec6bcef1b2a0fbbac19b2de9a43835130624aada48e12fe54b7df
+DIST kitty-0.12.3.tar.xz 2832760 BLAKE2B 
dcf338d6d66bd33c5d1bc164964f344d458fd0bf4869536681ba72c5e2920dc84b18187f0c343b68fe954396a351b887bff0034993966e9feade69593f35272d
 SHA512 
6e4ac5f6a44ae1cdade71f0e3fee7cfbdde15f5770d960904b2d762abef9814f9bcef2b32d4a630de8a0c88d7a7945b7cbb7fef05d62625650c2eea9932c93db

diff --git a/x11-terms/kitty/kitty-.ebuild 
b/x11-terms/kitty/kitty-0.12.3.ebuild
similarity index 78%
copy from x11-terms/kitty/kitty-.ebuild
copy to x11-terms/kitty/kitty-0.12.3.ebuild
index a97e7a7a8c5..b265ed95339 100644
--- a/x11-terms/kitty/kitty-.ebuild
+++ b/x11-terms/kitty/kitty-0.12.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git;
inherit git-r3
 else
-   SRC_URI="https://github.com/kovidgoyal/kitty/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   
SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz;
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -19,12 +19,13 @@ HOMEPAGE="https://github.com/kovidgoyal/kitty;
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="debug imagemagick wayland"
+IUSE="debug doc imagemagick wayland"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 COMMON_DEPS="
${PYTHON_DEPS}
>=media-libs/harfbuzz-1.5.0:=
+   sys-apps/dbus
sys-libs/zlib
media-libs/libpng:0=
media-libs/freetype:2
@@ -34,6 +35,7 @@ COMMON_DEPS="
x11-libs/libXi
x11-libs/libXinerama
x11-libs/libxkbcommon[X]
+   x11-libs/libxcb[xkb]
wayland? (
dev-libs/wayland
>=dev-libs/wayland-protocols-1.12
@@ -44,9 +46,10 @@ RDEPEND="
imagemagick? ( virtual/imagemagick-tools )
 "
 DEPEND="${RDEPEND}
+   sys-libs/ncurses
virtual/pkgconfig
-   >=dev-python/sphinx-1.7[${PYTHON_USEDEP}]
 "
+[[ ${PV} == * ]] && DEPEND+=" >=dev-python/sphinx-1.7[${PYTHON_USEDEP}]"
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.11.0-flags.patch
@@ -73,7 +76,10 @@ doecho() {
 }
 
 src_compile() {
-   doecho "${EPYTHON}" setup.py --verbose $(usex debug --debug "") 
--libdir-name $(get_libdir) linux-package
+   doecho "${EPYTHON}" setup.py \
+   --verbose $(usex debug --debug "") \
+   --libdir-name $(get_libdir) \
+   linux-package
 }
 
 src_test() {
@@ -85,6 +91,10 @@ src_install() {
mkdir -p "${ED}"usr || die
cp -r linux-package/* "${ED}usr" || die
python_fix_shebang "${ED}"
+
+   if ! use doc; then
+   rm -r "${ED}"/usr/share/doc || die
+   fi
 }
 
 pkg_postinst() {

diff --git a/x11-terms/kitty/kitty-.ebuild 
b/x11-terms/kitty/kitty-.ebuild
index a97e7a7a8c5..b265ed95339 100644
--- a/x11-terms/kitty/kitty-.ebuild
+++ b/x11-terms/kitty/kitty-.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git;
inherit git-r3
 else
-   SRC_URI="https://github.com/kovidgoyal/kitty/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   
SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz;
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -19,12 +19,13 @@ 

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

2018-09-30 Thread Robin H. Johnson
commit: e203348b24cabb9d694d8451a9e40dcaa3144636
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Sep 30 19:42:50 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Sep 30 23:10:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e203348b

sci-geosciences/gpsd: missing automagic dep on timepps.h from pps-tools

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

 sci-geosciences/gpsd/gpsd-3.17-r2.ebuild | 1 +
 sci-geosciences/gpsd/gpsd-3.17-r3.ebuild | 1 +
 sci-geosciences/gpsd/gpsd-.ebuild| 3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild 
b/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild
index 6b0e491c7b7..d8f331c91ab 100644
--- a/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild
+++ b/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild
@@ -36,6 +36,7 @@ REQUIRED_USE="X? ( python )
python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
+   >=net-misc/pps-tools-0.0.20120407
bluetooth? ( net-wireless/bluez )
dbus? (
sys-apps/dbus

diff --git a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild 
b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
index 4a84dbffcc3..925c4b5fe33 100644
--- a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
+++ b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
@@ -37,6 +37,7 @@ REQUIRED_USE="X? ( python )
qt5? ( cxx )"
 
 RDEPEND="
+   >=net-misc/pps-tools-0.0.20120407
bluetooth? ( net-wireless/bluez )
dbus? (
sys-apps/dbus

diff --git a/sci-geosciences/gpsd/gpsd-.ebuild 
b/sci-geosciences/gpsd/gpsd-.ebuild
index e3db55c44b0..445bb73cc6e 100644
--- a/sci-geosciences/gpsd/gpsd-.ebuild
+++ b/sci-geosciences/gpsd/gpsd-.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
@@ -37,6 +37,7 @@ REQUIRED_USE="X? ( python )
qt5? ( cxx )"
 
 RDEPEND="
+   >=net-misc/pps-tools-0.0.20120407
bluetooth? ( net-wireless/bluez )
dbus? (
sys-apps/dbus



[gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/

2018-09-30 Thread Robin H. Johnson
commit: 7d04d5f609feadd21aabd9f6368f4a45da55ca3c
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Sep 30 20:00:03 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Sep 30 23:10:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d04d5f6

net-misc/ntpsec: USE=nist requires local refclock

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

 net-misc/ntpsec/ntpsec-1.1.1.ebuild | 2 +-
 net-misc/ntpsec/ntpsec-1.1.2.ebuild | 2 +-
 net-misc/ntpsec/ntpsec-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/ntpsec/ntpsec-1.1.1.ebuild 
b/net-misc/ntpsec/ntpsec-1.1.1.ebuild
index 680e3dcba1d..46234cf71a8 100644
--- a/net-misc/ntpsec/ntpsec-1.1.1.ebuild
+++ b/net-misc/ntpsec/ntpsec-1.1.1.ebuild
@@ -33,7 +33,7 @@ IUSE_NTPSEC_REFCLOCK=${NTPSEC_REFCLOCK[@]/#/rclock_}
 LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0"
 SLOT="0"
 IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libressl nist ntpviz 
samba seccomp smear tests" #ionice
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE} nist? ( rclock_local )"
 
 # net-misc/pps-tools oncore,pps
 CDEPEND="${PYTHON_DEPS}

diff --git a/net-misc/ntpsec/ntpsec-1.1.2.ebuild 
b/net-misc/ntpsec/ntpsec-1.1.2.ebuild
index 680e3dcba1d..46234cf71a8 100644
--- a/net-misc/ntpsec/ntpsec-1.1.2.ebuild
+++ b/net-misc/ntpsec/ntpsec-1.1.2.ebuild
@@ -33,7 +33,7 @@ IUSE_NTPSEC_REFCLOCK=${NTPSEC_REFCLOCK[@]/#/rclock_}
 LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0"
 SLOT="0"
 IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libressl nist ntpviz 
samba seccomp smear tests" #ionice
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE} nist? ( rclock_local )"
 
 # net-misc/pps-tools oncore,pps
 CDEPEND="${PYTHON_DEPS}

diff --git a/net-misc/ntpsec/ntpsec-.ebuild 
b/net-misc/ntpsec/ntpsec-.ebuild
index 680e3dcba1d..46234cf71a8 100644
--- a/net-misc/ntpsec/ntpsec-.ebuild
+++ b/net-misc/ntpsec/ntpsec-.ebuild
@@ -33,7 +33,7 @@ IUSE_NTPSEC_REFCLOCK=${NTPSEC_REFCLOCK[@]/#/rclock_}
 LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0"
 SLOT="0"
 IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libressl nist ntpviz 
samba seccomp smear tests" #ionice
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE} nist? ( rclock_local )"
 
 # net-misc/pps-tools oncore,pps
 CDEPEND="${PYTHON_DEPS}



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

2018-09-30 Thread Sergei Trofimovich
commit: 6d8e37b7787e68f6b3aafb55b81f2781c54f8665
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 23:01:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 23:07:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8e37b7

dev-libs/libffi: bump up to 3.3_rc0

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-libs/libffi/Manifest   |  1 +
 .../files/libffi-3.3_rc0-hppa-no-TEXTREL.patch | 93 ++
 dev-libs/libffi/libffi-3.3_rc0.ebuild  | 64 +++
 3 files changed, 158 insertions(+)

diff --git a/dev-libs/libffi/Manifest b/dev-libs/libffi/Manifest
index f77899f0229..d70d8b54808 100644
--- a/dev-libs/libffi/Manifest
+++ b/dev-libs/libffi/Manifest
@@ -1 +1,2 @@
 DIST libffi-3.2.1.tar.gz 940837 BLAKE2B 
d202ccaa185acfd2476ed2a9b011891507cd8efbbda60f67c583268d1563853442ed829acecbf81c9b6b9a930345780bb7a4bd80e71e50ef544c7f4eab8cb01f
 SHA512 
980ca30a8d76f963fca722432b1fe5af77d7a4e4d2eac5144fbc5374d4c596609a293440573f4294207e1bdd9fda80ad1e1cafb2ffb543df5a275bc3bd546483
+DIST libffi-3.3-rc0.tar.gz 1084854 BLAKE2B 
2c38d60f17ef52bcf270178c13c218f6ee320c9785091621d4689bcf6cee31d07eaaca12790965e1ae3ad71ad2c408342743968bf1d23f81a07fbdf6cfd55b90
 SHA512 
e6e695d32cd6eb7d65983f32986fccdfc786a593d2ea18af30ce741f58cfa1eb264b1a8d09df5084cb916001aea15187b005c2149a0620a44397a4453b6137d4

diff --git a/dev-libs/libffi/files/libffi-3.3_rc0-hppa-no-TEXTREL.patch 
b/dev-libs/libffi/files/libffi-3.3_rc0-hppa-no-TEXTREL.patch
new file mode 100644
index 000..c6286f34990
--- /dev/null
+++ b/dev-libs/libffi/files/libffi-3.3_rc0-hppa-no-TEXTREL.patch
@@ -0,0 +1,93 @@
+From 955e3c56459556284cf4a7fb23c51f9d310be80c Mon Sep 17 00:00:00 2001
+From: Sergei Trofimovich 
+Date: Sat, 19 May 2018 10:49:07 +0100
+Subject: [PATCH] hppa: avoid TEXTREL in .eh_frame section
+
+Before the change hand-crafted .eh_frame section contained
+ABS relocation and caused TEXTREL tag to be emitted:
+
+```
+$ ./configure --host=hppa2.0-unknown-linux-gnu LDFLAGS=-Wl,-z,text
+$ make
+...
+/usr/libexec/gcc/hppa2.0-unknown-linux-gnu/ld:
+read-only segment has dynamic relocations.
+```
+
+Link failure is caused by absolute address of FDEs
+encoded into .eh_frame entries.
+
+Fixed TEXTREL by using pcrel (instead of ABS) encoding
+for absolute addresses (__PIC__ code) by adding augmentation
+information ("zR" CIE type).
+
+All tests still pass on hppa2.0. The specific tests that still pass
+and exercise this code path:
+testsuite/libffi.call/unwindtest.cc
+testsuite/libffi.call/unwindtest_ffi_call.cc
+
+Signed-off-by: Sergei Trofimovich 
+---
+ src/pa/linux.S | 25 +++--
+ 1 file changed, 23 insertions(+), 2 deletions(-)
+
+diff --git a/src/pa/linux.S b/src/pa/linux.S
+index f11ae76..ab04c75 100644
+--- a/src/pa/linux.S
 b/src/pa/linux.S
+@@ -297,10 +297,18 @@ ffi_closure_pa32:
+ .LSCIE1:
+   .word   0x0 ;# CIE Identifier Tag
+   .byte   0x1 ;# CIE Version
++#ifdef __PIC__
++  .ascii  "zR\0"  ;# CIE Augmentation: 'z' - data, 'R' - DW_EH_PE_... data
++#else
+   .ascii "\0" ;# CIE Augmentation
++#endif
+   .uleb128 0x1;# CIE Code Alignment Factor
+   .sleb128 4  ;# CIE Data Alignment Factor
+   .byte   0x2 ;# CIE RA Column
++#ifdef __PIC__
++  .uleb128 0x1;# Augmentation size
++  .byte   0x1b;# FDE Encoding (DW_EH_PE_pcrel|DW_EH_PE_sdata4)
++#endif
+   .byte   0xc ;# DW_CFA_def_cfa
+   .uleb128 0x1e
+   .uleb128 0x0
+@@ -310,9 +318,15 @@ ffi_closure_pa32:
+   .word   .LEFDE1-.LASFDE1;# FDE Length
+ .LASFDE1:
+   .word   .LASFDE1-.Lframe1   ;# FDE CIE offset
+-  .word   .LFB1   ;# FDE initial location
++#ifdef __PIC__
++  .word   .LFB1-. ;# FDE initial location
++#else
++  .word   .LFB1   ;# FDE initial location
++#endif
+   .word   .LFE1-.LFB1 ;# FDE address range
+-
++#ifdef __PIC__
++  .uleb128 0x0;# Augmentation size: no data
++#endif
+   .byte   0x4 ;# DW_CFA_advance_loc4
+   .word   .LCFI11-.LFB1
+   .byte   0x83;# DW_CFA_offset, column 0x3
+@@ -338,8 +352,15 @@ ffi_closure_pa32:
+   .word   .LEFDE2-.LASFDE2;# FDE Length
+ .LASFDE2:
+   .word   .LASFDE2-.Lframe1   ;# FDE CIE offset
++#ifdef __PIC__
++  .word   .LFB2-. ;# FDE initial location
++#else
+   .word   .LFB2   ;# FDE initial location
++#endif
+   .word   .LFE2-.LFB2 ;# FDE address range
++#ifdef __PIC__
++  .uleb128 0x0;# Augmentation size: no data
++#endif
+   .byte   0x4 ;# DW_CFA_advance_loc4
+   .word   .LCFI21-.LFB2
+   .byte   0x83;# DW_CFA_offset, column 0x3
+-- 
+2.19.0
+

diff --git a/dev-libs/libffi/libffi-3.3_rc0.ebuild 
b/dev-libs/libffi/libffi-3.3_rc0.ebuild
new file mode 100644
index 000..0a31487e51f
--- /dev/null
+++ 

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

2018-09-30 Thread Mart Raudsepp
commit: 2a2545e6204f411b1d9747e23886047a713dba2f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 23:02:02 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 23:02:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2545e6

sys-apps/help2man-1.47.6: arm64 stable (bug #666958)

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="arm64"

 sys-apps/help2man/help2man-1.47.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/help2man/help2man-1.47.6.ebuild 
b/sys-apps/help2man/help2man-1.47.6.ebuild
index 11752678461..d149b726afa 100644
--- a/sys-apps/help2man/help2man-1.47.6.ebuild
+++ b/sys-apps/help2man/help2man-1.47.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="nls"
 
 RDEPEND="dev-lang/perl



[gentoo-commits] repo/gentoo:master commit in: x11-misc/shared-mime-info/

2018-09-30 Thread Mart Raudsepp
commit: 77279a3dee6637d8bc61f5c048c990600e7f1b02
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 23:02:34 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 23:02:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77279a3d

x11-misc/shared-mime-info-1.10: arm64 stable (bug #666872)

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="arm64"

 x11-misc/shared-mime-info/shared-mime-info-1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/shared-mime-info/shared-mime-info-1.10.ebuild 
b/x11-misc/shared-mime-info/shared-mime-info-1.10.ebuild
index 061d19fa872..b1fa4c9732b 100644
--- a/x11-misc/shared-mime-info/shared-mime-info-1.10.ebuild
+++ b/x11-misc/shared-mime-info/shared-mime-info-1.10.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://people.freedesktop.org/~hadess/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=">=dev-libs/glib-2



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

2018-09-30 Thread Mart Raudsepp
commit: 707f948ad792725a1dbb6797b5c258bfe62adc57
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 23:01:00 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 23:01:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707f948a

net-analyzer/traceroute-2.1.0: arm64 stable (bug #659454)

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="arm64"

 net-analyzer/traceroute/traceroute-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/traceroute/traceroute-2.1.0.ebuild 
b/net-analyzer/traceroute/traceroute-2.1.0.ebuild
index 95857a395bf..2c963fb5e01 100644
--- a/net-analyzer/traceroute/traceroute-2.1.0.ebuild
+++ b/net-analyzer/traceroute/traceroute-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 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="static"
 
 RDEPEND="!

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

2018-09-30 Thread Mike Gilbert
commit: 59c0d28a9f6c6c8b44dfab3c041832d8a708ab4c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Sep 30 21:38:06 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Sep 30 22:47:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c0d28a

www-client/chromium: allow forced clang to be disabled

Package-Manager: Portage-2.3.50_p10, Repoman-2.3.11_p17
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/chromium/chromium-71.0.3559.6.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/www-client/chromium/chromium-71.0.3559.6.ebuild 
b/www-client/chromium/chromium-71.0.3559.6.ebuild
index c458dff8774..a46167b6ff4 100644
--- a/www-client/chromium/chromium-71.0.3559.6.ebuild
+++ b/www-client/chromium/chromium-71.0.3559.6.ebuild
@@ -101,11 +101,16 @@ DEPEND="${COMMON_DEPEND}
sys-apps/hwids[usb(+)]
>=sys-devel/bison-2.4.3
sys-devel/flex
-   >=sys-devel/clang-5
virtual/pkgconfig
dev-vcs/git
 "
 
+: ${CHROMIUM_FORCE_CLANG=yes}
+
+if [[ ${CHROMIUM_FORCE_CLANG} == yes ]]; then
+   DEPEND+=" >=sys-devel/clang-5"
+fi
+
 if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then
EBUILD_DEATH_HOOKS+=" chromium_pkg_die";
 fi
@@ -380,7 +385,7 @@ src_configure() {
# Make sure the build system will use the right tools, bug #340795.
tc-export AR CC CXX NM
 
-   if ! tc-is-clang; then
+   if [[ ${CHROMIUM_FORCE_CLANG} == yes ]] && ! tc-is-clang; then
# Force clang since gcc is pretty broken at the moment.
CC=${CHOST}-clang
CXX=${CHOST}-clang++



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

2018-09-30 Thread Mart Raudsepp
commit: ae6f74c0614258df424dff864e3061f4025d813c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 22:44:34 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 22:46:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6f74c0

dev-libs/libbsd-0.9.1: arm64 stable (bug #666842)

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-libs/libbsd/libbsd-0.9.1.ebuild 
b/dev-libs/libbsd/libbsd-0.9.1.ebuild
index 338bf88b13f..e1ee98e56e5 100644
--- a/dev-libs/libbsd/libbsd-0.9.1.ebuild
+++ b/dev-libs/libbsd/libbsd-0.9.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
 
 LICENSE="BSD BSD-2 BSD-4 ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 DEPEND=">=sys-kernel/linux-headers-3.17"



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

2018-09-30 Thread Mart Raudsepp
commit: 0886d930233739f5ad169038ae37433303c5f67b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 22:45:50 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 22:46:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0886d930

sys-apps/iproute2-4.17.0: arm64 stable (bug #666778)

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="arm64"

 sys-apps/iproute2/iproute2-4.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/iproute2/iproute2-4.17.0.ebuild 
b/sys-apps/iproute2/iproute2-4.17.0.ebuild
index 265d18b670a..03a8a55c50a 100644
--- a/sys-apps/iproute2/iproute2-4.17.0.ebuild
+++ b/sys-apps/iproute2/iproute2-4.17.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
-   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"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



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

2018-09-30 Thread Mart Raudsepp
commit: f6e0abc298fa73eddf09068c32c208ee911e0164
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 22:43:21 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 22:46:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e0abc2

dev-libs/libatomic_ops-7.6.6: arm64 stable (bug #666516)

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

 dev-libs/libatomic_ops/libatomic_ops-7.6.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libatomic_ops/libatomic_ops-7.6.6.ebuild 
b/dev-libs/libatomic_ops/libatomic_ops-7.6.6.ebuild
index a2a7fc2abd3..eb11eae64c0 100644
--- a/dev-libs/libatomic_ops/libatomic_ops-7.6.6.ebuild
+++ b/dev-libs/libatomic_ops/libatomic_ops-7.6.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ivmai/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="MIT boehm-gc GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



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

2018-09-30 Thread Mart Raudsepp
commit: 84dcc304d74887b2a181e0c20f5099acaded90b9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 22:45:15 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 22:46:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84dcc304

sys-apps/lsb-release-1.4-r3: arm64 stable (bug #642362)

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="arm64"

 sys-apps/lsb-release/lsb-release-1.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild 
b/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild
index ee00936b9a1..443d0720b3f 100644
--- a/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild
+++ b/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/lsb/${P}.tar.gz"
 
 LICENSE="GPL-2"
 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"
 
 # Perl isn't needed at runtime, it is just used to generate the man page.
 DEPEND="dev-lang/perl"



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

2018-09-30 Thread Sergei Trofimovich
commit: 6a724fdb8cd3cae8cb427092bb63746759623a9e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 22:40:04 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 22:40:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a724fdb

sys-devel/gcc: drop old 2.95.3

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 sys-devel/gcc/Manifest  |  2 --
 sys-devel/gcc/gcc-2.95.3-r10.ebuild | 34 --
 2 files changed, 36 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 6fde4c184a4..65eabb44df5 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -2,8 +2,6 @@ DIST bounds-checking-gcc-3.3.6-1.00-r2.patch.bz2 829688 BLAKE2B 
5a33cf9ecf04df64
 DIST bounds-checking-gcc-3.4.4-1.00.1.patch.bz2 815566 BLAKE2B 
b202610cbc3e5a902a2bd9f3d217d224ea5f3ee68247557af907736cff577cd720065ab1567046d89f6d87cc433b3edbd1a24a3c8ef2ced97af9782ce49cab26
 SHA512 
da11cb354d5ec95c74081c2cbb29bcb49817a1f9d6875587b4a27f1c9fdea8f07eec8147b739bd18a4fa2365e5da50e4bca7d7531612fbf2514c50516d225ac2
 DIST ecj-4.3.jar 1377431 BLAKE2B 
1d6a8ae1cef0fc4ee325f935873e4a2e560c34cac929bc4190c7dd47e1ca4480ad608f0b7a5d00f2bde30ff2dc78f74ccb0effa48db1df9358a6e35ebce32100
 SHA512 
c4be72186d81747f1adce5a50de303c24bd6ed9f401bfa8871b1b864fe7591392218b1937b10d0e76014de8e0b6a1d5c4280475976218141cd1878c4a35217ff
 DIST ecj-4.5.jar 1470676 BLAKE2B 
793c10ba09fd8040c0e1181204141aea16780c9c9088e07126e00da2b510af2ad6f58d876357d7e98cbb02d783a3be434469d5de1df134ccb8cc508e45028d80
 SHA512 
d4e1bf7538ace56e3d69fa91da5bbd16c272923b4de0a9d8dee23ea2b75f9f38c603de72fc4061df49285c450b63f3df211cee5270e9fffc5447445d1a9c9e4e
-DIST gcc-2.95.3-patches-1.4.tar.bz2 125654 BLAKE2B 
c11b26d77d8f6409c3a87bdd4346ef98b148399bb341ff3fff5f502a296ca4f19617eb3fd3856675194af4e2fb450e376d797b17b8afca8f4a82ec906448cd0b
 SHA512 
7cc79439162ddf6f5dea4fd88e172e815684a34ed70e67f33c6acf4e1a687a748a78dee232d462adb5858cc3f9609e34cf1b8a75707947f4fcdf3d33251738e5
-DIST gcc-2.95.3.tar.bz2 9848842 BLAKE2B 
b1d5287802ef7e13105517d129f9f03e3e09c23826cbee02bfdcf2b0258f23a7fdb1afd80bc39732409c7ec3b6becd738744b3e8e52577c1a6fa3e0445c151d6
 SHA512 
683eafd1788a0021867797796444868100d244f72749dd8f014eb04495554ca43eba852179554710d516ff4b94527f40ff9c9189e007ef6fd958ec7293f17e4d
 DIST gcc-3.3.6-patches-1.10.tar.bz2 53739 BLAKE2B 
d22772d30c432669299e3e6df350920408c510a241a20e6795dcc680227342a16c3b6d2e477a17d6c49794005b42972ed30b4efe5b2d69398d283f50efdeb459
 SHA512 
be6cc8fae217f789982e324e0d3ad12d527e43ca4c168bce613397aaf3d86219b125e7b39c2b236638a68112cfee0e06c1b297fead712d92b3923b7195299d0a
 DIST gcc-3.3.6-patches-1.9.tar.bz2 51760 BLAKE2B 
68704c1ddb73d2966746dd1a57b9699c3130d9165dd990b0b70f13b0dc4c7c4503afcbb268fd54242e17bdd571d5d0a20c172ee431c3c772e7c3412d3f0ac884
 SHA512 
306220c537c5cd90af7638431e6547ee9a80199c384629b5fbda06c28b2d6168fcf1dd448c0e178b104f41e03a8ebda4f389489d205b9e66ade6637e4747196c
 DIST gcc-3.3.6-uclibc-patches-1.0.tar.bz2 28882 BLAKE2B 
e1e1a1e24368d238b999df061e086c1376b095bba703154fd35edd6337b5fbc265722ffa01ae496e55a524d52792d7802867b38cd426c56397056d96e62036c9
 SHA512 
d060c1552d4f21b8b1cd6a6e56b9af4f62f61ce8ef4362afb1982b2ad9defe6a9648705cf780103d4f2061737553b6737c276d79b803b6b75ae94035bc881f0e

diff --git a/sys-devel/gcc/gcc-2.95.3-r10.ebuild 
b/sys-devel/gcc/gcc-2.95.3-r10.ebuild
deleted file mode 100644
index 08958abea5c..000
--- a/sys-devel/gcc/gcc-2.95.3-r10.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PATCH_VER="1.4"
-
-inherit eutils flag-o-matic toolchain
-
-KEYWORDS="~alpha ~ppc ~sparc ~x86"
-
-gcc2-flags() {
-   # Are we trying to compile with gcc3 ?  CFLAGS and CXXFLAGS needs to be
-   # valid for gcc-2.95.3 ...
-   if [[ $(tc-arch) == "x86" || $(tc-arch) == "amd64" ]] ; then
-   CFLAGS=${CFLAGS//-mtune=/-mcpu=}
-   CXXFLAGS=${CXXFLAGS//-mtune=/-mcpu=}
-   fi
-
-   replace-cpu-flags k6-{2,3} k6
-   replace-cpu-flags athlon{,-{tbird,4,xp,mp}} i686
-
-   replace-cpu-flags pentium-mmx i586
-   replace-cpu-flags pentium{2,3,4} i686
-
-   replace-cpu-flags ev6{7,8} ev6
-}
-
-src_prepare() {
-   rm -rf texinfo
-   strip-linguas -u */po
-   gcc2-flags
-   toolchain_src_prepare
-}



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

2018-09-30 Thread Mart Raudsepp
commit: 99de4a13031707fd56171c7ecbb82e09bf152d01
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 22:19:54 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 22:29:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99de4a13

media-libs/gd-2.2.5-r1: arm64 stable (bug #664732)

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

 media-libs/gd/gd-2.2.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/gd/gd-2.2.5-r1.ebuild b/media-libs/gd/gd-2.2.5-r1.ebuild
index c00352325c0..ad27199face 100644
--- a/media-libs/gd/gd-2.2.5-r1.ebuild
+++ b/media-libs/gd/gd-2.2.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz;
 
 LICENSE="gd IJG HPND BSD"
 SLOT="2/3"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="fontconfig jpeg png static-libs tiff truetype webp xpm zlib"
 
 # fontconfig has prefixed font paths, details see bug #518970



[gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/

2018-09-30 Thread Sergei Trofimovich
commit: 81d95cbcbc17b744280a0e484439f13abd03f957
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 22:24:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 22:24:13 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=81d95cbc

7.3.0: drop assumed -lieee from -mieee-fp

glibc-2.28 won't provide -lieee.
Backported from upstream as-is.

Signed-off-by: Sergei Trofimovich  gentoo.org>

 7.3.0/gentoo/101_all_remove-lieee.patch | 47 +
 7.3.0/gentoo/README.history | 10 +++
 2 files changed, 57 insertions(+)

diff --git a/7.3.0/gentoo/101_all_remove-lieee.patch 
b/7.3.0/gentoo/101_all_remove-lieee.patch
new file mode 100644
index 000..390a3b0
--- /dev/null
+++ b/7.3.0/gentoo/101_all_remove-lieee.patch
@@ -0,0 +1,47 @@
+Modern glibc stopped providing ieee.a
+
+From 401a6ba8d6aa5a92acaedae24b84c59d284f446d Mon Sep 17 00:00:00 2001
+From: rguenth 
+Date: Thu, 12 Jul 2018 11:53:34 +
+Subject: [PATCH] 2018-07-12  Richard Biener  
+
+   PR target/84829
+   * config/gnu-user.h (GNU_USER_TARGET_NO_PTHREADS_LIB_SPEC):
+   Remove -mieee-fp handling.
+
+   * gcc.target/i386/pr84829.c: New testcase.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262582 
138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ gcc/ChangeLog   | 6 ++
+ gcc/config/gnu-user.h   | 2 +-
+ gcc/testsuite/ChangeLog | 5 +
+ gcc/testsuite/gcc.target/i386/pr84829.c | 7 +++
+ 4 files changed, 19 insertions(+), 1 deletion(-)
+ create mode 100644 gcc/testsuite/gcc.target/i386/pr84829.c
+
+--- a/gcc/config/gnu-user.h
 b/gcc/config/gnu-user.h
+@@ -120,7 +120,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  
If not, see
+ 
+ #define GNU_USER_TARGET_NO_PTHREADS_LIB_SPEC \
+   "%{shared:-lc} \
+-   %{!shared:%{mieee-fp:-lieee} %{profile:-lc_p}%{!profile:-lc}}"
++   %{!shared:%{profile:-lc_p}%{!profile:-lc}}"
+ 
+ #define GNU_USER_TARGET_LIB_SPEC \
+   "%{pthread:-lpthread} " \
+--- /dev/null
 b/gcc/testsuite/gcc.target/i386/pr84829.c
+@@ -0,0 +1,7 @@
++/* { dg-do link } */
++/* { dg-options "-mieee-fp" } */
++
++int main()
++{
++  return 0;
++}
+-- 
+2.19.0
+

diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history
index e4a94de..97821a1 100644
--- a/7.3.0/gentoo/README.history
+++ b/7.3.0/gentoo/README.history
@@ -1,23 +1,33 @@
+1.8TODO
+   + 101_all_remove-lieee.patch
+
 1.723 Sep 2018
+ 98_all_msp430-partial-int.patch
+ 99_all_x32-fix-eh-return-address.patch
+ 100_all_respect-build-cxxflags.patch
+
 1.618 Aug 2018
+ 97_all_isl-include.patch
+
 1.517 Aug 2018
+ 94_all_libgo-remove-ustat.h-glibc-2.28.patch
+ 95_all_libsanitizer-avoidustat.h-glibc-2.28-part-1.patch
+ 96_all_libsanitizer-avoidustat.h-glibc-2.28-part-2.patch
+
 1.418 May 2018
U 13_all_default-ssp-fix.patch
+
 1.316 May 2018
U 13_all_default-ssp-fix.patch
U 55_all_extra-options.patch
+ 93_all_copy-constructible-fix.patch
+
 1.214 Apr 2018
+ 92_all_sh-drop-sysroot-suffix.patch
+
 1.111 Feb 2018
+ 91_all_bmi-i386-PR-target-81763.patch
+
 1.025 Jan 2018
+ 10_all_default-fortify-source.patch
+ 11_all_default-warn-format-security.patch



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

2018-09-30 Thread Mart Raudsepp
commit: 2c0016dc43d884404d19562414406e48086aa48d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 22:09:32 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 22:09:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0016dc

media-plugins/gst-plugins-cdparanoia: remove old

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

 media-plugins/gst-plugins-cdparanoia/Manifest |  1 -
 .../gst-plugins-cdparanoia-1.12.4.ebuild  | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/media-plugins/gst-plugins-cdparanoia/Manifest 
b/media-plugins/gst-plugins-cdparanoia/Manifest
index dd1463a6208..85a571df21c 100644
--- a/media-plugins/gst-plugins-cdparanoia/Manifest
+++ b/media-plugins/gst-plugins-cdparanoia/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-base-0.10.36.tar.xz 2364108 BLAKE2B 
a71ef5d5c7462d60937602681c060e85ed086a753b7ef354dad48354d6c3741d809f2c0c6a321ef9ac60fb12d24ec65e1baa63e51211134d2a5e03aae16f73d2
 SHA512 
ea8e073515df58229a641b4363df31f0b80204a5a43a8feb31f0b03a5a4b9b79d6e07e1615c773a59927a9b649f1b1d782def1120d581d09a090be8363b8
-DIST gst-plugins-base-1.12.4.tar.xz 3119468 BLAKE2B 
d5ac157618a25c8f0323d1922d5b26b0b5c49f56cb75df3ceeadd0566f873be1a06c863a1da6afff40901fbbbeb1ec6cd6ef4614309ca7f7ff988c0fa9040a10
 SHA512 
89a6e92cd294612cf1406eb156416ab4606643f6b43637e64a18f6f28ab789ca8d4cf1308434ed85e5fc679c79cc3ca115db48f37e0065a6ab3cdfdbaaad9f53
 DIST gst-plugins-base-1.14.1.tar.xz 3689184 BLAKE2B 
17abcab2c84b113180de55d6c781ae11feec66c215febfffefe4a22353c56e82a585647688e2078603b6c3ece6f26afa99969091a72886880a2f8549dd9cb379
 SHA512 
bca9db8780fe24c19a2c4eae9a16dc0856cb38077580e4344bd4f7fa9a7a03079b92556ff35475a574f624a5a721d80ef925790670e4cc809361ed01108a141e
 DIST gst-plugins-base-1.14.2.tar.xz 3693856 BLAKE2B 
7ed05718bfd1dcb15e05e5a2c8758ad409c4ad7f331146363f264aaf7123c8a14c1db81f482710d1069d33e5281087f66e2e38504e39b214befba73ffdd9295c
 SHA512 
35e7eb5c42fe265d38c433575f88d3306f15ff927a989eb375ed5399cbf92af2e9bf553d6eee349dc13673540cee00e1f879595f25e58c188ea443d8a969682f
 DIST gst-plugins-base-1.14.3.tar.xz 3702184 BLAKE2B 
8b13cdcb912968ed51bba91faf70060cced562f374d2b6987a9b9ff9a261b553836394cc4dc16df299c21cb303fd87bb0becb57225767c3502c8c16359430523
 SHA512 
3b5f0dc46d148dd9f162c651594be740f798c1d6272ecabced544f09900b6f2909a9fc705d42e4e98130d6f7cb1368458bfeee27444b5c43e62551defbc3838a

diff --git 
a/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.12.4.ebuild 
b/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.12.4.ebuild
deleted file mode 100644
index 725fd417518..000
--- a/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.12.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-base
-
-inherit gstreamer
-
-DESCRIPTION="CD Audio Source (cdda) plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND=">=media-sound/cdparanoia-3.10.2-r6[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   gstreamer_system_link gst-libs/gst/audio:gstreamer-audio
-}



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

2018-09-30 Thread Mart Raudsepp
commit: 7bba6addceb7ce9ff7b4248351cf5c5d28bd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 22:10:01 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 22:10:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bba6add

media-plugins/gst-plugins-opus: remove old

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

 media-plugins/gst-plugins-opus/Manifest|  1 -
 .../gst-plugins-opus-1.12.4.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/media-plugins/gst-plugins-opus/Manifest 
b/media-plugins/gst-plugins-opus/Manifest
index 198d68e10c9..6f6c3478c38 100644
--- a/media-plugins/gst-plugins-opus/Manifest
+++ b/media-plugins/gst-plugins-opus/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-base-1.12.4.tar.xz 3119468 BLAKE2B 
d5ac157618a25c8f0323d1922d5b26b0b5c49f56cb75df3ceeadd0566f873be1a06c863a1da6afff40901fbbbeb1ec6cd6ef4614309ca7f7ff988c0fa9040a10
 SHA512 
89a6e92cd294612cf1406eb156416ab4606643f6b43637e64a18f6f28ab789ca8d4cf1308434ed85e5fc679c79cc3ca115db48f37e0065a6ab3cdfdbaaad9f53
 DIST gst-plugins-base-1.14.1.tar.xz 3689184 BLAKE2B 
17abcab2c84b113180de55d6c781ae11feec66c215febfffefe4a22353c56e82a585647688e2078603b6c3ece6f26afa99969091a72886880a2f8549dd9cb379
 SHA512 
bca9db8780fe24c19a2c4eae9a16dc0856cb38077580e4344bd4f7fa9a7a03079b92556ff35475a574f624a5a721d80ef925790670e4cc809361ed01108a141e
 DIST gst-plugins-base-1.14.2.tar.xz 3693856 BLAKE2B 
7ed05718bfd1dcb15e05e5a2c8758ad409c4ad7f331146363f264aaf7123c8a14c1db81f482710d1069d33e5281087f66e2e38504e39b214befba73ffdd9295c
 SHA512 
35e7eb5c42fe265d38c433575f88d3306f15ff927a989eb375ed5399cbf92af2e9bf553d6eee349dc13673540cee00e1f879595f25e58c188ea443d8a969682f
 DIST gst-plugins-base-1.14.3.tar.xz 3702184 BLAKE2B 
8b13cdcb912968ed51bba91faf70060cced562f374d2b6987a9b9ff9a261b553836394cc4dc16df299c21cb303fd87bb0becb57225767c3502c8c16359430523
 SHA512 
3b5f0dc46d148dd9f162c651594be740f798c1d6272ecabced544f09900b6f2909a9fc705d42e4e98130d6f7cb1368458bfeee27444b5c43e62551defbc3838a

diff --git a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.12.4.ebuild 
b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.12.4.ebuild
deleted file mode 100644
index 77406ec2807..000
--- a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.12.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-base
-
-inherit gstreamer
-
-DESCRIPTION="Opus audio parser plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
-IUSE=""
-
-COMMON_DEPEND=">=media-libs/opus-1.1:=[${MULTILIB_USEDEP}]"
-
-RDEPEND="${COMMON_DEPEND}
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP},ogg]
-"
-DEPEND="${COMMON_DEPEND}"
-
-src_prepare() {
-   default
-   gstreamer_system_link \
-   gst-libs/gst/tag:gstreamer-tag \
-   gst-libs/gst/pbutils:gstreamer-pbutils \
-   gst-libs/gst/audio:gstreamer-audio
-}



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

2018-09-30 Thread Mart Raudsepp
commit: e31e4a6bcf380166896b2754d5e7e196a251cbed
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 22:10:25 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 22:10:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31e4a6b

media-plugins/gst-plugins-libvisual: remove old

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

 media-plugins/gst-plugins-libvisual/Manifest   |  1 -
 .../gst-plugins-libvisual-1.12.4.ebuild| 25 --
 2 files changed, 26 deletions(-)

diff --git a/media-plugins/gst-plugins-libvisual/Manifest 
b/media-plugins/gst-plugins-libvisual/Manifest
index dd1463a6208..85a571df21c 100644
--- a/media-plugins/gst-plugins-libvisual/Manifest
+++ b/media-plugins/gst-plugins-libvisual/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-base-0.10.36.tar.xz 2364108 BLAKE2B 
a71ef5d5c7462d60937602681c060e85ed086a753b7ef354dad48354d6c3741d809f2c0c6a321ef9ac60fb12d24ec65e1baa63e51211134d2a5e03aae16f73d2
 SHA512 
ea8e073515df58229a641b4363df31f0b80204a5a43a8feb31f0b03a5a4b9b79d6e07e1615c773a59927a9b649f1b1d782def1120d581d09a090be8363b8
-DIST gst-plugins-base-1.12.4.tar.xz 3119468 BLAKE2B 
d5ac157618a25c8f0323d1922d5b26b0b5c49f56cb75df3ceeadd0566f873be1a06c863a1da6afff40901fbbbeb1ec6cd6ef4614309ca7f7ff988c0fa9040a10
 SHA512 
89a6e92cd294612cf1406eb156416ab4606643f6b43637e64a18f6f28ab789ca8d4cf1308434ed85e5fc679c79cc3ca115db48f37e0065a6ab3cdfdbaaad9f53
 DIST gst-plugins-base-1.14.1.tar.xz 3689184 BLAKE2B 
17abcab2c84b113180de55d6c781ae11feec66c215febfffefe4a22353c56e82a585647688e2078603b6c3ece6f26afa99969091a72886880a2f8549dd9cb379
 SHA512 
bca9db8780fe24c19a2c4eae9a16dc0856cb38077580e4344bd4f7fa9a7a03079b92556ff35475a574f624a5a721d80ef925790670e4cc809361ed01108a141e
 DIST gst-plugins-base-1.14.2.tar.xz 3693856 BLAKE2B 
7ed05718bfd1dcb15e05e5a2c8758ad409c4ad7f331146363f264aaf7123c8a14c1db81f482710d1069d33e5281087f66e2e38504e39b214befba73ffdd9295c
 SHA512 
35e7eb5c42fe265d38c433575f88d3306f15ff927a989eb375ed5399cbf92af2e9bf553d6eee349dc13673540cee00e1f879595f25e58c188ea443d8a969682f
 DIST gst-plugins-base-1.14.3.tar.xz 3702184 BLAKE2B 
8b13cdcb912968ed51bba91faf70060cced562f374d2b6987a9b9ff9a261b553836394cc4dc16df299c21cb303fd87bb0becb57225767c3502c8c16359430523
 SHA512 
3b5f0dc46d148dd9f162c651594be740f798c1d6272ecabced544f09900b6f2909a9fc705d42e4e98130d6f7cb1368458bfeee27444b5c43e62551defbc3838a

diff --git 
a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.12.4.ebuild 
b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.12.4.ebuild
deleted file mode 100644
index ebfda4e7317..000
--- a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.12.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-base
-
-inherit gstreamer
-
-DESCRIPTION="Visualization elements for GStreamer"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
-IUSE=""
-
-RDEPEND="
-   >=media-libs/libvisual-0.4.0-r3[${MULTILIB_USEDEP}]
-   >=media-plugins/libvisual-plugins-0.4.0-r3[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   gstreamer_system_link \
-   gst-libs/gst/audio:gstreamer-audio \
-   gst-libs/gst/video:gstreamer-video \
-   gst-libs/gst/pbutils:gstreamer-pbutils
-}



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

2018-09-30 Thread Mart Raudsepp
commit: 163fb95580e629b9acdb0e138aa0364c32b2a135
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 22:12:36 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 22:12:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163fb955

media-libs/gstreamer: remove old

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

 media-libs/gstreamer/Manifest|   1 -
 media-libs/gstreamer/gstreamer-1.12.4.ebuild | 108 ---
 2 files changed, 109 deletions(-)

diff --git a/media-libs/gstreamer/Manifest b/media-libs/gstreamer/Manifest
index 61a56aace43..461f3b76b2a 100644
--- a/media-libs/gstreamer/Manifest
+++ b/media-libs/gstreamer/Manifest
@@ -1,5 +1,4 @@
 DIST gstreamer-0.10.36.tar.xz 3025876 BLAKE2B 
f0f70f483e8ccb2a294fb3bc8b51aac089f5e76522249b64e3e60e7b488a9e03b9300617e2c137bdcc0e3e61668b7b203e899f270f004e2dfcee0927fa7dfc3c
 SHA512 
7468abb578398681d2adb0e9bbc9ee8ae25aaef72369d45a66ada6c67d1759afdce606cb32e68d9e30ae813196bdfef3d4d33202bc77839cc1fbf5fc436c1bd8
-DIST gstreamer-1.12.4.tar.xz 3177208 BLAKE2B 
cb859503edbe09cebbbfa70cb4edc5d433bbaa5b299e05921d30e6096f8765e17d449c45bd7d5ea3e4603ae46d337d4e3291b1d0456c7b72a7ebb41faad9e73a
 SHA512 
849aa4ddf8ef465f2915e05d36fc0c31c2e31ae28be2fa38f8069a64a91b7347020fac5b881b7f3ee54c2198c3596138d49f27b09f258303834164a5d68b38a2
 DIST gstreamer-1.14.1.tar.xz 3252440 BLAKE2B 
c2142621b126926dd9ec886f0478154b3f0d9b7adebc6169200b8bc7e4cd089dfe77cab2b436bf3c74cbcae5f84c95afbd05ba282d0afe3e8e226e6bc0f33e33
 SHA512 
9cf16d79774293dd7fa10c08f6628b83f4e77f0386bebbfd47ded0498e4abd48eee1aee164af53d59fbea2d395e42eb5a12ef4b8f631bc4fd5d4f69545191f9b
 DIST gstreamer-1.14.2.tar.xz 3255404 BLAKE2B 
290e8fec3eb6629a0e6e8f01c7c027fcc085f632afeac1ffe7bd4f1d8a9a3d3b78145334a11c91fcabea40b9f202a3b451ca55db13fd23be66c7167c76614932
 SHA512 
270dba318d15b54fff6e09d09d77dea13be55bbf82a5bb510efb43f954e234230505366cc6f19f5431e2dd24f5a7734daf5a89d9bd94de8302ed722df0e1eb84
 DIST gstreamer-1.14.3.tar.xz 3263036 BLAKE2B 
20170b831064ea49565d7a4529563e4e9273def28d33eda779c7e3f4a60989b64844c271da529bdbbaebf80a8a86c37b97af4a18c4d0aae6182be608f3dcf345
 SHA512 
bfbf76219b5275b00253797323c4fc7b4edb8513d5441c80a8f778b418837c68e9ff37a72a78ac2431a051e813397fb01464bebddd1522b9e4a225ed505342b7

diff --git a/media-libs/gstreamer/gstreamer-1.12.4.ebuild 
b/media-libs/gstreamer/gstreamer-1.12.4.ebuild
deleted file mode 100644
index eb6202dd135..000
--- a/media-libs/gstreamer/gstreamer-1.12.4.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1 eutils multilib-minimal pax-utils
-
-DESCRIPTION="Open source multimedia framework"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-SRC_URI="https://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz;
-
-LICENSE="LGPL-2+"
-SLOT="1.0"
-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 ~x64-solaris ~x86-solaris"
-IUSE="+caps +introspection nls +orc test unwind"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   caps? ( sys-libs/libcap[${MULTILIB_USEDEP}] )
-   introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
-   unwind? (
-   >=sys-libs/libunwind-1.2_rc1[${MULTILIB_USEDEP}]
-   dev-libs/elfutils[${MULTILIB_USEDEP}]
-   )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-   sys-devel/bison
-   sys-devel/flex
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   nls? ( sys-devel/gettext )
-"
-# gtk-doc-am to install API docs
-
-src_configure() {
-   if [[ ${CHOST} == *-interix* ]] ; then
-   export ac_cv_lib_dl_dladdr=no
-   export ac_cv_func_poll=no
-   fi
-   if [[ ${CHOST} == powerpc-apple-darwin* ]] ; then
-   # GCC groks this, but then refers to an implementation 
(___multi3,
-   # ___udivti3) that don't exist (at least I can't find it), so 
force
-   # this one to be off, such that we use 2x64bit emulation code.
-   export gst_cv_uint128_t=no
-   fi
-
-   multilib-minimal_src_configure
-}
-
-multilib_src_configure() {
-   local completiondir=$(get_bashcompdir)
-   # Set 'libexecdir' to ABI-specific location for the library spawns
-   # helpers from there.
-   # Disable static archives and examples to speed up build time
-   # Disable debug, as it only affects -g passing (debugging symbols), 
this must done through make.conf in gentoo
-   local myconf=(
-   --libexecdir="${EPREFIX}"/usr/$(get_libdir)
-   --disable-debug
-   --disable-examples
-   --disable-static
-   --disable-valgrind
-   --enable-check
-

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

2018-09-30 Thread Mart Raudsepp
commit: 77b6fa0e02e4c1399a43b8390527985ade82fcb1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 22:11:30 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 22:11:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b6fa0e

media-libs/gst-plugins-base: remove old

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

 media-libs/gst-plugins-base/Manifest   |  1 -
 .../gst-plugins-base-1.12.4.ebuild | 89 --
 2 files changed, 90 deletions(-)

diff --git a/media-libs/gst-plugins-base/Manifest 
b/media-libs/gst-plugins-base/Manifest
index dd1463a6208..85a571df21c 100644
--- a/media-libs/gst-plugins-base/Manifest
+++ b/media-libs/gst-plugins-base/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-base-0.10.36.tar.xz 2364108 BLAKE2B 
a71ef5d5c7462d60937602681c060e85ed086a753b7ef354dad48354d6c3741d809f2c0c6a321ef9ac60fb12d24ec65e1baa63e51211134d2a5e03aae16f73d2
 SHA512 
ea8e073515df58229a641b4363df31f0b80204a5a43a8feb31f0b03a5a4b9b79d6e07e1615c773a59927a9b649f1b1d782def1120d581d09a090be8363b8
-DIST gst-plugins-base-1.12.4.tar.xz 3119468 BLAKE2B 
d5ac157618a25c8f0323d1922d5b26b0b5c49f56cb75df3ceeadd0566f873be1a06c863a1da6afff40901fbbbeb1ec6cd6ef4614309ca7f7ff988c0fa9040a10
 SHA512 
89a6e92cd294612cf1406eb156416ab4606643f6b43637e64a18f6f28ab789ca8d4cf1308434ed85e5fc679c79cc3ca115db48f37e0065a6ab3cdfdbaaad9f53
 DIST gst-plugins-base-1.14.1.tar.xz 3689184 BLAKE2B 
17abcab2c84b113180de55d6c781ae11feec66c215febfffefe4a22353c56e82a585647688e2078603b6c3ece6f26afa99969091a72886880a2f8549dd9cb379
 SHA512 
bca9db8780fe24c19a2c4eae9a16dc0856cb38077580e4344bd4f7fa9a7a03079b92556ff35475a574f624a5a721d80ef925790670e4cc809361ed01108a141e
 DIST gst-plugins-base-1.14.2.tar.xz 3693856 BLAKE2B 
7ed05718bfd1dcb15e05e5a2c8758ad409c4ad7f331146363f264aaf7123c8a14c1db81f482710d1069d33e5281087f66e2e38504e39b214befba73ffdd9295c
 SHA512 
35e7eb5c42fe265d38c433575f88d3306f15ff927a989eb375ed5399cbf92af2e9bf553d6eee349dc13673540cee00e1f879595f25e58c188ea443d8a969682f
 DIST gst-plugins-base-1.14.3.tar.xz 3702184 BLAKE2B 
8b13cdcb912968ed51bba91faf70060cced562f374d2b6987a9b9ff9a261b553836394cc4dc16df299c21cb303fd87bb0becb57225767c3502c8c16359430523
 SHA512 
3b5f0dc46d148dd9f162c651594be740f798c1d6272ecabced544f09900b6f2909a9fc705d42e4e98130d6f7cb1368458bfeee27444b5c43e62551defbc3838a

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild 
b/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild
deleted file mode 100644
index e8f7f84e345..000
--- a/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-base"
-
-inherit flag-o-matic ltprune gstreamer
-
-DESCRIPTION="Basepack of plugins for gstreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="GPL-2+ LGPL-2+"
-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 ~x64-solaris ~x86-solaris"
-
-IUSE="alsa +introspection ivorbis +ogg +orc +pango theora +vorbis X"
-REQUIRED_USE="
-   ivorbis? ( ogg )
-   theora? ( ogg )
-   vorbis? ( ogg )
-"
-
-RDEPEND="
-   app-text/iso-codes
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${PV}:1.0[introspection?,${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
-   introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
-   ivorbis? ( >=media-libs/tremor-0_pre20130223[${MULTILIB_USEDEP}] )
-   ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )
-   orc? ( >=dev-lang/orc-0.4.24[${MULTILIB_USEDEP}] )
-   pango? ( >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] )
-   theora? ( >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] )
-   vorbis? ( >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] )
-   X? (
-   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
-   )
-   !

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

2018-09-30 Thread Mart Raudsepp
commit: 734166ff42e217b11a76a50fd6ac3146eea4ca96
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 22:18:22 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 22:18:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734166ff

app-text/ghostscript-gpl-9.25: arm64 stable (bug #635426)

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

 app-text/ghostscript-gpl/ghostscript-gpl-9.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.25.ebuild 
b/app-text/ghostscript-gpl/ghostscript-gpl-9.25.ebuild
index be10e249f64..82a9dac8259 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.25.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.25.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="AGPL-3 CPL-1.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="cups dbus gtk l10n_de static-libs tiff unicode X"
 
 COMMON_DEPEND="



[gentoo-commits] proj/gcc-patches:master commit in: 8.2.0/gentoo/

2018-09-30 Thread Sergei Trofimovich
commit: a7acee064e82c1de695f2303b705fd69884d9e99
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 22:05:19 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 22:05:19 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=a7acee06

8.2.0: restore -Werror patches

Five new patches that drop -Werror:
+ 105_all_libgfortran-Werror.patch
+ 106_all_libgomp-Werror.patch
+ 107_all_libitm-Werror.patch
+ 108_all_libatomic-Werror.patch
+ 109_all_libbacktrace-Werror.patch

The patches are no really new: last time Gentoo applied
them on gcc-4.9.x branch but after 5.x they were lost.

Need for them resurfaces after series of fixes that allowed
user to tweak CXXFLAGS (bug #581406)

Reported-by: Jeroen Roovers
Bug: https://bugs.gentoo.org/667104
Signed-off-by: Sergei Trofimovich  gentoo.org>

 8.2.0/gentoo/105_all_libgfortran-Werror.patch  | 13 +
 8.2.0/gentoo/106_all_libgomp-Werror.patch  | 20 
 8.2.0/gentoo/107_all_libitm-Werror.patch   | 19 +++
 8.2.0/gentoo/108_all_libatomic-Werror.patch| 19 +++
 8.2.0/gentoo/109_all_libbacktrace-Werror.patch | 17 +
 8.2.0/gentoo/README.history| 10 ++
 6 files changed, 98 insertions(+)

diff --git a/8.2.0/gentoo/105_all_libgfortran-Werror.patch 
b/8.2.0/gentoo/105_all_libgfortran-Werror.patch
new file mode 100644
index 000..c54a469
--- /dev/null
+++ b/8.2.0/gentoo/105_all_libgfortran-Werror.patch
@@ -0,0 +1,13 @@
+libgfortran does not respect --disable-werror
+
+https://bugs.gentoo.org/433435
+http://gcc.gnu.org/PR54724
+
+
+--- a/libgfortran/configure
 b/libgfortran/configure
+@@ -5764,3 +5764,3 @@ fi
+ # Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  AM_FCFLAGS="-I . -Wall -Werror -fimplicit-none -fno-repack-arrays 
-fno-underscoring"
++  AM_FCFLAGS="-I . -Wall -fimplicit-none -fno-repack-arrays -fno-underscoring"

diff --git a/8.2.0/gentoo/106_all_libgomp-Werror.patch 
b/8.2.0/gentoo/106_all_libgomp-Werror.patch
new file mode 100644
index 000..416808a
--- /dev/null
+++ b/8.2.0/gentoo/106_all_libgomp-Werror.patch
@@ -0,0 +1,20 @@
+libgomp does not respect --disable-werror
+
+https://bugs.gentoo.org/229059
+http://gcc.gnu.org/PR38436
+--- a/libgomp/configure.ac
 b/libgomp/configure.ac
+@@ -4282,4 +4282,4 @@ save_CFLAGS="$CFLAGS"
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  XCFLAGS="$XCFLAGS -Wall -Werror"
++  XCFLAGS="$XCFLAGS -Wall"
+ fi
+--- a/libgomp/configure
 b/libgomp/configure
+@@ -4282,4 +4282,4 @@ save_CFLAGS="$CFLAGS"
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  XCFLAGS="$XCFLAGS -Wall -Werror"
++  XCFLAGS="$XCFLAGS -Wall"
+ fi

diff --git a/8.2.0/gentoo/107_all_libitm-Werror.patch 
b/8.2.0/gentoo/107_all_libitm-Werror.patch
new file mode 100644
index 000..27181e0
--- /dev/null
+++ b/8.2.0/gentoo/107_all_libitm-Werror.patch
@@ -0,0 +1,19 @@
+libitm does not respect --disable-werror
+
+https://bugs.gentoo.org/475350
+--- a/libitm/configure.ac
 b/libitm/configure.ac
+@@ -4282,4 +4282,4 @@ save_CFLAGS="$CFLAGS"
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  XCFLAGS="$XCFLAGS -Wall -Werror"
++  XCFLAGS="$XCFLAGS -Wall"
+ fi
+--- a/libitm/configure
 b/libitm/configure
+@@ -4282,4 +4282,4 @@ save_CFLAGS="$CFLAGS"
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  XCFLAGS="$XCFLAGS -Wall -Werror"
++  XCFLAGS="$XCFLAGS -Wall"
+ fi

diff --git a/8.2.0/gentoo/108_all_libatomic-Werror.patch 
b/8.2.0/gentoo/108_all_libatomic-Werror.patch
new file mode 100644
index 000..0550722
--- /dev/null
+++ b/8.2.0/gentoo/108_all_libatomic-Werror.patch
@@ -0,0 +1,19 @@
+libatomic does not respect --disable-werror
+
+https://bugs.gentoo.org/475350
+--- a/libatomic/configure.ac
 b/libatomic/configure.ac
+@@ -4282,4 +4282,4 @@ save_CFLAGS="$CFLAGS"
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  XCFLAGS="$XCFLAGS -Wall -Werror"
++  XCFLAGS="$XCFLAGS -Wall"
+ fi
+--- a/libatomic/configure
 b/libatomic/configure
+@@ -4282,4 +4282,4 @@ save_CFLAGS="$CFLAGS"
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  XCFLAGS="$XCFLAGS -Wall -Werror"
++  XCFLAGS="$XCFLAGS -Wall"
+ fi

diff --git a/8.2.0/gentoo/109_all_libbacktrace-Werror.patch 
b/8.2.0/gentoo/109_all_libbacktrace-Werror.patch
new file mode 100644
index 000..57dd284
--- /dev/null
+++ b/8.2.0/gentoo/109_all_libbacktrace-Werror.patch
@@ -0,0 +1,17 @@
+libbacktrace does not respect --disable-werror
+
+https://bugs.gentoo.org/667104
+--- a/libbacktrace/configure
 b/libbacktrace/configure
+@@ -11634,3 +11634,3 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ if test -n "${with_target_subdir}"; then
+-  WARN_FLAGS="$WARN_FLAGS -Werror"
++  WARN_FLAGS="$WARN_FLAGS"
+ fi

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

2018-09-30 Thread Andreas Sturmlechner
commit: fed872dce23dda1e1956952b7fc8307787309eeb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 30 21:53:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 30 22:00:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed872dc

media-sound/cantata: Replace virtual/ffmpeg w/ USE +-libav

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

 media-sound/cantata/cantata-2.3.2.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-sound/cantata/cantata-2.3.2.ebuild 
b/media-sound/cantata/cantata-2.3.2.ebuild
index db85ccf2fbc..79a23ad4e10 100644
--- a/media-sound/cantata/cantata-2.3.2.ebuild
+++ b/media-sound/cantata/cantata-2.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/CDrummond/cantata/releases/download/v${PV}/${P}.tar.
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="cdda cddb cdio http-server mtp musicbrainz replaygain streaming taglib 
udisks zeroconf"
+IUSE="cdda cddb cdio http-server libav mtp musicbrainz replaygain streaming 
taglib udisks zeroconf"
 REQUIRED_USE="
?? ( cdda cdio )
cdda? ( udisks || ( cddb musicbrainz ) )
@@ -44,7 +44,8 @@ COMMON_DEPEND="
replaygain? (
media-libs/libebur128
media-sound/mpg123
-   virtual/ffmpeg
+   libav? ( media-video/libav:= )
+   !libav? ( media-video/ffmpeg:0= )
)
streaming? ( dev-qt/qtmultimedia:5 )
taglib? (



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

2018-09-30 Thread Sergei Trofimovich
commit: 9ae32e7a87624f8f001f46c956d6565afa3cc428
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:30:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae32e7a

media-libs/x265: stable 2.8 for ia64, bug #666486

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 media-libs/x265/x265-2.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/x265/x265-2.8.ebuild b/media-libs/x265/x265-2.8.ebuild
index 77fe16b7dbf..4bb49087774 100644
--- a/media-libs/x265/x265-2.8.ebuild
+++ b/media-libs/x265/x265-2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ if [[ ${PV} = * ]]; then
EHG_REPO_URI="https://bitbucket.org/multicoreware/x265;
 else

SRC_URI="https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"



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

2018-09-30 Thread Sergei Trofimovich
commit: 193a90174aacb2b98cc9767860613abd138e47e1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:31:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193a9017

dev-libs/libbsd: stable 0.9.1 for ia64, bug #666842

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 dev-libs/libbsd/libbsd-0.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbsd/libbsd-0.9.1.ebuild 
b/dev-libs/libbsd/libbsd-0.9.1.ebuild
index 28704d7a0f1..338bf88b13f 100644
--- a/dev-libs/libbsd/libbsd-0.9.1.ebuild
+++ b/dev-libs/libbsd/libbsd-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
 
 LICENSE="BSD BSD-2 BSD-4 ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 DEPEND=">=sys-kernel/linux-headers-3.17"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/lsscsi/

2018-09-30 Thread Sergei Trofimovich
commit: e7078ea0c836246b61c80be467a8fd5fc896fb4b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:31:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7078ea0

sys-fs/lsscsi: stable 0.29 for ia64, bug #667022

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

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

diff --git a/sys-fs/lsscsi/lsscsi-0.29.ebuild b/sys-fs/lsscsi/lsscsi-0.29.ebuild
index 6664fe62da8..bd1ab8ca113 100644
--- a/sys-fs/lsscsi/lsscsi-0.29.ebuild
+++ b/sys-fs/lsscsi/lsscsi-0.29.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,4 +9,4 @@ SRC_URI="http://sg.danny.cz/scsi/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86"



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

2018-09-30 Thread Sergei Trofimovich
commit: 9de6374f1811c4744be8f176028e806eaac94e42
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:32:03 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de6374f

dev-php/ming-php: stable 0.4.8 for ia64, bug #667074

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 dev-php/ming-php/ming-php-0.4.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/ming-php/ming-php-0.4.8.ebuild 
b/dev-php/ming-php/ming-php-0.4.8.ebuild
index 576b65bf172..8d485f465da 100644
--- a/dev-php/ming-php/ming-php-0.4.8.ebuild
+++ b/dev-php/ming-php/ming-php-0.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/libming/libming/archive/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="media-libs/ming"



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

2018-09-30 Thread Sergei Trofimovich
commit: 95c1c4bb89c7514fe345752f5b9a07f93405de27
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:31:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c1c4bb

app-editors/emacs: stable 26.1-r3 for ia64, bug #667042

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 app-editors/emacs/emacs-26.1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/emacs/emacs-26.1-r3.ebuild 
b/app-editors/emacs/emacs-26.1-r3.ebuild
index 91e7d01a5f8..50ed9c71b8b 100644
--- a/app-editors/emacs/emacs-26.1-r3.ebuild
+++ b/app-editors/emacs/emacs-26.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="26"
-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"
+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"
 IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 
livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd 
+threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
 REQUIRED_USE="?? ( aqua X )"
 



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

2018-09-30 Thread Sergei Trofimovich
commit: c1902e2116d6561ea3fc90fa9144db2cfbe1fe8d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:30:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1902e21

app-crypt/pinentry: stable 1.1.0-r2 for ia64, bug #666822

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

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

diff --git a/app-crypt/pinentry/pinentry-1.1.0-r2.ebuild 
b/app-crypt/pinentry/pinentry-1.1.0-r2.ebuild
index afc5e7f970c..750d7afcd48 100644
--- a/app-crypt/pinentry/pinentry-1.1.0-r2.ebuild
+++ b/app-crypt/pinentry/pinentry-1.1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="caps emacs gnome-keyring fltk gtk ncurses qt5 static"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-arch/unrar/

2018-09-30 Thread Sergei Trofimovich
commit: 9a455e783120a4fd59502d206ab7c4d1f0eac424
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:30:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a455e78

app-arch/unrar: stable 5.6.6 for ia64, bug #666820

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 app-arch/unrar/unrar-5.6.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/unrar/unrar-5.6.6.ebuild 
b/app-arch/unrar/unrar-5.6.6.ebuild
index ce463cfa593..6184e9f77b7 100644
--- a/app-arch/unrar/unrar-5.6.6.ebuild
+++ b/app-arch/unrar/unrar-5.6.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -14,7 +14,7 @@ SRC_URI="https://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="unRAR"
 # subslot = soname version
 SLOT="0/5"
-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 ~sparc-solaris ~x86-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 ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"



[gentoo-commits] repo/gentoo:master commit in: sys-power/upower/

2018-09-30 Thread Sergei Trofimovich
commit: d67703b4bda0394c347ad3a76cf7f3dfe8813e8d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:31:16 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67703b4

sys-power/upower: stable 0.99.8 for ia64, bug #666870

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 sys-power/upower/upower-0.99.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/upower/upower-0.99.8.ebuild 
b/sys-power/upower/upower-0.99.8.ebuild
index 009a7c7b43b..8cc94969f42 100644
--- a/sys-power/upower/upower-0.99.8.ebuild
+++ b/sys-power/upower/upower-0.99.8.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.freedesktop.org/upower/upower/uploads/${COMMIT}/${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0/3" # based on SONAME of libupower-glib.so
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 
 # gtk-doc files are not available as prebuilt in the tarball
 IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/shared-mime-info/

2018-09-30 Thread Sergei Trofimovich
commit: a935a1a298eb1df162854e9cc0f221e48514930f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:31:20 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a935a1a2

x11-misc/shared-mime-info: stable 1.10 for ia64, bug #666872

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 x11-misc/shared-mime-info/shared-mime-info-1.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/shared-mime-info/shared-mime-info-1.10.ebuild 
b/x11-misc/shared-mime-info/shared-mime-info-1.10.ebuild
index 5f1052b6255..061d19fa872 100644
--- a/x11-misc/shared-mime-info/shared-mime-info-1.10.ebuild
+++ b/x11-misc/shared-mime-info/shared-mime-info-1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://people.freedesktop.org/~hadess/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=">=dev-libs/glib-2



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

2018-09-30 Thread Sergei Trofimovich
commit: 2efe040a52ece5dee18c837af3bc0a3ade215c18
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:30:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2efe040a

sys-apps/iproute2: stable 4.17.0 for ia64, bug #666778

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 sys-apps/iproute2/iproute2-4.17.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/iproute2/iproute2-4.17.0.ebuild 
b/sys-apps/iproute2/iproute2-4.17.0.ebuild
index 70299ede914..265d18b670a 100644
--- a/sys-apps/iproute2/iproute2-4.17.0.ebuild
+++ b/sys-apps/iproute2/iproute2-4.17.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
-   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"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/dosfstools/

2018-09-30 Thread Sergei Trofimovich
commit: b146b60f5c2506a07c51faaa4c3c73bd1df23412
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:32:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b146b60f

sys-fs/dosfstools: stable 4.1 for ia64, bug #667222

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

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

diff --git a/sys-fs/dosfstools/dosfstools-4.1.ebuild 
b/sys-fs/dosfstools/dosfstools-4.1.ebuild
index 00dc71c5ffa..bf6142de918 100644
--- a/sys-fs/dosfstools/dosfstools-4.1.ebuild
+++ b/sys-fs/dosfstools/dosfstools-4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dosfstools/dosfstools/releases/download/v${PV}/${P}.
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="compat test +udev"
 
 CDEPEND="udev? ( virtual/libudev )"



[gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/

2018-09-30 Thread Sergei Trofimovich
commit: 7247f0a211801e397cecd8b4f700b8c69e787bde
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:30:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7247f0a2

app-misc/tmux: stable 2.7 for ia64, bug #662258

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 app-misc/tmux/tmux-2.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/tmux/tmux-2.7.ebuild b/app-misc/tmux/tmux-2.7.ebuild
index 82aab0c941d..c944df5ead4 100644
--- a/app-misc/tmux/tmux-2.7.ebuild
+++ b/app-misc/tmux/tmux-2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_*}/${P/_/-}.tar.
 
 LICENSE="ISC"
 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"
+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="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-utils/

2018-09-30 Thread Sergei Trofimovich
commit: 854ca983926464e08d44b683e8a368e68d30d9fd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:31:26 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854ca983

x11-misc/xdg-utils: stable 1.1.3-r1 for ia64, bug #666874

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild 
b/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild
index 900de225699..085f979a965 100644
--- a/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild
+++ b/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ 
SRC_URI="https://portland.freedesktop.org/download/${MY_P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd"
 IUSE="doc"
 
 RDEPEND="



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

2018-09-30 Thread Sergei Trofimovich
commit: 0b0b9dbf98cad305db78f8e7955b09c633acf009
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:32:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:38:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0b9dbf

app-text/lv: stable 4.51-r4 for ia64, bug #667366

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 app-text/lv/lv-4.51-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/lv/lv-4.51-r4.ebuild b/app-text/lv/lv-4.51-r4.ebuild
index 2518014787f..ccc8a1e9ed8 100644
--- a/app-text/lv/lv-4.51-r4.ebuild
+++ b/app-text/lv/lv-4.51-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="!app-editors/levee



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

2018-09-30 Thread Sergei Trofimovich
commit: 60161ae45fadd313b756cda5a876575fab7bb9fc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:30:12 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60161ae4

app-text/ghostscript-gpl: stable 9.25 for ia64, bug #635426

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 app-text/ghostscript-gpl/ghostscript-gpl-9.25.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.25.ebuild 
b/app-text/ghostscript-gpl/ghostscript-gpl-9.25.ebuild
index 2d27fdc8171..be10e249f64 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.25.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="AGPL-3 CPL-1.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="cups dbus gtk l10n_de static-libs tiff unicode X"
 
 COMMON_DEPEND="



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

2018-09-30 Thread Sergei Trofimovich
commit: 2206a1e6bfe8f64d6da6bdbce78d3cd219e9d7f7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:31:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2206a1e6

app-text/libspectre: stable 0.2.8 for ia64, bug #666828

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 app-text/libspectre/libspectre-0.2.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libspectre/libspectre-0.2.8.ebuild 
b/app-text/libspectre/libspectre-0.2.8.ebuild
index feb3225fdc4..1ddfc174109 100644
--- a/app-text/libspectre/libspectre-0.2.8.ebuild
+++ b/app-text/libspectre/libspectre-0.2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://libspectre.freedesktop.org/releases/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug doc static-libs"
 
 RDEPEND=">=app-text/ghostscript-gpl-8.62"



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

2018-09-30 Thread Sergei Trofimovich
commit: f8203852c2de700805929e3fd50dd27d38d98bc6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:32:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:38:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8203852

net-libs/mbedtls: stable 2.12.0 for ia64, bug #667370

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 net-libs/mbedtls/mbedtls-2.12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/mbedtls/mbedtls-2.12.0.ebuild 
b/net-libs/mbedtls/mbedtls-2.12.0.ebuild
index ce835a31211..798e9fd2275 100644
--- a/net-libs/mbedtls/mbedtls-2.12.0.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/11" # slot for libmbedtls.so
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="cpu_flags_x86_sse2 doc havege libressl programs -static-libs test 
threads zlib"
 
 RDEPEND="



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

2018-09-30 Thread Sergei Trofimovich
commit: 4644c60f7bbb861bff5d7f3eef9a27c667366762
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:31:50 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4644c60f

app-editors/emacs: stable 25.3-r6 for ia64, bug #667040

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 app-editors/emacs/emacs-25.3-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/emacs/emacs-25.3-r6.ebuild 
b/app-editors/emacs/emacs-25.3-r6.ebuild
index 6ee9ceb9f75..15381db874e 100644
--- a/app-editors/emacs/emacs-25.3-r6.ebuild
+++ b/app-editors/emacs/emacs-25.3-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 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 ~m68k ~mips ~ppc ~ppc64 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~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 gtk2 gzip-el imagemagick +inotify jpeg kerberos libxml2 
livecd m17n-lib motif png selinux sound source ssl svg tiff toolkit-scroll-bars 
wide-int X Xaw3d xft +xpm zlib"
 REQUIRED_USE="?? ( aqua X )"
 



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

2018-09-30 Thread Sergei Trofimovich
commit: 9edd6831bfa2cdc9e75f595f36f936122dd18b79
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:30:19 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edd6831

sys-apps/lsb-release: stable 1.4-r3 for ia64, bug #642362

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 sys-apps/lsb-release/lsb-release-1.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild 
b/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild
index 4629e5f4c28..ee00936b9a1 100644
--- a/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild
+++ b/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/lsb/${P}.tar.gz"
 
 LICENSE="GPL-2"
 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"
 
 # Perl isn't needed at runtime, it is just used to generate the man page.
 DEPEND="dev-lang/perl"



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

2018-09-30 Thread Sergei Trofimovich
commit: 122250ee21e3209305014bcfc64c838cd58b28a7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:31:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122250ee

sys-apps/help2man: stable 1.47.6 for ia64, bug #666958

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 sys-apps/help2man/help2man-1.47.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/help2man/help2man-1.47.6.ebuild 
b/sys-apps/help2man/help2man-1.47.6.ebuild
index d17ef937b47..11752678461 100644
--- a/sys-apps/help2man/help2man-1.47.6.ebuild
+++ b/sys-apps/help2man/help2man-1.47.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="nls"
 
 RDEPEND="dev-lang/perl



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-sgml-dtd/

2018-09-30 Thread Sergei Trofimovich
commit: 02a376d9b7272f3d8d1908e6442f5c3f68c155b5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:30:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a376d9

app-text/docbook-sgml-dtd: stable 4.5 for ia64, bug #666826

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5.ebuild 
b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5.ebuild
index d3912738df8..965935d2176 100644
--- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5.ebuild
+++ b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="https://www.docbook.org/sgml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="4.5"
-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 
~x86-macos ~sparc-solaris ~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 ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE=""
 
 DEPEND=">=app-arch/unzip-5.41"



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

2018-09-30 Thread Sergei Trofimovich
commit: f3728d35658b1eb71c85323a8a4b32cd1b0a3044
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:31:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3728d35

dev-libs/dbus-glib: stable 0.110 for ia64, bug #666832

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-libs/dbus-glib/dbus-glib-0.110.ebuild 
b/dev-libs/dbus-glib/dbus-glib-0.110.ebuild
index b1c7afdf6d2..9bf545cc6c0 100644
--- a/dev-libs/dbus-glib/dbus-glib-0.110.ebuild
+++ b/dev-libs/dbus-glib/dbus-glib-0.110.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="|| ( GPL-2 AFL-2.1 )"
 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 ~x86-macos 
~m68k-mint ~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 ~x86-macos 
~m68k-mint ~sparc-solaris ~x86-solaris"
 IUSE="debug static-libs test"
 
 CDEPEND="



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

2018-09-30 Thread Sergei Trofimovich
commit: d813eb63d8ecf6f45c6e2c3f4a6c379e0b2b2833
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:30:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d813eb63

net-analyzer/traceroute: stable 2.1.0 for ia64, bug #659454

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 net-analyzer/traceroute/traceroute-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/traceroute/traceroute-2.1.0.ebuild 
b/net-analyzer/traceroute/traceroute-2.1.0.ebuild
index 59d723a8fac..95857a395bf 100644
--- a/net-analyzer/traceroute/traceroute-2.1.0.ebuild
+++ b/net-analyzer/traceroute/traceroute-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 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="static"
 
 RDEPEND="!

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

2018-09-30 Thread Sergei Trofimovich
commit: c5710734d035f49642b4778144aa341aaa2da2fc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 30 21:31:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 21:37:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5710734

app-editors/emacs: stable 24.5-r7 for ia64, bug #667038

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 app-editors/emacs/emacs-24.5-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/emacs/emacs-24.5-r7.ebuild 
b/app-editors/emacs/emacs-24.5-r7.ebuild
index 8a99b15164a..e2b9def935a 100644
--- a/app-editors/emacs/emacs-24.5-r7.ebuild
+++ b/app-editors/emacs/emacs-24.5-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="24"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="acl alsa aqua athena dbus games gconf gfile gif gpm gsettings gtk gtk2 
gzip-el imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif png 
selinux sound source ssl svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm 
zlib"
 REQUIRED_USE="?? ( aqua X )"
 



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/

2018-09-30 Thread Andreas Sturmlechner
commit: 44076ba8fd245076a98040ea40f4b9dd7a9e5fdb
Author: Hendrik v. Raven  consetetur  de>
AuthorDate: Fri Sep 28 06:48:28 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 30 21:35:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44076ba8

games-simulation/openrct2: update website

Closes: https://bugs.gentoo.org/667134
Reported-by: Daniel M. Weeks  danweeks.net>
Signed-off-by: Hendrik v. Raven  consetetur.de>
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9995
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 games-simulation/openrct2/openrct2-0.2.0.ebuild | 2 +-
 games-simulation/openrct2/openrct2-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-simulation/openrct2/openrct2-0.2.0.ebuild 
b/games-simulation/openrct2/openrct2-0.2.0.ebuild
index f8059872fa8..e0f361457bf 100644
--- a/games-simulation/openrct2/openrct2-0.2.0.ebuild
+++ b/games-simulation/openrct2/openrct2-0.2.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils gnome2-utils xdg-utils
 
 DESCRIPTION="An open source re-implementation of RollerCoaster Tycoon 2"
-HOMEPAGE="https://openrct2.website/;
+HOMEPAGE="https://openrct2.org/;
 if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/OpenRCT2/OpenRCT2.git;
EGIT_BRANCH="develop"

diff --git a/games-simulation/openrct2/openrct2-.ebuild 
b/games-simulation/openrct2/openrct2-.ebuild
index d9c56e6aeb0..813f2f4c1db 100644
--- a/games-simulation/openrct2/openrct2-.ebuild
+++ b/games-simulation/openrct2/openrct2-.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils gnome2-utils xdg-utils
 
 DESCRIPTION="An open source re-implementation of RollerCoaster Tycoon 2"
-HOMEPAGE="https://openrct2.website/;
+HOMEPAGE="https://openrct2.org/;
 if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/OpenRCT2/OpenRCT2.git;
EGIT_BRANCH="develop"



[gentoo-commits] proj/gentoo-bugzilla: New tag: gentoo-5.0.4.4

2018-09-30 Thread Michał Górny
commit: 
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 30 21:31:27 2018 +

New tag: gentoo-5.0.4.4




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

2018-09-30 Thread Mike Gilbert
commit: 69f59621a66e0141cb6321ecbccc1d94fc24c8d8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Sep 30 21:27:55 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Sep 30 21:28:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f59621

www-client/chromium: remove unused patches

Package-Manager: Portage-2.3.50_p10, Repoman-2.3.11_p17
Signed-off-by: Mike Gilbert  gentoo.org>

 .../chromium/files/chromium-compiler-r2.patch  | 168 -
 .../chromium/files/chromium-cors-string-r0.patch   |  51 ---
 www-client/chromium/files/chromium-ffmpeg-r1.patch |  22 ---
 .../chromium/files/chromium-libjpeg-r0.patch   |  62 
 .../chromium/files/chromium-libwebp-shim-r0.patch  |  43 --
 5 files changed, 346 deletions(-)

diff --git a/www-client/chromium/files/chromium-compiler-r2.patch 
b/www-client/chromium/files/chromium-compiler-r2.patch
deleted file mode 100644
index 3ac2eb81f4c..000
--- a/www-client/chromium/files/chromium-compiler-r2.patch
+++ /dev/null
@@ -1,168 +0,0 @@
-From 4310db462fab74bf14066f2a6f7cf250ecba0cf1 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert 
-Date: Wed, 25 Apr 2018 13:22:49 -0400
-Subject: [PATCH] Disable various compiler configs
-

- build/config/compiler/BUILD.gn | 61 ++
- 1 file changed, 18 insertions(+), 43 deletions(-)
-
-diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
-index 83337d52e4b9..f2c192fc31ca 100644
 a/build/config/compiler/BUILD.gn
-+++ b/build/config/compiler/BUILD.gn
-@@ -228,8 +228,6 @@ config("compiler") {
- 
-   configs += [
- # See the definitions below.
--":clang_revision",
--":compiler_cpu_abi",
- ":compiler_codegen",
-   ]
- 
-@@ -488,18 +486,6 @@ config("compiler") {
- }
-   }
- 
--  if (is_clang && !is_nacl && current_toolchain == host_toolchain &&
--  target_os != "chromeos") {
--cflags += [
--  # TODO(hans): Remove this once Clang generates better optimized debug 
info
--  # by default. https://crbug.com/765793
--  "-Xclang",
--  "-mllvm",
--  "-Xclang",
--  "-instcombine-lower-dbg-declare=0",
--]
--  }
--
-   # Print absolute paths in diagnostics. There is no precedent for doing this
-   # on Linux/Mac (GCC doesn't support it), but MSVC does this with /FC and
-   # Windows developers rely on it (crbug.com/636109) so only do this on 
Windows.
-@@ -1415,10 +1401,6 @@ config("default_warnings") {
- 
- # TODO(hans): https://crbug.com/766891
- "-Wno-null-pointer-arithmetic",
--
--# Ignore warnings about MSVC optimization pragmas.
--# TODO(thakis): Only for no_chromium_code? http://crbug.com/505314
--"-Wno-ignored-pragma-optimize",
-   ]
- } else if (use_xcode_clang) {
-   cflags += [
-@@ -1462,22 +1444,6 @@ config("chromium_code") {
-   "__STDC_FORMAT_MACROS",
- ]
- 
--if (!is_debug && !using_sanitizer &&
--(!is_linux || !is_clang || is_official_build) &&
--current_cpu != "s390x" && current_cpu != "s390" &&
--current_cpu != "ppc64" && current_cpu != "ppc64" &&
--current_cpu != "mips" && current_cpu != "mips64") {
--  # _FORTIFY_SOURCE isn't really supported by Clang now, see
--  # http://llvm.org/bugs/show_bug.cgi?id=16821.
--  # It seems to work fine with Ubuntu 12 headers though, so use it in
--  # official builds.
--  #
--  # Non-chromium code is not guaranteed to compile cleanly with
--  # _FORTIFY_SOURCE. Also, fortified build may fail when optimizations are
--  # disabled, so only do that for Release build.
--  defines += [ "_FORTIFY_SOURCE=2" ]
--}
--
- if (is_mac || is_ios) {
-   cflags_objc = [ "-Wobjc-missing-property-synthesis" ]
-   cflags_objcc = [ "-Wobjc-missing-property-synthesis" ]
-@@ -1807,7 +1773,8 @@ config("default_stack_frames") {
- }
- 
- # Default "optimization on" config.
--config("optimize") {
-+config("optimize") { }
-+config("xoptimize") {
-   if (is_win) {
- # TODO(thakis): Remove is_clang here, https://crbug.com/598772
- if (is_official_build && full_wpo_on_official && !is_clang) {
-@@ -1841,7 +1808,8 @@ config("optimize") {
- }
- 
- # Same config as 'optimize' but without the WPO flag.
--config("optimize_no_wpo") {
-+config("optimize_no_wpo") { }
-+config("xoptimize_no_wpo") {
-   if (is_win) {
- # Favor size over speed, /O1 must be before the common flags. The GYP
- # build also specifies /Os and /GF but these are implied by /O1.
-@@ -1864,7 +1832,8 @@ config("optimize_no_wpo") {
- }
- 
- # Turn off optimizations.
--config("no_optimize") {
-+config("no_optimize") { }
-+config("xno_optimize") {
-   if (is_win) {
- cflags = [
-   "/Od",  # Disable optimization.
-@@ -1888,7 +1857,8 @@ config("no_optimize") {
- # Turns up the optimization level. On Windows, this implies whole program
- # optimization and link-time code generation which is very 

[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/, www-client/chromium/files/

2018-09-30 Thread Mike Gilbert
commit: f74d5c2bf0a8b39abb9de39588e45a6dc1e2dbb2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Sep 30 21:26:36 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Sep 30 21:28:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74d5c2b

www-client/chromium: dev channel bump (71.0.3559.6)

Package-Manager: Portage-2.3.50_p10, Repoman-2.3.11_p17
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/chromium/Manifest   |   1 +
 www-client/chromium/chromium-71.0.3559.6.ebuild| 693 +
 .../chromium/files/chromium-compiler-r5.patch  | 167 +
 3 files changed, 861 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 323194c86e8..0fe4a3695cf 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -2,3 +2,4 @@ DIST chromium-69.0.3497.100.tar.xz 617374764 BLAKE2B 
45805e7a743982c167974cbe223
 DIST chromium-70.0.3538.22.tar.xz 622935696 BLAKE2B 
d2eb7f72aa9967d2620a705549c13d081aa5b011d47536ca3e1aa77989a9723a6187dab0d0c31c6f4e50469b05960411c8635c24cc9e58a5ed2651c5affb13d9
 SHA512 
5af260a217734965e4475211646a992b0c568e81610f552c13773082055ee7cc3356f9d60b85abc118e7d7866c903ddc6f4e64d1f0c4126cba19d886dc79b189
 DIST chromium-70.0.3538.35.tar.xz 622959384 BLAKE2B 
1b32897a08a63e6e1a4bcabef97d5b92a568632014b1c197ae76da6f1a6fb76f0ef93b50d41556d27943c72e8b7cefd36249cdd08204992abb54742c63b4c00f
 SHA512 
e4539ab964d95cc56c5c7d963787207b5e2c50a8aa12ac5e6d1e71f35be3adf60881b63f4c189c53f3f80bc69779556d61365afa2d8db43dba4a7bbd781591d9
 DIST chromium-71.0.3554.4.tar.xz 626667348 BLAKE2B 
4cdbd7041fd087c860bfc5c731073713ac01059fa388de10684058a81178d007e6fe2ad2bf6ce58a44b5489b24ded1a29862f98dd8f9ec8484e5e0d9d7a2e38e
 SHA512 
ad4c6bc8ab857bf1a928b959129f5b64c1333f109cc7a5482f3bea3cab070faee85e41128acc4d9e479a312dd66ec201cf115e2dd8e35587f1bdd95ff78dfd18
+DIST chromium-71.0.3559.6.tar.xz 626881656 BLAKE2B 
4712e7bb9c7018ed4ace7f8d7d7c313e26c6a156c937084f5553e18bd38edd98536b09e867718ed1e9e561c3f39ddc6de4802b780e33d72f1329f636fa356250
 SHA512 
12ba43ee94aa185d13035c01755b0166082fe4831f1787e755de11a9b6121c0384eb04352f0582659a23908acc4544db359a30e0f22715d69f357c8a1baa3aac

diff --git a/www-client/chromium/chromium-71.0.3559.6.ebuild 
b/www-client/chromium/chromium-71.0.3559.6.ebuild
new file mode 100644
index 000..c458dff8774
--- /dev/null
+++ b/www-client/chromium/chromium-71.0.3559.6.ebuild
@@ -0,0 +1,693 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
ninja-utils pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/;
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="component-build cups gnome-keyring +hangouts jumbo-build kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+
+COMMON_DEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   dev-libs/atk
+   dev-libs/expat:=
+   dev-libs/glib:2
+   system-icu? ( >=dev-libs/icu-59:= )
+   >=dev-libs/libxml2-2.9.4-r3:=[icu]
+   dev-libs/libxslt:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.26:=
+   >=dev-libs/re2-0.2016.05.01:=
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   >=media-libs/harfbuzz-1.8.8:=[icu(-)]
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
+   >=media-libs/openh264-1.6.0:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? (
+   >=media-video/ffmpeg-4:=
+   || (
+   media-video/ffmpeg[-samba]
+   >=net-fs/samba-4.5.10-r1[-debug(-)]
+   )
+   !=net-fs/samba-4.5.12-r0
+   media-libs/opus:=
+   )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   virtual/udev
+   x11-libs/cairo:=
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11:=
+   x11-libs/libXcomposite:=
+   x11-libs/libXcursor:=
+   x11-libs/libXdamage:=
+   x11-libs/libXext:=
+   x11-libs/libXfixes:=
+   

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

2018-09-30 Thread Thomas Deutschmann
commit: e5a330f7a80bc93ededa12f82b9f46078bb414f9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 21:25:00 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 30 21:25:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a330f7

media-gfx/imagemagick: restore KEYWORDS

...which where accidentially dropped in commit 
80c6836737de4d7e52889e44a80ffcfd7e0b7f01.

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

 media-gfx/imagemagick/imagemagick-6.9.10.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/imagemagick/imagemagick-6.9.10.11.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.10.11.ebuild
index 73431db9bc1..a2998e18311 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.10.11.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.10.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
 
 LICENSE="imagemagick"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg 
jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw 
static-libs svg test tiff truetype webp wmf X xml zlib"
 
 RESTRICT="perl? ( userpriv )"



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

2018-09-30 Thread Mart Raudsepp
commit: 9a85f4dbd521fdde48170cce95a88b95a75dbccd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:51:11 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a85f4db

media-plugins/gst-plugins-wavpack: remove old

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

 media-plugins/gst-plugins-wavpack/Manifest |  1 -
 .../gst-plugins-wavpack/gst-plugins-wavpack-1.12.4.ebuild  | 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-wavpack/Manifest 
b/media-plugins/gst-plugins-wavpack/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-wavpack/Manifest
+++ b/media-plugins/gst-plugins-wavpack/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git 
a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.12.4.ebuild 
b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.12.4.ebuild
deleted file mode 100644
index 32faaad2665..000
--- a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.12.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="Wavpack audio encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
-IUSE=""
-
-RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-09-30 Thread Mart Raudsepp
commit: 4895d973200ae2822132ff4428700b94b7653697
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:45:28 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4895d973

media-plugins/gst-plugins-speex: remove old

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

 media-plugins/gst-plugins-speex/Manifest   |  1 -
 .../gst-plugins-speex/gst-plugins-speex-1.12.4.ebuild  | 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-speex/Manifest 
b/media-plugins/gst-plugins-speex/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-speex/Manifest
+++ b/media-plugins/gst-plugins-speex/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.12.4.ebuild 
b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.12.4.ebuild
deleted file mode 100644
index 7c6aa0cb264..000
--- a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.12.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="Speex encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-09-30 Thread Mart Raudsepp
commit: 591e6b13f58f2be509e16b5aef8233ac5545bcd5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:48:58 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591e6b13

media-plugins/gst-plugins-taglib: remove old

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

 media-plugins/gst-plugins-taglib/Manifest  |  1 -
 .../gst-plugins-taglib/gst-plugins-taglib-1.12.4.ebuild| 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-taglib/Manifest 
b/media-plugins/gst-plugins-taglib/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-taglib/Manifest
+++ b/media-plugins/gst-plugins-taglib/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.12.4.ebuild 
b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.12.4.ebuild
deleted file mode 100644
index 5cf126bea94..000
--- a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.12.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="ID3v2/APEv2 tagger plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-09-30 Thread Mart Raudsepp
commit: e7fb153937d50ca9efc35bbcc2f0c6e5f29fc2ab
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:50:44 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fb1539

media-plugins/gst-plugins-jpeg: remove old

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

 media-plugins/gst-plugins-jpeg/Manifest|  1 -
 .../gst-plugins-jpeg/gst-plugins-jpeg-1.12.4.ebuild| 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-jpeg/Manifest 
b/media-plugins/gst-plugins-jpeg/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-jpeg/Manifest
+++ b/media-plugins/gst-plugins-jpeg/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.12.4.ebuild 
b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.12.4.ebuild
deleted file mode 100644
index 0c798e64b54..000
--- a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.12.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="JPEG image encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND=">=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-09-30 Thread Mart Raudsepp
commit: 6524513c9882042c5c3aa18b0454877de14622bc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:47:22 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6524513c

media-plugins/gst-plugins-gdkpixbuf: remove old

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

 media-plugins/gst-plugins-gdkpixbuf/Manifest|  1 -
 .../gst-plugins-gdkpixbuf-1.12.4.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/media-plugins/gst-plugins-gdkpixbuf/Manifest 
b/media-plugins/gst-plugins-gdkpixbuf/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-gdkpixbuf/Manifest
+++ b/media-plugins/gst-plugins-gdkpixbuf/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git 
a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.12.4.ebuild 
b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.12.4.ebuild
deleted file mode 100644
index 93eec26ed98..000
--- a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.12.4.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPION="Image decoder, overlay and sink plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-libs/gdk-pixbuf-2.30.7:2[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-GST_PLUGINS_BUILD="gdk_pixbuf"
-GST_PLUGINS_BUILD_DIR="gdk_pixbuf"



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

2018-09-30 Thread Mart Raudsepp
commit: 520d4c5b2dcc4ad9306be80804ea6bc8051abdf9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:49:47 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520d4c5b

media-plugins/gst-plugins-ximagesrc: remove old

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

 media-plugins/gst-plugins-ximagesrc/Manifest   |  1 -
 .../gst-plugins-ximagesrc-1.12.4.ebuild| 26 --
 2 files changed, 27 deletions(-)

diff --git a/media-plugins/gst-plugins-ximagesrc/Manifest 
b/media-plugins/gst-plugins-ximagesrc/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-ximagesrc/Manifest
+++ b/media-plugins/gst-plugins-ximagesrc/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git 
a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.4.ebuild 
b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.4.ebuild
deleted file mode 100644
index e9a0f3958ff..000
--- a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="X11 video capture stream plugin for GStreamer"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXdamage-1.1.4-r1[${MULTILIB_USEDEP}]
-   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-"
-
-# xshm is a compile time option of ximage
-GST_PLUGINS_BUILD="x xshm"
-GST_PLUGINS_BUILD_DIR="ximage"



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

2018-09-30 Thread Mart Raudsepp
commit: 21393fd7547fea7aa134d1d267ddbdae62f95153
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:56:20 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:58:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21393fd7

media-libs/gst-plugins-good: remove old

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

 media-libs/gst-plugins-good/Manifest   |  1 -
 .../gst-plugins-good-1.12.4.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
deleted file mode 100644
index 464f241bcd9..000
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit eutils flag-o-matic gstreamer
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE="+orc"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-"
-
-multilib_src_configure() {
-   # Always enable optional bz2 support for matroska
-   # Always enable optional zlib support for qtdemux and matroska
-   # Many media files require these to work, as some container headers are 
often
-   # compressed, bug #291154
-   gstreamer_multilib_src_configure \
-   --enable-bz2 \
-   --enable-zlib \
-   --disable-examples \
-   --with-default-audiosink=autoaudiosink \
-   --with-default-visualizer=goom
-
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
-   fi
-
-}
-
-multilib_src_install_all() {
-   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
-   einstalldocs
-   prune_libtool_files --modules
-}



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

2018-09-30 Thread Mart Raudsepp
commit: b4627680befa1dec29c6687834011a0fca31f3cd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:44:32 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4627680

media-plugins/gst-plugins-v4l2: remove old

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

 media-plugins/gst-plugins-v4l2/Manifest|  1 -
 .../gst-plugins-v4l2-1.12.4.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/media-plugins/gst-plugins-v4l2/Manifest 
b/media-plugins/gst-plugins-v4l2/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-v4l2/Manifest
+++ b/media-plugins/gst-plugins-v4l2/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.12.4.ebuild 
b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.12.4.ebuild
deleted file mode 100644
index e7a845ad0ac..000
--- a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.12.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPION="V4L2 source/sink plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
-IUSE="udev"
-
-RDEPEND="
-   >=media-libs/libv4l-0.9.5[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   udev? ( >=virtual/libgudev-208:=[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   virtual/os-headers
-"
-
-GST_PLUGINS_BUILD="gst_v4l2"
-
-multilib_src_configure() {
-   gstreamer_multilib_src_configure \
-   --with-libv4l2 \
-   $(use_with udev gudev)
-}



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

2018-09-30 Thread Mart Raudsepp
commit: 582d2132036f42cb7dbfd2cc16cd2663f0ed07ed
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:48:34 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582d2132

media-plugins/gst-plugins-dv: remove old

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

 media-plugins/gst-plugins-dv/Manifest|  1 -
 .../gst-plugins-dv/gst-plugins-dv-1.12.4.ebuild  | 16 
 2 files changed, 17 deletions(-)

diff --git a/media-plugins/gst-plugins-dv/Manifest 
b/media-plugins/gst-plugins-dv/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-dv/Manifest
+++ b/media-plugins/gst-plugins-dv/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-plugins/gst-plugins-dv/gst-plugins-dv-1.12.4.ebuild 
b/media-plugins/gst-plugins-dv/gst-plugins-dv-1.12.4.ebuild
deleted file mode 100644
index ecbe0fa03da..000
--- a/media-plugins/gst-plugins-dv/gst-plugins-dv-1.12.4.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="DV demuxer and decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
-IUSE=""
-
-RDEPEND=">=media-libs/libdv-1.0.0-r3[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-GST_PLUGINS_BUILD="libdv"



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

2018-09-30 Thread Mart Raudsepp
commit: a2fc9f0c623da90c2c8c69cfeaa8d0faeb057757
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:49:24 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fc9f0c

media-plugins/gst-plugins-soup: remove old

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

 media-plugins/gst-plugins-soup/Manifest|  1 -
 .../gst-plugins-soup/gst-plugins-soup-1.12.4.ebuild| 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-soup/Manifest 
b/media-plugins/gst-plugins-soup/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-soup/Manifest
+++ b/media-plugins/gst-plugins-soup/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.12.4.ebuild 
b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.12.4.ebuild
deleted file mode 100644
index b95f1ce6cde..000
--- a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.12.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="HTTP client source/sink plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
-IUSE=""
-
-RDEPEND=">=net-libs/libsoup-2.48:2.4[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-09-30 Thread Mart Raudsepp
commit: 9b6fa7cc0be4dc2cc95debad56ad54772d794239
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:50:12 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6fa7cc

media-plugins/gst-plugins-oss: remove old

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

 media-plugins/gst-plugins-oss/Manifest |  1 -
 .../gst-plugins-oss/gst-plugins-oss-1.12.4.ebuild  | 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-oss/Manifest 
b/media-plugins/gst-plugins-oss/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-oss/Manifest
+++ b/media-plugins/gst-plugins-oss/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.12.4.ebuild 
b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.12.4.ebuild
deleted file mode 100644
index c902eb866cf..000
--- a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.12.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="OSS (Open Sound System) support plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=""
-DEPEND="virtual/os-headers"



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

2018-09-30 Thread Mart Raudsepp
commit: 95a2ce7387ce1ba568877036e763628f22aa50c4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:47:48 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a2ce73

media-plugins/gst-plugins-pulse: remove old

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

 media-plugins/gst-plugins-pulse/Manifest|  1 -
 .../gst-plugins-pulse/gst-plugins-pulse-1.12.4.ebuild   | 17 -
 2 files changed, 18 deletions(-)

diff --git a/media-plugins/gst-plugins-pulse/Manifest 
b/media-plugins/gst-plugins-pulse/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-pulse/Manifest
+++ b/media-plugins/gst-plugins-pulse/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.12.4.ebuild 
b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.12.4.ebuild
deleted file mode 100644
index 2a2b0c7ed3e..000
--- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.12.4.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="PulseAudio sound server plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86"
-IUSE=""
-
-RDEPEND="
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"



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

2018-09-30 Thread Mart Raudsepp
commit: 0d1b124eff2295c5e35b3065e4c6728aaadadd21
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:46:33 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1b124e

media-plugins/gst-plugins-vpx: remove old

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

 media-plugins/gst-plugins-vpx/Manifest |  1 -
 .../gst-plugins-vpx/gst-plugins-vpx-1.12.4.ebuild  | 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-vpx/Manifest 
b/media-plugins/gst-plugins-vpx/Manifest
index a79c4eaf532..ef7e2de8865 100644
--- a/media-plugins/gst-plugins-vpx/Manifest
+++ b/media-plugins/gst-plugins-vpx/Manifest
@@ -1,4 +1,3 @@
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.4.ebuild 
b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.4.ebuild
deleted file mode 100644
index a466ed14119..000
--- a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
-IUSE=""
-
-RDEPEND=">=media-libs/libvpx-1.3.0:=[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-09-30 Thread Mart Raudsepp
commit: b286e8517ab7d248f90740b54ba1350c7e4d05ec
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:45:04 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b286e851

media-plugins/gst-plugins-jack: remove old

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

 media-plugins/gst-plugins-jack/Manifest|  1 -
 .../gst-plugins-jack/gst-plugins-jack-1.12.4.ebuild| 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-jack/Manifest 
b/media-plugins/gst-plugins-jack/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-jack/Manifest
+++ b/media-plugins/gst-plugins-jack/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-plugins/gst-plugins-jack/gst-plugins-jack-1.12.4.ebuild 
b/media-plugins/gst-plugins-jack/gst-plugins-jack-1.12.4.ebuild
deleted file mode 100644
index 32af0f73636..000
--- a/media-plugins/gst-plugins-jack/gst-plugins-jack-1.12.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPION="JACK audio server source/sink plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
-IUSE=""
-
-RDEPEND="virtual/jack[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-09-30 Thread Mart Raudsepp
commit: b1eead142073b9918c8e095e4b847afe8e57920c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:48:10 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1eead14

media-plugins/gst-plugins-libpng: remove old

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

 media-plugins/gst-plugins-libpng/Manifest  |  1 -
 .../gst-plugins-libpng/gst-plugins-libpng-1.12.4.ebuild| 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-libpng/Manifest 
b/media-plugins/gst-plugins-libpng/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-libpng/Manifest
+++ b/media-plugins/gst-plugins-libpng/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.12.4.ebuild 
b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.12.4.ebuild
deleted file mode 100644
index fcfb848ced1..000
--- a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.12.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="PNG image encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ppc ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND=">=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-09-30 Thread Mart Raudsepp
commit: 1ce14ee64d79635daec2cb2b446d93624e379cb8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:45:48 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce14ee6

media-plugins/gst-plugins-raw1394: remove old

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

 media-plugins/gst-plugins-raw1394/Manifest  |  1 -
 .../gst-plugins-raw1394-1.12.4.ebuild   | 21 -
 2 files changed, 22 deletions(-)

diff --git a/media-plugins/gst-plugins-raw1394/Manifest 
b/media-plugins/gst-plugins-raw1394/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-raw1394/Manifest
+++ b/media-plugins/gst-plugins-raw1394/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git 
a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.12.4.ebuild 
b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.12.4.ebuild
deleted file mode 100644
index 8e450889cfe..000
--- a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.12.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="Fiwewire DV/HDV capture plugin for GStreamer"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="
-   >=media-libs/libiec61883-1.2.0-r1[${MULTILIB_USEDEP}]
-   >=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]
-   >=sys-libs/libavc1394-0.5.4-r1[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-GST_PLUGINS_BUILD="dv1394"
-GST_PLUGINS_BUILD_DIR="raw1394"



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

2018-09-30 Thread Mart Raudsepp
commit: 533b082a276842082a2435cff71effe54b16cfee
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:46:58 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533b082a

media-plugins/gst-plugins-flac: remove old

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

 media-plugins/gst-plugins-flac/Manifest|  1 -
 .../gst-plugins-flac/gst-plugins-flac-1.12.4.ebuild| 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-flac/Manifest 
b/media-plugins/gst-plugins-flac/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-flac/Manifest
+++ b/media-plugins/gst-plugins-flac/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-plugins/gst-plugins-flac/gst-plugins-flac-1.12.4.ebuild 
b/media-plugins/gst-plugins-flac/gst-plugins-flac-1.12.4.ebuild
deleted file mode 100644
index becdda82122..000
--- a/media-plugins/gst-plugins-flac/gst-plugins-flac-1.12.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="FLAC encoder/decoder/tagger plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-09-30 Thread Mart Raudsepp
commit: c65338c9b68e517ab22793d58a9adcc9b6330fee
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:46:10 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:57:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65338c9

media-plugins/gst-plugins-shout2: remove old

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

 media-plugins/gst-plugins-shout2/Manifest  |  1 -
 .../gst-plugins-shout2/gst-plugins-shout2-1.12.4.ebuild| 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-shout2/Manifest 
b/media-plugins/gst-plugins-shout2/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-plugins/gst-plugins-shout2/Manifest
+++ b/media-plugins/gst-plugins-shout2/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.12.4.ebuild 
b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.12.4.ebuild
deleted file mode 100644
index 6b0ad52e64b..000
--- a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.12.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPTION="Icecast server sink plugin for GStreamer"
-KEYWORDS="alpha amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=media-libs/libshout-2.3.1-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2018-09-30 Thread Jeroen Roovers
commit: 8b7dcee84b9c2f582939e2589e15868b6500094b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 30 20:46:57 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 30 20:47:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7dcee8

x11-drivers/nvidia-drivers: Install libnvidia-cbl/libnvidia-rtcore

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

 x11-drivers/nvidia-drivers/nvidia-drivers-410.57-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-410.57-r1.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-410.57-r1.ebuild
index db270ef981d..530a5814ec3 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-410.57-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-410.57-r1.ebuild
@@ -514,6 +514,8 @@ src_install-libs() {
if use kernel_linux && has_multilib_profile && [[ ${ABI} == 
"amd64" ]];
then
NV_GLX_LIBRARIES+=(
+   "libnvidia-cbl.so.${NV_SOVER}"
+   "libnvidia-rtcore.so.${NV_SOVER}"
"libnvoptix.so.${NV_SOVER}"
)
fi



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/base/, profiles/arch/amd64/

2018-09-30 Thread Thomas Deutschmann
commit: d1842794a8ef1c0cd10f9f4945460f03a5c20bb3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 20:34:15 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 30 20:44:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1842794

profiles: Mask media-gfx/imagemagick[heif] and unmask only where available

Signed-off-by: Thomas Deutschmann  gentoo.org>

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/base/package.use.mask  | 4 
 profiles/arch/x86/package.use.mask   | 4 
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 9f896a204d6..e1524c7aca1 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Thomas Deutschmann  (30 Sep 2018)
+# Unmask libheif support where media-libs/libheif is keyworded
+media-gfx/imagemagick -heif
+
 # Ben Kohler  (23 Aug 2018)
 # Unmask iwd support where net-wireless/iwd is keyworded
 net-misc/connman -iwd

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index de2c0398d35..63d1d994595 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Thomas Deutschmann  (30 Sep 2018)
+# Requires media-libs/libheif which is only keyworded for amd64 and x86
+media-gfx/imagemagick heif
+
 # Ben Kohler  (23 Aug 2018)
 # Mask iwd support until net-wireless/iwd is keyworded
 net-misc/connman iwd

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 0fbc759c8e5..36084bc584a 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,6 +3,10 @@
 
 # This file requires >=portage-2.1.1
 
+# Thomas Deutschmann  (30 Sep 2018)
+# Unmask libheif support where media-libs/libheif is keyworded
+media-gfx/imagemagick -heif
+
 # Tomáš Mózes  (28 Sep 2018)
 # Requires dev-db/mongodb which has dropped x86 support
 dev-python/pymongo test



  1   2   3   >