Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/recode/
Date: Tue, 29 May 2018 20:26:24
Message-Id: 1527625567.edc8a5e53fbfc7c191d880cab83a6d0d340d9926.monsieurp@gentoo
1 commit: edc8a5e53fbfc7c191d880cab83a6d0d340d9926
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 18:08:27 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 20:26:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc8a5e5
7
8 app-text/recode: update HOMEPAGE.
9
10 Closes: https://bugs.gentoo.org/656816
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 app-text/recode/recode-3.6_p20-r1.ebuild | 4 ++--
14 app-text/recode/recode-3.7_pre20140303.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-text/recode/recode-3.6_p20-r1.ebuild b/app-text/recode/recode-3.6_p20-r1.ebuild
18 index c65c85ddd67..9444428a270 100644
19 --- a/app-text/recode/recode-3.6_p20-r1.ebuild
20 +++ b/app-text/recode/recode-3.6_p20-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -12,7 +12,7 @@ MY_PV=${PV%_*}
28 DEB_PATCH=${PV#*p}
29
30 DESCRIPTION="Convert files between various character sets"
31 -HOMEPAGE="http://recode.progiciels-bpi.ca/"
32 +HOMEPAGE="https://github.com/rrthomas/recode"
33 SRC_URI="
34 mirror://gnu/${PN}/${MY_P}.tar.gz
35 mirror://debian/pool/main/r/${PN}/${PN}_${MY_PV}-${DEB_PATCH}.debian.tar.gz"
36
37 diff --git a/app-text/recode/recode-3.7_pre20140303.ebuild b/app-text/recode/recode-3.7_pre20140303.ebuild
38 index 7ec8284a8d0..a6c2e5b129f 100644
39 --- a/app-text/recode/recode-3.7_pre20140303.ebuild
40 +++ b/app-text/recode/recode-3.7_pre20140303.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -6,7 +6,7 @@ EAPI=6
48 inherit flag-o-matic libtool toolchain-funcs
49
50 DESCRIPTION="Convert files between various character sets"
51 -HOMEPAGE="http://recode.progiciels-bpi.ca/"
52 +HOMEPAGE="https://github.com/rrthomas/recode"
53 REV="2d7092a9999194fc0e9449717a8048c8d8e26c18"
54 SRC_URI="https://github.com/pinard/Recode/archive/${REV}.zip -> ${P}.zip"