summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-09 21:39:42 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-09 21:39:42 +0000
commitf4318db3b7b07077dcd8a164bc4eb2a9000632fe (patch)
tree6e1914bcb5b262153c8d921dcf5509b553127ab1 /dev-tex/envlab
parentppc stable profile update (diff)
downloadhistorical-f4318db3b7b07077dcd8a164bc4eb2a9000632fe.tar.gz
historical-f4318db3b7b07077dcd8a164bc4eb2a9000632fe.tar.bz2
historical-f4318db3b7b07077dcd8a164bc4eb2a9000632fe.zip
Stable on x86.
Diffstat (limited to 'dev-tex/envlab')
-rw-r--r--dev-tex/envlab/ChangeLog5
-rw-r--r--dev-tex/envlab/Manifest14
-rw-r--r--dev-tex/envlab/envlab-1.2.ebuild26
3 files changed, 25 insertions, 20 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/Manifest b/dev-tex/envlab/Manifest
index b85c731ac103..d80d1d8c813a 100644
--- a/dev-tex/envlab/Manifest
+++ b/dev-tex/envlab/Manifest
@@ -1,4 +1,14 @@
-MD5 68d85d26ce528af393e3a61d19c79780 envlab-1.2.ebuild 1018
-MD5 a105e0baa608039e13cfcb2d860ee510 ChangeLog 661
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 82a73481cbc8f7c0af41a70e5f396946 ChangeLog 744
+MD5 ce2362a65d012f175a22be90779e4a0e envlab-1.2.ebuild 837
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
MD5 a5d8cf11c9da96cad20198bee9d35b5c files/digest-envlab-1.2 61
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBaFk1VWNWqTUmv+0RAvwaAJ4nbzu7VhmshnFjK/0etAkroQTdfgCeJ1DX
+L8tFraEENzJePVWkKrIPiKY=
+=+Cm3
+-----END PGP SIGNATURE-----
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
}