blob: b52b61723734e165ce348dcd345acbfdccc84a24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/extsizes/extsizes-1.0.ebuild,v 1.6 2006/03/16 14:04:01 ehmsen Exp $
inherit latex-package
DESCRIPTION="Provide ext{book,article,proc} styles which allow 14pt-20pt sizes"
HOMEPAGE="http://tex.imm.uran.ru/texserver/style/14-20pt/example/index.html"
SRC_URI="http://tex.imm.uran.ru/texserver/style/14-20pt/14-20pt.zip"
LICENSE="LPPL-1.2"
SLOT="0"
KEYWORDS="x86 ppc alpha"
# >=tetex-2 contains extsizes package
DEPEND="app-arch/unzip
virtual/tetex
!>=app-text/tetex-2
!app-text/ptex
!app-text/cstetex"
IUSE=""
S=${WORKDIR}/14PT
src_install() {
latex-package_src_doinstall all
dodoc ${S}/readme.extsizes
}
|