diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 15:23:10 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 15:23:10 +0000 |
commit | d5790d9c85ad560116b4c4fa8e2adb0c1918c09a (patch) | |
tree | 3c0f92217e8d13656e96ceabdb497df322850b78 /dev-ml | |
parent | we need sys-apps/flock on fbsd, bug #412201 (diff) | |
download | gentoo-2-d5790d9c85ad560116b4c4fa8e2adb0c1918c09a.tar.gz gentoo-2-d5790d9c85ad560116b4c4fa8e2adb0c1918c09a.tar.bz2 gentoo-2-d5790d9c85ad560116b4c4fa8e2adb0c1918c09a.zip |
Bump to eapi5, set subslot to PV as its a lib, use slot deps.
(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/ocaml-data-notation/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-ml/ocaml-data-notation/ChangeLog b/dev-ml/ocaml-data-notation/ChangeLog index 54e8765f230c..480a15ee38c7 100644 --- a/dev-ml/ocaml-data-notation/ChangeLog +++ b/dev-ml/ocaml-data-notation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocaml-data-notation # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.12 2013/02/07 14:38:18 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.13 2013/02/07 15:23:10 aballier Exp $ + + 07 Feb 2013; Alexis Ballier <aballier@gentoo.org> + ocaml-data-notation-0.0.10.ebuild: + Bump to eapi5, set subslot to PV as its a lib, use slot deps. 07 Feb 2013; Alexis Ballier <aballier@gentoo.org> -ocaml-data-notation-0.0.9.ebuild: diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild index 2bf0470271af..46d31ba046b9 100644 --- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild +++ b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.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/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild,v 1.1 2012/10/08 11:32:42 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild,v 1.2 2013/02/07 15:23:10 aballier Exp $ -EAPI=3 +EAPI=5 OASIS_BUILD_TESTS=1 @@ -13,11 +13,11 @@ HOMEPAGE="http://forge.ocamlcore.org/projects/odn" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1029/${P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -RDEPEND=">=dev-ml/type-conv-108.07.01" +RDEPEND=">=dev-ml/type-conv-108.07.01:=" DEPEND="${RDEPEND} test? ( dev-ml/ounit[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )" |