diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-27 13:45:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-27 13:45:43 +0000 |
commit | 670b7e8264aac5a600a25a0aa41b050e6d794e68 (patch) | |
tree | 844883acb809c52519573985f58e0074273c2392 /dev-tex/envlab | |
parent | version bump (diff) | |
download | gentoo-2-670b7e8264aac5a600a25a0aa41b050e6d794e68.tar.gz gentoo-2-670b7e8264aac5a600a25a0aa41b050e6d794e68.tar.bz2 gentoo-2-670b7e8264aac5a600a25a0aa41b050e6d794e68.zip |
remove old
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/envlab')
-rw-r--r-- | dev-tex/envlab/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/envlab/envlab-1.2.ebuild | 37 |
2 files changed, 5 insertions, 39 deletions
diff --git a/dev-tex/envlab/ChangeLog b/dev-tex/envlab/ChangeLog index e0ed3002be86..e897414adbf3 100644 --- a/dev-tex/envlab/ChangeLog +++ b/dev-tex/envlab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/envlab -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.27 2010/01/03 11:29:59 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.28 2011/07/27 13:45:43 aballier Exp $ + + 27 Jul 2011; Alexis Ballier <aballier@gentoo.org> -envlab-1.2.ebuild: + remove old 03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> envlab-1.2-r1.ebuild: Transfer Prefix keywords diff --git a/dev-tex/envlab/envlab-1.2.ebuild b/dev-tex/envlab/envlab-1.2.ebuild deleted file mode 100644 index 0fd90c990638..000000000000 --- a/dev-tex/envlab/envlab-1.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 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.9 2008/09/03 04:10:03 aballier Exp $ - -inherit latex-package - -S="${WORKDIR}/${PN}" -LICENSE="LPPL-1.2" -DESCRIPTION="A LaTeX module to format envelopes" -HOMEPAGE="http://planck.psu.edu/~boris/" -# downloaded from -# ftp://ftp.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.tar.gz -SRC_URI="mirror://gentoo/${P}.tar.gz" -SLOT="0" -DEPEND="" -KEYWORDS="x86 amd64 ~sparc" -IUSE="" - -src_compile() { - export VARTEXFONTS="${T}/fonts" - ebegin "Compiling ${PN}" - latex envlab.ins || die - pdflatex elguide.tex || die - pdflatex elguide.tex || die - pdflatex envlab.drv || die - pdflatex envlab.drv || die - eend -} - -src_install() { - latex-package_src_install - - insinto ${TEXMF}/tex/latex/${PN} - doins *.cfg - - dodoc readme.v12 -} |