summaryrefslogtreecommitdiff
blob: c7770fe2bbf116a83e839286a11ecadb07899741 (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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/pgf/pgf-1.01.ebuild,v 1.2 2006/06/25 15:10:54 grobian Exp $

inherit latex-package

DESCRIPTION="pgf -- The TeX Portable Graphic Format"
HOMEPAGE="http://sourceforge.net/projects/pgf"
SRC_URI="mirror://sourceforge/pgf/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86"
IUSE=""
DEPEND="!>=app-text/tetex-3.0
	>=dev-tex/xcolor-2.00
	>=dev-tex/xkeyval-1.8"

src_install() {
	insinto /usr/share/texmf/tex/
	for dir in generic latex plain ; do
		doins -r ${dir} || die "Failed installing"
	done

	dodir /usr/share/doc/${PF}
	insinto /usr/share/doc/${PF}
	doins -r doc/generic/pgf/* || die "Failed doc"
}