summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-12-24 14:01:38 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-12-24 14:03:20 +0000
commit342c4043a44d8412a4331c0513e9c2db17054add (patch)
treec705e8dd42a51b43d247a0e2f3051c38796a3fbb /dev-java/jdbc-mysql/files
parentdev-java/jsr322: Initial import. (diff)
downloadgentoo-342c4043a44d8412a4331c0513e9c2db17054add.tar.gz
gentoo-342c4043a44d8412a4331c0513e9c2db17054add.tar.bz2
gentoo-342c4043a44d8412a4331c0513e9c2db17054add.zip
dev-java/jdbc-mysql: Clean up old.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/jdbc-mysql/files')
-rw-r--r--dev-java/jdbc-mysql/files/5.1.11-java6.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-java/jdbc-mysql/files/5.1.11-java6.patch b/dev-java/jdbc-mysql/files/5.1.11-java6.patch
deleted file mode 100644
index 1e3c21d16612..000000000000
--- a/dev-java/jdbc-mysql/files/5.1.11-java6.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- build.xml.orig 2010-01-20 19:45:30.000000000 +0100
-+++ build.xml 2010-02-13 00:34:30.000000000 +0100
-@@ -124,7 +124,7 @@
- </if>
- </target>
-
-- <target name="init" depends="-compiler-check, -init-copy, -init-no-crypto">
-+ <target name="init" depends="-init-copy, -init-no-crypto">
- <!-- If we're building under cruise control, update ourself -->
-
- <if>
-@@ -746,7 +746,8 @@
- <javac sourcepath="" srcdir="${buildDir}/${fullProdName}"
- destdir="${compiler.output}"
- deprecation="off"
-- debug="${debug.enable}">
-+ debug="${debug.enable}"
-+ bootclasspath="${gentoo.bootclasspath}">
- <include name="**/*.java" />
- <exclude name="testsuite/**" />
- <exclude name="com/mysql/jdbc/integration/**" />
-@@ -763,11 +764,7 @@
- <javac destdir="${compiler.output}"
- deprecation="off"
- debug="${debug.enable}"
-- fork="yes"
-- executable="${com.mysql.jdbc.java6.javac}"
-- compiler="modern"
-- sourcepath="" srcdir="${buildDir}/${fullProdName}"
-- bootclasspath="${com.mysql.jdbc.java6.rtjar}">
-+ sourcepath="" srcdir="${buildDir}/${fullProdName}">
- <include name="**/JDBC4*.java" />
- <include name="com/mysql/jdbc/exceptions/jdbc4/*" />
-