commit: ac582bed33f8e50802763c078eb7ef2ab6fa4343 Author: Amy Liffey <amynka <AT> gentoo <DOT> org> AuthorDate: Sun Oct 28 15:23:26 2018 +0000 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org> CommitDate: Sun Oct 28 15:25:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac582bed
dev-libs/g-wrap: fix non existing src_uri Closes: https://bugs.gentoo.org/634136 Suggested-by: eroen <gentoo <AT> eroen.eu> Signed-off-by: Amy Liffey <amynka <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-libs/g-wrap/g-wrap-1.9.13.ebuild | 4 ++-- dev-libs/g-wrap/g-wrap-1.9.14.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/g-wrap/g-wrap-1.9.13.ebuild b/dev-libs/g-wrap/g-wrap-1.9.13.ebuild index c843ccce7a3..e204a071fc9 100644 --- a/dev-libs/g-wrap/g-wrap-1.9.13.ebuild +++ b/dev-libs/g-wrap/g-wrap-1.9.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,7 +7,7 @@ inherit eutils DESCRIPTION="A tool for exporting C libraries into Scheme" HOMEPAGE="http://www.nongnu.org/g-wrap/" -SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/${P}.tar.gz" +SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/old/${P}.tar.gz" KEYWORDS="amd64 ~hppa ppc ppc64 x86" SLOT="0" LICENSE="GPL-2" diff --git a/dev-libs/g-wrap/g-wrap-1.9.14.ebuild b/dev-libs/g-wrap/g-wrap-1.9.14.ebuild index 0ae72765296..189c24d4a7c 100644 --- a/dev-libs/g-wrap/g-wrap-1.9.14.ebuild +++ b/dev-libs/g-wrap/g-wrap-1.9.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,7 +7,7 @@ inherit autotools-utils DESCRIPTION="A tool for exporting C libraries into Scheme" HOMEPAGE="http://www.nongnu.org/g-wrap/" -SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/${P}.tar.gz" +SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/old/${P}.tar.gz" SLOT="0" LICENSE="GPL-2"
