diff options
author | Pavel Sanda (ps) <ps@twin.jikos.cz> | 2007-09-03 13:04:39 +0000 |
---|---|---|
committer | Pavel Sanda (ps) <ps@twin.jikos.cz> | 2007-09-03 13:04:39 +0000 |
commit | 22fbf6688d0aed0f916400322e2ffd9fc97c4b57 (patch) | |
tree | 8fba5d955a162637f7086ee826f3f9ecf6ac7266 /dev-tex/ledmac/ledmac-2005.ebuild | |
parent | net-p2p/freenet: New source ebuild for bug 128783 (diff) | |
download | sunrise-22fbf6688d0aed0f916400322e2ffd9fc97c4b57.tar.gz sunrise-22fbf6688d0aed0f916400322e2ffd9fc97c4b57.tar.bz2 sunrise-22fbf6688d0aed0f916400322e2ffd9fc97c4b57.zip |
dev-tex/ledmac: New Ebuild for bug 191150
svn path=/sunrise/; revision=4527
Diffstat (limited to 'dev-tex/ledmac/ledmac-2005.ebuild')
-rw-r--r-- | dev-tex/ledmac/ledmac-2005.ebuild | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/dev-tex/ledmac/ledmac-2005.ebuild b/dev-tex/ledmac/ledmac-2005.ebuild new file mode 100644 index 000000000..f6abc1ac3 --- /dev/null +++ b/dev-tex/ledmac/ledmac-2005.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit latex-package + +DESCRIPTION="LaTeX styles for (bilingual) critical editions typesetting." +#SRC_URI="http://dev.gentooexperimental.org/~dreeevil/${MY_PN}-${PV}.zip" +SRC_URI="http://195.113.31.123/~sanda/${P}.zip" +HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/ledmac/" +LICENSE="LPPL-1.3c" + +IUSE="" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="app-arch/unzip + >=app-text/tetex-3.0" +RDEPEND="" + +S=${WORKDIR}/${PN} +SUPPLIER="public" + +src_compile() { + latex ledmac.ins + latex ledpar.ins + latex ledarab.ins +} + +src_install() { + cd ${S} + latex-package_src_doinstall sty + dodoc *pdf README +} + +pkg_postinst() { + latex-package_rehash +} + +pkg_postrm() { + latex-package_rehash +} |