diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-05-27 13:59:39 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-05-27 13:59:39 +0000 |
commit | 3d0c84b4b2635164a6ec3e2a01c89f458d9c4c89 (patch) | |
tree | 1f9e600e3f960af261f7775b489c2a5c7942a2cc /dev-tex/isotope/isotope-20040401.ebuild | |
parent | Marking snack-2.2.10 ppc64 for bug 179360 (diff) | |
download | historical-3d0c84b4b2635164a6ec3e2a01c89f458d9c4c89.tar.gz historical-3d0c84b4b2635164a6ec3e2a01c89f458d9c4c89.tar.bz2 historical-3d0c84b4b2635164a6ec3e2a01c89f458d9c4c89.zip |
Initial inport, thanks to Felix Eckert <dadula@gmx.de> for his work. Closes bug 149311.
Package-Manager: portage-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} |