diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 14:13:35 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 14:13:35 +0000 |
commit | d66e13a3d18212c1a229cd33b3c4910299485145 (patch) | |
tree | c5f4a4a88e1bcf60ae6ece3770245f7a8187955d /dev-ml/ocamlify | |
parent | Remove old. (diff) | |
download | gentoo-2-d66e13a3d18212c1a229cd33b3c4910299485145.tar.gz gentoo-2-d66e13a3d18212c1a229cd33b3c4910299485145.tar.bz2 gentoo-2-d66e13a3d18212c1a229cd33b3c4910299485145.zip |
convert to eapi5 to get subslot dep on ocaml
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocamlify')
-rw-r--r-- | dev-ml/ocamlify/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocamlify/ocamlify-0.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/ocamlify/ChangeLog b/dev-ml/ocamlify/ChangeLog index 88ae954216c6..918747bdfe66 100644 --- a/dev-ml/ocamlify/ChangeLog +++ b/dev-ml/ocamlify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlify -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlify/ChangeLog,v 1.2 2012/07/09 21:05:40 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlify/ChangeLog,v 1.3 2013/02/07 14:13:35 aballier Exp $ + + 07 Feb 2013; Alexis Ballier <aballier@gentoo.org> ocamlify-0.0.1.ebuild: + convert to eapi5 to get subslot dep on ocaml 09 Jul 2012; Ulrich Müller <ulm@gentoo.org> ocamlify-0.0.1.ebuild: Update LICENSE, bug 425140. diff --git a/dev-ml/ocamlify/ocamlify-0.0.1.ebuild b/dev-ml/ocamlify/ocamlify-0.0.1.ebuild index f8183c288e7d..fd668a658fc5 100644 --- a/dev-ml/ocamlify/ocamlify-0.0.1.ebuild +++ b/dev-ml/ocamlify/ocamlify-0.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlify/ocamlify-0.0.1.ebuild,v 1.2 2012/07/09 21:05:40 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlify/ocamlify-0.0.1.ebuild,v 1.3 2013/02/07 14:13:35 aballier Exp $ -EAPI=3 +EAPI=5 OASIS_NO_DEBUG=1 |