aballier    14/12/01 10:21:45

  Added:                reactiveData-0.1.ebuild metadata.xml ChangeLog
  Log:
  initial import, ebuild by me
  
  Signed-off-by: [email protected]
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.1                  dev-ml/reactiveData/reactiveData-0.1.ebuild

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

Index: reactiveData-0.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/reactiveData/reactiveData-0.1.ebuild,v 1.1 
2014/12/01 10:21:45 aballier Exp $

EAPI="5"

DESCRIPTION="Functional reactive programming with incremental changes in data 
structures"
HOMEPAGE="https://github.com/hhugo/reactiveData";
SRC_URI="https://github.com/hhugo/reactiveData/archive/${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt"

RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
        dev-ml/react:="
DEPEND="${RDEPEND}
        dev-ml/findlib
        dev-ml/opam
"

src_compile() {
        ocaml pkg/build.ml \
                native=$(usex ocamlopt true false) \
                native-dynlink=$(usex ocamlopt true false) \
                || die
}

src_install() {
        opam-installer \
                --prefix="${ED}/usr" \
                --libdir="${D}/$(ocamlc -where)" \
                --docdir="${ED}/usr/share/doc/${PF}" \
                || die
        dodoc README.md
}



1.1                  dev-ml/reactiveData/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/reactiveData/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/reactiveData/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/reactiveData/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-ml/reactiveData
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/reactiveData/ChangeLog,v 1.1 
2014/12/01 10:21:45 aballier Exp $

*reactiveData-0.1 (01 Dec 2014)

  01 Dec 2014; Alexis Ballier <[email protected]> +reactiveData-0.1.ebuild,
  +metadata.xml:
  initial import, ebuild by me





Reply via email to