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 23DE61382DE for ; Mon, 4 Jul 2016 03:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8F1DE0AA9; Mon, 4 Jul 2016 03:10:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 159EDE0AA8 for ; Mon, 4 Jul 2016 03:10:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F22E340D94 for ; Mon, 4 Jul 2016 03:10:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B9AE2442 for ; Mon, 4 Jul 2016 03:10:38 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1467601677.1688e3c5fea6bdae45edd230ca607ea99cae50e0.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/protobuf-java/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/protobuf-java/Manifest dev-java/protobuf-java/protobuf-java-3.0.0_beta3.ebuild dev-java/protobuf-java/protobuf-java-3.0.0_beta3_p1.ebuild X-VCS-Directories: dev-java/protobuf-java/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 1688e3c5fea6bdae45edd230ca607ea99cae50e0 X-VCS-Branch: master Date: Mon, 4 Jul 2016 03:10:38 +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: 99c6d544-afbd-4f4c-a056-fef3b831687e X-Archives-Hash: e938a73fd9c11affb4c3104d40bc8fc5 commit: 1688e3c5fea6bdae45edd230ca607ea99cae50e0 Author: Marshall Brewer sina cn> AuthorDate: Sat Jul 2 15:59:59 2016 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Jul 4 03:07:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1688e3c5 dev-java/protobuf-java: version bump 3.0.0_beta3_p1 changed subslot to 0/10b3 to correspond with protobuf Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/1816 Signed-off-by: Yixun Lan gentoo.org> dev-java/protobuf-java/Manifest | 2 +- ...buf-java-3.0.0_beta3.ebuild => protobuf-java-3.0.0_beta3_p1.ebuild} | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-java/protobuf-java/Manifest b/dev-java/protobuf-java/Manifest index 2e9b096..464268a 100644 --- a/dev-java/protobuf-java/Manifest +++ b/dev-java/protobuf-java/Manifest @@ -1 +1 @@ -DIST protobuf-3.0.0_beta3.tar.gz 3654440 SHA256 d8d11564ff4085e7095cf5601fdc094946e6dbb0085863829668eb3a50b1ae0d SHA512 b8e0e73ab03d18b6715d875aff8552a603d46feaa5b7b4fb225ba841ff917381bdecf5083202ec1753fd1e82a8d0281937fba6d0f0928261a68c035f509360fd WHIRLPOOL dbc8896a0b1bb92a5e0a586c6952c7b32b2c0cfce03ed5c2f39634d038977f50fbc3b2e9297944316f73d258d21b6766a4fae8f86b65e096f92ed93b0bf1615e +DIST protobuf-3.0.0_beta3_p1.tar.gz 3673779 SHA256 494726c9a6a45a20cd085795a26e4f05627e9b3b1fa5ab21a8b0edc5db8173dc SHA512 bebe655ffa6f8dd9bfbf4d2fcce160de6d45f50fd802b8907833cde3f232b7b44186d06fe9cc01ed5dc7b4a040fd3069e2ec7d2704da596e8d3af80f8dba7e8b WHIRLPOOL d35dca8e402741e4d30c9c787f5927c7fe7f22619ddb3ca20d302c27fbeb929cecd55cc7e6785b28acb76c89893d2baf7fce3f685a3f186006e1e30a2901ae1b diff --git a/dev-java/protobuf-java/protobuf-java-3.0.0_beta3.ebuild b/dev-java/protobuf-java/protobuf-java-3.0.0_beta3_p1.ebuild similarity index 98% rename from dev-java/protobuf-java/protobuf-java-3.0.0_beta3.ebuild rename to dev-java/protobuf-java/protobuf-java-3.0.0_beta3_p1.ebuild index abaadaa..e8a1e75 100644 --- a/dev-java/protobuf-java/protobuf-java-3.0.0_beta3.ebuild +++ b/dev-java/protobuf-java/protobuf-java-3.0.0_beta3_p1.ebuild @@ -8,13 +8,14 @@ JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 java-pkg-simple MY_PV=${PV/_beta/-beta-} +MY_PV=${MY_PV/_p/.} DESCRIPTION="Google's Protocol Buffers - official Java Bindings" HOMEPAGE="https://github.com/google/protobuf/ https://developers.google.com/protocol-buffers/" SRC_URI="https://github.com/google/protobuf/archive/v${MY_PV}.tar.gz -> protobuf-${PV}.tar.gz" LICENSE="Apache-2.0" -SLOT="0/10" +SLOT="0/10b3" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~sh ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="nano"