public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
Date: Fri,  5 Nov 2021 21:50:33 +0000 (UTC)	[thread overview]
Message-ID: <1636149021.84892d5eb856dc7e56587604a5b7d93f11ab8bdc.tupone@gentoo> (raw)

commit:     84892d5eb856dc7e56587604a5b7d93f11ab8bdc
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 21:49:56 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Nov  5 21:50:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84892d5e

dev-ml/dose3: 7.0.0 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/dose3/Manifest           |  1 +
 dev-ml/dose3/dose3-7.0.0.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-ml/dose3/Manifest b/dev-ml/dose3/Manifest
index 0fc5639da30..e6b57a71fc2 100644
--- a/dev-ml/dose3/Manifest
+++ b/dev-ml/dose3/Manifest
@@ -1,4 +1,5 @@
 DIST dose3-6.1.tar.gz 1422879 BLAKE2B b42da3abec4ff9d5d81ea9dbeba0f6acd39fa076c5cb51eb4ae04223ae01078425a7c5d9e80110e7946f8ae87bf7d8c6c124965c3cc47fb1e16473f225dc8adf SHA512 603462645bac190892a816ecb36ef7b9c52f0020f8d7710dc430e2db65122090fdedb24a8d2e03c32bf53a96515f5b51499603b839680d0a7a2146d6e0fb6e34
+DIST dose3-7.0.0.tar.gz 1422990 BLAKE2B d56bcc4cdc9ea4ebcbcd5b35bc9fcce3a77f633e66418ce2c6c4f92b111503a482532a65447620272d92d163a80616bcc90c70d395eb3a222ebb713e1bab7379 SHA512 98dc4bd28e9f4aa8384be71b31783ae1afac577ea587118b8457b554ffe302c98e83d0098971e6b81803ee5c4f2befe3a98ef196d6b0da8feb4121e982ad5c2f
 DIST dose3_5.0.1-16.debian.tar.xz 39448 BLAKE2B a5ae8c74ee1a5a89bf3594cbaf0b37703fcf03a03e336c6b91626fcb6767518c517bf28ec4a24f6cbeb40e1544b34e95855507f39aacca110e8daa6e6e5d3994 SHA512 52d14a45bc0b0a66c4cf3acc05b479b1456c78fa8cb0e453a01dd2f0d849dfcf959bd9e8ff8d505272ad7ad542ff402013746816ead3ccd2dbd0bed572ee2930
 DIST dose3_5.0.1.orig.tar.gz 297433 BLAKE2B 74ae954604f26398f091b4f14d2a633132ae62102f52af13284af27e41cd7c47afb1b533b0821a8921ba33fa6658e94b3bb6bf5f104f48881a50e14517cd65e2 SHA512 e66526319446054041f138ee2633043d0832089f6a554cf566a28de899d10383acfb1aa6bf1a368811602939676510933a7d2404fd34dbeba15045b458f5af84
 DIST dose3_6.0.1-2.debian.tar.xz 23320 BLAKE2B 0351a715756b76c1f81fdf5599d10373ce85554f1d63b4dcbaa647dcf81b099e59c68f93413ca391bdf17b52831b085a7d2b86bc64d86676763bbabd7804a6a4 SHA512 219bb7614d1200adb5d22032cb3d7442c16cdce785088f58b3fcc188856b93817f0157ea6ed1bd72e1f565b9a98df145c188e0fa5d7f538d616b7eccc20ab706

diff --git a/dev-ml/dose3/dose3-7.0.0.ebuild b/dev-ml/dose3/dose3-7.0.0.ebuild
new file mode 100644
index 00000000000..61f021989ef
--- /dev/null
+++ b/dev-ml/dose3/dose3-7.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Library to perform analysis on package repositories"
+HOMEPAGE="http://www.mancoosi.org/software/ https://gforge.inria.fr/projects/dose"
+SRC_URI="https://gitlab.com/irill/${PN}/-/archive/${PV}/${P}.tar.gz"
+S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
+
+LICENSE="LGPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt test"
+
+BDEPEND="
+	dev-ml/findlib
+	dev-ml/ocamlbuild
+"
+RDEPEND="
+	>=dev-lang/ocaml-4.03:=[ocamlopt=]
+	dev-ml/ocaml-base64:=[ocamlopt=]
+	>=dev-ml/cudf-0.7:=[ocamlopt=]
+	>=dev-ml/extlib-1.7.8:=[ocamlopt=]
+	>=dev-ml/ocamlgraph-2.0.0:=[ocamlopt=]
+	>=dev-ml/re-1.2.2:=[ocamlopt=]
+	dev-ml/parmap:=[ocamlopt=]
+	>=dev-ml/camlzip-1.08:=[ocamlopt=]
+	>=dev-ml/camlbz2-0.7.0:=
+	dev-ml/ocaml-expat:=[ocamlopt=]
+	dev-ml/xml-light:=[ocamlopt=]
+	app-arch/rpm
+"
+DEPEND="${RDEPEND}
+	test? ( dev-python/pyyaml[libyaml(+)] )
+"
+
+# missing test data
+RESTRICT="test"
+
+QA_FLAGS_IGNORED='.*'


             reply	other threads:[~2021-11-05 21:50 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-05 21:50 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-15 13:57 [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/ Alfredo Tupone
2023-04-06  6:35 Alfredo Tupone
2023-03-30 17:57 Arthur Zamarin
2023-03-30 17:35 Arthur Zamarin
2023-03-17 14:46 Arthur Zamarin
2023-03-17  7:17 Arthur Zamarin
2023-03-17  2:29 Sam James
2022-12-05 17:56 Alfredo Tupone
2022-12-05 17:51 Alfredo Tupone
2022-12-04 21:18 Alfredo Tupone
2022-01-15 18:20 Alfredo Tupone
2021-10-29  5:55 Agostino Sarubbo
2021-10-18 23:49 Sam James
2021-10-17 19:09 Sam James
2021-10-16 14:02 Agostino Sarubbo
2021-10-14 10:00 Michał Górny
2021-10-14  9:44 Sam James
2021-10-12  7:13 Agostino Sarubbo
2021-10-12  7:10 Agostino Sarubbo
2021-10-06  1:25 Sam James
2021-09-07  0:09 Sam James
2021-07-28  1:48 Sam James
2021-07-22 20:23 Alfredo Tupone
2021-06-09 22:17 Sam James
2021-06-08  4:12 Sam James
2021-06-06 23:55 Sam James
2021-03-14  0:48 Sam James
2021-02-19 21:24 Alfredo Tupone
2021-02-11  6:31 Sam James
2021-02-11  6:26 Sam James
2021-02-10 18:53 Sam James
2021-02-10 16:33 Sam James
2021-02-10 15:10 Sam James
2021-02-10  1:55 Sam James
2021-02-09 22:57 Sam James
2021-01-27  6:34 Sam James
2021-01-26 17:34 Alfredo Tupone
2020-11-28 18:37 Aaron Bauman
2020-10-28  3:36 Sam James
2020-10-24  0:38 Sam James
2017-08-04 21:07 Amy Liffey
2017-08-02 11:23 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-04-05  9:51 Michael Weber
2016-08-13 14:23 Alexis Ballier
2016-05-03  9:14 Alexis Ballier
2016-04-22 13:01 Alexis Ballier
2016-03-01 18:47 Alexis Ballier
2016-01-22 10:47 Alexis Ballier
2016-01-19 11:35 Alexis Ballier

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=1636149021.84892d5eb856dc7e56587604a5b7d93f11ab8bdc.tupone@gentoo \
    --to=tupone@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