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/files/
Date: Mon, 14 Aug 2017 21:51:05 +0000 (UTC)	[thread overview]
Message-ID: <1502747444.3af4eb2bd544fb9aaa82a1f856623ea623851bea.monsieurp@gentoo> (raw)

commit:     3af4eb2bd544fb9aaa82a1f856623ea623851bea
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Aug 14 08:28:59 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> 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 @@
-     <pathelement location="${lib-compile.dir}/java.jar"/>
-   </path>
- 
--  <taskdef name="makenbm" classname="org.netbeans.nbbuild.MakeNBM" classpath="${lib-compile.dir}/antnbm.jar"/>
-+  <!-- <taskdef name="makenbm" classname="org.netbeans.nbbuild.MakeNBM" classpath="${lib-compile.dir}/antnbm.jar"/>
-   <taskdef name="install4j"
-     classname="com.install4j.Install4JTask"
--    classpath="/opt/install4j/bin/install4j.jar:/Program Files/install4j/bin/install4j.jar:/Programme/install4j/bin/install4j.jar"/>
-+    classpath="/opt/install4j/bin/install4j.jar:/Program Files/install4j/bin/install4j.jar:/Programme/install4j/bin/install4j.jar"/> -->
- 
-   <!-- Make all standard directories -->
-   <target name="init">


                 reply	other threads:[~2017-08-14 21:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1502747444.3af4eb2bd544fb9aaa82a1f856623ea623851bea.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