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 5F50B1382C5 for ; Thu, 3 Jun 2021 06:38:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7057E0833; Thu, 3 Jun 2021 06:38:55 +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 94755E0833 for ; Thu, 3 Jun 2021 06:38:55 +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 9F8FC340D92 for ; Thu, 3 Jun 2021 06:38:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E222733 for ; Thu, 3 Jun 2021 06:38:53 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1622702322.5a712608cecdf346bd3c1459fec53dd44ff2df77.fordfrog@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/protobuf-java-3.15.8.ebuild X-VCS-Directories: dev-java/protobuf-java/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 5a712608cecdf346bd3c1459fec53dd44ff2df77 X-VCS-Branch: master Date: Thu, 3 Jun 2021 06:38:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0bb0eaa-1c09-4872-b1c7-ed75bc3c2cfd X-Archives-Hash: 94143a4384b13b8482cbe0f94acfd399 commit: 5a712608cecdf346bd3c1459fec53dd44ff2df77 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Jun 2 19:28:33 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Jun 3 06:38:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a712608 dev-java/protobuf-java: MAVEN_ID Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/21093/commits/95f785b9b55f4f30d87aa6cd0e0081e5a71e6653 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/protobuf-java/protobuf-java-3.15.8.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-java/protobuf-java/protobuf-java-3.15.8.ebuild b/dev-java/protobuf-java/protobuf-java-3.15.8.ebuild index 43afd81f28c..dd91ba9be92 100644 --- a/dev-java/protobuf-java/protobuf-java-3.15.8.ebuild +++ b/dev-java/protobuf-java/protobuf-java-3.15.8.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" + JAVA_PKG_IUSE="doc source" +MAVEN_ID="com.google.protobuf:protobuf-java:3.15.8" inherit java-pkg-2 java-pkg-simple