summaryrefslogtreecommitdiff
path: root/dev-tex/minted/minted-1.6.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-07-29 12:48:10 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-07-29 12:48:10 +0200
commit28aa4d61a89945eae6ce524873514f4db6218981 (patch)
tree038241c2266ea990342494d5d437551697a645a4 /dev-tex/minted/minted-1.6.ebuild
parentd6749c9c630583ea2f5f6b98eb59e52b5d9dfc5a (diff)
downloadoverlay-28aa4d61a89945eae6ce524873514f4db6218981.tar.gz
overlay-28aa4d61a89945eae6ce524873514f4db6218981.tar.bz2
overlay-28aa4d61a89945eae6ce524873514f4db6218981.zip
New packages
Diffstat (limited to '')
-rw-r--r--dev-tex/minted/minted-1.6.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-tex/minted/minted-1.6.ebuild b/dev-tex/minted/minted-1.6.ebuild
new file mode 100644
index 0000000..094da52
--- /dev/null
+++ b/dev-tex/minted/minted-1.6.ebuild
@@ -0,0 +1,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}