commit:     76f97745d6590348ff66fb33fec9d5f5bd3acea2
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Tue May 22 00:07:50 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 22 01:05:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f97745

mate-extra/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild               | 6 +++---
 mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild               | 6 +++---
 mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild               | 4 ++--
 mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild               | 6 +++---
 .../mate-power-manager/mate-power-manager-1.12.1-r2.ebuild       | 5 ++---
 mate-extra/mate-power-manager/mate-power-manager-1.14.0.ebuild   | 5 ++---
 mate-extra/mate-power-manager/mate-power-manager-1.16.2.ebuild   | 3 +--
 mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild   | 7 +++----
 mate-extra/mate-screensaver/mate-screensaver-1.12.0-r1.ebuild    | 9 +++------
 mate-extra/mate-screensaver/mate-screensaver-1.14.1.ebuild       | 9 +++------
 mate-extra/mate-screensaver/mate-screensaver-1.16.1.ebuild       | 9 +++------
 mate-extra/mate-screensaver/mate-screensaver-1.18.2.ebuild       | 9 +++------
 mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild                | 4 ++--
 mate-extra/mate-utils/mate-utils-1.14.1.ebuild                   | 6 +++---
 mate-extra/mate-utils/mate-utils-1.16.1.ebuild                   | 4 ++--
 mate-extra/mate-utils/mate-utils-1.18.3.ebuild                   | 6 +++---
 16 files changed, 41 insertions(+), 57 deletions(-)

diff --git a/mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild
index 4d259177a2b..4dc8489e18d 100644
--- a/mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild
+++ b/mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,10 +36,10 @@ RDEPEND="
        )"
 
 DEPEND="${RDEPEND}
-       x11-proto/xproto:0
        >=dev-util/intltool-0.50.1:*
        sys-devel/gettext:*
-       virtual/pkgconfig:*"
+       virtual/pkgconfig:*
+       x11-base/xorg-proto"
 
 src_configure() {
        mate_src_configure \

diff --git a/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild
index 3f1a16adcc3..49cee424aaf 100644
--- a/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild
+++ b/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -38,10 +38,10 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}"
 
 DEPEND="${COMMON_DEPEND}
-       x11-proto/xproto:0
        >=dev-util/intltool-0.50.1:*
        sys-devel/gettext:*
-       virtual/pkgconfig:*"
+       virtual/pkgconfig:*
+       x11-base/xorg-proto"
 
 src_configure() {
        mate_src_configure \

diff --git a/mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild
index e984a66a9d3..3ff9ea5945f 100644
--- a/mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild
+++ b/mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild
@@ -35,10 +35,10 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}"
 
 DEPEND="${COMMON_DEPEND}
-       x11-proto/xproto:0
        >=dev-util/intltool-0.50.1:*
        sys-devel/gettext:*
-       virtual/pkgconfig:*"
+       virtual/pkgconfig:*
+       x11-base/xorg-proto"
 
 src_configure() {
        mate_src_configure \

diff --git a/mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild
index 5b544fd11da..f322e0abee6 100644
--- a/mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild
+++ b/mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,7 +29,7 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}"
 
 DEPEND="${COMMON_DEPEND}
-       x11-proto/xproto:0
        >=dev-util/intltool-0.50.1:*
        sys-devel/gettext:*
-       virtual/pkgconfig:*"
+       virtual/pkgconfig:*
+       x11-base/xorg-proto"

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.12.1-r2.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.12.1-r2.ebuild
index 446d6544622..0336f85cae5 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-1.12.1-r2.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-1.12.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -54,10 +54,9 @@ DEPEND="${COMMON_DEPEND}
        >=app-text/scrollkeeper-dtd-1:1.0
        app-text/yelp-tools:0
        >=dev-util/intltool-0.50.1:*
-       x11-proto/randrproto:0
-       >=x11-proto/xproto-7.0.15:0
        sys-devel/gettext:*
        virtual/pkgconfig:*
+       x11-base/xorg-proto
        man? ( app-text/docbook-sgml-utils:0
                >=app-text/docbook-sgml-dtd-4.3 )"
 

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.14.0.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.14.0.ebuild
index 0b7f776a1bb..30909a7a26c 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-1.14.0.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-1.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -54,10 +54,9 @@ DEPEND="${COMMON_DEPEND}
        >=app-text/scrollkeeper-dtd-1:1.0
        app-text/yelp-tools:0
        >=dev-util/intltool-0.50.1:*
-       x11-proto/randrproto:0
-       >=x11-proto/xproto-7.0.15:0
        sys-devel/gettext:*
        virtual/pkgconfig:*
+       x11-base/xorg-proto
        man? ( app-text/docbook-sgml-utils:0
                >=app-text/docbook-sgml-dtd-4.3 )"
 

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.16.2.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.16.2.ebuild
index fa4762e71ad..3b51b775714 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-1.16.2.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-1.16.2.ebuild
@@ -52,10 +52,9 @@ DEPEND="${COMMON_DEPEND}
        >=app-text/scrollkeeper-dtd-1:1.0
        app-text/yelp-tools:0
        >=dev-util/intltool-0.50.1:*
-       x11-proto/randrproto:0
-       >=x11-proto/xproto-7.0.15:0
        sys-devel/gettext:*
        virtual/pkgconfig:*
+       x11-base/xorg-proto
        man? ( app-text/docbook-sgml-utils:0
                >=app-text/docbook-sgml-dtd-4.3 )"
 

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild
index 61f7dccdaaf..7632b008aa6 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -47,10 +47,9 @@ DEPEND="${COMMON_DEPEND}
        >=app-text/scrollkeeper-dtd-1:1.0
        app-text/yelp-tools:0
        >=dev-util/intltool-0.50.1:*
-       x11-proto/randrproto:0
-       >=x11-proto/xproto-7.0.15:0
        sys-devel/gettext:*
-       virtual/pkgconfig:*"
+       virtual/pkgconfig:*
+       x11-base/xorg-proto"
 
 src_configure() {
        mate_src_configure \

diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.12.0-r1.ebuild 
b/mate-extra/mate-screensaver/mate-screensaver-1.12.0-r1.ebuild
index 9b529f0d14c..d9b6e3f486b 100644
--- a/mate-extra/mate-screensaver/mate-screensaver-1.12.0-r1.ebuild
+++ b/mate-extra/mate-screensaver/mate-screensaver-1.12.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -53,11 +53,8 @@ RDEPEND="
 DEPEND="${RDEPEND}
        >=dev-util/intltool-0.50.1:*
        sys-devel/gettext:*
-       x11-proto/randrproto:0
-       x11-proto/scrnsaverproto:0
-       x11-proto/xextproto:0
-       x11-proto/xf86miscproto:0
-       virtual/pkgconfig:*"
+       virtual/pkgconfig:*
+       x11-base/xorg-proto"
 
 src_configure() {
        mate_src_configure \

diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.14.1.ebuild 
b/mate-extra/mate-screensaver/mate-screensaver-1.14.1.ebuild
index 4bedd8f149c..a2f6cdf98a7 100644
--- a/mate-extra/mate-screensaver/mate-screensaver-1.14.1.ebuild
+++ b/mate-extra/mate-screensaver/mate-screensaver-1.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -55,11 +55,8 @@ RDEPEND="${COMMON_DEPEND}
 DEPEND="${COMMON_DEPEND}
        >=dev-util/intltool-0.50.1:*
        sys-devel/gettext:*
-       x11-proto/randrproto:0
-       x11-proto/scrnsaverproto:0
-       x11-proto/xextproto:0
-       x11-proto/xf86miscproto:0
-       virtual/pkgconfig:*"
+       virtual/pkgconfig:*
+       x11-base/xorg-proto"
 
 src_configure() {
        mate_src_configure \

diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.16.1.ebuild 
b/mate-extra/mate-screensaver/mate-screensaver-1.16.1.ebuild
index 4bedd8f149c..a2f6cdf98a7 100644
--- a/mate-extra/mate-screensaver/mate-screensaver-1.16.1.ebuild
+++ b/mate-extra/mate-screensaver/mate-screensaver-1.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -55,11 +55,8 @@ RDEPEND="${COMMON_DEPEND}
 DEPEND="${COMMON_DEPEND}
        >=dev-util/intltool-0.50.1:*
        sys-devel/gettext:*
-       x11-proto/randrproto:0
-       x11-proto/scrnsaverproto:0
-       x11-proto/xextproto:0
-       x11-proto/xf86miscproto:0
-       virtual/pkgconfig:*"
+       virtual/pkgconfig:*
+       x11-base/xorg-proto"
 
 src_configure() {
        mate_src_configure \

diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.18.2.ebuild 
b/mate-extra/mate-screensaver/mate-screensaver-1.18.2.ebuild
index 1f63cc6d024..3e06c492e37 100644
--- a/mate-extra/mate-screensaver/mate-screensaver-1.18.2.ebuild
+++ b/mate-extra/mate-screensaver/mate-screensaver-1.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -54,11 +54,8 @@ RDEPEND="${COMMON_DEPEND}
 DEPEND="${COMMON_DEPEND}
        >=dev-util/intltool-0.50.1:*
        sys-devel/gettext:*
-       x11-proto/randrproto:0
-       x11-proto/scrnsaverproto:0
-       x11-proto/xextproto:0
-       x11-proto/xf86miscproto:0
-       virtual/pkgconfig:*"
+       virtual/pkgconfig:*
+       x11-base/xorg-proto"
 
 src_configure() {
        mate_src_configure \

diff --git a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild 
b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
index 8c6fda4f20f..d933999c86c 100644
--- a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
@@ -45,9 +45,9 @@ DEPEND="${RDEPEND}
        dev-util/gtk-doc
        dev-util/gtk-doc-am
        >=dev-util/intltool-0.50.1:*
-       x11-proto/xextproto:0
        sys-devel/gettext:*
-       virtual/pkgconfig:*"
+       virtual/pkgconfig:*
+       x11-base/xorg-proto"
 
 PATCHES=(
        "${FILESDIR}/${P}-dict-gtk3.patch"

diff --git a/mate-extra/mate-utils/mate-utils-1.14.1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.14.1.ebuild
index 58b285e69de..62cb6981a09 100644
--- a/mate-extra/mate-utils/mate-utils-1.14.1.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -48,9 +48,9 @@ DEPEND="${COMMON_DEPEND}
        dev-util/gtk-doc
        dev-util/gtk-doc-am
        >=dev-util/intltool-0.50.1:*
-       x11-proto/xextproto:0
        sys-devel/gettext:*
-       virtual/pkgconfig:*"
+       virtual/pkgconfig:*
+       x11-base/xorg-proto"
 
 src_prepare() {
        # Make apps visible in all DEs.

diff --git a/mate-extra/mate-utils/mate-utils-1.16.1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.16.1.ebuild
index 0798d88b327..62cb6981a09 100644
--- a/mate-extra/mate-utils/mate-utils-1.16.1.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.16.1.ebuild
@@ -48,9 +48,9 @@ DEPEND="${COMMON_DEPEND}
        dev-util/gtk-doc
        dev-util/gtk-doc-am
        >=dev-util/intltool-0.50.1:*
-       x11-proto/xextproto:0
        sys-devel/gettext:*
-       virtual/pkgconfig:*"
+       virtual/pkgconfig:*
+       x11-base/xorg-proto"
 
 src_prepare() {
        # Make apps visible in all DEs.

diff --git a/mate-extra/mate-utils/mate-utils-1.18.3.ebuild 
b/mate-extra/mate-utils/mate-utils-1.18.3.ebuild
index 01ab24d762d..cf2eeaeb518 100644
--- a/mate-extra/mate-utils/mate-utils-1.18.3.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -42,9 +42,9 @@ DEPEND="${COMMON_DEPEND}
        dev-util/gtk-doc
        dev-util/gtk-doc-am
        >=dev-util/intltool-0.50.1:*
-       x11-proto/xextproto:0
        sys-devel/gettext:*
-       virtual/pkgconfig:*"
+       virtual/pkgconfig:*
+       x11-base/xorg-proto"
 
 src_prepare() {
        # Make apps visible in all DEs.

Reply via email to