diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-21 14:39:27 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-21 16:47:50 +0200 |
commit | 636e5746b43fe2304989f2ee54bb4afe238302b9 (patch) | |
tree | 078efa4ff846fe7bc2e29b6221ce3fa9b5436b14 /dev-ml | |
parent | net-misc/gnome-remote-desktop: Version bump to 43.0 (diff) | |
download | gentoo-636e5746b43fe2304989f2ee54bb4afe238302b9.tar.gz gentoo-636e5746b43fe2304989f2ee54bb4afe238302b9.tar.bz2 gentoo-636e5746b43fe2304989f2ee54bb4afe238302b9.zip |
dev-ml/bos: drop 0.1.6, 0.2.0-r1, EAPI-6--
Closes: https://bugs.gentoo.org/867118
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/bos/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/bos/bos-0.1.6.ebuild | 47 | ||||
-rw-r--r-- | dev-ml/bos/bos-0.2.0-r1.ebuild | 44 |
3 files changed, 0 insertions, 93 deletions
diff --git a/dev-ml/bos/Manifest b/dev-ml/bos/Manifest index 719a0dd3e161..3f2fdf2fcb3d 100644 --- a/dev-ml/bos/Manifest +++ b/dev-ml/bos/Manifest @@ -1,3 +1 @@ -DIST bos-0.1.6.tbz 39822 BLAKE2B 0e10eb14fb5d429b81c67659c936e8b700c4cd417d1f5be000c8bdb0304de8ad9130e597f6e2e7771380c29c148f4339817bacc458e72a8efa894be3b85965bf SHA512 f1f10a97a32da936a7d5a0c70632e723723ee523c79f9dfd23bc42c039a194e8d69658483e6e856c7911332b799a92bf8cabfe96cc387522d7450b8f3f8f8343 -DIST bos-0.2.0.tbz 41008 BLAKE2B badc344e561ba9335a4ded0c8100da91fe2bc882698c94daa42d9db2f1e2c8c627b81eebb5a7067778c332384504391ea402f7363ec552e8517cb048c8e384fe SHA512 f9120f8108c6da5647c9fbcc78736a5f87bf5627fad01035fdab1af6322c93e75df670d7d2910fe474c92c48ffffcf15955a84e698cfc7bfb7c1ac4fe27d472f DIST bos-0.2.1.tbz 42330 BLAKE2B c376428ef055555f09e4af24391b7bbcc388af955ac5192bd4c3999325757812a87b54e518fa2d5a3a81d1e8d0d65f2cb3b69d5f186129136855af7766e9ac13 SHA512 8daeb8a4c2dd1f2460f6274ada19f4f1b6ebe875ff83a938c93418ce0e6bdb74b8afc5c9a7d410c1c9df2dad030e4fa276b6ed2da580639484e8b5bc92610b1d diff --git a/dev-ml/bos/bos-0.1.6.ebuild b/dev-ml/bos/bos-0.1.6.ebuild deleted file mode 100644 index b488b4488915..000000000000 --- a/dev-ml/bos/bos-0.1.6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Basic OS interaction for OCaml" -HOMEPAGE="https://erratique.ch/software/bos https://github.com/dbuenzli/bos" -SRC_URI="https://erratique.ch/software/bos/releases/${P}.tbz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-lang/ocaml:= - dev-ml/rresult:= - dev-ml/astring:= - dev-ml/fpath:= - dev-ml/fmt:= - dev-ml/logs:= -" -DEPEND="${RDEPEND} - dev-ml/findlib - dev-ml/ocamlbuild - dev-ml/topkg - test? ( dev-ml/mtime ) -" - -QA_FLAGS_IGNORED='.*' - -src_compile() { - ocaml pkg/pkg.ml build --tests $(usex test true false) || die -} - -src_test() { - ocaml pkg/pkg.ml test || die -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die -} diff --git a/dev-ml/bos/bos-0.2.0-r1.ebuild b/dev-ml/bos/bos-0.2.0-r1.ebuild deleted file mode 100644 index 16419fa8caa9..000000000000 --- a/dev-ml/bos/bos-0.2.0-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Basic OS interaction for OCaml" -HOMEPAGE="https://erratique.ch/software/bos https://github.com/dbuenzli/bos" -SRC_URI="https://erratique.ch/software/bos/releases/${P}.tbz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-lang/ocaml:= - dev-ml/rresult:= - dev-ml/astring:= - dev-ml/fpath:= - dev-ml/fmt:= - dev-ml/logs:=[fmt]" -DEPEND="${RDEPEND}" -BDEPEND="dev-ml/findlib - dev-ml/ocamlbuild - dev-ml/topkg - test? ( dev-ml/mtime )" - -QA_FLAGS_IGNORED='.*' - -src_compile() { - ocaml pkg/pkg.ml build --tests $(usex test true false) || die -} - -src_test() { - ocaml pkg/pkg.ml test || die -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die -} |