summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-11-03 23:00:31 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-11-03 23:02:02 +0000
commit84f8bd3ec8f38baaa3ac37ee18328cf81f446020 (patch)
tree3003cc3cc1eb3b1cfe2d3f95b02d228edc8a2c8d /dev-java/ini4j/files
parentdev-java/commons-chain: Set SLOT to 0. (diff)
downloadgentoo-84f8bd3ec8f38baaa3ac37ee18328cf81f446020.tar.gz
gentoo-84f8bd3ec8f38baaa3ac37ee18328cf81f446020.tar.bz2
gentoo-84f8bd3ec8f38baaa3ac37ee18328cf81f446020.zip
dev-java/ini4j: Initial import. Fixes bug 207950.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/ini4j/files')
-rw-r--r--dev-java/ini4j/files/ini4j-0.5.1-remove.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-java/ini4j/files/ini4j-0.5.1-remove.patch b/dev-java/ini4j/files/ini4j-0.5.1-remove.patch
new file mode 100644
index 000000000000..60a1195d4288
--- /dev/null
+++ b/dev-java/ini4j/files/ini4j-0.5.1-remove.patch
@@ -0,0 +1,22 @@
+--- org/ini4j/Profile.java.orig 2015-11-03 22:49:34.854486000 +0000
++++ org/ini4j/Profile.java 2015-11-03 22:49:53.412486000 +0000
+@@ -43,7 +43,7 @@
+
+ Section remove(Profile.Section section);
+
+- String remove(Object sectionName, Object optionName);
++ String removeString(Object sectionName, Object optionName);
+
+ interface Section extends OptionMap
+ {
+--- org/ini4j/BasicProfile.java.orig 2015-11-03 22:50:28.101486000 +0000
++++ org/ini4j/BasicProfile.java 2015-11-03 22:51:09.338486000 +0000
+@@ -138,7 +138,7 @@
+ return remove((Object) section.getName());
+ }
+
+- @Override public String remove(Object sectionName, Object optionName)
++ @Override public String removeString(Object sectionName, Object optionName)
+ {
+ Section sec = get(sectionName);
+