diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-03-02 18:47:08 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-03-02 18:47:08 +0000 |
commit | ef25844f2b186d4d80f525bd39efda79948b2e53 (patch) | |
tree | bf68ec1986ad53909bab88c4584d2b46468aa26f /dev-ml | |
parent | update live ebuild (diff) | |
download | gentoo-2-ef25844f2b186d4d80f525bd39efda79948b2e53.tar.gz gentoo-2-ef25844f2b186d4d80f525bd39efda79948b2e53.tar.bz2 gentoo-2-ef25844f2b186d4d80f525bd39efda79948b2e53.zip |
eapi5, define subslot and use slotdep
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-expect/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-ml/ocaml-expect/ChangeLog b/dev-ml/ocaml-expect/ChangeLog index 1781cd30488d..6d8b4b3ee392 100644 --- a/dev-ml/ocaml-expect/ChangeLog +++ b/dev-ml/ocaml-expect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-expect # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expect/ChangeLog,v 1.4 2013/03/02 18:43:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expect/ChangeLog,v 1.5 2013/03/02 18:47:08 aballier Exp $ + + 02 Mar 2013; Alexis Ballier <aballier@gentoo.org> ocaml-expect-0.0.3.ebuild: + eapi5, define subslot and use slotdep 02 Mar 2013; Alexis Ballier <aballier@gentoo.org> -ocaml-expect-0.0.2.ebuild: remove old diff --git a/dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild b/dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild index 421235de8a74..66f34c72a72f 100644 --- a/dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild +++ b/dev-ml/ocaml-expect/ocaml-expect-0.0.3.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-expect/ocaml-expect-0.0.3.ebuild,v 1.1 2012/10/08 12:21:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild,v 1.2 2013/03/02 18:47:08 aballier Exp $ -EAPI=3 +EAPI=5 OASIS_BUILD_DOCS=1 @@ -13,13 +13,13 @@ HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-expect/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/894/${P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" RDEPEND=" - dev-ml/extlib - dev-ml/pcre-ocaml" + dev-ml/extlib:= + dev-ml/pcre-ocaml:=" DEPEND="${RDEPEND} dev-ml/ounit" |