dev-util/indent: Fix HOMEPAGE, rename patches, run eautoreconf.

Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
Jeroen Roovers
2017-10-13 14:30:33 +02:00
parent 89cca235c1
commit 45ff74cc09
3 changed files with 7 additions and 7 deletions

View File

@@ -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() {