summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-04-19 18:49:10 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-04-19 18:49:10 +0000
commite9e55b068303d61c6aca0bff28db803333e684f1 (patch)
tree6c1de0e066fa8df929e2e59ad6b25a4f53a1d5d1 /dev-ml/ocamldsort
parentversion bump (diff)
downloadgentoo-2-e9e55b068303d61c6aca0bff28db803333e684f1.tar.gz
gentoo-2-e9e55b068303d61c6aca0bff28db803333e684f1.tar.bz2
gentoo-2-e9e55b068303d61c6aca0bff28db803333e684f1.zip
version bump
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ocamldsort')
-rw-r--r--dev-ml/ocamldsort/ChangeLog9
-rw-r--r--dev-ml/ocamldsort/ocamldsort-0.15.0.ebuild28
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-ml/ocamldsort/ChangeLog b/dev-ml/ocamldsort/ChangeLog
index 4e8a127911d5..f763b2a4a65d 100644
--- a/dev-ml/ocamldsort/ChangeLog
+++ b/dev-ml/ocamldsort/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/ocamldsort
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.7 2008/09/02 18:08:30 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.8 2011/04/19 18:49:10 aballier Exp $
+
+*ocamldsort-0.15.0 (19 Apr 2011)
+
+ 19 Apr 2011; Alexis Ballier <aballier@gentoo.org> +ocamldsort-0.15.0.ebuild:
+ version bump
02 Sep 2008; Alexis Ballier <aballier@gentoo.org>
-ocamldsort-0.14.2.ebuild:
diff --git a/dev-ml/ocamldsort/ocamldsort-0.15.0.ebuild b/dev-ml/ocamldsort/ocamldsort-0.15.0.ebuild
new file mode 100644
index 000000000000..d60f8f82ed17
--- /dev/null
+++ b/dev-ml/ocamldsort/ocamldsort-0.15.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.15.0.ebuild,v 1.1 2011/04/19 18:49:10 aballier Exp $
+
+DESCRIPTION="A dependency sorter for OCaml source files"
+HOMEPAGE="http://dimitri.mutu.net/ocaml.html"
+
+SRC_URI="ftp://quatramaran.ens.fr/pub/ara/ocamldsort/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+
+SLOT="0"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE=""
+
+DEPEND=">=dev-lang/ocaml-3.06"
+
+src_compile() {
+ econf
+ emake -j1 || die
+}
+
+src_install() {
+ emake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man" install || die "make install failed"
+ dodoc README THANKS Changes
+}