]> Pileus Git - ~andy/sunrise/blob - dev-tex/ledmac/ledmac-2005.ebuild
e2c5886ceab7242afb9acaa126cbf322cccc08a7
[~andy/sunrise] / dev-tex / ledmac / ledmac-2005.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit latex-package
6
7 DESCRIPTION="LaTeX styles for (bilingual) critical editions typesetting."
8 SRC_URI="http://dev.gentooexperimental.org/~patrick/${P}.zip"
9 HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/ledmac/"
10 LICENSE="LPPL-1.3c"
11
12 IUSE=""
13 SLOT="0"
14 KEYWORDS="~x86"
15
16 RDEPEND="virtual/latex-base"
17 DEPEND="${RDEPEND}
18         app-arch/unzip"
19
20 S=${WORKDIR}/${PN}
21 SUPPLIER="public"
22
23 src_install() {
24         latex-package_src_doinstall sty
25         dodoc *.pdf README || die "dodoc failed"
26 }