diff options
author | 2014-04-13 17:57:12 +0000 | |
---|---|---|
committer | 2014-04-13 17:57:12 +0000 | |
commit | d467e8d199d7672fa761633b6d73bf22b5b41920 (patch) | |
tree | 51405b123fad82d99d3b32c7480792cd4ecadcec /dev-ml/oasis | |
parent | Attempt to fix installation with mplayer2 (bug #507588) (diff) | |
download | gentoo-2-d467e8d199d7672fa761633b6d73bf22b5b41920.tar.gz gentoo-2-d467e8d199d7672fa761633b6d73bf22b5b41920.tar.bz2 gentoo-2-d467e8d199d7672fa761633b6d73bf22b5b41920.zip |
version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/oasis')
-rw-r--r-- | dev-ml/oasis/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/oasis/oasis-0.4.4.ebuild | 38 |
2 files changed, 44 insertions, 1 deletions
diff --git a/dev-ml/oasis/ChangeLog b/dev-ml/oasis/ChangeLog index 14d2bb474339..1d2bf51f1a4e 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.11 2014/01/19 12:40:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.12 2014/04/13 17:57:12 aballier Exp $ + +*oasis-0.4.4 (13 Apr 2014) + + 13 Apr 2014; Alexis Ballier <aballier@gentoo.org> +oasis-0.4.4.ebuild: + version bump *oasis-0.4.1 (19 Jan 2014) diff --git a/dev-ml/oasis/oasis-0.4.4.ebuild b/dev-ml/oasis/oasis-0.4.4.ebuild new file mode 100644 index 000000000000..fe7b9ed5dab0 --- /dev/null +++ b/dev-ml/oasis/oasis-0.4.4.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.4.ebuild,v 1.1 2014/04/13 17:57:12 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/1391/${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" ) |