diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-03-07 20:46:22 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-03-07 20:55:16 +0100 |
commit | e801b7810b575550bd7c66617690fb05bbae4323 (patch) | |
tree | ccd890a463973c90e03c4c174e1a31d5237f6d94 /dev-ml/ocaml-base64 | |
parent | dev-ml/lwt_ssl: rm old version (diff) | |
download | gentoo-e801b7810b575550bd7c66617690fb05bbae4323.tar.gz gentoo-e801b7810b575550bd7c66617690fb05bbae4323.tar.bz2 gentoo-e801b7810b575550bd7c66617690fb05bbae4323.zip |
dev-ml/ocaml-base64: rm old version
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-base64')
-rw-r--r-- | dev-ml/ocaml-base64/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-base64/ocaml-base64-2.2.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-ml/ocaml-base64/Manifest b/dev-ml/ocaml-base64/Manifest index a5c39469ee5a..ec24e9893652 100644 --- a/dev-ml/ocaml-base64/Manifest +++ b/dev-ml/ocaml-base64/Manifest @@ -1,2 +1 @@ -DIST ocaml-base64-2.2.0.tar.gz 5056 BLAKE2B c8a95d31646e5cad741dbece511e3f0fb736c31e5f90b560e2dffe5787810cd218966016840eef0c67517e790d0e4c67111c3382303c740791475647bac27de1 SHA512 0390c450076786777baeb596bc81bc3357074619894334a9608f958a2a10113e22afdbd3a2b368bc93c5c5636828fc2600818399847704309e2cc6092b10f3b0 DIST ocaml-base64-3.5.0.tar.gz 18888 BLAKE2B e35d6331f163a066169455ea3dac304cedd7ca47fac0a2cbda26b8bd9620b4e49e144d5a06a8a2c6085501e531b2be98f6b24002880d83d6d57025ee055e0887 SHA512 a3886701943a9b165a74e45f66c3d8279b381927774217f5e042494811bc17a08f8933292335d4b76f01c6b1d3c496b4cfca650faa5848ddbf6150ac87386038 diff --git a/dev-ml/ocaml-base64/ocaml-base64-2.2.0.ebuild b/dev-ml/ocaml-base64/ocaml-base64-2.2.0.ebuild deleted file mode 100644 index 271b24dd32e1..000000000000 --- a/dev-ml/ocaml-base64/ocaml-base64-2.2.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit findlib opam - -DESCRIPTION="Library for radix-64 representation (de)coding" -HOMEPAGE="https://github.com/mirage/ocaml-base64" -SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-ml/jbuilder - test? ( dev-ml/rresult dev-ml/bos dev-ml/alcotest ) -" - -src_install() { - opam_src_install base64 -} |