summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-18 17:11:10 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-18 17:11:10 +0000
commitc5ca183058a9ab3a1e29c6c972eb3c908d680a78 (patch)
treeffb188e72878c8e60c9aa46c2e18d48942764972 /dev-ml
parentremove old (diff)
downloadgentoo-2-c5ca183058a9ab3a1e29c6c972eb3c908d680a78.tar.gz
gentoo-2-c5ca183058a9ab3a1e29c6c972eb3c908d680a78.tar.bz2
gentoo-2-c5ca183058a9ab3a1e29c6c972eb3c908d680a78.zip
remove old
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-fileutils/ChangeLog6
-rw-r--r--dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild30
2 files changed, 5 insertions, 31 deletions
diff --git a/dev-ml/ocaml-fileutils/ChangeLog b/dev-ml/ocaml-fileutils/ChangeLog
index af0acd1cd6ee..9ce913e6b059 100644
--- a/dev-ml/ocaml-fileutils/ChangeLog
+++ b/dev-ml/ocaml-fileutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-fileutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.3 2012/05/05 14:16:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.4 2012/05/18 17:11:10 aballier Exp $
+
+ 18 May 2012; Alexis Ballier <aballier@gentoo.org>
+ -ocaml-fileutils-0.4.2.ebuild:
+ remove old
*ocaml-fileutils-0.4.3 (05 May 2012)
diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild
deleted file mode 100644
index 5d9f10f1e893..000000000000
--- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild,v 1.2 2011/03/15 20:05:37 aballier Exp $
-
-EAPI=3
-
-inherit findlib
-
-DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/462/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test +ocamlopt"
-
-RDEPEND=">=dev-lang/ocaml-3.11[ocamlopt?]"
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit )"
-
-src_prepare() {
- use ocamlopt || sed -i -e 's/OCAMLBEST=.*/OCAMLBEST=byte/' configure
-}
-
-src_install() {
- findlib_src_preinst
- emake htmldir="${ED}/usr/share/doc/${PF}/html" install || die
- dodoc README CHANGELOG || die "doc isntall failed"
-}