commit:     6c9d08425840086b4f888dbb4b1f4e253bcb74e0
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 27 12:18:41 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Sep 27 12:19:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9d0842

dev-ml/topkg: drop 1.0.3, 1.0.5, 1.0.6

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/topkg/Manifest           |  3 ---
 dev-ml/topkg/topkg-1.0.3.ebuild | 38 --------------------------------------
 dev-ml/topkg/topkg-1.0.5.ebuild | 38 --------------------------------------
 dev-ml/topkg/topkg-1.0.6.ebuild | 38 --------------------------------------
 4 files changed, 117 deletions(-)

diff --git a/dev-ml/topkg/Manifest b/dev-ml/topkg/Manifest
index 31f43fc14506..18b8ed1a50ab 100644
--- a/dev-ml/topkg/Manifest
+++ b/dev-ml/topkg/Manifest
@@ -1,5 +1,2 @@
-DIST topkg-1.0.3.tar.gz 122302 BLAKE2B 
c3c583fe6d9c6602c9eeae6ba76f0b8e1eda754cb2ffed8f6a9b51eeea53a2d16ad0af5bf3bf1f257233481efd1e7fecfca7185773dcb4258f6a0a8195aaf61f
 SHA512 
b4f3393b142c5c2d71bb4a25f5af020831bd48ad5c354b68cf5a2df2044b534024f0568da93ad26ca383c97ba4277b4878dba7ce9267146f3805c67f52950cbf
-DIST topkg-1.0.5.tar.gz 123508 BLAKE2B 
b6090143659607fb65257adfc78f6c12782cf4cca99e5d997a2e324196cc19689b95b1412296feba410ce894d559e92d1f2c417ce46b441ad499a94264ffff99
 SHA512 
ea220df58ba3727281392b335377f9cea1cf1539ee86f2947faf1ccbcf36714fa40fbc06516867852d5992ca5840778467a02a0fe67369725da95eb442e4269a
-DIST topkg-1.0.6.tar.gz 123588 BLAKE2B 
49637d7ea34e243e0263a1a1cde2b3fc642325ac43f8c46d05c15a82bef9a117522e8a663c02bb8406b0a3d23b973ffc80e276aae4b316aa49f188ef5af919ee
 SHA512 
560eb074d51824b02fb76223c2a16eefbf3bc1107c0c228b4e8491d2433e0b22e1b750ea63944f5653ab4e3e566a72c939cef6a8207e156874d6dad2b9c8ca99
 DIST topkg-1.0.7.tar.gz 123763 BLAKE2B 
e049b745651261d4167f01523c21018c2fa9e2c8d64f5f6dd5b469f85a293a83a89f00686cefb35f3529056f8023caf28e06ea3284c36c9213c3f5f303849794
 SHA512 
0f64f6c303592eb04c809d2922549cf25311c90c5ac6c33b70767c47eb31a8dc8296ddedead70c091fc16c30fc7fdf972ba92c7d9e4867afa07dcc1eceaee49f
 DIST topkg-1.0.8.tar.gz 121209 BLAKE2B 
b87997d1739106a9c617f79f76834dbdb63160cac983774e0844271cb11103d81eebb93810fc2190b4612a1232008031039ac79a624e8f28afebc46dae35a64d
 SHA512 
8d8f08d94a009d13627ebc19e9a778244bf0c2646694c9509b992575f9318db6917f00e6c4bc11f179d899d566cea24b9b09828da2ed6323fc7ffd9e25b395a6

diff --git a/dev-ml/topkg/topkg-1.0.3.ebuild b/dev-ml/topkg/topkg-1.0.3.ebuild
deleted file mode 100644
index a0c802ec10f5..000000000000
--- a/dev-ml/topkg/topkg-1.0.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit findlib
-
-DESCRIPTION="The transitory OCaml software packager"
-HOMEPAGE="http://erratique.ch/software/topkg https://github.com/dbuenzli/topkg";
-SRC_URI="https://github.com/dbuenzli/topkg/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
-IUSE="+ocamlopt"
-
-RDEPEND="dev-ml/result:=
-       dev-ml/ocamlbuild:=
-       dev-ml/findlib:=
-       dev-lang/ocaml:=[ocamlopt?]"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-       ocaml pkg/pkg.ml build --pkg-name ${PN} || die
-}
-
-src_install() {
-       # Can't use opam-installer here as it is an opam dep...
-       findlib_src_preinst
-
-       local nativelibs
-       if use ocamlopt; then
-               nativelibs=$(echo _build/src/${PN}*.cm{x,xa,xs,ti} 
_build/src/${PN}.a)
-       fi
-
-       ocamlfind install ${PN} _build/pkg/META _build/src/${PN}.mli 
_build/src/${PN}.cm{a,i} ${nativelibs} || die
-       dodoc CHANGES.md DEVEL.md README.md
-}

diff --git a/dev-ml/topkg/topkg-1.0.5.ebuild b/dev-ml/topkg/topkg-1.0.5.ebuild
deleted file mode 100644
index 984936e880e2..000000000000
--- a/dev-ml/topkg/topkg-1.0.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit findlib
-
-DESCRIPTION="The transitory OCaml software packager"
-HOMEPAGE="http://erratique.ch/software/topkg https://github.com/dbuenzli/topkg";
-SRC_URI="https://github.com/dbuenzli/topkg/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="+ocamlopt"
-
-RDEPEND="dev-ml/result:=
-       dev-ml/ocamlbuild:=
-       dev-ml/findlib:=
-       dev-lang/ocaml:=[ocamlopt?]"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-       ocaml pkg/pkg.ml build --pkg-name ${PN} || die
-}
-
-src_install() {
-       # Can't use opam-installer here as it is an opam dep...
-       findlib_src_preinst
-
-       local nativelibs
-       if use ocamlopt; then
-               nativelibs=$(echo _build/src/${PN}*.cm{x,xa,xs,ti} 
_build/src/${PN}.a)
-       fi
-
-       ocamlfind install ${PN} _build/pkg/META _build/src/${PN}.mli 
_build/src/${PN}.cm{a,i} ${nativelibs} || die
-       dodoc CHANGES.md DEVEL.md README.md
-}

diff --git a/dev-ml/topkg/topkg-1.0.6.ebuild b/dev-ml/topkg/topkg-1.0.6.ebuild
deleted file mode 100644
index e6250c896d63..000000000000
--- a/dev-ml/topkg/topkg-1.0.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit findlib
-
-DESCRIPTION="The transitory OCaml software packager"
-HOMEPAGE="http://erratique.ch/software/topkg https://github.com/dbuenzli/topkg";
-SRC_URI="https://github.com/dbuenzli/topkg/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="+ocamlopt"
-
-RDEPEND="dev-ml/result:=
-       dev-ml/ocamlbuild:=
-       dev-ml/findlib:=
-       dev-lang/ocaml:=[ocamlopt?]"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-       ocaml pkg/pkg.ml build --pkg-name ${PN} || die
-}
-
-src_install() {
-       # Can't use opam-installer here as it is an opam dep...
-       findlib_src_preinst
-
-       local nativelibs
-       if use ocamlopt; then
-               nativelibs=$(echo _build/src/${PN}*.cm{x,xa,xs,ti} 
_build/src/${PN}.a)
-       fi
-
-       ocamlfind install ${PN} _build/pkg/META _build/src/${PN}.mli 
_build/src/${PN}.cm{a,i} ${nativelibs} || die
-       dodoc CHANGES.md DEVEL.md README.md
-}

Reply via email to