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 5F48D1396D0 for ; Mon, 14 Aug 2017 21:51:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4E391FC048; Mon, 14 Aug 2017 21:51:08 +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 72C481FC046 for ; Mon, 14 Aug 2017 21:51:08 +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 5D71434171D for ; Mon, 14 Aug 2017 21:51:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBF6B783A for ; Mon, 14 Aug 2017 21:51:05 +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: <1502747444.3af4eb2bd544fb9aaa82a1f856623ea623851bea.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jclasslib/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jclasslib/files/3.0-browser.patch dev-java/jclasslib/files/3.0-pre dev-java/jclasslib/files/jclasslib-3.0-buildxml.patch X-VCS-Directories: dev-java/jclasslib/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 3af4eb2bd544fb9aaa82a1f856623ea623851bea X-VCS-Branch: master Date: Mon, 14 Aug 2017 21:51:05 +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: 8ec8a720-3d8a-4b2c-ba95-60d901f4153c X-Archives-Hash: af782db7fd7ab28f2bf822e92b44353e commit: 3af4eb2bd544fb9aaa82a1f856623ea623851bea Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Mon Aug 14 08:28:59 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Aug 14 21:50:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af4eb2b dev-java/jclasslib: remove unused patches/file. dev-java/jclasslib/files/3.0-browser.patch | 12 ------------ dev-java/jclasslib/files/3.0-pre | 1 - dev-java/jclasslib/files/jclasslib-3.0-buildxml.patch | 15 --------------- 3 files changed, 28 deletions(-) diff --git a/dev-java/jclasslib/files/3.0-browser.patch b/dev-java/jclasslib/files/3.0-browser.patch deleted file mode 100644 index 33635d693e7..00000000000 --- a/dev-java/jclasslib/files/3.0-browser.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur jclasslib.old/src/org/gjt/jclasslib/browser/BrowserMDIFrame.java jclasslib/src/org/gjt/jclasslib/browser/BrowserMDIFrame.java ---- jclasslib.old/src/org/gjt/jclasslib/browser/BrowserMDIFrame.java 2007-02-27 22:37:56.000000000 +0200 -+++ jclasslib/src/org/gjt/jclasslib/browser/BrowserMDIFrame.java 2007-02-27 22:47:48.000000000 +0200 -@@ -633,7 +633,7 @@ - if (System.getProperty("os.name").startsWith("Windows")) { - commandLine = "rundll32.exe url.dll,FileProtocolHandler " + urlSpec; - } else { -- commandLine = "netscape " + urlSpec; -+ commandLine = System.getProperty("gentoo.browser", "firefox") + " " + urlSpec; - } - try { - Runtime.getRuntime().exec(commandLine); diff --git a/dev-java/jclasslib/files/3.0-pre b/dev-java/jclasslib/files/3.0-pre deleted file mode 100644 index b84f5b9d705..00000000000 --- a/dev-java/jclasslib/files/3.0-pre +++ /dev/null @@ -1 +0,0 @@ -[[ ${BROWSER} ]] && gjl_java_args="${gjl_java_args} -Dgentoo.browser=${BROWSER}" diff --git a/dev-java/jclasslib/files/jclasslib-3.0-buildxml.patch b/dev-java/jclasslib/files/jclasslib-3.0-buildxml.patch deleted file mode 100644 index 3ca3d0d0f16..00000000000 --- a/dev-java/jclasslib/files/jclasslib-3.0-buildxml.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- build.xml.orig 2005-05-16 14:43:46.000000000 +0200 -+++ build.xml 2005-05-16 14:44:27.000000000 +0200 -@@ -59,10 +59,10 @@ - - - -- -+ - - -