diff options
Diffstat (limited to 'dev-tex/SIunits/SIunits-1.25.ebuild')
-rw-r--r-- | dev-tex/SIunits/SIunits-1.25.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-tex/SIunits/SIunits-1.25.ebuild b/dev-tex/SIunits/SIunits-1.25.ebuild deleted file mode 100644 index dfd522a0085a..000000000000 --- a/dev-tex/SIunits/SIunits-1.25.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/SIunits/SIunits-1.25.ebuild,v 1.13 2007/07/13 06:20:20 mr_bones_ Exp $ - -inherit latex-package - -S=${WORKDIR}/${PN} -DESCRIPTION="LaTeX package used to set SI units correct." -SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/${PN}.tar.gz" -HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/siunits.html" -LICENSE="LPPL-1.2" -SLOT="0" -KEYWORDS="x86 ppc amd64 ~sparc alpha" -IUSE="" - -DEPEND="!>=app-text/tetex-2.96" - -src_install () { - latex-package_src_doinstall all - cd ${S} - dodoc readme.txt SIunits.pdf -} |