summaryrefslogtreecommitdiff
path: root/dev-tex/minted/minted-1.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/minted/minted-1.6.ebuild')
-rw-r--r--dev-tex/minted/minted-1.6.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-tex/minted/minted-1.6.ebuild b/dev-tex/minted/minted-1.6.ebuild
deleted file mode 100644
index 094da52..0000000
--- a/dev-tex/minted/minted-1.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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}