diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-09 21:39:42 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-09 21:39:42 +0000 |
commit | a4c9a7d6bd8b80d9328f0bf35765bde4be507f74 (patch) | |
tree | 934abebd70e52cb67225f1e60be9bd97e7de6192 /dev-tex | |
parent | ppc stable profile update (Manifest recommit) (diff) | |
download | gentoo-2-a4c9a7d6bd8b80d9328f0bf35765bde4be507f74.tar.gz gentoo-2-a4c9a7d6bd8b80d9328f0bf35765bde4be507f74.tar.bz2 gentoo-2-a4c9a7d6bd8b80d9328f0bf35765bde4be507f74.zip |
Stable on x86.
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/envlab/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/envlab/envlab-1.2.ebuild | 26 |
2 files changed, 13 insertions, 18 deletions
diff --git a/dev-tex/envlab/ChangeLog b/dev-tex/envlab/ChangeLog index 563e8e2eba8c..17095df9aadd 100644 --- a/dev-tex/envlab/ChangeLog +++ b/dev-tex/envlab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/envlab # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.6 2004/06/25 02:13:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.7 2004/10/09 21:39:42 usata Exp $ + + 10 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> envlab-1.2.ebuild: + Stable on x86. 06 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> envlab-1.2.ebuild: Added ~sparc, #50245 diff --git a/dev-tex/envlab/envlab-1.2.ebuild b/dev-tex/envlab/envlab-1.2.ebuild index d4d7711d4989..0ced3efe3c67 100644 --- a/dev-tex/envlab/envlab-1.2.ebuild +++ b/dev-tex/envlab/envlab-1.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild,v 1.5 2004/06/25 02:13:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild,v 1.6 2004/10/09 21:39:42 usata Exp $ + +inherit latex-package S="${WORKDIR}/${PN}" LICENSE="LPPL-1.2" @@ -11,10 +13,11 @@ HOMEPAGE="http://planck.psu.edu/~boris/" SRC_URI="mirror://gentoo/${P}.tar.gz" SLOT="0" DEPEND="virtual/tetex" -KEYWORDS="~x86 ~amd64 ~sparc" +KEYWORDS="x86 ~amd64 ~sparc" IUSE="" src_compile() { + addwrite /var/cache/fonts/ ebegin "Compiling ${PN}" latex envlab.ins || die pdflatex elguide.tex || die @@ -23,21 +26,10 @@ src_compile() { } src_install() { - ebegin "Installing ${PN}" - dodir /usr/share/texmf/tex/latex/envlab - cp -Rv envlab.{cfg,sty} ${D}/usr/share/texmf/tex/latex/envlab - dodoc elguide.pdf envlab.pdf readme.v12 - eend -} + latex-package_src_install -pkg_postinst() { - ebegin "Updating LaTeX Module Index" - texhash - eend -} + insinto ${TEXMF}/tex/latex/${PN} + doins *.cfg -pkg_postrm() { - ebegin "Updating LaTeX Module Index" - texhash - eend + dodoc readme.v12 } |