diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-06-05 16:07:08 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-06-05 16:07:08 +0000 |
commit | 383486662128818506170094e5f01b0483cab0b9 (patch) | |
tree | 44401e888e2362c3e63a40dc0f79ce80657e208e /dev-haskell/lhs2tex | |
parent | Fix init script to set pidfile (bug #367995); revert to old (pre-baselayout2)... (diff) | |
download | gentoo-2-383486662128818506170094e5f01b0483cab0b9.tar.gz gentoo-2-383486662128818506170094e5f01b0483cab0b9.tar.bz2 gentoo-2-383486662128818506170094e5f01b0483cab0b9.zip |
Removed old.
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/lhs2tex')
-rw-r--r-- | dev-haskell/lhs2tex/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/lhs2tex/lhs2tex-1.11.ebuild | 37 |
2 files changed, 4 insertions, 38 deletions
diff --git a/dev-haskell/lhs2tex/ChangeLog b/dev-haskell/lhs2tex/ChangeLog index 51bd5df56838..a9e0b968fb3c 100644 --- a/dev-haskell/lhs2tex/ChangeLog +++ b/dev-haskell/lhs2tex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/lhs2tex # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.26 2011/06/05 16:06:10 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.27 2011/06/05 16:07:07 slyfox Exp $ + + 05 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org> -lhs2tex-1.11.ebuild: + Removed old. *lhs2tex-1.16 (05 Jun 2011) diff --git a/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild deleted file mode 100644 index 17b13d50b9b3..000000000000 --- a/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild,v 1.12 2010/08/01 12:10:47 slyfox Exp $ - -DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX" -HOMEPAGE="http://www.iai.uni-bonn.de/~loeh/lhs2tex" -SRC_URI="http://www.iai.uni-bonn.de/~loeh/lhs2tex/${P/_pre/pre}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc64 sparc x86" -IUSE="doc" - -S="${WORKDIR}/${P/_pre/pre}" - -DEPEND=">=dev-tex/polytable-0.8.2 - <dev-lang/ghc-6.8 - =dev-haskell/cabal-1.1.6*" - -RDEPEND=">=dev-tex/polytable-0.8.2" - -src_unpack() { - unpack ${A} - sed -i "s|-package lang||" "${S}/config.mk.in" || die "patch failed" -} - -src_compile() { - # polytable is installed separately - econf --disable-polytable || die "econf failed" - emake -j1 || die "make failed" -} - -src_install () { - DESTDIR="${D}" emake -j1 install || die "installation failed" - use doc || rm "${D}/usr/share/doc/${P}/Guide2.pdf" - dodoc INSTALL RELEASE -} |