* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2016-01-19 11:35 Alexis Ballier
0 siblings, 0 replies; 52+ messages in thread
From: Alexis Ballier @ 2016-01-19 11:35 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2016-01-22 10:47 Alexis Ballier
0 siblings, 0 replies; 52+ messages in thread
From: Alexis Ballier @ 2016-01-22 10:47 UTC (permalink / raw
To: gentoo-commits
commit: 2947a36f62d194737d8ee56357565796d5844941
Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Thu Jan 21 15:41:04 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 15:41:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2947a36f
dev-ml/dose3: adjust extlib-dependency for dose-4.2
dev-ml/dose3/dose3-4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-4.2.ebuild b/dev-ml/dose3/dose3-4.2.ebuild
index eaff97e..abc3981 100644
--- a/dev-ml/dose3/dose3-4.2.ebuild
+++ b/dev-ml/dose3/dose3-4.2.ebuild
@@ -19,7 +19,7 @@ IUSE="+ocamlopt +parmap zip bzip2 xml curl rpm4 test"
RDEPEND="
>=dev-lang/ocaml-3.12:=[ocamlopt?]
dev-ml/cudf:=
- dev-ml/extlib:=
+ >=dev-ml/extlib-1.7.0:=
dev-ml/ocaml-re:=
dev-ml/cppo:=
parmap? ( dev-ml/parmap:= )
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2016-03-01 18:47 Alexis Ballier
0 siblings, 0 replies; 52+ messages in thread
From: Alexis Ballier @ 2016-03-01 18:47 UTC (permalink / raw
To: gentoo-commits
commit: 625571a964488de924b506315da72fdc2a152e70
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 18:10:42 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 18:47:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625571a9
dev-ml/dose3: add ocamlbuild dep
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ml/dose3/dose3-4.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-ml/dose3/dose3-4.2.ebuild b/dev-ml/dose3/dose3-4.2.ebuild
index abc3981..cbdaeb6 100644
--- a/dev-ml/dose3/dose3-4.2.ebuild
+++ b/dev-ml/dose3/dose3-4.2.ebuild
@@ -32,6 +32,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
dev-ml/findlib
+ dev-ml/ocamlbuild
test? ( dev-python/pyyaml[libyaml] )
"
# missing test data
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2016-04-22 13:01 Alexis Ballier
0 siblings, 0 replies; 52+ messages in thread
From: Alexis Ballier @ 2016-04-22 13:01 UTC (permalink / raw
To: gentoo-commits
commit: 3c2c54d8e1c38c77d873503da382185a17c76721
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 12:39:01 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 13:01:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2c54d8
dev-ml/dose3: bump to 4.3
Package-Manager: portage-2.2.28
dev-ml/dose3/Manifest | 1 +
dev-ml/dose3/dose3-4.3.ebuild | 65 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/dev-ml/dose3/Manifest b/dev-ml/dose3/Manifest
index e4f7a90..6932529 100644
--- a/dev-ml/dose3/Manifest
+++ b/dev-ml/dose3/Manifest
@@ -1 +1,2 @@
DIST dose3-4.2.tar.gz 281555 SHA256 ed37414baded4a175b47d4e2856c1e827fc7fb9939cc9e176a1d46e5048d8526 SHA512 d64443899f874254834165c44d0400eff5fa80e1d1d41f76b94fbb11ae0b34aa75dcbb8cc9a5e510e2f91d147e11391f36c45ef0fb24536fffcfc68d686c5fa1 WHIRLPOOL cce3baa6dfe922a3b04e8683aea785bbfd3050a70a0c0b533457fe41f274eca1e62343bca34e08307e9818252d09c2d6b24b4b2fb0efb1321fd38fd478b7428e
+DIST dose3-4.3.tar.gz 293844 SHA256 269dd817d7130ae9289eab2aea540a7f1f00ceac6644320cf8119dc5b597b6e4 SHA512 96e0ef2d884214efc4cf140582d9fedc15b1fe33d21b6b23309cd2d745bafd5871b58b0234fb0b76711bcd07087d04f07fabd1c2c1c757157c9e50b90931357d WHIRLPOOL 4cb42a3b2bd63aca1d0270a62ea7d2a174e7c4bd389109071e80167b4218676919c69fd5f19d4c63fbd186cb62c239155e8dadcb2145b08ac24579e031d4419f
diff --git a/dev-ml/dose3/dose3-4.3.ebuild b/dev-ml/dose3/dose3-4.3.ebuild
new file mode 100644
index 0000000..681c3b5
--- /dev/null
+++ b/dev-ml/dose3/dose3-4.3.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/35797/${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-1.7.0:=
+ 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
+ dev-ml/ocamlbuild
+ 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") \
+ $(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
+}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2016-05-03 9:14 Alexis Ballier
0 siblings, 0 replies; 52+ messages in thread
From: Alexis Ballier @ 2016-05-03 9:14 UTC (permalink / raw
To: gentoo-commits
commit: 78d116c2a25e2e462302a8916813af5559acaa03
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun May 1 16:55:04 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 3 09:13:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d116c2
dev-ml/dose3: do not enable parmap by default
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ml/dose3/dose3-4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-4.3.ebuild b/dev-ml/dose3/dose3-4.3.ebuild
index 4b279d4..b1e79b0 100644
--- a/dev-ml/dose3/dose3-4.3.ebuild
+++ b/dev-ml/dose3/dose3-4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/file/35797/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64"
-IUSE="+ocamlopt +parmap zip bzip2 xml curl rpm4 test"
+IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
RDEPEND="
>=dev-lang/ocaml-3.12:=[ocamlopt?]
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2016-08-13 14:23 Alexis Ballier
0 siblings, 0 replies; 52+ messages in thread
From: Alexis Ballier @ 2016-08-13 14:23 UTC (permalink / raw
To: gentoo-commits
commit: 8cbb795f7845de782a4ad2f0d67d16490e27ad2b
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 14:23:37 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 14:23:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbb795f
dev-ml/dose3: bump to 5.0.1
Package-Manager: portage-2.3.0
dev-ml/dose3/Manifest | 1 +
dev-ml/dose3/dose3-5.0.1.ebuild | 65 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/dev-ml/dose3/Manifest b/dev-ml/dose3/Manifest
index 6932529..e98c6fc 100644
--- a/dev-ml/dose3/Manifest
+++ b/dev-ml/dose3/Manifest
@@ -1,2 +1,3 @@
DIST dose3-4.2.tar.gz 281555 SHA256 ed37414baded4a175b47d4e2856c1e827fc7fb9939cc9e176a1d46e5048d8526 SHA512 d64443899f874254834165c44d0400eff5fa80e1d1d41f76b94fbb11ae0b34aa75dcbb8cc9a5e510e2f91d147e11391f36c45ef0fb24536fffcfc68d686c5fa1 WHIRLPOOL cce3baa6dfe922a3b04e8683aea785bbfd3050a70a0c0b533457fe41f274eca1e62343bca34e08307e9818252d09c2d6b24b4b2fb0efb1321fd38fd478b7428e
DIST dose3-4.3.tar.gz 293844 SHA256 269dd817d7130ae9289eab2aea540a7f1f00ceac6644320cf8119dc5b597b6e4 SHA512 96e0ef2d884214efc4cf140582d9fedc15b1fe33d21b6b23309cd2d745bafd5871b58b0234fb0b76711bcd07087d04f07fabd1c2c1c757157c9e50b90931357d WHIRLPOOL 4cb42a3b2bd63aca1d0270a62ea7d2a174e7c4bd389109071e80167b4218676919c69fd5f19d4c63fbd186cb62c239155e8dadcb2145b08ac24579e031d4419f
+DIST dose3-5.0.1.tar.gz 297433 SHA256 558af92b0ec5dd219e67802c95a850cab9582df381bddd2cfe431049aaf3db03 SHA512 e66526319446054041f138ee2633043d0832089f6a554cf566a28de899d10383acfb1aa6bf1a368811602939676510933a7d2404fd34dbeba15045b458f5af84 WHIRLPOOL d8f3e58841b73c4b33f5e308c428778d1040e12b1394d6eb4f934f61ae321d4805485b0182362fec8ecb95500d180580df6fb27585aec1fe5e38f9d6da72e1cd
diff --git a/dev-ml/dose3/dose3-5.0.1.ebuild b/dev-ml/dose3/dose3-5.0.1.ebuild
new file mode 100644
index 0000000..8a51628
--- /dev/null
+++ b/dev-ml/dose3/dose3-5.0.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 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/36063/${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-1.7.0:=
+ 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
+ dev-ml/ocamlbuild
+ 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") \
+ $(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
+}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2017-04-05 9:51 Michael Weber
0 siblings, 0 replies; 52+ messages in thread
From: Michael Weber @ 2017-04-05 9:51 UTC (permalink / raw
To: gentoo-commits
commit: e877607758bad0a5ce0c02c09b7e11597baa68ec
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 09:35:03 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 09:51:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8776077
dev-ml/dose3: add ~ppc (bug 527318).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"
dev-ml/dose3/dose3-5.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/dose3/dose3-5.0.1.ebuild b/dev-ml/dose3/dose3-5.0.1.ebuild
index 6e8861ad30f..1a701191a9e 100644
--- a/dev-ml/dose3/dose3-5.0.1.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/file/36063/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
RDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2017-04-05 17:50 Markus Meier
0 siblings, 0 replies; 52+ messages in thread
From: Markus Meier @ 2017-04-05 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 2655b4a6dd3459c86b3590d3830bce68f45dabc1
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 17:43:50 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 17:50:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2655b4a6
dev-ml/dose3: add ~arm, bug #611014
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm"
dev-ml/dose3/dose3-5.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1.ebuild b/dev-ml/dose3/dose3-5.0.1.ebuild
index 1a701191a9e..da7a7a2d7b3 100644
--- a/dev-ml/dose3/dose3-5.0.1.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/file/36063/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64 ~arm ~ppc"
IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
RDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2017-08-02 11:23 Alexis Ballier
0 siblings, 0 replies; 52+ messages in thread
From: Alexis Ballier @ 2017-08-02 11:23 UTC (permalink / raw
To: gentoo-commits
commit: 04a7fc66bcc21f6e7793657676deec231baf00ce
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 2 10:36:41 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 2 11:22:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a7fc66
dev-ml/dose3: keyword ~x86
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-ml/dose3/dose3-5.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1.ebuild b/dev-ml/dose3/dose3-5.0.1.ebuild
index 005f1517dfe..2f3b83a1cca 100644
--- a/dev-ml/dose3/dose3-5.0.1.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/file/36063/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
RDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2017-08-04 21:07 Amy Liffey
0 siblings, 0 replies; 52+ messages in thread
From: Amy Liffey @ 2017-08-04 21:07 UTC (permalink / raw
To: gentoo-commits
commit: 348cbf6de25fab477d0effd3a75d0421ab88517a
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 23:05:37 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Aug 4 21:05:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348cbf6d
dev-ml/dose3: Shorter DESCRIPTION
dev-ml/dose3/dose3-5.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1.ebuild b/dev-ml/dose3/dose3-5.0.1.ebuild
index 2f3b83a1cca..3d2b19a0b09 100644
--- a/dev-ml/dose3/dose3-5.0.1.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1.ebuild
@@ -6,7 +6,7 @@ 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"
+DESCRIPTION="Library to perform 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/36063/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2020-10-24 0:38 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2020-10-24 0:38 UTC (permalink / raw
To: gentoo-commits
commit: fa0b1952efde5f189678cdeb38f189edd18fd6c4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 00:16:18 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 00:16:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0b1952
dev-ml/dose3: Keyword 5.0.1-r1 ppc, #748576
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-5.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1-r1.ebuild b/dev-ml/dose3/dose3-5.0.1-r1.ebuild
index d51c16a8f83..15445c44beb 100644
--- a/dev-ml/dose3/dose3-5.0.1-r1.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/file/36063/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
RDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2020-10-28 3:36 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2020-10-28 3:36 UTC (permalink / raw
To: gentoo-commits
commit: 260015f2a8ca69102f5035026156475b0231f7e3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 03:30:44 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 03:30:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260015f2
dev-ml/dose3: ppc64 keyworded (bug #748576)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-5.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1-r1.ebuild b/dev-ml/dose3/dose3-5.0.1-r1.ebuild
index 15445c44beb..c08cc798c4d 100644
--- a/dev-ml/dose3/dose3-5.0.1-r1.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/file/36063/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
RDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2020-11-28 18:37 Aaron Bauman
0 siblings, 0 replies; 52+ messages in thread
From: Aaron Bauman @ 2020-11-28 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 2b5d982e0f5fe005153f563f59ac89c0752842fc
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 18:12:26 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 18:37:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5d982e
dev-ml/dose3: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-ml/dose3/dose3-5.0.1.ebuild | 64 -----------------------------------------
1 file changed, 64 deletions(-)
diff --git a/dev-ml/dose3/dose3-5.0.1.ebuild b/dev-ml/dose3/dose3-5.0.1.ebuild
deleted file mode 100644
index 161fafebbd3..00000000000
--- a/dev-ml/dose3/dose3-5.0.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-MY_P="${P/_beta/-beta}"
-DESCRIPTION="Library to perform 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/36063/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
-
-RDEPEND="
- >=dev-lang/ocaml-3.12:=[ocamlopt?]
- dev-ml/cudf:=
- >=dev-ml/extlib-1.7.0:=
- 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
- dev-ml/ocamlbuild
- 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") \
- $(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
- dodoc CHANGES CREDITS README.architecture TODO
-}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-01-26 17:34 Alfredo Tupone
0 siblings, 0 replies; 52+ messages in thread
From: Alfredo Tupone @ 2021-01-26 17:34 UTC (permalink / raw
To: gentoo-commits
commit: 8aeb81c032312f9060d025d659095e4dddb1de3f
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 17:34:25 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 17:34:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aeb81c0
dev-ml/dose3: ignore QA Flags warning
Closes: https://bugs.gentoo.org/748828
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/dose3/dose3-5.0.1-r1.ebuild | 4 +++-
dev-ml/dose3/metadata.xml | 4 ++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1-r1.ebuild b/dev-ml/dose3/dose3-5.0.1-r1.ebuild
index c08cc798c4d..76e47f4749f 100644
--- a/dev-ml/dose3/dose3-5.0.1-r1.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -35,6 +35,8 @@ DEPEND="${RDEPEND}
# missing test data
RESTRICT="test"
+QA_FLAGS_IGNORED='.*'
+
S="${WORKDIR}/${MY_P}"
src_prepare() {
diff --git a/dev-ml/dose3/metadata.xml b/dev-ml/dose3/metadata.xml
index 99daf30cfd9..6a93d78a32c 100644
--- a/dev-ml/dose3/metadata.xml
+++ b/dev-ml/dose3/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
<maintainer type="person">
<email>gienah@gentoo.org</email>
<name>Mark Wright</name>
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-01-27 6:34 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-01-27 6:34 UTC (permalink / raw
To: gentoo-commits
commit: a69dc77d70d4eec570353c055a6339e3e00e1eab
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 06:34:06 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 06:34:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69dc77d
dev-ml/dose3: import Debian patchset (p16)
Closes: https://bugs.gentoo.org/675892
Closes: https://bugs.gentoo.org/707938
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/Manifest | 2 +
dev-ml/dose3/dose3-5.0.1_p16.ebuild | 80 +++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
diff --git a/dev-ml/dose3/Manifest b/dev-ml/dose3/Manifest
index 57bc6e62d88..75bf4cff0ee 100644
--- a/dev-ml/dose3/Manifest
+++ b/dev-ml/dose3/Manifest
@@ -1 +1,3 @@
DIST dose3-5.0.1.tar.gz 297433 BLAKE2B 74ae954604f26398f091b4f14d2a633132ae62102f52af13284af27e41cd7c47afb1b533b0821a8921ba33fa6658e94b3bb6bf5f104f48881a50e14517cd65e2 SHA512 e66526319446054041f138ee2633043d0832089f6a554cf566a28de899d10383acfb1aa6bf1a368811602939676510933a7d2404fd34dbeba15045b458f5af84
+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
diff --git a/dev-ml/dose3/dose3-5.0.1_p16.ebuild b/dev-ml/dose3/dose3-5.0.1_p16.ebuild
new file mode 100644
index 00000000000..a407b1aeddf
--- /dev/null
+++ b/dev-ml/dose3/dose3-5.0.1_p16.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Library to perform analysis on package repositories"
+HOMEPAGE="http://www.mancoosi.org/software/ https://gforge.inria.fr/projects/dose"
+SRC_URI="http://deb.debian.org/debian/pool/main/d/dose3/${PN}_$(ver_cut 1-3).orig.tar.gz"
+SRC_URI+=" http://deb.debian.org/debian/pool/main/d/dose3/${PN}_${PV/_p/-}.debian.tar.xz"
+#SRC_URI="https://gforge.inria.fr/frs/download.php/file/36063/${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 parmap zip bzip2 xml curl rpm4 test"
+
+BDEPEND="
+ dev-ml/cppo
+ dev-ml/findlib
+ dev-ml/ocamlbuild
+"
+RDEPEND="
+ >=dev-lang/ocaml-3.12:=[ocamlopt=]
+ dev-ml/cudf:=[ocamlopt=]
+ >=dev-ml/extlib-1.7.0:=[ocamlopt=]
+ >=dev-ml/ocamlgraph-1.8.6:=[ocamlopt=]
+ dev-ml/re:=[ocamlopt=]
+ parmap? ( dev-ml/parmap:=[ocamlopt=] )
+ zip? ( dev-ml/camlzip:=[ocamlopt=] )
+ bzip2? ( dev-ml/camlbz2:= )
+ xml? (
+ dev-ml/ocaml-expat:=[ocamlopt=]
+ dev-ml/xml-light:=[ocamlopt=]
+ )
+ curl? ( dev-ml/ocurl:= )
+ rpm4? ( app-arch/rpm )
+"
+DEPEND="${RDEPEND}
+ test? ( dev-python/pyyaml[libyaml] )
+"
+
+# missing test data
+RESTRICT="test"
+
+QA_FLAGS_IGNORED='.*'
+
+src_prepare() {
+ default
+ sed -e 's/INSTALLOPTS=-s/INSTALLOPTS=/' -i Makefile.config.in || die
+
+ # Not relevant to us, Debian specific adjustments
+ rm "${WORKDIR}"/debian/patches/0009-Fix-and-constraints-against-virtual-packages.patch || die
+ rm "${WORKDIR}"/debian/patches/binaries-prefix-edos || die
+
+ elog "Applying Debian patchset..."
+ for file in "${WORKDIR}"/debian/patches/*.patch ; do
+ eapply "${file}"
+ done
+}
+
+src_configure() {
+ econf \
+ $(use ocamlopt || echo "--with-bytecodeonly") \
+ $(use parmap && echo "--with-parmap") \
+ $(use zip && echo "--with-zip") \
+ $(use bzip2 && echo "--with-bz2") \
+ $(use xml && echo "--with-xml") \
+ $(use curl && echo "--with-curl") \
+ $(use rpm4 && echo "--with-rpm4")
+}
+
+src_compile() {
+ emake -j1 VERBOSE="-classic-display"
+}
+
+src_install() {
+ emake DESTDIR="${D}" BINDIR="${ED}/usr/bin" install || die
+ dodoc CHANGES CREDITS README.architecture TODO
+}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-02-09 22:57 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-02-09 22:57 UTC (permalink / raw
To: gentoo-commits
commit: 98f4a1854acf0551f8ae78a2662a5888eb92486f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 22:57:09 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 22:57:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f4a185
dev-ml/dose3: add upper bound on dev-lang/ocaml
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/{dose3-5.0.1_p16.ebuild => dose3-5.0.1_p16-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-ml/dose3/dose3-5.0.1_p16.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r1.ebuild
similarity index 98%
rename from dev-ml/dose3/dose3-5.0.1_p16.ebuild
rename to dev-ml/dose3/dose3-5.0.1_p16-r1.ebuild
index a407b1aeddf..87ac59f1344 100644
--- a/dev-ml/dose3/dose3-5.0.1_p16.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1_p16-r1.ebuild
@@ -22,6 +22,7 @@ BDEPEND="
"
RDEPEND="
>=dev-lang/ocaml-3.12:=[ocamlopt=]
+ <=dev-lang/ocaml-4.09.0:=[ocamlopt=]
dev-ml/cudf:=[ocamlopt=]
>=dev-ml/extlib-1.7.0:=[ocamlopt=]
>=dev-ml/ocamlgraph-1.8.6:=[ocamlopt=]
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-02-10 1:55 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-02-10 1:55 UTC (permalink / raw
To: gentoo-commits
commit: 3749ac7c8f0c11722eeeb02e28369c709d83947b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 01:55:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 01:55:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3749ac7c
dev-ml/dose3: add upper bound on dev-ml/ocamlgraph version
Causes build failures.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/{dose3-5.0.1_p16-r1.ebuild => dose3-5.0.1_p16-r2.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r1.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
similarity index 98%
rename from dev-ml/dose3/dose3-5.0.1_p16-r1.ebuild
rename to dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
index 87ac59f1344..74ec011b863 100644
--- a/dev-ml/dose3/dose3-5.0.1_p16-r1.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
dev-ml/cudf:=[ocamlopt=]
>=dev-ml/extlib-1.7.0:=[ocamlopt=]
>=dev-ml/ocamlgraph-1.8.6:=[ocamlopt=]
+ <dev-ml/ocamlgraph-1.8.9:=[ocamlopt=]
dev-ml/re:=[ocamlopt=]
parmap? ( dev-ml/parmap:=[ocamlopt=] )
zip? ( dev-ml/camlzip:=[ocamlopt=] )
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-02-10 15:10 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-02-10 15:10 UTC (permalink / raw
To: gentoo-commits
commit: aa5984801dc0db2dc5ff832dff15a91b6d9fce4a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 15:10:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 15:10:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa598480
dev-ml/dose3: add upper bound on OCaml for 5.0.1-r1
Safe string issues.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/{dose3-5.0.1-r1.ebuild => dose3-5.0.1-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1-r1.ebuild b/dev-ml/dose3/dose3-5.0.1-r2.ebuild
similarity index 97%
rename from dev-ml/dose3/dose3-5.0.1-r1.ebuild
rename to dev-ml/dose3/dose3-5.0.1-r2.ebuild
index 76e47f4749f..a90a3f4b1e8 100644
--- a/dev-ml/dose3/dose3-5.0.1-r1.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1-r2.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
RDEPEND="
- >=dev-lang/ocaml-3.12:=[ocamlopt?]
+ <dev-lang/ocaml-4.09.0:=[ocamlopt=]
dev-ml/cudf:=
>=dev-ml/extlib-1.7.0:=
dev-ml/re:=
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-02-10 16:33 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-02-10 16:33 UTC (permalink / raw
To: gentoo-commits
commit: 6e5e534cc240b704dc1e826853e6bf72153445a4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 16:32:52 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 16:32:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5e534c
dev-ml/dose3: Stabilize 5.0.1_p16-r2 ppc64, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
index 74ec011b863..4c4d251ea3b 100644
--- a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-02-10 18:53 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-02-10 18:53 UTC (permalink / raw
To: gentoo-commits
commit: 99bdaab6e4930c681a9fa918e36dd713751c67c7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:53:06 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:53:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bdaab6
dev-ml/dose3: Stabilize 5.0.1_p16-r2 amd64, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
index 4c4d251ea3b..6bc57fe0a21 100644
--- a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-02-11 6:26 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-02-11 6:26 UTC (permalink / raw
To: gentoo-commits
commit: 38f174d8e6a5411b4cd863b4fa63003592e3889c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:25:37 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:25:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f174d8
dev-ml/dose3: Stabilize 5.0.1_p16-r2 x86, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
index 6bc57fe0a21..6861abc87e3 100644
--- a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-02-11 6:31 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-02-11 6:31 UTC (permalink / raw
To: gentoo-commits
commit: 307a5a798c264d735756385d6be4b6391a37872f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:31:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:31:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307a5a79
dev-ml/dose3: Stabilize 5.0.1_p16-r2 ppc, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
index 6861abc87e3..3bec6b9fa98 100644
--- a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-02-19 21:24 Alfredo Tupone
0 siblings, 0 replies; 52+ messages in thread
From: Alfredo Tupone @ 2021-02-19 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 4c9b5013f9730cda85c628d8d78d0823cd218a21
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 21:24:39 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 21:24:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9b5013
dev-ml/dose3: depends on re-1.9.0
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
index 3bec6b9fa98..86654782b7e 100644
--- a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
>=dev-ml/extlib-1.7.0:=[ocamlopt=]
>=dev-ml/ocamlgraph-1.8.6:=[ocamlopt=]
<dev-ml/ocamlgraph-1.8.9:=[ocamlopt=]
- dev-ml/re:=[ocamlopt=]
+ >=dev-ml/re-1.9.0:=[ocamlopt=]
parmap? ( dev-ml/parmap:=[ocamlopt=] )
zip? ( dev-ml/camlzip:=[ocamlopt=] )
bzip2? ( dev-ml/camlbz2:= )
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-03-14 0:48 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-03-14 0:48 UTC (permalink / raw
To: gentoo-commits
commit: 646fb074376d6266c32ae2c8db87dc03d653fc34
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 00:44:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 00:47:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646fb074
dev-ml/dose3: Stabilize 5.0.1_p16-r2 arm64, #772833
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
index 3d1bf820ea7..e8cf0a7bf4f 100644
--- a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-06-06 23:55 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-06-06 23:55 UTC (permalink / raw
To: gentoo-commits
commit: 121f73a4e94454e2fc6fe3b200f9b40eaf2464c4
Author: Hank Leininger <hlein <AT> korelogic <DOT> com>
AuthorDate: Tue May 4 22:48:16 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 6 23:55:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121f73a4
dev-ml/dose3: version bump for newer ocaml compat.
Switched to the Dune build system by copy-paste from other ebuilds.
Caveats: I don't know the right way to make some components optional
with Dune build systems; therefore, everything that used to be
conditional on USE is now mandatory. Also, ocaml-base64 is only
KEYWORDS=~amd64, so as a result that is the only arch I could keep for
dose3-6 atm without repoman having a fit.
Signed-off-by: Hank Leininger <hlein <AT> korelogic.com>
Closes: https://bugs.gentoo.org/769821
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/Manifest | 2 ++
dev-ml/dose3/dose3-6.0.1_p2.ebuild | 53 ++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/dev-ml/dose3/Manifest b/dev-ml/dose3/Manifest
index aaee3c2d0d8..13da65b0876 100644
--- a/dev-ml/dose3/Manifest
+++ b/dev-ml/dose3/Manifest
@@ -1,2 +1,4 @@
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
+DIST dose3_6.0.1.orig.tar.gz 1417354 BLAKE2B c5fb08c853d2d3589416237addf767912fffab5ef74b7f3332799ae350a371307bd06a24abe6565d2d00aedc01f58d0a2583db6d2d76fc2ebee634b05405ab86 SHA512 cb9dad4ae296b85317f60133bb9dcc63dad8560486e2bd83139205810643e701de5e9834d8d2de34d8237d0abfd394970088c73eeab08956fc9c4178411303ea
diff --git a/dev-ml/dose3/dose3-6.0.1_p2.ebuild b/dev-ml/dose3/dose3-6.0.1_p2.ebuild
new file mode 100644
index 00000000000..ca51186d7fa
--- /dev/null
+++ b/dev-ml/dose3/dose3-6.0.1_p2.ebuild
@@ -0,0 +1,53 @@
+# 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="http://deb.debian.org/debian/pool/main/d/dose3/${PN}_$(ver_cut 1-3).orig.tar.gz"
+SRC_URI+=" http://deb.debian.org/debian/pool/main/d/dose3/${PN}_${PV/_p/-}.debian.tar.xz"
+S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
+
+LICENSE="LGPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+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='.*'
+
+src_prepare() {
+ default
+
+ elog "Applying Debian patchset..."
+ for file in "${WORKDIR}"/debian/patches/*.patch ; do
+ eapply "${file}"
+ done
+}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-06-08 4:12 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-06-08 4:12 UTC (permalink / raw
To: gentoo-commits
commit: f3dbb5c75ce59e6057d1d120da85e07478ece979
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 8 04:10:54 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 8 04:10:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3dbb5c7
dev-ml/dose3: restore keywords for arm/arm64/ppc/ppc64
Bug: https://bugs.gentoo.org/788406
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-6.0.1_p2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-6.0.1_p2.ebuild b/dev-ml/dose3/dose3-6.0.1_p2.ebuild
index ca51186d7fa..717fe2ff2ee 100644
--- a/dev-ml/dose3/dose3-6.0.1_p2.ebuild
+++ b/dev-ml/dose3/dose3-6.0.1_p2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
IUSE="+ocamlopt test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-06-09 22:17 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-06-09 22:17 UTC (permalink / raw
To: gentoo-commits
commit: 0d341788df5f53b0d05140232db0b77615a977ba
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 9 22:16:59 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 9 22:17:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d341788
dev-ml/dose3: update OCaml < dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/{dose3-5.0.1_p16-r2.ebuild => dose3-5.0.1_p16-r3.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild
similarity index 98%
rename from dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
rename to dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild
index b869201b21e..8a2d9bb0eca 100644
--- a/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild
@@ -22,7 +22,7 @@ BDEPEND="
"
RDEPEND="
>=dev-lang/ocaml-3.12:=[ocamlopt=]
- <=dev-lang/ocaml-4.09.0:=[ocamlopt=]
+ <dev-lang/ocaml-4.10.0:=[ocamlopt=]
dev-ml/cudf:=[ocamlopt=]
>=dev-ml/extlib-1.7.0:=[ocamlopt=]
>=dev-ml/ocamlgraph-1.8.6:=[ocamlopt=]
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-07-22 20:23 Alfredo Tupone
0 siblings, 0 replies; 52+ messages in thread
From: Alfredo Tupone @ 2021-07-22 20:23 UTC (permalink / raw
To: gentoo-commits
commit: badc897af4f00c73986e601ded2cf51aa3f20a7f
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 22 20:23:39 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Jul 22 20:23:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badc897a
dev-ml/dose3: bump 6.1
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/dose3/Manifest | 1 +
dev-ml/dose3/dose3-6.1.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-ml/dose3/Manifest b/dev-ml/dose3/Manifest
index 13da65b0876..0fc5639da30 100644
--- a/dev-ml/dose3/Manifest
+++ b/dev-ml/dose3/Manifest
@@ -1,3 +1,4 @@
+DIST dose3-6.1.tar.gz 1422879 BLAKE2B b42da3abec4ff9d5d81ea9dbeba0f6acd39fa076c5cb51eb4ae04223ae01078425a7c5d9e80110e7946f8ae87bf7d8c6c124965c3cc47fb1e16473f225dc8adf SHA512 603462645bac190892a816ecb36ef7b9c52f0020f8d7710dc430e2db65122090fdedb24a8d2e03c32bf53a96515f5b51499603b839680d0a7a2146d6e0fb6e34
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-6.1.ebuild b/dev-ml/dose3/dose3-6.1.ebuild
new file mode 100644
index 00000000000..ac9e12e891a
--- /dev/null
+++ b/dev-ml/dose3/dose3-6.1.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"
+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='.*'
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-07-28 1:48 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-07-28 1:48 UTC (permalink / raw
To: gentoo-commits
commit: f67a861acb87440349cf308a9f311ec141670e2d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 28 01:47:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 28 01:47:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67a861a
dev-ml/dose3: Keyword 6.1 x86, #788406
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-6.1.ebuild b/dev-ml/dose3/dose3-6.1.ebuild
index ac9e12e891a..4cb33909265 100644
--- a/dev-ml/dose3/dose3-6.1.ebuild
+++ b/dev-ml/dose3/dose3-6.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-09-07 0:09 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-09-07 0:09 UTC (permalink / raw
To: gentoo-commits
commit: ab007503a5e2cd25d95fcfd1fa76730eb154133d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 7 00:08:51 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 7 00:08:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab007503
dev-ml/dose3: Stabilize 6.0.1_p2 arm, #804771
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-6.0.1_p2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-6.0.1_p2.ebuild b/dev-ml/dose3/dose3-6.0.1_p2.ebuild
index 75d75a01baf..c62ab3d3039 100644
--- a/dev-ml/dose3/dose3-6.0.1_p2.ebuild
+++ b/dev-ml/dose3/dose3-6.0.1_p2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64"
IUSE="+ocamlopt test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-10-06 1:25 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-10-06 1:25 UTC (permalink / raw
To: gentoo-commits
commit: ede6c61eca40968ee11356699dd96dd9579bfc20
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 6 01:24:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 6 01:24:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede6c61e
dev-ml/dose3: keyword 6.0.1_p2 for ~x86
Bug: https://bugs.gentoo.org/815910
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-6.0.1_p2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-6.0.1_p2.ebuild b/dev-ml/dose3/dose3-6.0.1_p2.ebuild
index 85828a6cf22..c2656b5b378 100644
--- a/dev-ml/dose3/dose3-6.0.1_p2.ebuild
+++ b/dev-ml/dose3/dose3-6.0.1_p2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ppc64"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
IUSE="+ocamlopt test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-10-12 7:10 Agostino Sarubbo
0 siblings, 0 replies; 52+ messages in thread
From: Agostino Sarubbo @ 2021-10-12 7:10 UTC (permalink / raw
To: gentoo-commits
commit: 55a1c25684f618d9c82f85d85e8870f30a3cd438
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 07:09:38 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 07:10:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a1c256
dev-ml/dose3: amd64 stable wrt bug #817704
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-ml/dose3/dose3-6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-6.1.ebuild b/dev-ml/dose3/dose3-6.1.ebuild
index 4cb33909265..1a9339042f3 100644
--- a/dev-ml/dose3/dose3-6.1.ebuild
+++ b/dev-ml/dose3/dose3-6.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-10-12 7:13 Agostino Sarubbo
0 siblings, 0 replies; 52+ messages in thread
From: Agostino Sarubbo @ 2021-10-12 7:13 UTC (permalink / raw
To: gentoo-commits
commit: 15d092b83606da07d8ec6962971e6b6bfce62414
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 07:12:59 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 07:12:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d092b8
dev-ml/dose3: ppc stable wrt bug #817704
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-ml/dose3/dose3-6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-6.1.ebuild b/dev-ml/dose3/dose3-6.1.ebuild
index 1a9339042f3..2424451a058 100644
--- a/dev-ml/dose3/dose3-6.1.ebuild
+++ b/dev-ml/dose3/dose3-6.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
IUSE="+ocamlopt test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-10-14 9:44 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-10-14 9:44 UTC (permalink / raw
To: gentoo-commits
commit: 5c445692e7d9fd833327d04203109d897f76359f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 09:44:03 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 09:44:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c445692
dev-ml/dose3: Stabilize 6.0.1_p2 x86, #815910
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-6.0.1_p2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-6.0.1_p2.ebuild b/dev-ml/dose3/dose3-6.0.1_p2.ebuild
index c2656b5b378..29d377ccb80 100644
--- a/dev-ml/dose3/dose3-6.0.1_p2.ebuild
+++ b/dev-ml/dose3/dose3-6.0.1_p2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="+ocamlopt test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-10-14 10:00 Michał Górny
0 siblings, 0 replies; 52+ messages in thread
From: Michał Górny @ 2021-10-14 10:00 UTC (permalink / raw
To: gentoo-commits
commit: 3bf6530fd908ddc6db69373efafc2570c9fb55b9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 09:59:54 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 10:00:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf6530f
dev-ml/dose3: pyyaml is using libyaml unconditionally now
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-ml/dose3/{dose3-5.0.1_p16-r3.ebuild => dose3-5.0.1_p16-r4.ebuild} | 2 +-
dev-ml/dose3/{dose3-6.0.1_p2.ebuild => dose3-6.0.1_p2-r1.ebuild} | 2 +-
dev-ml/dose3/{dose3-6.1.ebuild => dose3-6.1-r1.ebuild} | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
similarity index 98%
rename from dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild
rename to dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
index 8a2d9bb0eca..fd0e74c8c65 100644
--- a/dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
@@ -39,7 +39,7 @@ RDEPEND="
rpm4? ( app-arch/rpm )
"
DEPEND="${RDEPEND}
- test? ( dev-python/pyyaml[libyaml] )
+ test? ( dev-python/pyyaml[libyaml(+)] )
"
# missing test data
diff --git a/dev-ml/dose3/dose3-6.0.1_p2.ebuild b/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
similarity index 96%
rename from dev-ml/dose3/dose3-6.0.1_p2.ebuild
rename to dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
index 29d377ccb80..481f80ee4a2 100644
--- a/dev-ml/dose3/dose3-6.0.1_p2.ebuild
+++ b/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
app-arch/rpm
"
DEPEND="${RDEPEND}
- test? ( dev-python/pyyaml[libyaml] )
+ test? ( dev-python/pyyaml[libyaml(+)] )
"
# missing test data
diff --git a/dev-ml/dose3/dose3-6.1.ebuild b/dev-ml/dose3/dose3-6.1-r1.ebuild
similarity index 96%
rename from dev-ml/dose3/dose3-6.1.ebuild
rename to dev-ml/dose3/dose3-6.1-r1.ebuild
index 2424451a058..91260c5f2a0 100644
--- a/dev-ml/dose3/dose3-6.1.ebuild
+++ b/dev-ml/dose3/dose3-6.1-r1.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
app-arch/rpm
"
DEPEND="${RDEPEND}
- test? ( dev-python/pyyaml[libyaml] )
+ test? ( dev-python/pyyaml[libyaml(+)] )
"
# missing test data
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-10-16 14:02 Agostino Sarubbo
0 siblings, 0 replies; 52+ messages in thread
From: Agostino Sarubbo @ 2021-10-16 14:02 UTC (permalink / raw
To: gentoo-commits
commit: bb47a52d8de246de6db6a37cb8c2dd1a9d530082
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 14:02:16 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 14:02:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb47a52d
dev-ml/dose3: x86 stable wrt bug #817704
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-ml/dose3/dose3-6.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-6.1-r1.ebuild b/dev-ml/dose3/dose3-6.1-r1.ebuild
index 91260c5f2a0..a07887a5b07 100644
--- a/dev-ml/dose3/dose3-6.1-r1.ebuild
+++ b/dev-ml/dose3/dose3-6.1-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
IUSE="+ocamlopt test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-10-17 19:09 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-10-17 19:09 UTC (permalink / raw
To: gentoo-commits
commit: 33df0049b67f42c6a57567ba0a59354cb673644d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 19:08:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 19:08:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33df0049
dev-ml/dose3: Stabilize 6.1-r1 arm64, #817704
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-6.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-6.1-r1.ebuild b/dev-ml/dose3/dose3-6.1-r1.ebuild
index a07887a5b07..79b6271be0b 100644
--- a/dev-ml/dose3/dose3-6.1-r1.ebuild
+++ b/dev-ml/dose3/dose3-6.1-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86"
IUSE="+ocamlopt test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-10-18 23:49 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-10-18 23:49 UTC (permalink / raw
To: gentoo-commits
commit: f3eccb9dabb83bd439976b53d553d84084eed774
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 18 23:47:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 18 23:47:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3eccb9d
dev-ml/dose3: Stabilize 6.1-r1 arm, #817704
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-6.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-6.1-r1.ebuild b/dev-ml/dose3/dose3-6.1-r1.ebuild
index 79b6271be0b..bbef234541c 100644
--- a/dev-ml/dose3/dose3-6.1-r1.ebuild
+++ b/dev-ml/dose3/dose3-6.1-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 x86"
IUSE="+ocamlopt test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-10-29 5:55 Agostino Sarubbo
0 siblings, 0 replies; 52+ messages in thread
From: Agostino Sarubbo @ 2021-10-29 5:55 UTC (permalink / raw
To: gentoo-commits
commit: 523b1d42ca62ef91c2a4d83e5669b0175001c981
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 05:55:18 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 05:55:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523b1d42
dev-ml/dose3: ppc64 stable wrt bug #817704
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-ml/dose3/dose3-6.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-6.1-r1.ebuild b/dev-ml/dose3/dose3-6.1-r1.ebuild
index bbef234541c..1b4d850dfeb 100644
--- a/dev-ml/dose3/dose3-6.1-r1.ebuild
+++ b/dev-ml/dose3/dose3-6.1-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="+ocamlopt test"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2021-11-05 21:50 Alfredo Tupone
0 siblings, 0 replies; 52+ messages in thread
From: Alfredo Tupone @ 2021-11-05 21:50 UTC (permalink / raw
To: gentoo-commits
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='.*'
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2022-01-15 18:20 Alfredo Tupone
0 siblings, 0 replies; 52+ messages in thread
From: Alfredo Tupone @ 2022-01-15 18:20 UTC (permalink / raw
To: gentoo-commits
commit: 8bf7e3aba3aa2733a9f4d65aa58d37a9ef67d630
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 18:20:01 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 18:20:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf7e3ab
dev-ml/dose3: remove test dependency as RESTRICT
Closes: https://bugs.gentoo.org/818133
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild | 8 +++-----
dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild | 8 +++-----
dev-ml/dose3/dose3-6.1-r1.ebuild | 8 +++-----
dev-ml/dose3/dose3-7.0.0.ebuild | 8 +++-----
4 files changed, 12 insertions(+), 20 deletions(-)
diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
index fd0e74c8c652..a1b877c1a01a 100644
--- a/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
+IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4"
BDEPEND="
dev-ml/cppo
@@ -38,9 +38,7 @@ RDEPEND="
curl? ( dev-ml/ocurl:= )
rpm4? ( app-arch/rpm )
"
-DEPEND="${RDEPEND}
- test? ( dev-python/pyyaml[libyaml(+)] )
-"
+DEPEND="${RDEPEND}"
# missing test data
RESTRICT="test"
diff --git a/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild b/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
index 481f80ee4a29..1067de1e94ef 100644
--- a/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
+++ b/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-IUSE="+ocamlopt test"
+IUSE="+ocamlopt"
BDEPEND="
dev-ml/findlib
@@ -34,9 +34,7 @@ RDEPEND="
dev-ml/xml-light:=[ocamlopt=]
app-arch/rpm
"
-DEPEND="${RDEPEND}
- test? ( dev-python/pyyaml[libyaml(+)] )
-"
+DEPEND="${RDEPEND}"
# missing test data
RESTRICT="test"
diff --git a/dev-ml/dose3/dose3-6.1-r1.ebuild b/dev-ml/dose3/dose3-6.1-r1.ebuild
index 1b4d850dfebc..133186dea4f1 100644
--- a/dev-ml/dose3/dose3-6.1-r1.ebuild
+++ b/dev-ml/dose3/dose3-6.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-IUSE="+ocamlopt test"
+IUSE="+ocamlopt"
BDEPEND="
dev-ml/findlib
@@ -33,9 +33,7 @@ RDEPEND="
dev-ml/xml-light:=[ocamlopt=]
app-arch/rpm
"
-DEPEND="${RDEPEND}
- test? ( dev-python/pyyaml[libyaml(+)] )
-"
+DEPEND="${RDEPEND}"
# missing test data
RESTRICT="test"
diff --git a/dev-ml/dose3/dose3-7.0.0.ebuild b/dev-ml/dose3/dose3-7.0.0.ebuild
index 61f021989ef4..6bc85c2157e4 100644
--- a/dev-ml/dose3/dose3-7.0.0.ebuild
+++ b/dev-ml/dose3/dose3-7.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="+ocamlopt test"
+IUSE="+ocamlopt"
BDEPEND="
dev-ml/findlib
@@ -33,9 +33,7 @@ RDEPEND="
dev-ml/xml-light:=[ocamlopt=]
app-arch/rpm
"
-DEPEND="${RDEPEND}
- test? ( dev-python/pyyaml[libyaml(+)] )
-"
+DEPEND="${RDEPEND}"
# missing test data
RESTRICT="test"
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2022-12-04 21:18 Alfredo Tupone
0 siblings, 0 replies; 52+ messages in thread
From: Alfredo Tupone @ 2022-12-04 21:18 UTC (permalink / raw
To: gentoo-commits
commit: 1f703faf0b78603611b5c733c712faf0659992ef
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 21:18:08 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 21:18:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f703faf
dev-ml/dose3: add github upstream metadata
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/dose3/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-ml/dose3/metadata.xml b/dev-ml/dose3/metadata.xml
index 0c7983eb8f80..feac50dcd57a 100644
--- a/dev-ml/dose3/metadata.xml
+++ b/dev-ml/dose3/metadata.xml
@@ -14,4 +14,7 @@
<flag name="zip">Adds support for handling zip files.</flag>
<flag name="rpm4">Adds support for handling rpm4 files.</flag>
</use>
+ <upstream>
+ <remote-id type="github">irill/dose3</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2022-12-05 17:51 Alfredo Tupone
0 siblings, 0 replies; 52+ messages in thread
From: Alfredo Tupone @ 2022-12-05 17:51 UTC (permalink / raw
To: gentoo-commits
commit: e4dca1d75ca533a922a352171694165c9d3b5633
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 17:51:05 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 17:51:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4dca1d7
dev-ml/dose3: update upstream metadata
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/dose3/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/metadata.xml b/dev-ml/dose3/metadata.xml
index feac50dcd57a..d0ddeb75053c 100644
--- a/dev-ml/dose3/metadata.xml
+++ b/dev-ml/dose3/metadata.xml
@@ -15,6 +15,6 @@
<flag name="rpm4">Adds support for handling rpm4 files.</flag>
</use>
<upstream>
- <remote-id type="github">irill/dose3</remote-id>
+ <remote-id type="gitlab">irill/dose3</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2022-12-05 17:56 Alfredo Tupone
0 siblings, 0 replies; 52+ messages in thread
From: Alfredo Tupone @ 2022-12-05 17:56 UTC (permalink / raw
To: gentoo-commits
commit: 4d52790e6b5f0966f8cacee2c1d65c8896ed421c
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 17:55:58 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 17:55:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d52790e
dev-ml/dose3: BetterCompressionUri
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/dose3/Manifest | 4 ++--
dev-ml/dose3/dose3-6.1-r1.ebuild | 2 +-
dev-ml/dose3/dose3-7.0.0.ebuild | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-ml/dose3/Manifest b/dev-ml/dose3/Manifest
index e6b57a71fc27..e218f9407621 100644
--- a/dev-ml/dose3/Manifest
+++ b/dev-ml/dose3/Manifest
@@ -1,5 +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-6.1.tar.bz2 1380461 BLAKE2B f49b977922ac91d75084579dfab1a78a4c6eb81cb38e43c826e198862b1231040271f0fdbef07a559769f26c138f086e9b40c7fd75a5c36001d380d04a3d6cd6 SHA512 d4556d03187371710c7d516eb30806d25523e2c02c9b27cd5ebdf37e93d07e9e19c4027d6967d38199d809c079e0aea31466617136697896299c26acb5efddc7
+DIST dose3-7.0.0.tar.bz2 1381598 BLAKE2B 8d34927a121c0baeac6b95424c8087f3da441b75468bcb1f385aa48d218b26cc168deec588ba348b62c97f76c0110fe16bdf5bd75738540dd5eda3a87ec02e05 SHA512 0752af050102cc7e7a2ae9a4e7a155e769ac961d716dd58b8d23201bc357678a1412ccc3a853bc38b69370ca863a7ad15d8cf9203938d813ccb9b71251632904
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-6.1-r1.ebuild b/dev-ml/dose3/dose3-6.1-r1.ebuild
index a2820f90e21d..2502ff835c5b 100644
--- a/dev-ml/dose3/dose3-6.1-r1.ebuild
+++ b/dev-ml/dose3/dose3-6.1-r1.ebuild
@@ -7,7 +7,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"
+SRC_URI="https://gitlab.com/irill/${PN}/-/archive/${PV}/${P}.tar.bz2"
S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
diff --git a/dev-ml/dose3/dose3-7.0.0.ebuild b/dev-ml/dose3/dose3-7.0.0.ebuild
index 0925b1e20571..b7b7b2661b1e 100644
--- a/dev-ml/dose3/dose3-7.0.0.ebuild
+++ b/dev-ml/dose3/dose3-7.0.0.ebuild
@@ -7,7 +7,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"
+SRC_URI="https://gitlab.com/irill/${PN}/-/archive/${PV}/${P}.tar.bz2"
S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2023-03-17 2:29 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2023-03-17 2:29 UTC (permalink / raw
To: gentoo-commits
commit: a8f1808fc2d6c51f5e5d53190ef2be2b508ad366
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 02:28:08 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 02:28:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f1808f
dev-ml/dose3: Stabilize 7.0.0 x86, #901707
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/dose3/dose3-7.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/dose3/dose3-7.0.0.ebuild b/dev-ml/dose3/dose3-7.0.0.ebuild
index b7b7b2661b1e..54f8773928dc 100644
--- a/dev-ml/dose3/dose3-7.0.0.ebuild
+++ b/dev-ml/dose3/dose3-7.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
IUSE="+ocamlopt"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2023-03-17 7:17 Arthur Zamarin
0 siblings, 0 replies; 52+ messages in thread
From: Arthur Zamarin @ 2023-03-17 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 1c920515908c847058478762c4cea21bb03fe662
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 07:17:37 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 07:17:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c920515
dev-ml/dose3: Stabilize 7.0.0 amd64, #901707
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/dose3/dose3-7.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-7.0.0.ebuild b/dev-ml/dose3/dose3-7.0.0.ebuild
index 54f8773928dc..d332c40c3384 100644
--- a/dev-ml/dose3/dose3-7.0.0.ebuild
+++ b/dev-ml/dose3/dose3-7.0.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
IUSE="+ocamlopt"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2023-03-17 14:46 Arthur Zamarin
0 siblings, 0 replies; 52+ messages in thread
From: Arthur Zamarin @ 2023-03-17 14:46 UTC (permalink / raw
To: gentoo-commits
commit: 1c54cb0dd38c617f15695a99c7ac49ade8a11a26
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 14:45:50 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 14:45:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c54cb0d
dev-ml/dose3: Stabilize 7.0.0 ppc64, #901707
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/dose3/dose3-7.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-7.0.0.ebuild b/dev-ml/dose3/dose3-7.0.0.ebuild
index d332c40c3384..100e9ea4d47c 100644
--- a/dev-ml/dose3/dose3-7.0.0.ebuild
+++ b/dev-ml/dose3/dose3-7.0.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2023-03-30 17:35 Arthur Zamarin
0 siblings, 0 replies; 52+ messages in thread
From: Arthur Zamarin @ 2023-03-30 17:35 UTC (permalink / raw
To: gentoo-commits
commit: 2b264630b6ab8df67f7dea73ae853585f5860a11
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 17:35:03 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 17:35:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b264630
dev-ml/dose3: Stabilize 7.0.0 arm, #901707
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/dose3/dose3-7.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-7.0.0.ebuild b/dev-ml/dose3/dose3-7.0.0.ebuild
index 100e9ea4d47c..f6a5d1d6560e 100644
--- a/dev-ml/dose3/dose3-7.0.0.ebuild
+++ b/dev-ml/dose3/dose3-7.0.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2023-03-30 17:57 Arthur Zamarin
0 siblings, 0 replies; 52+ messages in thread
From: Arthur Zamarin @ 2023-03-30 17:57 UTC (permalink / raw
To: gentoo-commits
commit: ba98306829e2e9cd895ad8404877e8433553ebce
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 17:57:34 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 17:57:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba983068
dev-ml/dose3: Stabilize 7.0.0 arm64, #901707
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/dose3/dose3-7.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-7.0.0.ebuild b/dev-ml/dose3/dose3-7.0.0.ebuild
index f6a5d1d6560e..ac5f03ee7f7b 100644
--- a/dev-ml/dose3/dose3-7.0.0.ebuild
+++ b/dev-ml/dose3/dose3-7.0.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2023-04-06 6:35 Alfredo Tupone
0 siblings, 0 replies; 52+ messages in thread
From: Alfredo Tupone @ 2023-04-06 6:35 UTC (permalink / raw
To: gentoo-commits
commit: 24b8d82f9ac93891735f8ea4f71e0a4b73911eca
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 6 06:32:35 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Apr 6 06:35:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b8d82f
dev-ml/dose3: drop 5.0.1_p16-r4, 6.0.1_p2-r1, 6.1-r1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/dose3/Manifest | 5 ---
dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild | 80 ----------------------------------
dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild | 51 ----------------------
dev-ml/dose3/dose3-6.1-r1.ebuild | 41 -----------------
dev-ml/dose3/metadata.xml | 5 ---
5 files changed, 182 deletions(-)
diff --git a/dev-ml/dose3/Manifest b/dev-ml/dose3/Manifest
index e218f9407621..364978c43c54 100644
--- a/dev-ml/dose3/Manifest
+++ b/dev-ml/dose3/Manifest
@@ -1,6 +1 @@
-DIST dose3-6.1.tar.bz2 1380461 BLAKE2B f49b977922ac91d75084579dfab1a78a4c6eb81cb38e43c826e198862b1231040271f0fdbef07a559769f26c138f086e9b40c7fd75a5c36001d380d04a3d6cd6 SHA512 d4556d03187371710c7d516eb30806d25523e2c02c9b27cd5ebdf37e93d07e9e19c4027d6967d38199d809c079e0aea31466617136697896299c26acb5efddc7
DIST dose3-7.0.0.tar.bz2 1381598 BLAKE2B 8d34927a121c0baeac6b95424c8087f3da441b75468bcb1f385aa48d218b26cc168deec588ba348b62c97f76c0110fe16bdf5bd75738540dd5eda3a87ec02e05 SHA512 0752af050102cc7e7a2ae9a4e7a155e769ac961d716dd58b8d23201bc357678a1412ccc3a853bc38b69370ca863a7ad15d8cf9203938d813ccb9b71251632904
-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
-DIST dose3_6.0.1.orig.tar.gz 1417354 BLAKE2B c5fb08c853d2d3589416237addf767912fffab5ef74b7f3332799ae350a371307bd06a24abe6565d2d00aedc01f58d0a2583db6d2d76fc2ebee634b05405ab86 SHA512 cb9dad4ae296b85317f60133bb9dcc63dad8560486e2bd83139205810643e701de5e9834d8d2de34d8237d0abfd394970088c73eeab08956fc9c4178411303ea
diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
deleted file mode 100644
index 0fff7975ffb3..000000000000
--- a/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Library to perform analysis on package repositories"
-HOMEPAGE="http://www.mancoosi.org/software/ https://gforge.inria.fr/projects/dose"
-SRC_URI="http://deb.debian.org/debian/pool/main/d/dose3/${PN}_$(ver_cut 1-3).orig.tar.gz"
-SRC_URI+=" http://deb.debian.org/debian/pool/main/d/dose3/${PN}_${PV/_p/-}.debian.tar.xz"
-#SRC_URI="https://gforge.inria.fr/frs/download.php/file/36063/${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 parmap zip bzip2 xml curl rpm4"
-
-BDEPEND="
- dev-ml/cppo
- dev-ml/findlib
- dev-ml/ocamlbuild
-"
-RDEPEND="
- >=dev-lang/ocaml-3.12:=[ocamlopt=]
- <dev-lang/ocaml-4.10.0:=[ocamlopt=]
- dev-ml/cudf:=[ocamlopt=]
- >=dev-ml/extlib-1.7.0:=[ocamlopt=]
- >=dev-ml/ocamlgraph-1.8.6:=[ocamlopt=]
- <dev-ml/ocamlgraph-1.8.9:=[ocamlopt=]
- >=dev-ml/re-1.9.0:=[ocamlopt=]
- parmap? ( dev-ml/parmap:=[ocamlopt=] )
- zip? ( dev-ml/camlzip:=[ocamlopt=] )
- bzip2? ( dev-ml/camlbz2:= )
- xml? (
- dev-ml/ocaml-expat:=[ocamlopt=]
- dev-ml/xml-light:=[ocamlopt=]
- )
- curl? ( dev-ml/ocurl:= )
- rpm4? ( app-arch/rpm )
-"
-DEPEND="${RDEPEND}"
-
-# missing test data
-RESTRICT="test"
-
-QA_FLAGS_IGNORED='.*'
-
-src_prepare() {
- default
- sed -e 's/INSTALLOPTS=-s/INSTALLOPTS=/' -i Makefile.config.in || die
-
- # Not relevant to us, Debian specific adjustments
- rm "${WORKDIR}"/debian/patches/0009-Fix-and-constraints-against-virtual-packages.patch || die
- rm "${WORKDIR}"/debian/patches/binaries-prefix-edos || die
-
- elog "Applying Debian patchset..."
- for file in "${WORKDIR}"/debian/patches/*.patch ; do
- eapply "${file}"
- done
-}
-
-src_configure() {
- econf \
- $(use ocamlopt || echo "--with-bytecodeonly") \
- $(use parmap && echo "--with-parmap") \
- $(use zip && echo "--with-zip") \
- $(use bzip2 && echo "--with-bz2") \
- $(use xml && echo "--with-xml") \
- $(use curl && echo "--with-curl") \
- $(use rpm4 && echo "--with-rpm4")
-}
-
-src_compile() {
- emake -j1 VERBOSE="-classic-display"
-}
-
-src_install() {
- emake DESTDIR="${D}" BINDIR="${ED}/usr/bin" install
- dodoc CHANGES CREDITS README.architecture TODO
-}
diff --git a/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild b/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
deleted file mode 100644
index 4d66f0218b37..000000000000
--- a/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 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="http://deb.debian.org/debian/pool/main/d/dose3/${PN}_$(ver_cut 1-3).orig.tar.gz"
-SRC_URI+=" http://deb.debian.org/debian/pool/main/d/dose3/${PN}_${PV/_p/-}.debian.tar.xz"
-S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
-
-LICENSE="LGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
-IUSE="+ocamlopt"
-
-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}"
-
-# missing test data
-RESTRICT="test"
-
-QA_FLAGS_IGNORED='.*'
-
-src_prepare() {
- default
-
- elog "Applying Debian patchset..."
- for file in "${WORKDIR}"/debian/patches/*.patch ; do
- eapply "${file}"
- done
-}
diff --git a/dev-ml/dose3/dose3-6.1-r1.ebuild b/dev-ml/dose3/dose3-6.1-r1.ebuild
deleted file mode 100644
index 2502ff835c5b..000000000000
--- a/dev-ml/dose3/dose3-6.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 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.bz2"
-S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
-
-LICENSE="LGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
-IUSE="+ocamlopt"
-
-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}"
-
-# missing test data
-RESTRICT="test"
-
-QA_FLAGS_IGNORED='.*'
diff --git a/dev-ml/dose3/metadata.xml b/dev-ml/dose3/metadata.xml
index d0ddeb75053c..2ee4938eb83d 100644
--- a/dev-ml/dose3/metadata.xml
+++ b/dev-ml/dose3/metadata.xml
@@ -9,11 +9,6 @@
<email>gienah@gentoo.org</email>
<name>Mark Wright</name>
</maintainer>
- <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>
<upstream>
<remote-id type="gitlab">irill/dose3</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2024-07-15 13:57 Alfredo Tupone
0 siblings, 0 replies; 52+ messages in thread
From: Alfredo Tupone @ 2024-07-15 13:57 UTC (permalink / raw
To: gentoo-commits
commit: fe7b6ae69e38f506d3dc8179e401dd68b1877200
Author: Alain Emilia Anna Zscheile <fogti <AT> ytrizja <DOT> de>
AuthorDate: Sat Jul 13 19:32:35 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 13:56:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7b6ae6
dev-ml/dose3: remove unnecessary dependencies on archivers
This also fixes unnecessary [ocamlopt=] use-flag dependencies.
Signed-off-by: Alain Emilia Anna Zscheile <fogti <AT> ytrizja.de>
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/dose3/dose3-7.0.0-r1.ebuild | 41 ++++++++++++++++++++++++++++++++++++++
dev-ml/dose3/metadata.xml | 4 ++++
2 files changed, 45 insertions(+)
diff --git a/dev-ml/dose3/dose3-7.0.0-r1.ebuild b/dev-ml/dose3/dose3-7.0.0-r1.ebuild
new file mode 100644
index 000000000000..d5d0e6ece2c4
--- /dev/null
+++ b/dev-ml/dose3/dose3-7.0.0-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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.bz2"
+S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
+
+LICENSE="LGPL-3+" # with OCaml linking exception
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+BDEPEND="
+ dev-ml/findlib
+ dev-ml/ocamlbuild
+"
+# NOTE: dependencies on RPM, camlbz2, ZIP are unnecessary,
+# because those are only used by dose3-extra
+RDEPEND="
+ dev-ml/ocaml-base64:=[ocamlopt?]
+ dev-ml/cudf:=[ocamlopt?]
+ >=dev-ml/extlib-1.7.8:=[ocamlopt?]
+ dev-ml/ocamlgraph:=[ocamlopt?]
+ dev-ml/re:=[ocamlopt?]
+ dev-ml/parmap:=[ocamlopt?]
+ dev-ml/ocaml-expat:=[ocamlopt?]
+ dev-ml/xml-light:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+
+# missing test data
+RESTRICT="test"
+
+src_compile() {
+ dune-compile ${PN}
+}
diff --git a/dev-ml/dose3/metadata.xml b/dev-ml/dose3/metadata.xml
index 353924ec9e4e..447e2daf958d 100644
--- a/dev-ml/dose3/metadata.xml
+++ b/dev-ml/dose3/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>fogti@ytrizja.de</email>
+ <name>Alain Emilia Anna Zscheile</name>
+ </maintainer>
<maintainer type="project">
<email>ml@gentoo.org</email>
<name>ML</name>
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
@ 2024-10-15 15:25 Arthur Zamarin
0 siblings, 0 replies; 52+ messages in thread
From: Arthur Zamarin @ 2024-10-15 15:25 UTC (permalink / raw
To: gentoo-commits
commit: 26745cf58c73377cf9fcdc9dc81834951206b1c6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 15:24:39 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 15:24:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26745cf5
dev-ml/dose3: Stabilize 7.0.0-r1 x86, #941576
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/dose3/dose3-7.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/dose3/dose3-7.0.0-r1.ebuild b/dev-ml/dose3/dose3-7.0.0-r1.ebuild
index 772252a4288a..c76b4b81ac44 100644
--- a/dev-ml/dose3/dose3-7.0.0-r1.ebuild
+++ b/dev-ml/dose3/dose3-7.0.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
LICENSE="LGPL-3+" # with OCaml linking exception
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
BDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
end of thread, other threads:[~2024-10-15 15:25 UTC | newest]
Thread overview: 52+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-03 9:14 [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/ Alexis Ballier
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 15:25 Arthur Zamarin
2024-07-15 13:57 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-11-05 21:50 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-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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox