aballier    15/02/15 09:27:34

  Added:                metadata.xml ChangeLog yojson-1.2.0.ebuild
  Log:
  initial import, ebuild by José Romildo Malaquias, bug #539330
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.1                  dev-ml/yojson/metadata.xml

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

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
<herd>ml</herd>
</pkgmetadata>



1.1                  dev-ml/yojson/ChangeLog

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

Index: ChangeLog
===================================================================
# 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.1 2015/02/15 
09:27:34 aballier Exp $

*yojson-1.2.0 (15 Feb 2015)

  15 Feb 2015; Alexis Ballier <[email protected]> +yojson-1.2.0.ebuild,
  +metadata.xml:
  initial import, ebuild by José Romildo Malaquias, bug #539330




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

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

Index: yojson-1.2.0.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.0.ebuild,v 1.1 
2015/02/15 09:27:34 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