summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2007-04-28 16:19:32 +0000
committerTorsten Veller <tove@gentoo.org>2007-04-28 16:19:32 +0000
commit3bacb15d32cc2c8d004d65349b96f34c8a626605 (patch)
tree36c1be916936606716287fc95d63b4fdd00cb9e2 /dev-tex
parentStable on ppc wrt bug 176367 (diff)
downloadgentoo-2-3bacb15d32cc2c8d004d65349b96f34c8a626605.tar.gz
gentoo-2-3bacb15d32cc2c8d004d65349b96f34c8a626605.tar.bz2
gentoo-2-3bacb15d32cc2c8d004d65349b96f34c8a626605.zip
Use doenvd (#173884)
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/lgrind/ChangeLog5
-rw-r--r--dev-tex/lgrind/lgrind-3.67-r2.ebuild11
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-tex/lgrind/ChangeLog b/dev-tex/lgrind/ChangeLog
index 383297f10b2a..cc6a0af6041d 100644
--- a/dev-tex/lgrind/ChangeLog
+++ b/dev-tex/lgrind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tex/lgrind
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/ChangeLog,v 1.12 2007/03/13 00:29:57 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/ChangeLog,v 1.13 2007/04/28 16:19:32 tove Exp $
+
+ 28 Apr 2007; Torsten Veller <tove@gentoo.org> lgrind-3.67-r2.ebuild:
+ Use doenvd (#173884)
12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml:
Replaced text-markup by tex as maintaining herd (text-markup split).
diff --git a/dev-tex/lgrind/lgrind-3.67-r2.ebuild b/dev-tex/lgrind/lgrind-3.67-r2.ebuild
index 18bd6ec4773d..cd8bed29dc28 100644
--- a/dev-tex/lgrind/lgrind-3.67-r2.ebuild
+++ b/dev-tex/lgrind/lgrind-3.67-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/lgrind-3.67-r2.ebuild,v 1.3 2004/12/28 21:28:23 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/lgrind-3.67-r2.ebuild,v 1.4 2007/04/28 16:19:32 tove Exp $
inherit latex-package
@@ -16,7 +16,7 @@ S=${WORKDIR}/${PN}
src_compile() {
latex-package_src_compile
- cd ${S}/source
+ cd "${S}"/source
emake || die "Error compiling lgrind executable"
}
@@ -31,14 +31,13 @@ src_install() {
insinto /usr/share/texmf/tex/latex/${PN}
doins lgrindef
- insinto /etc/env.d
- doins ${FILESDIR}/99lgrind || die
+ doenvd "${FILESDIR}"/99lgrind || die
# and finally, the documentation
dodoc FAQ README
docinto examples/
dodoc example/*
- cd ${S}/source
+ cd "${S}"/source
doman lgrind.1 lgrindef.5
}