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 724301382C5 for ; Sun, 13 Jun 2021 07:24:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC715E09AD; Sun, 13 Jun 2021 07:24:13 +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 57A47E09AD for ; Sun, 13 Jun 2021 07:24:13 +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 C1F4B340DA4 for ; Sun, 13 Jun 2021 07:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12E7F7A4 for ; Sun, 13 Jun 2021 07:24:10 +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: <1623569046.9aa8d7883b3799cfe86da6397cd9f592ab26dba3.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jsch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jsch/jsch-0.1.54.ebuild X-VCS-Directories: dev-java/jsch/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9aa8d7883b3799cfe86da6397cd9f592ab26dba3 X-VCS-Branch: master Date: Sun, 13 Jun 2021 07:24:10 +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: a736bb6d-40a4-4e10-a038-ecc508c3bb13 X-Archives-Hash: a7136cc2c84506be04da2620608dea64 commit: 9aa8d7883b3799cfe86da6397cd9f592ab26dba3 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sun Jun 6 12:23:01 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Jun 13 07:24:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa8d788 dev-java/jsch: 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/21197/commits/078288cf260bb015c49131b12a27ca15d018b3f5 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/jsch/jsch-0.1.54.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-java/jsch/jsch-0.1.54.ebuild b/dev-java/jsch/jsch-0.1.54.ebuild index d87b476d9f7..42b5f979f56 100644 --- a/dev-java/jsch/jsch-0.1.54.ebuild +++ b/dev-java/jsch/jsch-0.1.54.ebuild @@ -4,6 +4,7 @@ EAPI=6 JAVA_PKG_IUSE="doc source examples" +MAVEN_ID="com.jcraft:jsch:0.1.55" inherit java-pkg-2 java-ant-2 java-osgi