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
commit707617e3e78c83929bcaa435e66b0807c86381cc (patch)
tree825f3ac530fabbc169853f171a8bda57e3c9a57b /dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild
parentMasked since 14. Apr, removed now. (diff)
downloadhistorical-707617e3e78c83929bcaa435e66b0807c86381cc.tar.gz
historical-707617e3e78c83929bcaa435e66b0807c86381cc.tar.bz2
historical-707617e3e78c83929bcaa435e66b0807c86381cc.zip
define eapi before inherit
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild')
-rw-r--r--dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild8
1 files changed, 4 insertions, 4 deletions
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"