summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Turco <fturco@fastmail.fm>2018-08-12 18:47:07 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-08-20 11:45:04 +0200
commite5cb657df1275a9273bc4474b3444586003e2a70 (patch)
tree57edb3b36b28a9745aa0345a84718b6683c01905
parentdev-lang/gdl: update link in comments. (diff)
downloadgentoo-e5cb657df1275a9273bc4474b3444586003e2a70.tar.gz
gentoo-e5cb657df1275a9273bc4474b3444586003e2a70.tar.bz2
gentoo-e5cb657df1275a9273bc4474b3444586003e2a70.zip
dev-db/hsqldb: update links in comments.
Closes: https://github.com/gentoo/gentoo/pull/9548
-rw-r--r--dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild b/dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild
index 3a136fca2315..4a22787f84f7 100644
--- a/dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild
+++ b/dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -64,8 +64,8 @@ java_prepare() {
cp "${FILESDIR}/sqltool.rc" conf/ || die
# Missing source file - needed for tests
- # http://hsqldb.cvs.sourceforge.net/*checkout*/hsqldb/hsqldb-dev/src/org/hsqldb/lib/StringComparator.java?revision=1.1&pathrev=hsqldb_1_8_0_10
- # https://sourceforge.net/tracker/index.php?func=detail&aid=2008754&group_id=23316&atid=378131
+ # https://sourceforge.net/p/hsqldb/svn/HEAD/tree/base/trunk/src/org/hsqldb/lib/StringComparator.java
+ # https://sourceforge.net/p/hsqldb/bugs/815/
cp "${FILESDIR}/StringComparator.java" src/org/hsqldb/lib || die
cp "${FILESDIR}/TestBug1191815.java" src/org/hsqldb/test/ || die
}