commit: 45ff74cc092f255b93f20d94fc9004077c86f135
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 12:30:33 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 12:33:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ff74cc
dev-util/indent: Fix HOMEPAGE, rename patches, run eautoreconf.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
...{2.2.11-segfault.patch => indent-2.2.11-segfault.patch} | 0
...1-texi2html-5.patch => indent-2.2.11-texi2html-5.patch} | 0
dev-util/indent/indent-2.2.11-r1.ebuild | 14 +++++++-------
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-util/indent/files/2.2.11-segfault.patch
b/dev-util/indent/files/indent-2.2.11-segfault.patch
similarity index 100%
rename from dev-util/indent/files/2.2.11-segfault.patch
rename to dev-util/indent/files/indent-2.2.11-segfault.patch
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
similarity index 100%
rename from dev-util/indent/files/2.2.11-texi2html-5.patch
rename to dev-util/indent/files/indent-2.2.11-texi2html-5.patch
diff --git a/dev-util/indent/indent-2.2.11-r1.ebuild
b/dev-util/indent/indent-2.2.11-r1.ebuild
index 778fe8b8c99..24c2a1546d1 100644
--- a/dev-util/indent/indent-2.2.11-r1.ebuild
+++ b/dev-util/indent/indent-2.2.11-r1.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-
inherit autotools eutils
DESCRIPTION="Indent program source files"
-HOMEPAGE="http://indent.isidore-it.eu/beautify.html
https://www.gnu.org/software/indent/"
-SRC_URI="http://${PN}.isidore-it.eu/${P}.tar.gz"
+HOMEPAGE="https://www.gentoo.org/"
+SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -39,10 +38,11 @@ src_prepare() {
sed -i po/LINGUAS -e 's|zh_TW\.Big5|zh_TW|g' || die
epatch \
- "${FILESDIR}"/${PV}-segfault.patch \
- "${FILESDIR}"/${PV}-texi2html-5.patch
+ "${FILESDIR}"/${P}-segfault.patch \
+ "${FILESDIR}"/${P}-texi2html-5.patch
sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
- eautomake
+
+ eautoreconf
}
src_configure() {