public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jclasslib/
Date: Tue, 20 Jun 2017 21:52:17 +0000 (UTC)	[thread overview]
Message-ID: <1497995532.862bbcecf9aa2ec9b32c3ab28ab101518d4b1074.monsieurp@gentoo> (raw)

commit:     862bbcecf9aa2ec9b32c3ab28ab101518d4b1074
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 21:37:06 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 21:52:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862bbcec

dev-java/jclasslib: clean up old.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/jclasslib/Manifest                |  1 -
 dev-java/jclasslib/jclasslib-3.0-r1.ebuild | 46 ------------------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-java/jclasslib/Manifest b/dev-java/jclasslib/Manifest
index b462fd35704..fc7fe9440f3 100644
--- a/dev-java/jclasslib/Manifest
+++ b/dev-java/jclasslib/Manifest
@@ -1,2 +1 @@
 DIST jclasslib-3.1.tar.gz 4630493 SHA256 60186b7b613b31eb6260be00c56d28e5cd68ee964b9dc704fd0735db83bfa648 SHA512 5c44043eb30ab32110097ef6b52f459bf4d512db71efc79aae99fdb6b9db740a7be1e6a59f6e3a233a3b303933ed90fe482c6b9c81d76de93af6c9724aad41dc WHIRLPOOL 1a13025507463a148378152d13d2348ecbf08bde13c0bbe9aae4492111e9e90036020561bd8287fdd818fe4522682a61d0791b4c601c79c06b46a1c90a1fa400
-DIST jclasslib_unix_3_0.tar.gz 1774938 SHA256 eec6d971b913802904e1f76758ff9b739680489bdaced18543a359308390405c SHA512 0bd46f5a1c837f888d9b570f49085bb04d71e401d89b74880bd4af765cf27493b56e17ff065b155672bf6de6edb14006c619b3afe8bc6c488dc16e2fc97131ab WHIRLPOOL c15bf9a2457b72c517c83109b8cf1c88a4d0343d3f7a82de40e20f63d518ece9f53255181e9e5cf04cae640a663bb10e7c33049bfbbd8c05a792407ae1a2db9b

diff --git a/dev-java/jclasslib/jclasslib-3.0-r1.ebuild b/dev-java/jclasslib/jclasslib-3.0-r1.ebuild
deleted file mode 100644
index 7334028b247..00000000000
--- a/dev-java/jclasslib/jclasslib-3.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-JAVA_PKG_IUSE="doc source"
-
-inherit eutils java-pkg-2 java-ant-2
-
-MY_PV=${PV/./_}
-DESCRIPTION="A bytecode viewer is a tool"
-HOMEPAGE="http://www.ej-technologies.com/products/jclasslib/overview.html"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_unix_${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	rm -v bin/*.jar lib-compile/*.jar .install4j/*.jar || die
-	epatch "${FILESDIR}/${PN}-3.0-buildxml.patch"
-	epatch "${FILESDIR}/3.0-browser.patch"
-}
-
-src_install() {
-	java-pkg_dojar build/${PN}.jar
-
-	#-pre relies on -java_args not being used
-	#if you need that, patch java-utils-2.eclass
-	java-pkg_dolauncher ${PN} \
-		-pre "${FILESDIR}/3.0-pre"
-
-	# has stuff other than javadoc too
-	use doc && java-pkg_dohtml -r doc/*
-	use source && java-pkg_dosrc src/*
-}
-
-pkg_postinst() {
-	elog "jclasslib by default uses firefox as the browser."
-	elog "Use the BROWSER environment variable to use something else."
-}


             reply	other threads:[~2017-06-20 21:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-20 21:52 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-01  9:56 [gentoo-commits] repo/gentoo:master commit in: dev-java/jclasslib/ Miroslav Šulc
2024-09-01  7:10 Sam James
2024-09-01  7:10 Sam James
2024-08-02 12:50 Miroslav Šulc
2022-04-23  7:05 Miroslav Šulc
2022-04-22 18:10 Arthur Zamarin
2022-04-22 18:10 Arthur Zamarin
2022-03-16 22:29 Sam James
2021-10-11 23:28 Sam James
2021-10-10 23:50 Sam James
2017-06-20 21:52 Patrice Clement
2017-03-17 22:59 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1497995532.862bbcecf9aa2ec9b32c3ab28ab101518d4b1074.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox