summaryrefslogtreecommitdiff
path: root/dev-tex/minted/minted-1.6.ebuild
blob: 094da5235bc2be48ad236f819e3603c85d9ea710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit latex-package

DESCRIPTION="LaTeX package that facilitates expressive syntax highlighting in using the powerful Pygments library"
SRC_URI="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/${PN}.zip"
LICENSE="LPPL-1.3"

IUSE=""
SLOT="0"
KEYWORDS="~x86 ~amd64"

DEPEND="app-arch/unzip"
RDEPEND="dev-python/pygments"

S=${WORKDIR}/${PN}