diff options
| author | Wim Muskee <wimmuskee@gmail.com> | 2019-04-07 20:00:45 +0200 |
|---|---|---|
| committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-09 14:05:54 +0200 |
| commit | ecd09e55dda14740e2783f40b6c10f15da653ddc (patch) | |
| tree | d5f733cf50279391f9493277ccd6028cfde8267d /dev-util/diffball/diffball-1.0.1.ebuild | |
| parent | ccbad0d45cdae99bb8a0c1a991fd1b57e5f7e024 (diff) | |
| download | gentoo-ecd09e55dda14740e2783f40b6c10f15da653ddc.tar.gz gentoo-ecd09e55dda14740e2783f40b6c10f15da653ddc.tar.bz2 gentoo-ecd09e55dda14740e2783f40b6c10f15da653ddc.zip | |
dev-util/diffball: update SRC_URI, HOMEPAGE, metadata.xml.
Closes: https://bugs.gentoo.org/680560
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11631
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-util/diffball/diffball-1.0.1.ebuild')
| -rw-r--r-- | dev-util/diffball/diffball-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/diffball/diffball-1.0.1.ebuild b/dev-util/diffball/diffball-1.0.1.ebuild index 0902b00c14f9..52aa5e99dd09 100644 --- a/dev-util/diffball/diffball-1.0.1.ebuild +++ b/dev-util/diffball/diffball-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic DESCRIPTION="Delta compression suite for using/generating binary patches" -HOMEPAGE="https://diffball.googlecode.com/" -SRC_URI="https://diffball.googlecode.com/files/${P}.tar.bz2" +HOMEPAGE="https://github.com/rafaelmartins/diffball" +SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" |
