summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-06-29 23:27:34 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-06-29 23:27:34 +0000
commitc076fbb20a4307ba09025f00787133a12de93d79 (patch)
tree4df131f43672030f177819820a922bed7d30fd9b
parentversion bump by Elijah El Lazkani (diff)
downloadgentoo-2-c076fbb20a4307ba09025f00787133a12de93d79.tar.gz
gentoo-2-c076fbb20a4307ba09025f00787133a12de93d79.tar.bz2
gentoo-2-c076fbb20a4307ba09025f00787133a12de93d79.zip
version bump
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
-rw-r--r--dev-ml/oasis/ChangeLog7
-rw-r--r--dev-ml/oasis/oasis-0.3.0.ebuild35
2 files changed, 41 insertions, 1 deletions
diff --git a/dev-ml/oasis/ChangeLog b/dev-ml/oasis/ChangeLog
index a17d0764f369..192da42e5671 100644
--- a/dev-ml/oasis/ChangeLog
+++ b/dev-ml/oasis/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/oasis
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.5 2012/06/12 12:46:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.6 2012/06/29 23:27:34 aballier Exp $
+
+*oasis-0.3.0 (29 Jun 2012)
+
+ 29 Jun 2012; Alexis Ballier <aballier@gentoo.org> +oasis-0.3.0.ebuild:
+ version bump
12 Jun 2012; Alexis Ballier <aballier@gentoo.org> -oasis-0.3.0_rc5.ebuild:
remove old
diff --git a/dev-ml/oasis/oasis-0.3.0.ebuild b/dev-ml/oasis/oasis-0.3.0.ebuild
new file mode 100644
index 000000000000..5424901d5136
--- /dev/null
+++ b/dev-ml/oasis/oasis-0.3.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/oasis-0.3.0.ebuild,v 1.1 2012/06/29 23:27:34 aballier Exp $
+
+EAPI=3
+
+OASIS_BUILD_TESTS=1
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+MY_P=${P/_/\~}
+DESCRIPTION="OASIS is a tool to integrate a configure, build and install system in OCaml project"
+HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/918/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-ml/ocaml-data-notation-0.0.3"
+DEPEND="${RDEPEND}
+ dev-ml/ocamlify
+ dev-ml/ocamlmod
+ test? (
+ >=dev-ml/ocaml-fileutils-0.4.2
+ >=dev-ml/ounit-1.1.0
+ >=dev-ml/ocaml-expect-0.0.2
+ dev-ml/extlib
+ )"
+
+STRIP_MASK="*/bin/*"
+S="${WORKDIR}/${MY_P}"
+DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )