Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffball/
Date: Tue, 09 Apr 2019 12:06:24
Message-Id: 1554811554.ecd09e55dda14740e2783f40b6c10f15da653ddc.monsieurp@gentoo
1 commit: ecd09e55dda14740e2783f40b6c10f15da653ddc
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 7 18:00:45 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 12:05:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd09e55
7
8 dev-util/diffball: update SRC_URI, HOMEPAGE, metadata.xml.
9
10 Closes: https://bugs.gentoo.org/680560
11 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/11631
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 dev-util/diffball/diffball-1.0.1.ebuild | 6 +++---
16 dev-util/diffball/metadata.xml | 1 +
17 2 files changed, 4 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-util/diffball/diffball-1.0.1.ebuild b/dev-util/diffball/diffball-1.0.1.ebuild
20 index 0902b00c14f..52aa5e99dd0 100644
21 --- a/dev-util/diffball/diffball-1.0.1.ebuild
22 +++ b/dev-util/diffball/diffball-1.0.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -6,8 +6,8 @@ EAPI=6
30 inherit flag-o-matic
31
32 DESCRIPTION="Delta compression suite for using/generating binary patches"
33 -HOMEPAGE="https://diffball.googlecode.com/"
34 -SRC_URI="https://diffball.googlecode.com/files/${P}.tar.bz2"
35 +HOMEPAGE="https://github.com/rafaelmartins/diffball"
36 +SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.bz2"
37
38 LICENSE="BSD"
39 SLOT="0"
40
41 diff --git a/dev-util/diffball/metadata.xml b/dev-util/diffball/metadata.xml
42 index 70aa8c7d286..eac20fbfab6 100644
43 --- a/dev-util/diffball/metadata.xml
44 +++ b/dev-util/diffball/metadata.xml
45 @@ -6,6 +6,7 @@
46 <name>Rafael G. Martins</name>
47 </maintainer>
48 <upstream>
49 + <remote-id type="github">rafaelmartins/diffball</remote-id>
50 <remote-id type="google-code">diffball</remote-id>
51 </upstream>
52 </pkgmetadata>