public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ssl/
Date: Tue, 20 Oct 2020 01:37:24 +0000 (UTC)	[thread overview]
Message-ID: <1603157837.ff1eb2fefd490cb906ff502c520def9bb38afcc8.sam@gentoo> (raw)

commit:     ff1eb2fefd490cb906ff502c520def9bb38afcc8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 21:38:48 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 01:37:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1eb2fe

dev-ml/ocaml-ssl: cleanup old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/ocaml-ssl/Manifest               |  2 --
 dev-ml/ocaml-ssl/ocaml-ssl-0.5.4.ebuild | 34 ---------------------------------
 dev-ml/ocaml-ssl/ocaml-ssl-0.5.5.ebuild | 34 ---------------------------------
 3 files changed, 70 deletions(-)

diff --git a/dev-ml/ocaml-ssl/Manifest b/dev-ml/ocaml-ssl/Manifest
index 63710733cda..3a68af95a72 100644
--- a/dev-ml/ocaml-ssl/Manifest
+++ b/dev-ml/ocaml-ssl/Manifest
@@ -1,4 +1,2 @@
 DIST 0.5.9.tar.gz 32721 BLAKE2B c6b1ec659fddf384005f2cb045c0b0c059daaa93bd782904354e12e1ce63432c04c9bdc823dbfd0cd903ce872c91f0a750975cc69a56c9384ef6d09ed46c22cd SHA512 6826e5a6ab9f51013e8d097900f443d091e085e3d2d232a315a0e3a90ca334c9b9779d20dcae267f9ed961bc4a08fcb80372e669389c59a22d5c7706d37fcd5f
 DIST ocaml-ssl-0.5.3.tar.gz 125431 BLAKE2B e95b6757f27fcac16dda1087880bb49ad854108755719210aeeeebd0e14cfee9b6244986f21ddbf86a970ea4b4f9eb2bb8e0a5a888dafe2a7262f004194a26ba SHA512 c0dc38ab21c8adc104a42ec89b8a58de976205887a23a407f1ffee1181d526ddb8aa91877508f8a974c6df8583d6d8611558a995680e313fc78ad0cac184cf52
-DIST ocaml-ssl-0.5.4.tar.gz 125833 BLAKE2B 983f1c1301c2dd313d91c180e8654baef39b1de2f3f3688ba40d920d5c16fd1626b1cf9dc8a6f172045ab4b8cd75b4048b3956ff9835a57c534bacdb1ddce32d SHA512 4a221bd8f5c11871040f6f117d3152ec2fca28f0311dfcc2ac39d2ed55c66203e12ad3242368273d8f17f1ca87c1b5d929ab7fec8ec7a03a564c7c25ade3d289
-DIST ocaml-ssl-0.5.5.tar.gz 125778 BLAKE2B 7be315a349df7948adc69b64cce65d29ce0d7cc8b492d4f3948a3a72e64951c323b8f5d3fa48825fe0119ff5d8c94a03d95e36ec695768aae0751f5f3df4397b SHA512 4e3a78426bc2a5cec0ade43b1b324366b4bf0d93be6e7bc73f1152499f2ab0642d3edcf4484a519ea6ec0b44bc76c0c984b9bba59121f93bc065b1c0355969c0

diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.4.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.4.ebuild
deleted file mode 100644
index f01f839f8ae..00000000000
--- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib eutils
-
-IUSE="doc"
-
-DESCRIPTION="OCaml bindings for OpenSSL"
-SRC_URI="https://github.com/savonet/ocaml-ssl/releases/download/${PV}/${P}.tar.gz"
-HOMEPAGE="https://github.com/savonet/ocaml-ssl"
-
-DEPEND="dev-libs/openssl:0=
-	>=dev-lang/ocaml-3.10:="
-RDEPEND="${DEPEND}"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-
-src_compile() {
-	emake -j1
-}
-
-src_install() {
-	findlib_src_preinst
-	emake install
-
-	if use doc; then
-		dohtml -r doc/html/*
-	fi
-	dodoc CHANGES README.md
-}

diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.5.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.5.ebuild
deleted file mode 100644
index f01f839f8ae..00000000000
--- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib eutils
-
-IUSE="doc"
-
-DESCRIPTION="OCaml bindings for OpenSSL"
-SRC_URI="https://github.com/savonet/ocaml-ssl/releases/download/${PV}/${P}.tar.gz"
-HOMEPAGE="https://github.com/savonet/ocaml-ssl"
-
-DEPEND="dev-libs/openssl:0=
-	>=dev-lang/ocaml-3.10:="
-RDEPEND="${DEPEND}"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-
-src_compile() {
-	emake -j1
-}
-
-src_install() {
-	findlib_src_preinst
-	emake install
-
-	if use doc; then
-		dohtml -r doc/html/*
-	fi
-	dodoc CHANGES README.md
-}


             reply	other threads:[~2020-10-20  1:37 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-20  1:37 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09 18:11 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ssl/ Arthur Zamarin
2024-06-09 18:11 Arthur Zamarin
2024-06-09 12:56 Arthur Zamarin
2024-06-09 12:06 Arthur Zamarin
2023-09-30 14:24 Maciej Barć
2023-09-30 14:24 Maciej Barć
2023-09-30 14:24 Maciej Barć
2023-09-30 14:24 Maciej Barć
2023-04-29  8:23 Arthur Zamarin
2023-04-24 11:32 Alfredo Tupone
2023-01-07 11:10 Maciej Barć
2022-09-07 12:17 Maciej Barć
2022-09-06 22:36 Maciej Barć
2022-09-06 17:00 Maciej Barć
2021-04-18  6:47 Sam James
2021-04-18  6:45 Sam James
2021-03-12 15:25 Sam James
2021-02-19 20:12 Thomas Deutschmann
2021-02-17 18:04 Alfredo Tupone
2021-02-01 17:47 Sam James
2021-01-24 11:12 Alfredo Tupone
2020-10-24  0:38 Sam James
2020-10-22 13:59 Sam James
2020-10-22 13:54 Sam James
2020-10-20  9:56 Sam James
2020-10-20  7:03 Sam James
2020-10-20  2:16 Sam James
2020-10-20  1:37 Sam James
2017-10-14 12:10 Alexis Ballier
2017-10-04  8:02 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-01-26 11:43 Alexis Ballier
2017-01-25 14:29 Agostino Sarubbo
2017-01-25 10:58 Agostino Sarubbo
2017-01-24 11:23 Alexis Ballier
2016-11-10 15:18 Alexis Ballier
2015-11-24 15:08 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1603157837.ff1eb2fefd490cb906ff502c520def9bb38afcc8.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox