summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-06-21 12:51:47 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-06-21 12:51:47 +0000
commit41c1a4042e3a82850b51974cae1600e016a54d98 (patch)
tree4fab8074c14cafa11cc32134c8f9e30523e34f94 /dev-ml
parentversion bump (diff)
downloadgentoo-2-41c1a4042e3a82850b51974cae1600e016a54d98.tar.gz
gentoo-2-41c1a4042e3a82850b51974cae1600e016a54d98.tar.bz2
gentoo-2-41c1a4042e3a82850b51974cae1600e016a54d98.zip
define eapi before inherit and assign rdepend explicitly
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/pomap/ChangeLog7
-rw-r--r--dev-ml/pomap/pomap-2.9.8.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-ml/pomap/ChangeLog b/dev-ml/pomap/ChangeLog
index 77cc447c8bbc..8d46216f7d09 100644
--- a/dev-ml/pomap/ChangeLog
+++ b/dev-ml/pomap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/pomap
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/ChangeLog,v 1.16 2008/04/13 18:15:26 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/ChangeLog,v 1.17 2009/06/21 12:51:47 aballier Exp $
+
+ 21 Jun 2009; Alexis Ballier <aballier@gentoo.org> pomap-2.9.8.ebuild:
+ define eapi before inherit and assign rdepend explicitly
13 Apr 2008; Alexis Ballier <aballier@gentoo.org> -pomap-2.9.4.ebuild:
remove old
diff --git a/dev-ml/pomap/pomap-2.9.8.ebuild b/dev-ml/pomap/pomap-2.9.8.ebuild
index 57cac1d92753..8c32f70fbf4a 100644
--- a/dev-ml/pomap/pomap-2.9.8.ebuild
+++ b/dev-ml/pomap/pomap-2.9.8.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/pomap-2.9.8.ebuild,v 1.3 2008/04/12 20:11:38 dertobi123 Exp $
-
-inherit findlib eutils
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/pomap-2.9.8.ebuild,v 1.4 2009/06/21 12:51:47 aballier Exp $
EAPI="1"
+inherit findlib eutils
+
DESCRIPTION="Partially Ordered Map ADT for O'Caml"
HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html"
LICENSE="LGPL-2.1"
-DEPEND=">=dev-lang/ocaml-3.06"
+RDEPEND=">=dev-lang/ocaml-3.06"
+DEPEND="${RDEPEND}"
SRC_URI="http://www.ocaml.info/ocaml_sources/${P}.tar.bz2"
SLOT="0"