Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/g-wrap/
Date: Sun, 28 Oct 2018 15:27:34
Message-Id: 1540740349.ac582bed33f8e50802763c078eb7ef2ab6fa4343.amynka@gentoo
1 commit: ac582bed33f8e50802763c078eb7ef2ab6fa4343
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 28 15:23:26 2018 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 15:25:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac582bed
7
8 dev-libs/g-wrap: fix non existing src_uri
9
10 Closes: https://bugs.gentoo.org/634136
11 Suggested-by: eroen <gentoo <AT> eroen.eu>
12 Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
13 Package-Manager: Portage-2.3.49, Repoman-2.3.11
14
15 dev-libs/g-wrap/g-wrap-1.9.13.ebuild | 4 ++--
16 dev-libs/g-wrap/g-wrap-1.9.14.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-libs/g-wrap/g-wrap-1.9.13.ebuild b/dev-libs/g-wrap/g-wrap-1.9.13.ebuild
20 index c843ccce7a3..e204a071fc9 100644
21 --- a/dev-libs/g-wrap/g-wrap-1.9.13.ebuild
22 +++ b/dev-libs/g-wrap/g-wrap-1.9.13.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=4
29 @@ -7,7 +7,7 @@ inherit eutils
30
31 DESCRIPTION="A tool for exporting C libraries into Scheme"
32 HOMEPAGE="http://www.nongnu.org/g-wrap/"
33 -SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/${P}.tar.gz"
34 +SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/old/${P}.tar.gz"
35 KEYWORDS="amd64 ~hppa ppc ppc64 x86"
36 SLOT="0"
37 LICENSE="GPL-2"
38
39 diff --git a/dev-libs/g-wrap/g-wrap-1.9.14.ebuild b/dev-libs/g-wrap/g-wrap-1.9.14.ebuild
40 index 0ae72765296..189c24d4a7c 100644
41 --- a/dev-libs/g-wrap/g-wrap-1.9.14.ebuild
42 +++ b/dev-libs/g-wrap/g-wrap-1.9.14.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=4
49 @@ -7,7 +7,7 @@ inherit autotools-utils
50
51 DESCRIPTION="A tool for exporting C libraries into Scheme"
52 HOMEPAGE="http://www.nongnu.org/g-wrap/"
53 -SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/${P}.tar.gz"
54 +SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/old/${P}.tar.gz"
55
56 SLOT="0"
57 LICENSE="GPL-2"