summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-10-29 14:04:32 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-10-29 14:04:32 +0000
commit9e63eabe32b2d1b5893bcc06022abc38ee7efaa0 (patch)
treeb8350d591f0bab7a791ac37dbcce7dfc9c2a7282 /dev-ml
parentVersion bump for security bug 526542; Drop old (diff)
downloadgentoo-2-9e63eabe32b2d1b5893bcc06022abc38ee7efaa0.tar.gz
gentoo-2-9e63eabe32b2d1b5893bcc06022abc38ee7efaa0.tar.bz2
gentoo-2-9e63eabe32b2d1b5893bcc06022abc38ee7efaa0.zip
version bump
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/oasis/ChangeLog7
-rw-r--r--dev-ml/oasis/oasis-0.4.5.ebuild38
2 files changed, 44 insertions, 1 deletions
diff --git a/dev-ml/oasis/ChangeLog b/dev-ml/oasis/ChangeLog
index 1d2bf51f1a4e..1154cd59b0d1 100644
--- a/dev-ml/oasis/ChangeLog
+++ b/dev-ml/oasis/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/oasis
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.12 2014/04/13 17:57:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.13 2014/10/29 14:04:32 aballier Exp $
+
+*oasis-0.4.5 (29 Oct 2014)
+
+ 29 Oct 2014; Alexis Ballier <aballier@gentoo.org> +oasis-0.4.5.ebuild:
+ version bump
*oasis-0.4.4 (13 Apr 2014)
diff --git a/dev-ml/oasis/oasis-0.4.5.ebuild b/dev-ml/oasis/oasis-0.4.5.ebuild
new file mode 100644
index 000000000000..89a976172c5d
--- /dev/null
+++ b/dev-ml/oasis/oasis-0.4.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/oasis-0.4.5.ebuild,v 1.1 2014/10/29 14:04:32 aballier Exp $
+
+EAPI=5
+
+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/1475/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:="
+DEPEND="${RDEPEND}
+ >=dev-ml/findlib-1.3.1
+ dev-ml/ocamlify
+ dev-ml/ocamlmod
+ !<sci-chemistry/oasis-4.0-r3
+ test? (
+ >=dev-ml/ocaml-fileutils-0.4.2
+ >=dev-ml/ounit-2.0.0
+ >=dev-ml/ocaml-expect-0.0.4
+ dev-ml/pcre-ocaml
+ dev-ml/extlib
+ )"
+
+STRIP_MASK="*/bin/*"
+S="${WORKDIR}/${MY_P}"
+DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )