Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/indent/files/, dev-util/indent/
Date: Fri, 13 Oct 2017 12:34:39
Message-Id: 1507898036.45ff74cc092f255b93f20d94fc9004077c86f135.jer@gentoo
1 commit: 45ff74cc092f255b93f20d94fc9004077c86f135
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 13 12:30:33 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 13 12:33:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ff74cc
7
8 dev-util/indent: Fix HOMEPAGE, rename patches, run eautoreconf.
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 ...{2.2.11-segfault.patch => indent-2.2.11-segfault.patch} | 0
13 ...1-texi2html-5.patch => indent-2.2.11-texi2html-5.patch} | 0
14 dev-util/indent/indent-2.2.11-r1.ebuild | 14 +++++++-------
15 3 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-util/indent/files/2.2.11-segfault.patch b/dev-util/indent/files/indent-2.2.11-segfault.patch
18 similarity index 100%
19 rename from dev-util/indent/files/2.2.11-segfault.patch
20 rename to dev-util/indent/files/indent-2.2.11-segfault.patch
21
22 diff --git a/dev-util/indent/files/2.2.11-texi2html-5.patch b/dev-util/indent/files/indent-2.2.11-texi2html-5.patch
23 similarity index 100%
24 rename from dev-util/indent/files/2.2.11-texi2html-5.patch
25 rename to dev-util/indent/files/indent-2.2.11-texi2html-5.patch
26
27 diff --git a/dev-util/indent/indent-2.2.11-r1.ebuild b/dev-util/indent/indent-2.2.11-r1.ebuild
28 index 778fe8b8c99..24c2a1546d1 100644
29 --- a/dev-util/indent/indent-2.2.11-r1.ebuild
30 +++ b/dev-util/indent/indent-2.2.11-r1.ebuild
31 @@ -1,13 +1,12 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 +# Copyright 1999-2017 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI=5
37 -
38 inherit autotools eutils
39
40 DESCRIPTION="Indent program source files"
41 -HOMEPAGE="http://indent.isidore-it.eu/beautify.html https://www.gnu.org/software/indent/"
42 -SRC_URI="http://${PN}.isidore-it.eu/${P}.tar.gz"
43 +HOMEPAGE="https://www.gentoo.org/"
44 +SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
45
46 LICENSE="GPL-3"
47 SLOT="0"
48 @@ -39,10 +38,11 @@ src_prepare() {
49 sed -i po/LINGUAS -e 's|zh_TW\.Big5|zh_TW|g' || die
50
51 epatch \
52 - "${FILESDIR}"/${PV}-segfault.patch \
53 - "${FILESDIR}"/${PV}-texi2html-5.patch
54 + "${FILESDIR}"/${P}-segfault.patch \
55 + "${FILESDIR}"/${P}-texi2html-5.patch
56 sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
57 - eautomake
58 +
59 + eautoreconf
60 }
61
62 src_configure() {