aballier 14/04/13 17:57:12 Modified: ChangeLog Added: oasis-0.4.4.ebuild Log: version bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.12 dev-ml/oasis/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 19 Jan 2014 12:40:51 -0000 1.11 +++ ChangeLog 13 Apr 2014 17:57:12 -0000 1.12 @@ -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 <[email protected]> +oasis-0.4.4.ebuild: + version bump *oasis-0.4.1 (19 Jan 2014) 1.1 dev-ml/oasis/oasis-0.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/oasis-0.4.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/oasis-0.4.4.ebuild?rev=1.1&content-type=text/plain Index: oasis-0.4.4.ebuild =================================================================== # 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" )
