aballier    14/12/01 13:47:34

  Modified:             ChangeLog
  Added:                camomile-0.8.5.ebuild
  Log:
  version bump, bug #522496 by José Romildo Malaquias
  
  Signed-off-by: [email protected]
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.39                 dev-ml/camomile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   28 Nov 2014 17:31:07 -0000      1.38
+++ ChangeLog   1 Dec 2014 13:47:34 -0000       1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/camomile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.38 2014/11/28 
17:31:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.39 2014/12/01 
13:47:34 aballier Exp $
+
+*camomile-0.8.5 (01 Dec 2014)
+
+  01 Dec 2014; Alexis Ballier <[email protected]> +camomile-0.8.5.ebuild:
+  version bump, bug #522496 by José Romildo Malaquias
 
   28 Nov 2014; Alexis Ballier <[email protected]> camomile-0.8.4.ebuild:
   update deps for ocaml 4.02



1.1                  dev-ml/camomile/camomile-0.8.5.ebuild

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

Index: camomile-0.8.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/camomile/camomile-0.8.5.ebuild,v 1.1 
2014/12/01 13:47:34 aballier Exp $

EAPI="5"

inherit findlib eutils

DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml"
HOMEPAGE="http://github.com/yoriyuki/Camomile/wiki";
SRC_URI="https://github.com/yoriyuki/Camomile/releases/download/rel-${PV}/${P}.tar.bz2";

LICENSE="LGPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug +ocamlopt"

RDEPEND="
        >=dev-lang/ocaml-3.10.2:=[ocamlopt?]
        || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
"
DEPEND="${RDEPEND}"

src_configure() {
        econf $(use_enable debug)
}

src_compile() {
        emake -j1 byte unidata unimaps charmap_data locale_data
        if use ocamlopt; then
                emake -j1 opt
        fi
}

src_install() {
        dodir /usr/bin
        findlib_src_install DATADIR="${D}/usr/share" BINDIR="${D}/usr/bin"
}




Reply via email to