commit: e5cb657df1275a9273bc4474b3444586003e2a70 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm> AuthorDate: Sun Aug 12 16:47:07 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Aug 20 09:45:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cb657d
dev-db/hsqldb: update links in comments. Closes: https://github.com/gentoo/gentoo/pull/9548 dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild | 6 +++--- 1 file 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 3a136fca231..4a22787f84f 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 }