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 6741A13946D for ; Mon, 9 Aug 2021 05:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F465E08E0; Mon, 9 Aug 2021 05:31:46 +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 F0AADE08ED for ; Mon, 9 Aug 2021 05:31:45 +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 7D398342A90 for ; Mon, 9 Aug 2021 05:31:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11219865 for ; Mon, 9 Aug 2021 05:31:43 +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: <1628487071.7052704bb5d89da5ea679352ecd2e8deeaf67b77.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jimi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/sun-jimi/Manifest dev-java/sun-jimi/metadata.xml dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild X-VCS-Directories: dev-java/sun-jimi/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 7052704bb5d89da5ea679352ecd2e8deeaf67b77 X-VCS-Branch: master Date: Mon, 9 Aug 2021 05:31:43 +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: 51ac01b2-e8f0-49b2-8da5-158f0aaa9f88 X-Archives-Hash: cbe5c96e4a3e008593c8ecc35d369853 commit: 7052704bb5d89da5ea679352ecd2e8deeaf67b77 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sun Aug 8 10:25:26 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Aug 9 05:31:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7052704b dev-java/sun-jimi: remove last rited package Closes: https://bugs.gentoo.org/786852 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Miroslav Šulc gentoo.org> dev-java/sun-jimi/Manifest | 1 - dev-java/sun-jimi/metadata.xml | 19 ------------- dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild | 49 -------------------------------- 3 files changed, 69 deletions(-) diff --git a/dev-java/sun-jimi/Manifest b/dev-java/sun-jimi/Manifest deleted file mode 100644 index e3e08403373..00000000000 --- a/dev-java/sun-jimi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jimi1_0.zip 3880977 BLAKE2B b286cdc725cad2037d19bb188145ca0cd0799993011a8f22aa671e8807afd96dd3a9f3035a82dff9823ccba503e711db6b2ef377fc039c7050fc105655114ce6 SHA512 28ae3b3044910fca80dbdf23fee5f0d050df64ef48a09c41a836f3ff78365258c747f69a958579abda68d6d6f1c6b6a3ea5e960d36f2199afdb06258a25173d5 diff --git a/dev-java/sun-jimi/metadata.xml b/dev-java/sun-jimi/metadata.xml deleted file mode 100644 index 74ea6711cb2..00000000000 --- a/dev-java/sun-jimi/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - java@gentoo.org - Java - - - - -Jimi is a class library for managing images. Its primary function is image I/O. -Jimi was formerly a product of Activated Intelligence. Sun is making it -available for developers who have code with dependencies on Jimi or for those -who need image I/O functionality in applications running under 1.1.x versions of -the Java Platform. - - - diff --git a/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild b/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild deleted file mode 100644 index 23519e269b4..00000000000 --- a/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="doc" - -inherit java-pkg-2 - -DESCRIPTION="Jimi is a class library for managing images" -HOMEPAGE="http://www.oracle.com/technetwork/java/index.html" -SRC_URI="jimi1_0.zip" - -LICENSE="Oracle-BCLA-JavaSE" -SLOT="0" -KEYWORDS="amd64 ppc64 x86" -IUSE="" - -RDEPEND=">=virtual/jre-1.3" -DEPEND=">=virtual/jdk-1.3 - app-arch/unzip" - -RESTRICT="bindist fetch" - -S=${WORKDIR}/Jimi - -pkg_nofetch() { - local download_url="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-client-419417.html#7259-jimi_sdk-1.0-oth-JPR" - einfo "Please download ${A} from the following url and place it into your" - einfo "DISTDIR directory:" - einfo "${download_url} " -} - -java_prepare() { - rm -r src/classes/* || die -} - -src_compile() { - cd "${S}/src" - ejavac -classpath . -d classes $(cat main_classes.txt) || die "failes to compile" - jar -cf ${PN}.jar -C classes . || die "failed to create jar" -} - -src_install() { - java-pkg_dojar src/${PN}.jar - - dodoc Readme - use doc && java-pkg_dohtml -r docs/* -}