From e5cb657df1275a9273bc4474b3444586003e2a70 Mon Sep 17 00:00:00 2001 From: Francesco Turco Date: Sun, 12 Aug 2018 18:47:07 +0200 Subject: 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(-) (limited to 'dev-db/hsqldb') 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 } -- cgit v1.2.3