diff options
author | 2013-03-03 11:18:08 +0000 | |
---|---|---|
committer | 2013-03-03 11:18:08 +0000 | |
commit | e2a2367b7411a316e263ffe9ba56dec881d5cfe1 (patch) | |
tree | 9da906fc7b002c1085312bca0896a453101a9168 /dev-ml/oasis | |
parent | Add s390 lovin. (diff) | |
download | gentoo-2-e2a2367b7411a316e263ffe9ba56dec881d5cfe1.tar.gz gentoo-2-e2a2367b7411a316e263ffe9ba56dec881d5cfe1.tar.bz2 gentoo-2-e2a2367b7411a316e263ffe9ba56dec881d5cfe1.zip |
eapi5, ddefine subslot and use slot deps
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/oasis')
-rw-r--r-- | dev-ml/oasis/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/oasis/oasis-0.3.0.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-ml/oasis/ChangeLog b/dev-ml/oasis/ChangeLog index b9eae8c42f3a..86930937cf5a 100644 --- a/dev-ml/oasis/ChangeLog +++ b/dev-ml/oasis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/oasis -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.9 2012/10/06 16:54:04 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.10 2013/03/03 11:18:08 aballier Exp $ + + 03 Mar 2013; Alexis Ballier <aballier@gentoo.org> oasis-0.3.0.ebuild: + eapi5, ddefine subslot and use slot deps 06 Oct 2012; Justin Lecher <jlec@gentoo.org> oasis-0.3.0.ebuild, metadata.xml: diff --git a/dev-ml/oasis/oasis-0.3.0.ebuild b/dev-ml/oasis/oasis-0.3.0.ebuild index 60a861bfe565..80b76c481d76 100644 --- a/dev-ml/oasis/oasis-0.3.0.ebuild +++ b/dev-ml/oasis/oasis-0.3.0.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/oasis/oasis-0.3.0.ebuild,v 1.3 2012/10/06 16:54:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/oasis-0.3.0.ebuild,v 1.4 2013/03/03 11:18:08 aballier Exp $ -EAPI=3 +EAPI=5 OASIS_BUILD_TESTS=1 OASIS_BUILD_DOCS=1 @@ -15,11 +15,11 @@ HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php" SRC_URI="http://forge.ocamlcore.org/frs/download.php/918/${MY_P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -RDEPEND=">=dev-ml/ocaml-data-notation-0.0.3" +RDEPEND=">=dev-ml/ocaml-data-notation-0.0.3:=" DEPEND="${RDEPEND} dev-ml/ocamlify dev-ml/ocamlmod |