From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
Date: Tue, 19 Jan 2016 11:35:58 +0000 (UTC) [thread overview]
Message-ID: <1453203324.02b104bbaad3aa7b6182f92a7dfb514ae0a63c2a.aballier@gentoo> (raw)
commit: 02b104bbaad3aa7b6182f92a7dfb514ae0a63c2a
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 11:31:53 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 11:35:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b104bb
dev-ml/dose3: bump to 4.2
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ml/dose3/Manifest | 1 +
dev-ml/dose3/dose3-4.2.ebuild | 65 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/dev-ml/dose3/Manifest b/dev-ml/dose3/Manifest
index 6684e53..1bc9277 100644
--- a/dev-ml/dose3/Manifest
+++ b/dev-ml/dose3/Manifest
@@ -1,3 +1,4 @@
DIST dose3-3.3-beta2.tar.gz 257564 SHA256 ec73f6ad8da999a90b4c20633c55dac78755018c0128592501f3931396d85abf SHA512 7540b2390f8ef49acdf4ac5c7598e25137b380f4d0b862d75a144a2e12d3f7e24633e8f0e3597f74cd48491f9fa7559dc1664692eb3a840eca26e0f077550db8 WHIRLPOOL 6ad1e502ac85c9e873703f5f11f8291fe24a2bd79f6c659ff7f22d001f37114e8568db915ef6e2b2dd245eaceb3eaa00797d47626577cf33df057762eb727af2
DIST dose3-3.3.tar.gz 257658 SHA256 8dc4dae9b1a81bb3a42abb283df785ba3eb00ade29b13875821c69f03e00680e SHA512 0decf753f6f4a9fc73ac2cf8eb4b6b464f16cba2fa7f97d8e7c6f37cb63749ee171c3273019a9a9a42141fdb7843a730e5a5dfc0ebba68d4a8d50261165d71be WHIRLPOOL bd2f863a7ffa9fc34c1f4595950441d05984b9d26c3b54067ed24ca4e1e05795f7b1f1c213e8c20a089360c8a50c324f9472f22cb9cbfe4f59fe8e919f370de9
DIST dose3-4.0-rc3.tar.gz 326340 SHA256 c464b3f17f376cc672e9fef4024ca874fadbe42e4e86e7e7e167f8fd1d8a1946 SHA512 c3dfb7d97d9ab4321af991beefc42cafda5d07ac94e2dc941470aa05442cbbb422aec2b07e9df2c60de721e1cc0725a73d44a069ad154897de94fe4312e91853 WHIRLPOOL 4ab2633162a72d079e66dddba081fcbfa5f817575451960ad6d64bfa5531249d55b014affe92323497d1c28a3c86666a4d7c8a5ca75a582f075f3f351ecf94c4
+DIST dose3-4.2.tar.gz 281555 SHA256 ed37414baded4a175b47d4e2856c1e827fc7fb9939cc9e176a1d46e5048d8526 SHA512 d64443899f874254834165c44d0400eff5fa80e1d1d41f76b94fbb11ae0b34aa75dcbb8cc9a5e510e2f91d147e11391f36c45ef0fb24536fffcfc68d686c5fa1 WHIRLPOOL cce3baa6dfe922a3b04e8683aea785bbfd3050a70a0c0b533457fe41f274eca1e62343bca34e08307e9818252d09c2d6b24b4b2fb0efb1321fd38fd478b7428e
diff --git a/dev-ml/dose3/dose3-4.2.ebuild b/dev-ml/dose3/dose3-4.2.ebuild
new file mode 100644
index 0000000..eaff97e
--- /dev/null
+++ b/dev-ml/dose3/dose3-4.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+MY_P="${P/_beta/-beta}"
+DESCRIPTION="Library and a collection of tools to perform la large spectrum of analysis on package repositories"
+HOMEPAGE="http://www.mancoosi.org/software/ https://gforge.inria.fr/projects/dose"
+SRC_URI="https://gforge.inria.fr/frs/download.php/file/35465/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt +parmap zip bzip2 xml curl rpm4 test"
+
+RDEPEND="
+ >=dev-lang/ocaml-3.12:=[ocamlopt?]
+ dev-ml/cudf:=
+ dev-ml/extlib:=
+ dev-ml/ocaml-re:=
+ dev-ml/cppo:=
+ parmap? ( dev-ml/parmap:= )
+ zip? ( dev-ml/camlzip:= )
+ bzip2? ( dev-ml/camlbz2:= )
+ >=dev-ml/ocamlgraph-1.8.6:=
+ xml? ( dev-ml/ocaml-expat:= dev-ml/xml-light:= )
+ curl? ( dev-ml/ocurl:= )
+ rpm4? ( app-arch/rpm )
+"
+DEPEND="${RDEPEND}
+ dev-ml/findlib
+ test? ( dev-python/pyyaml[libyaml] )
+"
+# missing test data
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ sed -e 's/INSTALLOPTS=-s/INSTALLOPTS=/' -i Makefile.config.in || die
+}
+
+src_configure() {
+ econf \
+ $(use ocamlopt || echo "--with-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
+}
+
+src_install() {
+ emake DESTDIR="${D}" BINDIR="${ED}/usr/bin" install || die
+ dodoc CHANGES CREDITS README.architecture TODO
+}
next reply other threads:[~2016-01-19 11:36 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-19 11:35 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-01-22 10:47 [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/ Alexis Ballier
2016-03-01 18:47 Alexis Ballier
2016-04-22 13:01 Alexis Ballier
2016-05-03 9:14 Alexis Ballier
2016-08-13 14:23 Alexis Ballier
2017-04-05 9:51 Michael Weber
2017-04-05 17:50 Markus Meier
2017-08-02 11:23 Alexis Ballier
2017-08-04 21:07 Amy Liffey
2020-10-24 0:38 Sam James
2020-10-28 3:36 Sam James
2020-11-28 18:37 Aaron Bauman
2021-01-26 17:34 Alfredo Tupone
2021-01-27 6:34 Sam James
2021-02-09 22:57 Sam James
2021-02-10 1:55 Sam James
2021-02-10 15:10 Sam James
2021-02-10 16:33 Sam James
2021-02-10 18:53 Sam James
2021-02-11 6:26 Sam James
2021-02-11 6:31 Sam James
2021-02-19 21:24 Alfredo Tupone
2021-03-14 0:48 Sam James
2021-06-06 23:55 Sam James
2021-06-08 4:12 Sam James
2021-06-09 22:17 Sam James
2021-07-22 20:23 Alfredo Tupone
2021-07-28 1:48 Sam James
2021-09-07 0:09 Sam James
2021-10-06 1:25 Sam James
2021-10-12 7:10 Agostino Sarubbo
2021-10-12 7:13 Agostino Sarubbo
2021-10-14 9:44 Sam James
2021-10-14 10:00 Michał Górny
2021-10-16 14:02 Agostino Sarubbo
2021-10-17 19:09 Sam James
2021-10-18 23:49 Sam James
2021-10-29 5:55 Agostino Sarubbo
2021-11-05 21:50 Alfredo Tupone
2022-01-15 18:20 Alfredo Tupone
2022-12-04 21:18 Alfredo Tupone
2022-12-05 17:51 Alfredo Tupone
2022-12-05 17:56 Alfredo Tupone
2023-03-17 2:29 Sam James
2023-03-17 7:17 Arthur Zamarin
2023-03-17 14:46 Arthur Zamarin
2023-03-30 17:35 Arthur Zamarin
2023-03-30 17:57 Arthur Zamarin
2023-04-06 6:35 Alfredo Tupone
2024-07-15 13:57 Alfredo Tupone
2024-10-15 15:25 Arthur Zamarin
2025-03-13 20:02 Alfredo Tupone
2025-04-28 0:17 Sam James
2025-10-06 17:46 Alfredo Tupone
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1453203324.02b104bbaad3aa7b6182f92a7dfb514ae0a63c2a.aballier@gentoo \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox