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 F0C6A1396D0 for ; Tue, 22 Aug 2017 14:21:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0F711FC078; Tue, 22 Aug 2017 14:21:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A30331FC066 for ; Tue, 22 Aug 2017 14:21:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6AC5D341866 for ; Tue, 22 Aug 2017 14:21:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D76AD7EB5 for ; Tue, 22 Aug 2017 14:21:13 +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: <1503411611.462ab36d5da915f5c9e4590c78ffa6ac5dbec1e7.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-0.8.0.ebuild app-i18n/libpinyin/libpinyin-1.0.0.ebuild app-i18n/libpinyin/libpinyin-1.3.0-r1.ebuild app-i18n/libpinyin/libpinyin-2.0.92.ebuild X-VCS-Directories: app-i18n/libpinyin/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 462ab36d5da915f5c9e4590c78ffa6ac5dbec1e7 X-VCS-Branch: master Date: Tue, 22 Aug 2017 14:21:13 +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: caa1a044-1623-4649-9932-f1bd1a57cce6 X-Archives-Hash: 6469916b136b466a6117bcf2d01d8877 commit: 462ab36d5da915f5c9e4590c78ffa6ac5dbec1e7 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue Aug 22 09:14:13 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Aug 22 14:20:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462ab36d app-i18n/libpinyin: Set sublot based on soname of libpinyin.so. app-i18n/libpinyin/libpinyin-0.8.0.ebuild | 4 ++-- app-i18n/libpinyin/libpinyin-1.0.0.ebuild | 4 ++-- app-i18n/libpinyin/libpinyin-1.3.0-r1.ebuild | 2 +- app-i18n/libpinyin/libpinyin-2.0.92.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-i18n/libpinyin/libpinyin-0.8.0.ebuild b/app-i18n/libpinyin/libpinyin-0.8.0.ebuild index f0797d8655a..2fc7d9de52b 100644 --- a/app-i18n/libpinyin/libpinyin-0.8.0.ebuild +++ b/app-i18n/libpinyin/libpinyin-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="mirror://github/${PN}/${PN}/${PN}-lite-${PV}.tar.gz -> ${P}.tar mirror://github/${PN}/${PN}/model.text.tar.gz" LICENSE="GPL-2" -SLOT="0" +SLOT="0/2" KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="" diff --git a/app-i18n/libpinyin/libpinyin-1.0.0.ebuild b/app-i18n/libpinyin/libpinyin-1.0.0.ebuild index 4562dc36a96..41d50b3f6ac 100644 --- a/app-i18n/libpinyin/libpinyin-1.0.0.ebuild +++ b/app-i18n/libpinyin/libpinyin-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${PN}-lite-${PV}.tar.gz -> ${P}.tar mirror://sourceforge/${PN}/models/model${MODELV}.text.tar.gz" LICENSE="GPL-2" -SLOT="0" +SLOT="0/4" KEYWORDS="amd64 ~arm64 ~ppc ppc64 x86" IUSE="" diff --git a/app-i18n/libpinyin/libpinyin-1.3.0-r1.ebuild b/app-i18n/libpinyin/libpinyin-1.3.0-r1.ebuild index 6cb3c6d950b..a956dceeac1 100644 --- a/app-i18n/libpinyin/libpinyin-1.3.0-r1.ebuild +++ b/app-i18n/libpinyin/libpinyin-1.3.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz mirror://sourceforge/${PN}/models/model${MODELV}.text.tar.gz" LICENSE="GPL-2" -SLOT="0" +SLOT="0/7" KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" IUSE="" diff --git a/app-i18n/libpinyin/libpinyin-2.0.92.ebuild b/app-i18n/libpinyin/libpinyin-2.0.92.ebuild index 1aeabd05ce2..702235ab823 100644 --- a/app-i18n/libpinyin/libpinyin-2.0.92.ebuild +++ b/app-i18n/libpinyin/libpinyin-2.0.92.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz mirror://sourceforge/${PN}/models/model${MODELV}.text.tar.gz" LICENSE="GPL-2" -SLOT="0" +SLOT="0/12" KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" IUSE=""