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>[email protected]</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>

Reply via email to