aballier    14/10/28 08:29:16

  Added:                metadata.xml dose3-3.3_beta2.ebuild 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/dose3/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/dose3/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/dose3/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>
  <use>
    <flag name="parmap">Adds multi-core CPU support via 
<pkg>dev-ml/parmap</pkg>.</flag>
        <flag name="zip">Adds support for handling zip files.</flag>
        <flag name="rpm4">Adds support for handling rpm4 files.</flag>
  </use>
</pkgmetadata>



1.1                  dev-ml/dose3/dose3-3.3_beta2.ebuild

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

Index: dose3-3.3_beta2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/dose3/dose3-3.3_beta2.ebuild,v 1.1 
2014/10/28 08:29:16 aballier Exp $

EAPI=5

MY_P="${P/_beta/-beta}"
DESCRIPTION="Library and a collection of tools to perform la large spectrum of 
analysis on package repositories"
HOMEPAGE="http://dose.gforge.inria.fr/public_html/";
SRC_URI="https://gforge.inria.fr/frs/download.php/file/34180/${MY_P}.tar.gz";

LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt +parmap zip bzip2 xml curl rpm4"

RDEPEND="
        >=dev-lang/ocaml-3.12:=[ocamlopt?]
        dev-ml/cudf:=
        dev-ml/extlib:=
        dev-ml/ocaml-re:=
        parmap? ( dev-ml/parmap:= )
        zip? ( dev-ml/camlzip:= )
        bzip2? ( dev-ml/camlbz2:= )
        >=dev-ml/ocamlgraph-1.8.5:=
        xml? ( || ( dev-ml/ocaml-expat:= dev-ml/xml-light:= ) )
        curl? ( dev-ml/ocurl:= )
        rpm4? ( app-arch/rpm )
"
DEPEND="${RDEPEND}
        dev-ml/findlib
"

S="${WORKDIR}/${MY_P}"

src_configure() {
        econf \
                $(use_with !ocamlopt bytecodeonly) \
                $(use parmap && echo "--with-parmap") \
                $(use zip && echo "--with-zip") \
                $(use bzip2 && echo "--with-bz2") \
                --with-ocamlgraph \
                $(use xml && echo "--with-xml") \
                $(use curl && echo "--with-curl") \
                $(use rpm4 && echo "--with-rpm4")
}

src_compile() {
        emake -j1
}



1.1                  dev-ml/dose3/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-ml/dose3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/dose3/ChangeLog,v 1.1 2014/10/28 
08:29:16 aballier Exp $

*dose3-3.3_beta2 (28 Oct 2014)

  28 Oct 2014; Alexis Ballier <[email protected]> +dose3-3.3_beta2.ebuild,
  +metadata.xml:
  initial import, ebuild by me





Reply via email to