mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/hsqldb: update links in comments.
Closes: https://github.com/gentoo/gentoo/pull/9548
This commit is contained in:
committed by
Patrice Clement
parent
8d62023073
commit
e5cb657df1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user