summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-07-01 19:11:09 +0300
committerMichał Górny <mgorny@gentoo.org>2017-07-14 23:21:35 +0200
commit1dd9adfc313584a49ae523a1b14ca14f8b9fd4b1 (patch)
treed4c587f799a95c2eb856647a7b121f8cf83eaf0b /app-text/linuxdoc-tools
parentlxde-base/lxpanel: update HOMEPAGE. (diff)
downloadgentoo-1dd9adfc313584a49ae523a1b14ca14f8b9fd4b1.tar.gz
gentoo-1dd9adfc313584a49ae523a1b14ca14f8b9fd4b1.tar.bz2
gentoo-1dd9adfc313584a49ae523a1b14ca14f8b9fd4b1.zip
app-text/linuxdoc-tools: drop obsolete autotools-utils eclass
Closes: https://github.com/gentoo/gentoo/pull/5023 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-text/linuxdoc-tools')
-rw-r--r--app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild
index b02eb9b514f3..808897c2186f 100644
--- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild
+++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild
@@ -4,7 +4,7 @@
# EAPI=6 is blocked by Gentoo bugs 497038, 497052.
EAPI=5
-inherit autotools-utils latex-package perl-functions sgml-catalog toolchain-funcs vcs-snapshot
+inherit autotools epatch latex-package perl-functions sgml-catalog toolchain-funcs vcs-snapshot
DESCRIPTION="A toolset for processing LinuxDoc DTD SGML files"
HOMEPAGE="https://gitlab.com/agmartin/linuxdoc-tools"
@@ -31,7 +31,8 @@ DEPEND="${RDEPEND}
"
src_prepare() {
- autotools-utils_src_prepare
+ [[ ${PATCHES} ]] && epatch -p1 "${PATCHES[@]}"
+ epatch_user
# Update the build system with Gentoo paths.
sed -i \
@@ -62,6 +63,7 @@ src_compile() {
}
src_install() {
+ # Override latex-package.eclass
default_src_install
}