aballier    14/12/08 09:54:42

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-text/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   28 Nov 2014 17:50:06 -0000      1.5
+++ ChangeLog   8 Dec 2014 09:54:42 -0000       1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/ocaml-text
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-text/ChangeLog,v 1.5 
2014/11/28 17:50:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-text/ChangeLog,v 1.6 
2014/12/08 09:54:42 aballier Exp $
+
+*ocaml-text-0.8 (08 Dec 2014)
+
+  08 Dec 2014; Alexis Ballier <[email protected]> +ocaml-text-0.8.ebuild:
+  version bump
 
   28 Nov 2014; Alexis Ballier <[email protected]> ocaml-text-0.6.ebuild:
   update deps for ocaml 4.02



1.1                  dev-ml/ocaml-text/ocaml-text-0.8.ebuild

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

Index: ocaml-text-0.8.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-text/ocaml-text-0.8.ebuild,v 
1.1 2014/12/08 09:54:42 aballier Exp $

EAPI=5

OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1

inherit oasis

DESCRIPTION="Library for dealing with 'text'"
HOMEPAGE="https://github.com/vbmithr/ocaml-text/";
SRC_URI="https://github.com/vbmithr/ocaml-text/archive/${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="pcre"

RDEPEND="virtual/libiconv
        dev-ml/camlp4:=
        pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )"
DEPEND="${RDEPEND}
        doc? ( dev-tex/rubber virtual/latex-base )"

DOCS=( "README" "CHANGES" )

src_configure() {
        oasis_configure_opts="$(use_enable pcre)" \
                oasis_src_configure
}

src_install() {
        oasis_src_install
        use doc && dodoc manual/*.pdf
}




Reply via email to