diff options
-rw-r--r-- | dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild | 34 | ||||
-rw-r--r-- | dev-ml/ANSITerminal/ChangeLog | 5 |
2 files changed, 4 insertions, 35 deletions
diff --git a/dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild b/dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild deleted file mode 100644 index d1965a348385..000000000000 --- a/dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild,v 1.2 2009/09/28 16:21:37 betelgeuse Exp $ - -EAPI="2" - -inherit findlib eutils - -DESCRIPTION="Module which offers basic control of ANSI compliant terminals" -HOMEPAGE="http://math.umh.ac.be/an/software.php#x4-80007" -SRC_URI="ftp://ftp.umh.ac.be/pub/ftp_san/${P}.tar.bz2" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]" -IUSE="doc +ocamlopt" - -src_compile() { - emake byte || die "Failed to compile bytecode" - if use ocamlopt; then - emake opt || die "Failed to compile native code" - else - sed -i -e "s/all META/byte META/" Makefile || die "failed to make native code optional" - fi - if use doc; then - emake doc || die "Failed to build documentation" - fi -} - -src_install() { - findlib_src_install - dodoc README || die - use doc && dohtml ANSITerminal.html/* -} diff --git a/dev-ml/ANSITerminal/ChangeLog b/dev-ml/ANSITerminal/ChangeLog index 400ac5e44041..2b3143c2c992 100644 --- a/dev-ml/ANSITerminal/ChangeLog +++ b/dev-ml/ANSITerminal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ANSITerminal # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v 1.3 2012/03/28 13:00:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v 1.4 2012/05/05 14:19:26 aballier Exp $ + + 05 May 2012; Alexis Ballier <aballier@gentoo.org> -ANSITerminal-0.3.ebuild: + remove old *ANSITerminal-0.6 (28 Mar 2012) |