aballier    15/06/08 08:25:49

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

Revision  Changes    Path
1.3                  dev-ml/yojson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/yojson/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   7 Jun 2015 09:35:14 -0000       1.2
+++ ChangeLog   8 Jun 2015 08:25:49 -0000       1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/yojson
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/yojson/ChangeLog,v 1.2 2015/06/07 
09:35:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/yojson/ChangeLog,v 1.3 2015/06/08 
08:25:49 aballier Exp $
+
+*yojson-1.2.1 (08 Jun 2015)
+
+  08 Jun 2015; Alexis Ballier <[email protected]> +yojson-1.2.1.ebuild:
+  version bump
 
   07 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add github to remote-id in metadata.xml



1.1                  dev-ml/yojson/yojson-1.2.1.ebuild

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

Index: yojson-1.2.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/yojson/yojson-1.2.1.ebuild,v 1.1 
2015/06/08 08:25:49 aballier Exp $

EAPI=5

inherit findlib

DESCRIPTION="JSON parsing and pretty-printing library for OCaml"
HOMEPAGE="http://mjambon.com/yojson.html";
SRC_URI="https://github.com/mjambon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]
        dev-ml/easy-format:=[ocamlopt]
        dev-ml/biniou:=[ocamlopt]
"
DEPEND="${RDEPEND}
        dev-ml/cppo
"

src_compile() {
        emake -j1
}

src_install() {
        dodir /usr/bin
        findlib_src_install BINDIR="${ED}"/usr/bin
        dodoc README.md Changes
        if use examples ; then
                dodoc -r examples
                docompress -x /usr/share/doc/${PF}/examples
        fi
}




Reply via email to