commit:     df77b0551001270d92119b562db64022595e1174
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 18:58:38 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 18:58:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df77b055

dev-java/hawtjni-runtime: removed obsolete 1.10

Bug: https://bugs.gentoo.org/786111
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/hawtjni-runtime/Manifest                  |  1 -
 .../hawtjni-runtime/hawtjni-runtime-1.10.ebuild    | 29 ----------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-java/hawtjni-runtime/Manifest 
b/dev-java/hawtjni-runtime/Manifest
index 047926fe1f6..fb744589928 100644
--- a/dev-java/hawtjni-runtime/Manifest
+++ b/dev-java/hawtjni-runtime/Manifest
@@ -1,2 +1 @@
-DIST hawtjni-project-1.10.tar.gz 1602839 BLAKE2B 
7a6a37c4c208906fc7718bbd1aec566bb2392ef0e0dc082aa552127e97af896ad39b2ecfcd124ac370593daecd69185c184838fafc374173320beee72d87fccb
 SHA512 
3bd94d20bf2d8953c60753aa404077c96c93704c2bd5bebfb5fe790fc29e15d97f6172706f06cea13c4806b652405ccfef824cccf76ff018dafb7262ff845490
 DIST hawtjni-project-1.15.tar.gz 1606236 BLAKE2B 
52357dbefde43ec82cf218ada90642d118ebaa6a6be173cc1f4f48377fda95b902f0a90dfb60822c02c144b9bf13d0800c94d67cc2f9c76e607bbbb80a80898e
 SHA512 
1a93658bf8621c770cf97b546c6a5c0cf1821b06cb16dbc872ad0c830c599d3947ffe56b4cca16217a510d4e929ebcfc5eabdf4ad4364f5225b53d22c7d48abb

diff --git a/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild 
b/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild
deleted file mode 100644
index a3f08d3ca88..00000000000
--- a/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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.5"
-RDEPEND=">=virtual/jre-1.5"
-
-S="${WORKDIR}/hawtjni-${MY_P}/${PN}/src"
-JAVA_SRC_DIR="main/java"
-
-src_install() {
-       java-pkg-simple_src_install
-       dodoc ../../{changelog,notice,readme}.md
-}

Reply via email to