aballier    15/04/16 14:50:06

  Modified:             ChangeLog
  Added:                ocaml-re-1.3.2.ebuild
  Log:
  version bump
  
  Signed-off-by: Alexis Ballier <[email protected]>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.6                  dev-ml/ocaml-re/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   3 Apr 2015 07:52:43 -0000       1.5
+++ ChangeLog   16 Apr 2015 14:50:06 -0000      1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/ocaml-re
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ChangeLog,v 1.5 2015/04/03 
07:52:43 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ChangeLog,v 1.6 2015/04/16 
14:50:06 aballier Exp $
+
+*ocaml-re-1.3.2 (16 Apr 2015)
+
+  16 Apr 2015; Alexis Ballier <[email protected]> +ocaml-re-1.3.2.ebuild:
+  version bump
 
   03 Apr 2015; Alexis Ballier <[email protected]> ocaml-re-1.3.1.ebuild:
   bump ocaml dep, bug #544988



1.1                  dev-ml/ocaml-re/ocaml-re-1.3.2.ebuild

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

Index: ocaml-re-1.3.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ocaml-re-1.3.2.ebuild,v 1.1 
2015/04/16 14:50:06 aballier Exp $

EAPI=5

OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1

inherit oasis

DESCRIPTION="Regular expression library for OCaml"
HOMEPAGE="http://github.com/ocaml/ocaml-re";
SRC_URI="https://github.com/ocaml/ocaml-re/archive/${P}.tar.gz";

LICENSE="LGPL-2-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="test"

RDEPEND=">=dev-lang/ocaml-4.02:="
DEPEND="${RDEPEND}
        test? ( dev-ml/ounit )"
DOCS=( "CHANGES" "TODO.txt" "README.md" )
S="${WORKDIR}/${PN}-${P}"




Reply via email to