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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF80A15808B for ; Tue, 22 Feb 2022 09:09:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55906E0B18; Tue, 22 Feb 2022 09:09:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33829E0B18 for ; Tue, 22 Feb 2022 09:09:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9DAB343686 for ; Tue, 22 Feb 2022 09:09:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03C5C2A5 for ; Tue, 22 Feb 2022 09:09:23 +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: <1645520951.b415a1562bde0ff802c77a0d6069c67da8bbeb1f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jcifs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jcifs/Manifest dev-java/jcifs/jcifs-1.3.17-r2.ebuild X-VCS-Directories: dev-java/jcifs/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: b415a1562bde0ff802c77a0d6069c67da8bbeb1f X-VCS-Branch: master Date: Tue, 22 Feb 2022 09:09:23 +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: 9fddacd3-e826-4299-a83e-5560225f2b2f X-Archives-Hash: 40bfc5e5635e8e64444668df81891304 commit: b415a1562bde0ff802c77a0d6069c67da8bbeb1f Author: Miroslav Šulc gentoo org> AuthorDate: Tue Feb 22 09:09:11 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Feb 22 09:09:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b415a156 dev-java/jcifs: removed obsolete 1.3.17-r2 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/jcifs/Manifest | 1 - dev-java/jcifs/jcifs-1.3.17-r2.ebuild | 45 ----------------------------------- 2 files changed, 46 deletions(-) diff --git a/dev-java/jcifs/Manifest b/dev-java/jcifs/Manifest index 9de7d1f246eb..9716883648e9 100644 --- a/dev-java/jcifs/Manifest +++ b/dev-java/jcifs/Manifest @@ -1,2 +1 @@ -DIST jcifs-1.3.17.tgz 862091 BLAKE2B 67605ebd810caf097a9172c17f31d39c9e16af5885c706f7d8c2c2cff9b8e6a643174c9aaa8bd6aa06c816e312b7170a5aa06535f823a5c5b182e97beecccd0d SHA512 2fa1950f9ab6f0f3d45fd9b7866cc94993d1135f48d78ce357dca1d872746d22bff6097da8c418d0d11fd71d86b3fdc79b23195bcbab5bc460d8d0cca87efedc DIST jcifs-1.3.19.tgz 883534 BLAKE2B ede24f43018a4bf304019aeddb6cf789e3a01622d840dc3f6bfa45104b97a39d256807f766f14b3e215e53519f3838aabeb73bdf7897323fb41ca5ef2b7c9372 SHA512 24ea656469ac7a5666d28dcdf122c80d254af5317a704718d8848858a21b38c6efe9b977854a33130cdb57d2fc8324ac3ee01fb5443360899f9572ec41788eef diff --git a/dev-java/jcifs/jcifs-1.3.17-r2.ebuild b/dev-java/jcifs/jcifs-1.3.17-r2.ebuild deleted file mode 100644 index 5a4129393d4c..000000000000 --- a/dev-java/jcifs/jcifs-1.3.17-r2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -JAVA_PKG_IUSE="doc examples source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Library that implements the CIFS/SMB networking protocol in Java" -SRC_URI="https://jcifs.samba.org/src/${P}.tgz" -HOMEPAGE="https://jcifs.samba.org/" -LICENSE="LGPL-2.1" -SLOT="1.1" - -KEYWORDS="amd64 ppc64 x86" - -CDEPEND="java-virtuals/servlet-api:3.0" - -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.6" - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6" - -JAVA_GENTOO_CLASSPATH="servlet-api-3.0" - -JAVA_SRC_DIR="src" - -DOCS=( README.txt ) - -S="${WORKDIR}/${P/-/_}" - -src_prepare() { - default - java-pkg_clean -} - -src_install() { - java-pkg-simple_src_install - use examples && java-pkg_doexamples examples - einstalldocs -}