Skip to content

Commit

Permalink
dev-db/4store: replace dead SRC_URI and HOMEPAGE
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/626510
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: gentoo#7637
  • Loading branch information
davidhicks authored and FuzzyGophers committed Mar 27, 2018
1 parent 5704932 commit cce4ec9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dev-db/4store/4store-1.1.5-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

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"
Expand Down

0 comments on commit cce4ec9

Please sign in to comment.