summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Köster <fabian.koester@bringnow.com>2015-10-28 16:11:20 +0100
committerFabian Köster <fabian.koester@bringnow.com>2015-10-28 16:11:20 +0100
commit76a796ab5634dbb10e57822e127bf155b707663c (patch)
treed27b5c3c74dc523bdb1d0966ba38a48cd61bb7e9 /app-office/hibiscus/files/1.12.2-hbci4java-api.patch
parentFix dev-java/h2 SRC_URI (see bug https://bugs.gentoo.org/show_bug.cgi?id=463732) (diff)
downloadhibiscus-76a796ab5634dbb10e57822e127bf155b707663c.tar.gz
hibiscus-76a796ab5634dbb10e57822e127bf155b707663c.tar.bz2
hibiscus-76a796ab5634dbb10e57822e127bf155b707663c.zip
Major cleanup and add compiling live ebuilds
Diffstat (limited to 'app-office/hibiscus/files/1.12.2-hbci4java-api.patch')
-rw-r--r--app-office/hibiscus/files/1.12.2-hbci4java-api.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-office/hibiscus/files/1.12.2-hbci4java-api.patch b/app-office/hibiscus/files/1.12.2-hbci4java-api.patch
deleted file mode 100644
index c6f7096..0000000
--- a/app-office/hibiscus/files/1.12.2-hbci4java-api.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Index: hibiscus/src/de/willuhn/jameica/hbci/io/MT940UmsatzImporter.java
-===================================================================
---- hibiscus.orig/src/de/willuhn/jameica/hbci/io/MT940UmsatzImporter.java
-+++ hibiscus/src/de/willuhn/jameica/hbci/io/MT940UmsatzImporter.java
-@@ -246,11 +246,13 @@ public class MT940UmsatzImporter impleme
- public boolean onlyBPDGVs() {return false;}
- public boolean needUserKeys() {return false;}
- public boolean needInstKeys() {return false;}
-+ public boolean needDigKey() {return false;}
- public boolean isSupported() {return false;}
- public boolean hasMySigKey() {return false;}
- public boolean hasMyEncKey() {return false;}
- public boolean hasInstSigKey() {return false;}
- public boolean hasInstEncKey() {return false;}
-+ public boolean hasInstDigKey() {return false;}
- public String getUserId() {return null;}
- public String getUPDVersion() {return null;}
- public Properties getUPD() {return null;}
-@@ -288,6 +290,7 @@ public class MT940UmsatzImporter impleme
- public void clearUPD() {}
- public void clearInstSigKey() {}
- public void clearInstEncKey() {}
-+ public void clearInstDigKey() {}
- public void clearBPD(){}
- public void changePassphrase(){}
- };
-@@ -356,4 +359,4 @@ public class MT940UmsatzImporter impleme
- * Revision 1.1 2006/01/17 00:22:36 willuhn
- * @N erster Code fuer Swift MT940-Import
- *
-- ******************************************************************************/
-\ No newline at end of file
-+ ******************************************************************************/