summaryrefslogtreecommitdiff
path: root/dev-haskell/lhs2tex
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 11:32:45 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commitb24405abd24e2ea65fcc4ba33760786f7f21dba9 (patch)
tree8a0c0d09c1c4a799c7e74f190d1a95b8a26601ae /dev-haskell/lhs2tex
parent3c0e1cd0dd7a33b769e02078cfcb381be14ecdf6 (diff)
downloadgentoo-b24405abd24e2ea65fcc4ba33760786f7f21dba9.tar.gz
gentoo-b24405abd24e2ea65fcc4ba33760786f7f21dba9.tar.xz
dev-haskell/lhs2tex: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/lhs2tex')
-rw-r--r--dev-haskell/lhs2tex/lhs2tex-1.18.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-haskell/lhs2tex/lhs2tex-1.18.1.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.18.1.ebuild
deleted file mode 100644
index 407bb51fa8d..00000000000
--- a/dev-haskell/lhs2tex/lhs2tex-1.18.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CABAL_FEATURES="bin"
-inherit haskell-cabal
-
-DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX"
-HOMEPAGE="http://www.andres-loeh.de/lhs2tex/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# dev-texlive/texlive-mathextra contains 'stmaryrd' font used
-# for guide generation
-RDEPEND=">=dev-tex/polytable-0.8.2
- dev-texlive/texlive-mathextra"
-
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
- dev-haskell/mtl
- dev-haskell/regex-compat
- >=dev-lang/ghc-6.12.1"