summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-03 14:38:19 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-03 14:38:19 +0000
commit13aacea0f88d7419e339119e51e99b2719d73705 (patch)
tree94d0168e989819ae1952a29ec2a0a8dbd51fc13a /dev-ml
parentDon't install non-free files for rletoabA62, don't install unused man pages, ... (diff)
downloadgentoo-2-13aacea0f88d7419e339119e51e99b2719d73705.tar.gz
gentoo-2-13aacea0f88d7419e339119e51e99b2719d73705.tar.bz2
gentoo-2-13aacea0f88d7419e339119e51e99b2719d73705.zip
eapi5, use slotdeps and define subslot
(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/utop/ChangeLog7
-rw-r--r--dev-ml/utop/utop-1.2.ebuild14
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-ml/utop/ChangeLog b/dev-ml/utop/ChangeLog
index f3512594f156..485f80f91c88 100644
--- a/dev-ml/utop/ChangeLog
+++ b/dev-ml/utop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/utop
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.3 2012/08/07 16:39:04 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.4 2013/03/03 14:38:19 aballier Exp $
+
+ 03 Mar 2013; Alexis Ballier <aballier@gentoo.org> utop-1.2.ebuild:
+ eapi5, use slotdeps and define subslot
07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -utop-1.1.ebuild:
remove old
diff --git a/dev-ml/utop/utop-1.2.ebuild b/dev-ml/utop/utop-1.2.ebuild
index a91c2270058b..692b80dd678f 100644
--- a/dev-ml/utop/utop-1.2.ebuild
+++ b/dev-ml/utop/utop-1.2.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/utop/utop-1.2.ebuild,v 1.1 2012/08/02 12:37:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/utop-1.2.ebuild,v 1.2 2013/03/03 14:38:19 aballier Exp $
-EAPI=4
+EAPI=5
OASIS_BUILD_DOCS=1
inherit oasis elisp-common
@@ -12,13 +12,13 @@ HOMEPAGE="http://forge.ocamlcore.org/projects/utop/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/949/${P}.tar.gz"
LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="emacs"
-DEPEND=">=dev-ml/lwt-2.4.0[react]
- >=dev-ml/lambda-term-1.2
- >=dev-ml/zed-1.2
+DEPEND=">=dev-ml/lwt-2.4.0:=[react]
+ >=dev-ml/lambda-term-1.2:=
+ >=dev-ml/zed-1.2:=
emacs? ( virtual/emacs )"
RDEPEND="${DEPEND}"