diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-12 18:27:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-12 18:27:47 +0000 |
commit | 0bacc83e29b207b0e4c6a8647664a3af08b476a7 (patch) | |
tree | 4b328486a004c29bac120dc7091b5491ca2471fb /dev-ml/ocamldsort | |
parent | Stable for ppc, wrt bug #461214 (diff) | |
download | gentoo-2-0bacc83e29b207b0e4c6a8647664a3af08b476a7.tar.gz gentoo-2-0bacc83e29b207b0e4c6a8647664a3af08b476a7.tar.bz2 gentoo-2-0bacc83e29b207b0e4c6a8647664a3af08b476a7.zip |
Stable for ppc, wrt bug #461110
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml/ocamldsort')
-rw-r--r-- | dev-ml/ocamldsort/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/ocamldsort/ChangeLog b/dev-ml/ocamldsort/ChangeLog index 9648c223266a..367d9fb93fee 100644 --- a/dev-ml/ocamldsort/ChangeLog +++ b/dev-ml/ocamldsort/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamldsort # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.13 2013/03/10 09:47:52 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.14 2013/03/12 18:27:47 ago Exp $ + + 12 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ocamldsort-0.16.0.ebuild: + Stable for ppc, wrt bug #461110 10 Mar 2013; Alexis Ballier <aballier@gentoo.org> ocamldsort-0.16.0.ebuild: slot dep on ocaml @@ -49,4 +52,3 @@ 04 Oct 2004; Matthieu Sozeau <mattam@gentoo.org> +ocamldsort-0.14.2 +metadata.xml: New ebuild, ocaml dependency sorter. Fixes bug #25343. - diff --git a/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild b/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild index d58ed5a802e3..4cdefd4d9e35 100644 --- a/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild +++ b/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild @@ -1,6 +1,6 @@ # 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.2 2013/03/10 09:47:52 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild,v 1.3 2013/03/12 18:27:47 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="ftp://quatramaran.ens.fr/pub/ara/ocamldsort/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" IUSE="" DEPEND=">=dev-lang/ocaml-3.12:=" |