diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2018-03-23 16:43:44 -0400 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2018-03-23 16:43:44 -0400 |
commit | 114177d63df112e931fcb8dc5d674466152009ff (patch) | |
tree | 981662405ccceacdb72743d9201e7adbf0f8d4bd /app-misc | |
parent | dev-lang/sassc: sync live ebuild (diff) | |
download | gentoo-114177d63df112e931fcb8dc5d674466152009ff.tar.gz gentoo-114177d63df112e931fcb8dc5d674466152009ff.tar.bz2 gentoo-114177d63df112e931fcb8dc5d674466152009ff.zip |
app-misc/gcstar: change SRC_URI to dev.gentoo.org - bug #634500
Gna! has been permanently shut down; GCstar upstream is inactive and
hasn't rehosted the source tarballs.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gcstar/gcstar-1.7.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/gcstar/gcstar-1.7.0.ebuild b/app-misc/gcstar/gcstar-1.7.0.ebuild index 7d283d97551b..0eb9c9eb8cc6 100644 --- a/app-misc/gcstar/gcstar-1.7.0.ebuild +++ b/app-misc/gcstar/gcstar-1.7.0.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="4" @@ -7,7 +7,9 @@ inherit eutils fdo-mime gnome2-utils DESCRIPTION="Manage your collections of movies, games, books, music and more" HOMEPAGE="http://www.gcstar.org/" -SRC_URI="http://download.gna.org/gcstar/${P}.tar.gz" +# Gna permanently shut down in May 2017 +# Original SRC_URI was http://download.gna.org/gcstar/${P}.tar.gz +SRC_URI="https://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |