diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-03-07 15:29:27 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-03-07 15:37:38 +0100 |
commit | 3988f07d3e37bd5aac1127ec34e68bb30273f816 (patch) | |
tree | 7201444a14c43c45419fe82205a88c3d39ef9480 /dev-ml/async_ssl | |
parent | dev-ml/patience_diff: rem old version (diff) | |
download | gentoo-3988f07d3e37bd5aac1127ec34e68bb30273f816.tar.gz gentoo-3988f07d3e37bd5aac1127ec34e68bb30273f816.tar.bz2 gentoo-3988f07d3e37bd5aac1127ec34e68bb30273f816.zip |
dev-ml/async_ssl: rm old versions
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/async_ssl')
-rw-r--r-- | dev-ml/async_ssl/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/async_ssl/async_ssl-0.9.0.ebuild | 39 | ||||
-rw-r--r-- | dev-ml/async_ssl/async_ssl-0.9.1.ebuild | 39 |
3 files changed, 0 insertions, 80 deletions
diff --git a/dev-ml/async_ssl/Manifest b/dev-ml/async_ssl/Manifest index 32fea853f7d3..811725b72d2f 100644 --- a/dev-ml/async_ssl/Manifest +++ b/dev-ml/async_ssl/Manifest @@ -1,3 +1 @@ DIST async_ssl-0.14.0.tar.gz 40338 BLAKE2B eb673f30d7374b539b37c84ba88e0daf8eeeacc93b278a44177a433cb8b336a843cc05e6033ec8ee831ec1c28fc243c8019a82bd495e96a1e54dfd47a3d10b13 SHA512 89397d0066444cbfdd3d4d27942ff04b3adbe2a9cf11427795fcf59127908c94f88c1575f395aa74eee49abb5be2e86940a88945dda6435fb81165bd58b789a7 -DIST async_ssl-0.9.0.tar.gz 28227 BLAKE2B e916e196964d085312836d773e290ac52c950c5ceb084347557d72776c7b6b9548ad2bd01c5fc6fa701d18c55fff62e48af5459bf5897478252f8d27dd6687fc SHA512 bb023e0c60f9f04368f2e2a4aea80700a60853a03fe1550fe48a9defe42ec66736a6cc0cf40c6a472cd3f8b5b30d79711e4fd714b53ebd4ba7f3f3c22eb7a15e -DIST async_ssl-0.9.1.tar.gz 28162 BLAKE2B 74987fcad26dcb641687e044ef76531cfa88e2bb62524d0eddf5ce3fe4f4dc9c7b07f13de63e9cdddd4a5db2e7e20f2a7f3a8543b17678a342e2890ed816189a SHA512 5e20d3c2a46e81d725076a80347047de90d00d6a0956457656ffd629d80b7a65958fd8a831d407dd11e3a3583662ed1e04242e71580ab7e982dc579ee69bface diff --git a/dev-ml/async_ssl/async_ssl-0.9.0.ebuild b/dev-ml/async_ssl/async_ssl-0.9.0.ebuild deleted file mode 100644 index 92946fd066df..000000000000 --- a/dev-ml/async_ssl/async_ssl-0.9.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="An Async-pipe-based interface with OpenSSL." -HOMEPAGE="https://github.com/janestreet/async_ssl" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-lang/ocaml:= - dev-ml/async:= - dev-ml/base:= - dev-ml/configurator:= - dev-ml/core:= - dev-ml/ppx_driver:= - dev-ml/ppx_jane:= - dev-ml/stdio:= - dev-ml/ocaml-ctypes:= - dev-libs/openssl:0= - dev-ml/ocaml-migrate-parsetree:= -" -DEPEND="${RDEPEND} - dev-ml/opam - dev-ml/jbuilder -" - -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/async_ssl/async_ssl-0.9.1.ebuild b/dev-ml/async_ssl/async_ssl-0.9.1.ebuild deleted file mode 100644 index aece7ea02729..000000000000 --- a/dev-ml/async_ssl/async_ssl-0.9.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="An Async-pipe-based interface with OpenSSL." -HOMEPAGE="https://github.com/janestreet/async_ssl" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-lang/ocaml:= - dev-ml/async:= - dev-ml/base:= - dev-ml/configurator:= - dev-ml/core:= - dev-ml/ppx_driver:= - dev-ml/ppx_jane:= - dev-ml/stdio:= - dev-ml/ocaml-ctypes:= - dev-libs/openssl:0= - dev-ml/ocaml-migrate-parsetree:= -" -DEPEND="${RDEPEND} - dev-ml/opam - dev-ml/jbuilder -" - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die -} |