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 43DDC139695 for ; Tue, 20 Jun 2017 21:52:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66820E0EBE; Tue, 20 Jun 2017 21:52:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 346D5E0EBE for ; Tue, 20 Jun 2017 21:52:20 +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 263A1341723 for ; Tue, 20 Jun 2017 21:52:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AFD67488 for ; Tue, 20 Jun 2017 21:52:17 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1497995532.862bbcecf9aa2ec9b32c3ab28ab101518d4b1074.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jclasslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jclasslib/Manifest dev-java/jclasslib/jclasslib-3.0-r1.ebuild X-VCS-Directories: dev-java/jclasslib/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 862bbcecf9aa2ec9b32c3ab28ab101518d4b1074 X-VCS-Branch: master Date: Tue, 20 Jun 2017 21:52:17 +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-Archives-Salt: 37af0541-5025-41a5-983e-165711b85786 X-Archives-Hash: ee9e7315467381c75e4cd56df6156278 commit: 862bbcecf9aa2ec9b32c3ab28ab101518d4b1074 Author: Patrice Clement gentoo org> AuthorDate: Tue Jun 20 21:37:06 2017 +0000 Commit: Patrice Clement gentoo 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." -}