summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-07-02 21:07:35 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-07-02 21:07:35 +0000
commit4803dc451665496551ba341fb897230c00a79f25 (patch)
tree1c73c8ea3b2fb09278793575573695d407daec94 /dev-ml/camlp5
parentbump to 2.2.2. Improvements to some of the lang files Misc bugfixes. Update... (diff)
downloadgentoo-2-4803dc451665496551ba341fb897230c00a79f25.tar.gz
gentoo-2-4803dc451665496551ba341fb897230c00a79f25.tar.bz2
gentoo-2-4803dc451665496551ba341fb897230c00a79f25.zip
set eapi before inherit, as pointed out by Thomas Anderson
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'dev-ml/camlp5')
-rw-r--r--dev-ml/camlp5/ChangeLog6
-rw-r--r--dev-ml/camlp5/camlp5-5.08.ebuild6
-rw-r--r--dev-ml/camlp5/camlp5-5.09.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog
index 545325156061..c30edcfc02f6 100644
--- a/dev-ml/camlp5/ChangeLog
+++ b/dev-ml/camlp5/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/camlp5
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.22 2008/07/02 20:57:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.23 2008/07/02 21:07:35 aballier Exp $
+
+ 02 Jul 2008; Alexis Ballier <aballier@gentoo.org> camlp5-5.08.ebuild,
+ camlp5-5.09.ebuild:
+ set eapi before inherit, as pointed out by Thomas Anderson
*camlp5-5.09 (02 Jul 2008)
diff --git a/dev-ml/camlp5/camlp5-5.08.ebuild b/dev-ml/camlp5/camlp5-5.08.ebuild
index c5c23d89a067..62eaadadb9f8 100644
--- a/dev-ml/camlp5/camlp5-5.08.ebuild
+++ b/dev-ml/camlp5/camlp5-5.08.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.08.ebuild,v 1.5 2008/04/08 13:20:50 armin76 Exp $
-
-inherit multilib findlib eutils
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.08.ebuild,v 1.6 2008/07/02 21:07:35 aballier Exp $
EAPI="1"
+inherit multilib findlib eutils
+
DESCRIPTION="A preprocessor-pretty-printer of ocaml"
HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/"
SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${P}.tgz"
diff --git a/dev-ml/camlp5/camlp5-5.09.ebuild b/dev-ml/camlp5/camlp5-5.09.ebuild
index 0f4f8a075062..d30105ee0a96 100644
--- a/dev-ml/camlp5/camlp5-5.09.ebuild
+++ b/dev-ml/camlp5/camlp5-5.09.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.09.ebuild,v 1.1 2008/07/02 20:57:27 aballier Exp $
-
-inherit multilib findlib eutils
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.09.ebuild,v 1.2 2008/07/02 21:07:35 aballier Exp $
EAPI="1"
+inherit multilib findlib eutils
+
DESCRIPTION="A preprocessor-pretty-printer of ocaml"
HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/"
SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${P}.tgz"