summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-10-13 14:30:33 +0200
committerJeroen Roovers <jer@gentoo.org>2017-10-13 14:33:56 +0200
commit45ff74cc092f255b93f20d94fc9004077c86f135 (patch)
treeb7ef6b9a0a2b794ff72d2663f7244893b32ef59a
parentdev-libs/protobuf-c: stable 1.3.0-r1 for sparc, bug #632526 (thanks to Rolf E... (diff)
downloadgentoo-45ff74cc092f255b93f20d94fc9004077c86f135.tar.gz
gentoo-45ff74cc092f255b93f20d94fc9004077c86f135.tar.bz2
gentoo-45ff74cc092f255b93f20d94fc9004077c86f135.zip
dev-util/indent: Fix HOMEPAGE, rename patches, run eautoreconf.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
-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() {