diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:33:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:33:41 +0000 |
commit | 54e7966a6682654a453466ef2f6478a9d7c84113 (patch) | |
tree | 01ead3a9ed92a878aa61cfb067d22f7a02791f16 /dev-tex/cweb_latex | |
parent | fix license/repoman (diff) | |
download | historical-54e7966a6682654a453466ef2f6478a9d7c84113.tar.gz historical-54e7966a6682654a453466ef2f6478a9d7c84113.tar.bz2 historical-54e7966a6682654a453466ef2f6478a9d7c84113.zip |
fix license/repoman
Diffstat (limited to 'dev-tex/cweb_latex')
-rw-r--r-- | dev-tex/cweb_latex/cweb_latex-1.1.1.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/dev-tex/cweb_latex/cweb_latex-1.1.1.ebuild b/dev-tex/cweb_latex/cweb_latex-1.1.1.ebuild index 887ad91cce3a..06838ad975a7 100644 --- a/dev-tex/cweb_latex/cweb_latex-1.1.1.ebuild +++ b/dev-tex/cweb_latex/cweb_latex-1.1.1.ebuild @@ -1,17 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.2 2003/08/07 03:33:41 vapier Exp $ + +PATCHES="${FILESDIR}/cweb.cls.patch" inherit latex-package -S="${WORKDIR}/cweb-sty-${PV}" 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" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 mips" -PATCHES="${FILESDIR}/cweb.cls.patch" -# this package has a .tex file which needs to go with the cweb.sty +S="${WORKDIR}/cweb-sty-${PV}" + src_install() { - cd ${S} 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 } |