commit:     78e63a4d2347963251655d1d796c712984e2cadf
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Sat Jan 21 18:37:15 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 22:36:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e63a4d

net-nds/jxplorer: remove unused patch/file

Closes: https://github.com/gentoo/gentoo/pull/3583

 net-nds/jxplorer/files/3.2-com.ca.level.patch | 20 -------------------
 net-nds/jxplorer/files/jxplorer-pre-r1        | 28 ---------------------------
 2 files changed, 48 deletions(-)

diff --git a/net-nds/jxplorer/files/3.2-com.ca.level.patch 
b/net-nds/jxplorer/files/3.2-com.ca.level.patch
deleted file mode 100644
index 0f2fabe..00000000
--- a/net-nds/jxplorer/files/3.2-com.ca.level.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/jxplorer/src/com/ca/directory/jxplorer/JXplorer.java 
b/jxplorer/src/com/ca/directory/jxplorer/JXplorer.java
-index a36110c..0b748f5 100644
---- a/jxplorer/src/com/ca/directory/jxplorer/JXplorer.java
-+++ b/jxplorer/src/com/ca/directory/jxplorer/JXplorer.java
-@@ -584,7 +584,7 @@ public class
- 
-         setDefaultProperty(".level", "WARNING", "(java loggin variable) - 
allowable values are 'OFF', 'SEVERE', 'WARNING', 'INFO', 'FINE', 'FINER', 
'FINEST' and 'ALL'");
- 
--        setDefaultProperty("com.ca.level", "UNUSED", " (java loggin variable) 
partial logging is also available.  Be warned that the Sun logging system is a 
very buggy partial reimplementation of log4j, and doesn't seem to do 
inheritance well.");
-+        setDefaultProperty("com.ca.level", "WARNING", " (java loggin 
variable) partial logging is also available.  Be warned that the Sun logging 
system is a very buggy partial reimplementation of log4j, and doesn't seem to 
do inheritance well.");
- 
- 
-         //setDefaultProperty("logging", "console");
-@@ -1986,4 +1986,4 @@ public class
-     {
-         return buttonRegister;
-     }
--}
-\ No newline at end of file
-+}

diff --git a/net-nds/jxplorer/files/jxplorer-pre-r1 
b/net-nds/jxplorer/files/jxplorer-pre-r1
deleted file mode 100644
index f96aad6..00000000
--- a/net-nds/jxplorer/files/jxplorer-pre-r1
+++ /dev/null
@@ -1,28 +0,0 @@
-jxplorer_home=@GENTOO_PORTAGE_EPREFIX@/usr/share/jxplorer/
-
-home="${HOME}/.jxplorer"
-
-if [ ! -d "${home}" ]; then
-       mkdir -v "${home}"
-       cp -v ${jxplorer_home}/connections.txt "${home}"
-fi
-
-try_create() {
-       [[ ! -f "${1}" ]] && touch "${1}"
-}
-
-if [ -d ${HOME}/.jxplorer ]; then
-       try_create "${home}/dxconfig.txt"
-       try_create "${home}/jxplorer.log"
-       if [ ! -f ${HOME}/.jxplorer/connections.txt ]; then
-               cp -v ${jxplorer_home}/connections.txt ${HOME}/.jxplorer
-       fi
-       for subdir in htmldocs icons images templates; do
-               [[ ! -e "${home}/${subdir}" ]] && \
-                       ln -vs "${jxplorer_home}/${subdir}" "${home}/${subdir}"
-       done
-       if [ ! -e "${home}/security" ] ; then
-               cp -Rv "${jxplorer_home}/security" "${home}"
-       fi
-fi
-

Reply via email to