commit: cce4ec920536ad9b38d92d6da4d800670f5410e7 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au> AuthorDate: Tue Mar 27 04:07:29 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Tue Mar 27 22:55:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce4ec92
dev-db/4store: replace dead SRC_URI and HOMEPAGE Bug: https://bugs.gentoo.org/626510 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7637 dev-db/4store/4store-1.1.5-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-db/4store/4store-1.1.5-r1.ebuild b/dev-db/4store/4store-1.1.5-r1.ebuild index 578726dd607..cbbefd39efa 100644 --- a/dev-db/4store/4store-1.1.5-r1.ebuild +++ b/dev-db/4store/4store-1.1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,10 +6,9 @@ EAPI="5" inherit eutils user DESCRIPTION="4store is an efficient, scalable and stable RDF database" -HOMEPAGE="http://4store.org/" -# http://4store.org/download/4store-v1.0.4.tar.gz +HOMEPAGE="https://4store.github.io/" MY_P="${PN}-v${PV}" -SRC_URI="http://4store.org/download/${MY_P}.tar.gz" +SRC_URI="https://4store.danielknoell.de/download/4store-v${PV}.tar.gz" LICENSE="GPL-3" SLOT="0"
