blob: 00a4a89c6bcad6ade6aaec623702892e2f7ecf18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/tetex-2.0.2-r3.ebuild,v 1.12 2004/04/26 12:23:12 obz Exp $
inherit tetex eutils
DESCRIPTION="a complete TeX distribution"
HOMEPAGE="http://tug.org/teTeX/"
IUSE=""
KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64"
src_unpack() {
tetex_src_unpack
epatch ${FILESDIR}/${PN}-no-readlink-manpage.diff
}
|