From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1020449-garchives=archives.gentoo.org@lists.gentoo.org>
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 BEADA1382C5
	for <garchives@archives.gentoo.org>; Thu, 26 Apr 2018 15:14:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E9058E093E;
	Thu, 26 Apr 2018 15:14:17 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 B009BE0934
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Apr 2018 15:14:17 +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 85BB3335C90
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Apr 2018 15:14:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A6A22A6
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Apr 2018 15:14:13 +0000 (UTC)
From: "Mike Gilbert" <floppym@gentoo.org>
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" <floppym@gentoo.org>
Message-ID: <1524755538.08610e5b14e30f03226a059f3344055388261066.floppym@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libpinyin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-i18n/libpinyin/libpinyin-2.1.0.ebuild app-i18n/libpinyin/libpinyin-2.1.91.ebuild app-i18n/libpinyin/libpinyin-9999.ebuild
X-VCS-Directories: app-i18n/libpinyin/
X-VCS-Committer: floppym
X-VCS-Committer-Name: Mike Gilbert
X-VCS-Revision: 08610e5b14e30f03226a059f3344055388261066
X-VCS-Branch: master
Date: Thu, 26 Apr 2018 15:14:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: e52ae51d-e308-4b8a-ab37-25072cbfa9a9
X-Archives-Hash: f1c6210ddbec92612a5b02ffb1930319

commit:     08610e5b14e30f03226a059f3344055388261066
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Apr 26 06:11:02 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 15:12:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08610e5b

app-i18n/libpinyin: Fix dependencies.

 app-i18n/libpinyin/libpinyin-2.1.0.ebuild  | 6 ++----
 app-i18n/libpinyin/libpinyin-2.1.91.ebuild | 4 +---
 app-i18n/libpinyin/libpinyin-9999.ebuild   | 4 +---
 3 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/app-i18n/libpinyin/libpinyin-2.1.0.ebuild b/app-i18n/libpinyin/libpinyin-2.1.0.ebuild
index c6e54768bc3..949814bc817 100644
--- a/app-i18n/libpinyin/libpinyin-2.1.0.ebuild
+++ b/app-i18n/libpinyin/libpinyin-2.1.0.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"
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/libpinyin/libpinyin https://sourceforge.net/project
 if [[ "${PV}" == "9999" ]]; then
 	SRC_URI=""
 else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/libpinyin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 fi
 SRC_URI+=" mirror://sourceforge/${PN}/models/model${LIBPINYIN_MODEL_VERSION}.text.tar.gz -> ${PN}-model${LIBPINYIN_MODEL_VERSION}.text.tar.gz"
 
@@ -29,9 +29,7 @@ IUSE=""
 
 RDEPEND="dev-libs/glib:2
 	sys-libs/db:="
-
 DEPEND="${RDEPEND}
-	virtual/libintl
 	virtual/pkgconfig"
 
 src_unpack() {

diff --git a/app-i18n/libpinyin/libpinyin-2.1.91.ebuild b/app-i18n/libpinyin/libpinyin-2.1.91.ebuild
index 528e0eee111..0529ee397ab 100644
--- a/app-i18n/libpinyin/libpinyin-2.1.91.ebuild
+++ b/app-i18n/libpinyin/libpinyin-2.1.91.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/libpinyin/libpinyin https://sourceforge.net/project
 if [[ "${PV}" == "9999" ]]; then
 	SRC_URI=""
 else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/libpinyin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 fi
 SRC_URI+=" mirror://sourceforge/${PN}/models/model${LIBPINYIN_MODEL_VERSION}.text.tar.gz -> ${PN}-model${LIBPINYIN_MODEL_VERSION}.text.tar.gz"
 
@@ -29,9 +29,7 @@ IUSE=""
 
 RDEPEND="dev-libs/glib:2
 	sys-libs/db:="
-
 DEPEND="${RDEPEND}
-	virtual/libintl
 	virtual/pkgconfig"
 
 src_unpack() {

diff --git a/app-i18n/libpinyin/libpinyin-9999.ebuild b/app-i18n/libpinyin/libpinyin-9999.ebuild
index 4d8960cc6ed..20abcddac60 100644
--- a/app-i18n/libpinyin/libpinyin-9999.ebuild
+++ b/app-i18n/libpinyin/libpinyin-9999.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/libpinyin/libpinyin https://sourceforge.net/project
 if [[ "${PV}" == "9999" ]]; then
 	SRC_URI=""
 else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/libpinyin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 fi
 SRC_URI+=" mirror://sourceforge/${PN}/models/model${LIBPINYIN_MODEL_VERSION}.text.tar.gz -> ${PN}-model${LIBPINYIN_MODEL_VERSION}.text.tar.gz"
 
@@ -29,9 +29,7 @@ IUSE=""
 
 RDEPEND="dev-libs/glib:2
 	sys-libs/db:="
-
 DEPEND="${RDEPEND}
-	virtual/libintl
 	virtual/pkgconfig"
 
 src_unpack() {