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
commit0e28a1006eec966f4b91f26e70b7b73fa90a0690 (patch)
treeb4bf2cc1e83d7987a941e3693de93d48c60519d7 /dev-tex/lgrind
parentMigrated to generation 2. (diff)
downloadhistorical-0e28a1006eec966f4b91f26e70b7b73fa90a0690.tar.gz
historical-0e28a1006eec966f4b91f26e70b7b73fa90a0690.tar.bz2
historical-0e28a1006eec966f4b91f26e70b7b73fa90a0690.zip
Use doenvd (#173884)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'dev-tex/lgrind')
-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
}