summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/indent/files/indent-2.2.11-segfault.patch (renamed from dev-util/indent/files/2.2.11-segfault.patch)0
-rw-r--r--dev-util/indent/files/indent-2.2.11-texi2html-5.patch (renamed from dev-util/indent/files/2.2.11-texi2html-5.patch)0
-rw-r--r--dev-util/indent/indent-2.2.11-r1.ebuild14
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
index e91922480951..e91922480951 100644
--- a/dev-util/indent/files/2.2.11-segfault.patch
+++ b/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
index 5bad3da2867b..5bad3da2867b 100644
--- a/dev-util/indent/files/2.2.11-texi2html-5.patch
+++ b/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 778fe8b8c99b..24c2a1546d11 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() {