summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-06-20 15:17:50 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-06-20 15:17:50 +0000
commited3319e3f51555dd3555f749afb942a1fbc6ac22 (patch)
treee9b7e15d3cb2ff150dae6cf5de0bc012e779ee37 /dev-ml/ocamlduce
parentMasked since 14. Apr, removed now. (diff)
downloadgentoo-2-ed3319e3f51555dd3555f749afb942a1fbc6ac22.tar.gz
gentoo-2-ed3319e3f51555dd3555f749afb942a1fbc6ac22.tar.bz2
gentoo-2-ed3319e3f51555dd3555f749afb942a1fbc6ac22.zip
define eapi before inherit
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ocamlduce')
-rw-r--r--dev-ml/ocamlduce/ChangeLog7
-rw-r--r--dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ml/ocamlduce/ChangeLog b/dev-ml/ocamlduce/ChangeLog
index 1a91f4f26fc6..1f10bb7bdb57 100644
--- a/dev-ml/ocamlduce/ChangeLog
+++ b/dev-ml/ocamlduce/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocamlduce
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.9 2008/12/11 08:11:46 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.10 2009/06/20 15:17:50 aballier Exp $
+
+ 20 Jun 2009; Alexis Ballier <aballier@gentoo.org> ocamlduce-3.10.2.ebuild:
+ define eapi before inherit
11 Dec 2008; Alexis Ballier <aballier@gentoo.org>
-ocamlduce-3.10.0.ebuild:
diff --git a/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild b/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild
index 0f10c14fb420..3bc06fa6f0e9 100644
--- a/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild
+++ b/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild
@@ -1,11 +1,11 @@
-# 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/ocamlduce/ocamlduce-3.10.2.ebuild,v 1.1 2008/10/22 07:52:53 aballier Exp $
-
-inherit eutils findlib
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild,v 1.2 2009/06/20 15:17:50 aballier Exp $
EAPI="2"
+inherit eutils findlib
+
MY_P="${P/_p/pl}"
DESCRIPTION="OCamlDuce is a merger between OCaml and CDuce"
HOMEPAGE="http://www.cduce.org/ocaml.html"