diff options
Diffstat (limited to 'dev-tex/isotope/isotope-20040401.ebuild')
-rw-r--r-- | dev-tex/isotope/isotope-20040401.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-tex/isotope/isotope-20040401.ebuild b/dev-tex/isotope/isotope-20040401.ebuild new file mode 100644 index 000000000000..8dec5a165849 --- /dev/null +++ b/dev-tex/isotope/isotope-20040401.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/isotope/isotope-20040401.ebuild,v 1.1 2007/05/27 13:59:39 cryos Exp $ + +inherit latex-package + +DESCRIPTION="Typeset isotopes correctly in LaTeX documents" +HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/isotope.html" +SRC_URI="mirror://gentoo/${P}.zip" + +LICENSE="LPPL-1.2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S=${WORKDIR}/${PN} |