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 EE44B13835A for ; Tue, 27 Apr 2021 14:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 462C5E0871; Tue, 27 Apr 2021 14:24:21 +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 2EE3FE0871 for ; Tue, 27 Apr 2021 14:24:21 +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 00BB73410C0 for ; Tue, 27 Apr 2021 14:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E5CF729 for ; Tue, 27 Apr 2021 14:24:18 +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: <1619533416.09de3c33c3a1926829a8891ce6af628b84d9a4fb.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/hawtjni-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/hawtjni-runtime/hawtjni-runtime-1.15.ebuild X-VCS-Directories: dev-java/hawtjni-runtime/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 09de3c33c3a1926829a8891ce6af628b84d9a4fb X-VCS-Branch: master Date: Tue, 27 Apr 2021 14:24:18 +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: 0ffc72b5-2be3-4889-a1a6-329eeb9ceedb X-Archives-Hash: 5948c4bf663e2bc94efe71dab59336a1 commit: 09de3c33c3a1926829a8891ce6af628b84d9a4fb Author: Miroslav Šulc gentoo org> AuthorDate: Tue Apr 27 14:23:36 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Apr 27 14:23:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09de3c33 dev-java/hawtjni-runtime: removed obsolete 1.15 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> .../hawtjni-runtime/hawtjni-runtime-1.15.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/dev-java/hawtjni-runtime/hawtjni-runtime-1.15.ebuild b/dev-java/hawtjni-runtime/hawtjni-runtime-1.15.ebuild deleted file mode 100644 index bcbf6c1590c..00000000000 --- a/dev-java/hawtjni-runtime/hawtjni-runtime-1.15.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -MY_P="hawtjni-project-${PV}" - -DESCRIPTION="A JNI code generator based on the generator used by the Eclipse SWT project" -HOMEPAGE="https://github.com/fusesource/hawtjni" -SRC_URI="https://github.com/fusesource/hawtjni/archive/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" - -DEPEND=">=virtual/jdk-1.8" -RDEPEND=">=virtual/jre-1.8" - -S="${WORKDIR}/hawtjni-${MY_P}/${PN}/src" -JAVA_SRC_DIR="main/java" - -src_install() { - java-pkg-simple_src_install - dodoc ../../{changelog,notice,readme}.md -}