dev-db/hsqldb: update links in comments.

Closes: https://github.com/gentoo/gentoo/pull/9548
This commit is contained in:
Francesco Turco
2018-08-12 18:47:07 +02:00
committed by Patrice Clement
parent 8d62023073
commit e5cb657df1

View File

@@ -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
}