diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 16:36:41 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 16:36:41 +0000 |
commit | 84a2e79c00bf4152a5fe08218d27a08a3505f9f4 (patch) | |
tree | 6da0728b936d64e1c865a45e2f0cdfb47504cd49 /dev-tex/cweb_latex/cweb_latex-1.1.1.ebuild | |
parent | eutils (diff) | |
download | historical-84a2e79c00bf4152a5fe08218d27a08a3505f9f4.tar.gz historical-84a2e79c00bf4152a5fe08218d27a08a3505f9f4.tar.bz2 historical-84a2e79c00bf4152a5fe08218d27a08a3505f9f4.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-tex/cweb_latex/cweb_latex-1.1.1.ebuild')
-rw-r--r-- | dev-tex/cweb_latex/cweb_latex-1.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 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 06838ad975a7..579689e6f97d 100644 --- a/dev-tex/cweb_latex/cweb_latex-1.1.1.ebuild +++ b/dev-tex/cweb_latex/cweb_latex-1.1.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/cweb_latex/cweb_latex-1.1.1.ebuild,v 1.3 2004/04/17 16:36:26 aliz 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" |