aballier    14/10/29 14:04:32

  Modified:             ChangeLog
  Added:                oasis-0.4.5.ebuild
  Log:
  version bump
  
  Signed-off-by: [email protected]
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.13                 dev-ml/oasis/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   13 Apr 2014 17:57:12 -0000      1.12
+++ ChangeLog   29 Oct 2014 14:04:32 -0000      1.13
@@ -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 <[email protected]> +oasis-0.4.5.ebuild:
+  version bump
 
 *oasis-0.4.4 (13 Apr 2014)
 



1.1                  dev-ml/oasis/oasis-0.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/oasis-0.4.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/oasis-0.4.5.ebuild?rev=1.1&content-type=text/plain

Index: oasis-0.4.5.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.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" )




Reply via email to