summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-06-20 15:30:52 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-06-20 15:30:52 +0000
commit28a9443460833a7f8a2e2ee9a70632736bf3d900 (patch)
tree562716e2cd35063ed2664ec0cff4580b34e58495 /dev-ml/ounit
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-28a9443460833a7f8a2e2ee9a70632736bf3d900.tar.gz
gentoo-2-28a9443460833a7f8a2e2ee9a70632736bf3d900.tar.bz2
gentoo-2-28a9443460833a7f8a2e2ee9a70632736bf3d900.zip
define eapi before inherit
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ounit')
-rw-r--r--dev-ml/ounit/ChangeLog7
-rw-r--r--dev-ml/ounit/ounit-1.0.2.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog
index 617c16ff6888..545b754634e9 100644
--- a/dev-ml/ounit/ChangeLog
+++ b/dev-ml/ounit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ounit
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.12 2008/04/13 18:13:53 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.13 2009/06/20 15:30:52 aballier Exp $
+
+ 20 Jun 2009; Alexis Ballier <aballier@gentoo.org> ounit-1.0.2.ebuild:
+ define eapi before inherit
13 Apr 2008; Alexis Ballier <aballier@gentoo.org> -ounit-1.0.0.ebuild,
-ounit-1.0.1.ebuild:
diff --git a/dev-ml/ounit/ounit-1.0.2.ebuild b/dev-ml/ounit/ounit-1.0.2.ebuild
index 435a7550cc61..eddab5280ef6 100644
--- a/dev-ml/ounit/ounit-1.0.2.ebuild
+++ b/dev-ml/ounit/ounit-1.0.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/ounit/ounit-1.0.2.ebuild,v 1.5 2008/04/11 22:02:25 maekke Exp $
-
-inherit findlib eutils
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild,v 1.6 2009/06/20 15:30:52 aballier Exp $
EAPI="1"
+inherit findlib eutils
+
DESCRIPTION="Unit testing framework for OCaml"
HOMEPAGE="http://www.xs4all.nl/~mmzeeman/ocaml/"
SRC_URI="http://www.xs4all.nl/~mmzeeman/ocaml/${P}.tar.gz"