diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-08-01 11:40:42 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-08-01 11:40:42 +0000 |
commit | 8bbf0a131b581ba3723cdb7f98c360638e88b7c0 (patch) | |
tree | 76cf4d04b41b202796d5908ef23c9601e6bb4c19 | |
parent | Stable on amd64 wrt bug #330481 (diff) | |
download | gentoo-2-8bbf0a131b581ba3723cdb7f98c360638e88b7c0.tar.gz gentoo-2-8bbf0a131b581ba3723cdb7f98c360638e88b7c0.tar.bz2 gentoo-2-8bbf0a131b581ba3723cdb7f98c360638e88b7c0.zip |
Removed old version.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | dev-haskell/lhs2tex/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild | 35 |
2 files changed, 6 insertions, 37 deletions
diff --git a/dev-haskell/lhs2tex/ChangeLog b/dev-haskell/lhs2tex/ChangeLog index ea2de08f113f..eee18eb7e419 100644 --- a/dev-haskell/lhs2tex/ChangeLog +++ b/dev-haskell/lhs2tex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/lhs2tex -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.23 2008/09/03 21:03:25 opfer Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.24 2010/08/01 11:40:42 slyfox Exp $ + + 01 Aug 2010; Sergei Trofimovich <slyfox@gentoo.org> + -lhs2tex-1.10_pre.ebuild: + Removed old version. 03 Sep 2008; Christian Faulhammer <opfer@gentoo.org> lhs2tex-1.10_pre.ebuild, lhs2tex-1.11.ebuild: diff --git a/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild deleted file mode 100644 index bf866c0822d5..000000000000 --- a/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild,v 1.13 2008/09/03 21:03:25 opfer 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.7.2 - >=dev-lang/ghc-5.04 - !>=dev-lang/ghc-6.6 - doc? ( dev-lang/hugs98 ) - virtual/latex-base" - -src_compile() { - # polytable is installed separately - econf --disable-polytable || die "econf failed" - # if doc is set, we build the documentation instead - # of using the prebuilt file - use doc && rm doc/Guide2.dontbuild - emake -j1 || die "make failed" -} - -src_install () { - DESTDIR="${D}" emake -j1 install || die "installation failed" - dodoc doc/Guide2.pdf - dodoc INSTALL RELEASE -} |