Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/4store/
Date: Tue, 27 Mar 2018 22:59:49
Message-Id: 1522191304.cce4ec920536ad9b38d92d6da4d800670f5410e7.bman@gentoo
1 commit: cce4ec920536ad9b38d92d6da4d800670f5410e7
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Tue Mar 27 04:07:29 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 22:55:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce4ec92
7
8 dev-db/4store: replace dead SRC_URI and HOMEPAGE
9
10 Bug: https://bugs.gentoo.org/626510
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12 Closes: https://github.com/gentoo/gentoo/pull/7637
13
14 dev-db/4store/4store-1.1.5-r1.ebuild | 7 +++----
15 1 file changed, 3 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-db/4store/4store-1.1.5-r1.ebuild b/dev-db/4store/4store-1.1.5-r1.ebuild
18 index 578726dd607..cbbefd39efa 100644
19 --- a/dev-db/4store/4store-1.1.5-r1.ebuild
20 +++ b/dev-db/4store/4store-1.1.5-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -6,10 +6,9 @@ EAPI="5"
28 inherit eutils user
29
30 DESCRIPTION="4store is an efficient, scalable and stable RDF database"
31 -HOMEPAGE="http://4store.org/"
32 -# http://4store.org/download/4store-v1.0.4.tar.gz
33 +HOMEPAGE="https://4store.github.io/"
34 MY_P="${PN}-v${PV}"
35 -SRC_URI="http://4store.org/download/${MY_P}.tar.gz"
36 +SRC_URI="https://4store.danielknoell.de/download/4store-v${PV}.tar.gz"
37
38 LICENSE="GPL-3"
39 SLOT="0"