summaryrefslogtreecommitdiff
blob: 2d2d7d21bae1908d39deebb54a8a8cb593b0beae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/cweb_latex/cweb_latex-1.1.1.ebuild,v 1.4 2004/06/25 02:12:42 agriffis Exp $

PATCHES="${FILESDIR}/cweb.cls.patch"
inherit latex-package

DESCRIPTION="LaTeX package for using LaTeX with CWEB"
SRC_URI="ftp://ftp.th-darmstadt.de//programming/literate-programming/c.c++/cweb-sty-${PV}.tar.gz"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 mips"

S="${WORKDIR}/cweb-sty-${PV}"

src_install() {
	latex-package_src_install
	# this package has a .tex file which needs to go with the cweb.sty
	insinto ${TEXMF}/tex/latex/${PN}
	doins cwebbase.tex
}