mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/indent: Fix HOMEPAGE, rename patches, run eautoreconf.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user