# ChangeLog for dev-tex/hevea
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/ChangeLog,v 1.12 2007/03/13 00:22:38 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/ChangeLog,v 1.13 2007/04/28 16:17:13 tove Exp $
+
+ 28 Apr 2007; Torsten Veller <tove@gentoo.org> hevea-1.07-r1.ebuild,
+ hevea-1.08.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).
-# Copyright 1999-2005 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/hevea/hevea-1.07-r1.ebuild,v 1.2 2005/03/14 20:15:13 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/hevea-1.07-r1.ebuild,v 1.3 2007/04/28 16:17:13 tove Exp $
IUSE=""
src_install() {
dodir $libdir
dodir $bindir
- make BINDIR=${D}/$bindir LIBDIR=${D}/$libdir install || die
+ make BINDIR="${D}"/$bindir LIBDIR="${D}"/$libdir install || die
- insinto /etc/env.d
- doins ${FILESDIR}/99hevea
+ doenvd "${FILESDIR}"/99hevea
dodoc README CHANGES LICENSE
}
-# Copyright 1999-2005 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/hevea/hevea-1.08.ebuild,v 1.2 2005/08/05 16:17:35 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/hevea-1.08.ebuild,v 1.3 2007/04/28 16:17:13 tove Exp $
IUSE=""
}
src_install() {
- make PREFIX=${D}/usr install || die
+ make PREFIX="${D}"/usr install || die
- insinto /etc/env.d
- doins ${FILESDIR}/99hevea
+ doenvd "${FILESDIR}"/99hevea
dodoc README CHANGES LICENSE
}
# 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).
-# 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
src_compile() {
latex-package_src_compile
- cd ${S}/source
+ cd "${S}"/source
emake || die "Error compiling lgrind executable"
}
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
}