summaryrefslogtreecommitdiff
path: root/games-puzzle/pauker/files
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/pauker/files')
-rw-r--r--games-puzzle/pauker/files/pauker-1.8-javadoc.patch34
-rw-r--r--games-puzzle/pauker/files/pauker-1.8-r3-project.properties.patch24
-rw-r--r--games-puzzle/pauker/files/pauker_bundledjars.patch14
3 files changed, 34 insertions, 38 deletions
diff --git a/games-puzzle/pauker/files/pauker-1.8-javadoc.patch b/games-puzzle/pauker/files/pauker-1.8-javadoc.patch
new file mode 100644
index 000000000000..ab87fe73c723
--- /dev/null
+++ b/games-puzzle/pauker/files/pauker-1.8-javadoc.patch
@@ -0,0 +1,34 @@
+#829503
+--- a/src/pauker/program/gui/swing/LineLabeler.java
++++ b/src/pauker/program/gui/swing/LineLabeler.java
+@@ -25,7 +25,7 @@ import javax.swing.text.JTextComponent;
+
+ /**
+ * A panel for labelling the Pauker import dialog
+- * @author Ronny Standtke <Ronny.Standtke@gmx.net>
++ * @author Ronny Standtke
+ */
+ public class LineLabeler extends JPanel implements DocumentListener {
+
+--- a/src/pauker/program/Card.java
++++ b/src/pauker/program/Card.java
+@@ -118,7 +118,7 @@ public class Card {
+ /**
+ * sets if the card is learned or not
+ * @param learned if true the cards state is set to learned and the current date is used as
+- * </CODE>learnedDate</CODE>
++ * <CODE>learnedDate</CODE>
+ */
+ public void setLearned(boolean learned) {
+ frontSide.setLearned(learned);
+LongTermBatch.java:101: error: @param name not found
+--- a/src/pauker/program/LongTermBatch.java
++++ b/src/pauker/program/LongTermBatch.java
+@@ -98,7 +98,6 @@ public class LongTermBatch extends Batch {
+ }
+
+ /** gets an expired card
+- * @param i the index of the expired card
+ * @return the expired card
+ */
+ public Card getOldestExpiredCard() {
diff --git a/games-puzzle/pauker/files/pauker-1.8-r3-project.properties.patch b/games-puzzle/pauker/files/pauker-1.8-r3-project.properties.patch
deleted file mode 100644
index b063b1055621..000000000000
--- a/games-puzzle/pauker/files/pauker-1.8-r3-project.properties.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/nbproject/project.properties b/nbproject/project.properties
-index 02aef46..edca271 100644
---- a/nbproject/project.properties
-+++ b/nbproject/project.properties
-@@ -37,8 +37,8 @@ javac.classpath=\
- # Space-separated list of extra javac options
- javac.compilerargs=-Xlint:all,-serial
- javac.deprecation=true
--javac.source=1.5
--javac.target=1.5
-+javac.source=1.8
-+javac.target=1.8
- javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}:\
-@@ -64,7 +64,7 @@ jnlp.signed=false
- main.class=pauker.program.gui.swing.PaukerFrame
- manifest.file=manifest.mf
- meta.inf.dir=${src.dir}/META-INF
--platform.active=JDK_1.5
-+platform.active=JDK_1.8
- run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
diff --git a/games-puzzle/pauker/files/pauker_bundledjars.patch b/games-puzzle/pauker/files/pauker_bundledjars.patch
deleted file mode 100644
index bebcbd088b12..000000000000
--- a/games-puzzle/pauker/files/pauker_bundledjars.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/build.xml.orig 2008-11-24 20:24:55.000000000 +1300
-+++ b/build.xml 2008-11-24 20:25:33.000000000 +1300
-@@ -88,11 +88,6 @@
- basedir="build/classes/"
- includes="pauker/**,tools/**"
- excludes="pauker/Changes.txt,pauker/TODO.txt,**/*BeanInfo*,**/GraphicalStatisticPanel.gif">
-- <zipfileset src="${libs.swing-layout.classpath}"/>
-- <zipfileset src="libs/jhall.jar" excludes="META-INF/**"/>
-- <zipfileset src="libs/lucene-core-2.4.0.jar" excludes="META-INF/**"/>
-- <zipfileset src="libs/BrowserLauncher2-1_3.jar"
-- excludes="META-INF/**,classes/,source/,package?cache/,.**,*.txt,build.xml"/>
- <manifest>
- <attribute name="Main-Class" value="pauker.program.gui.swing.PaukerFrame"/>
- <attribute name="SplashScreen-Image" value="pauker/icons/Splash.png"/>