diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 11:32:45 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 14:36:34 +0100 |
commit | b24405abd24e2ea65fcc4ba33760786f7f21dba9 (patch) | |
tree | 8a0c0d09c1c4a799c7e74f190d1a95b8a26601ae /dev-haskell/lhs2tex | |
parent | dev-haskell/libmpd: drop old (diff) | |
download | gentoo-b24405abd24e2ea65fcc4ba33760786f7f21dba9.tar.gz gentoo-b24405abd24e2ea65fcc4ba33760786f7f21dba9.tar.bz2 gentoo-b24405abd24e2ea65fcc4ba33760786f7f21dba9.zip |
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.ebuild | 28 |
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 407bb51fa8df..000000000000 --- 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" |