diff options
author | 2007-05-27 13:59:39 +0000 | |
---|---|---|
committer | 2007-05-27 13:59:39 +0000 | |
commit | 15c8f555b98b01a049be6dca170b771dbf210080 (patch) | |
tree | f4c583e7a012d7e7baee9d16b73032562baf0cbc /dev-tex/isotope/isotope-20040401.ebuild | |
parent | Marking snack-2.2.10 ppc64 for bug 179360 (diff) | |
download | gentoo-2-15c8f555b98b01a049be6dca170b771dbf210080.tar.gz gentoo-2-15c8f555b98b01a049be6dca170b771dbf210080.tar.bz2 gentoo-2-15c8f555b98b01a049be6dca170b771dbf210080.zip |
Initial inport, thanks to Felix Eckert <dadula@gmx.de> for his work. Closes bug 149311.
(Portage version: 2.1.2.7)
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} |