From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E04401382C5 for ; Thu, 26 Apr 2018 18:04:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13E19E0837; Thu, 26 Apr 2018 18:04:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D12BBE0837 for ; Thu, 26 Apr 2018 18:04:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BA94335C77 for ; Thu, 26 Apr 2018 18:04:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28801299 for ; Thu, 26 Apr 2018 18:04:48 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1524765819.62267650a5863349d5934f11c67f402c26e738a9.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/librime/, app-i18n/xvnkb/, app-i18n/uim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/librime/librime-1.2.9.ebuild app-i18n/uim/uim-1.8.6-r1.ebuild app-i18n/uim/uim-1.8.6-r2.ebuild app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild X-VCS-Directories: app-i18n/librime/ app-i18n/xvnkb/ app-i18n/uim/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 62267650a5863349d5934f11c67f402c26e738a9 X-VCS-Branch: master Date: Thu, 26 Apr 2018 18:04:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aad6330b-a6c6-4ba6-acdb-0d9f66d98f7f X-Archives-Hash: 60505f7db5f0ee344b7169a892e01111 commit: 62267650a5863349d5934f11c67f402c26e738a9 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Wed Apr 25 19:09:10 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Apr 26 18:03:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62267650 app-i18n/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). app-i18n/librime/librime-1.2.9.ebuild | 4 ++-- app-i18n/uim/uim-1.8.6-r1.ebuild | 7 ++----- app-i18n/uim/uim-1.8.6-r2.ebuild | 7 ++----- app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild | 4 ++-- app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 16 deletions(-) diff --git a/app-i18n/librime/librime-1.2.9.ebuild b/app-i18n/librime/librime-1.2.9.ebuild index 11ec817ae96..e897af759e3 100644 --- a/app-i18n/librime/librime-1.2.9.ebuild +++ b/app-i18n/librime/librime-1.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -21,7 +21,7 @@ RDEPEND="app-i18n/opencc:= dev-libs/leveldb:= dev-libs/marisa:=" DEPEND="${RDEPEND} - x11-proto/xproto + x11-base/xorg-proto test? ( dev-cpp/gtest )" src_configure() { diff --git a/app-i18n/uim/uim-1.8.6-r1.ebuild b/app-i18n/uim/uim-1.8.6-r1.ebuild index 4689635b1b7..f72b7d26bba 100644 --- a/app-i18n/uim/uim-1.8.6-r1.ebuild +++ b/app-i18n/uim/uim-1.8.6-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="5" @@ -55,10 +55,7 @@ DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig >=sys-devel/gettext-0.15 - X? ( - x11-proto/xextproto - x11-proto/xproto - )" + X? ( x11-base/xorg-proto )" RDEPEND="${RDEPEND} X? ( diff --git a/app-i18n/uim/uim-1.8.6-r2.ebuild b/app-i18n/uim/uim-1.8.6-r2.ebuild index ffe51b96501..cac96b004b7 100644 --- a/app-i18n/uim/uim-1.8.6-r2.ebuild +++ b/app-i18n/uim/uim-1.8.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -58,10 +58,7 @@ DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig >=sys-devel/gettext-0.15 - X? ( - x11-proto/xextproto - x11-proto/xproto - )" + X? ( x11-base/xorg-proto )" RDEPEND="${RDEPEND} X? ( diff --git a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild index e16c7b2cef1..d69068c2ea8 100644 --- a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild +++ b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.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 inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="x86 ppc" RDEPEND="x11-libs/libX11 xft? ( x11-libs/libXft )" DEPEND="${RDEPEND} - x11-proto/xproto" + x11-base/xorg-proto" src_unpack() { unpack ${A} diff --git a/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild index 8d9cdf902b5..e2d8f9a37ac 100644 --- a/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild +++ b/app-i18n/xvnkb/xvnkb-0.2.9a-r1.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 inherit eutils multilib toolchain-funcs @@ -16,7 +16,7 @@ KEYWORDS="amd64 ~ppc x86" RDEPEND="x11-libs/libX11 xft? ( x11-libs/libXft )" DEPEND="${RDEPEND} - x11-proto/xproto" + x11-base/xorg-proto" src_unpack() { unpack ${A}