blob: 910b0d72749c73ec7ec925d9f0280d9d726ac2ba (
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-2004 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.5 2004/10/19 14:14:51 usata 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
=app-text/tetex-1*
!>=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
}
|