diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-04 13:04:46 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-04 13:04:46 +0000 |
commit | e5bdbbf4db1c5683304f70d7f9c204de8b8782cd (patch) | |
tree | 828f94c2bacf1506b182df72c901383a6136ca2b /dev-ml | |
parent | version bump (diff) | |
download | gentoo-2-e5bdbbf4db1c5683304f70d7f9c204de8b8782cd.tar.gz gentoo-2-e5bdbbf4db1c5683304f70d7f9c204de8b8782cd.tar.bz2 gentoo-2-e5bdbbf4db1c5683304f70d7f9c204de8b8782cd.zip |
version bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamldsort/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-ml/ocamldsort/ChangeLog b/dev-ml/ocamldsort/ChangeLog index 8bc97e4faa60..3e3d87e96789 100644 --- a/dev-ml/ocamldsort/ChangeLog +++ b/dev-ml/ocamldsort/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/ocamldsort -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.11 2012/02/23 20:32:44 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.12 2013/02/04 13:04:46 aballier Exp $ + +*ocamldsort-0.16.0 (04 Feb 2013) + + 04 Feb 2013; Alexis Ballier <aballier@gentoo.org> +ocamldsort-0.16.0.ebuild: + version bump 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -ocamldsort-0.14.4.ebuild: remove old diff --git a/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild b/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild new file mode 100644 index 000000000000..ff75e760820a --- /dev/null +++ b/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild,v 1.1 2013/02/04 13:04:46 aballier Exp $ + +EAPI=5 + +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.12" +RDEPEND="${DEPEND}" + +src_compile() { + emake -j1 +} + +src_install() { + emake BINDIR="${ED}/usr/bin" MANDIR="${ED}/usr/share/man" install + dodoc README THANKS Changes +} |