commit:     0b1e6698b130aa33ad9dda5d8a503476eba962d1
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Mon Nov 23 12:06:07 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 14:49:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1e6698

app-text/linuxdoc-tools: fix TeX styles installation, minor cleanups

Inherit latex-package eclass and rehash kpathsea database after
installation and removal. Make TeX styles installation path consistent
with latex-package eclass.

 ...-0.9.71.ebuild => linuxdoc-tools-0.9.71-r1.ebuild} | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.71.ebuild 
b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.71-r1.ebuild
similarity index 81%
rename from app-text/linuxdoc-tools/linuxdoc-tools-0.9.71.ebuild
rename to app-text/linuxdoc-tools/linuxdoc-tools-0.9.71-r1.ebuild
index b2494b2..b45639c 100644
--- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.71.ebuild
+++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.71-r1.ebuild
@@ -3,11 +3,13 @@
 # $Id$
 
 EAPI=5
+
 AUTOTOOLS_AUTORECONF=1
 AUTOTOOLS_IN_SOURCE_BUILD=1
-
+# Source tarball has SHA1 of release in the name of the second topmost 
directory
 GIT_SHA1="5a46c4ced4ef899b398bcedf8ccd29d6f2584100"
-inherit autotools-utils perl-module sgml-catalog toolchain-funcs
+
+inherit autotools-utils latex-package perl-module sgml-catalog toolchain-funcs
 
 DESCRIPTION="A toolset for processing LinuxDoc DTD SGML files"
 HOMEPAGE="https://gitlab.com/agmartin/linuxdoc-tools";
@@ -34,6 +36,7 @@ DEPEND="${RDEPEND}
 "
 
 DOCS=( ChangeLog README )
+
 S="${WORKDIR}/${PN}-upstream/${PV}-${GIT_SHA1}"
 
 sgml-catalog_cat_include "/etc/sgml/linuxdoc.cat" \
@@ -53,7 +56,7 @@ src_configure() {
        tc-export CC
        local myeconfargs=(
                --disable-docs
-               --with-texdir="/usr/share/texmf/tex/latex/misc"
+               --with-texdir="${TEXMF}/tex/latex/${PN}"
                --with-perllibdir="${VENDOR_ARCH}"
                --with-installed-iso-entities
        )
@@ -72,3 +75,13 @@ src_install() {
 
        autotools-utils_src_install
 }
+
+pkg_postinst() {
+       latex-package_pkg_postinst
+       sgml-catalog_pkg_postinst
+}
+
+pkg_postrm() {
+       latex-package_pkg_postrm
+       sgml-catalog_pkg_postrm
+}

Reply via email to