public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
Date: Thu, 20 Apr 2017 13:24:12 +0000 (UTC)	[thread overview]
Message-ID: <1492694645.bb8fd278cc5228439a12e9dbdd7db715bda5f5f7.aballier@gentoo> (raw)

commit:     bb8fd278cc5228439a12e9dbdd7db715bda5f5f7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 13:22:47 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:24:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8fd278

dev-ml/lwt: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/lwt/Manifest         |  2 --
 dev-ml/lwt/lwt-2.7.0.ebuild | 41 -----------------------------------------
 dev-ml/lwt/lwt-2.7.1.ebuild | 41 -----------------------------------------
 3 files changed, 84 deletions(-)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 77198b6d536..02ac41db24a 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,4 +1,2 @@
 DIST lwt-2.4.3.tar.gz 504000 SHA256 efee23937750290d6dee96eed6c0bbdb19817d5be6eefcba61ac5031fac10107 SHA512 725d50a096a43294d49ae2322fdc985c301ce6a8ff5c956925225d7977e787ccb446e36a9db5fdbb50f284b9f1a3a12a52d1aa44d4400feecb59f6f938ed00ad WHIRLPOOL c5999e950008902600b43bf39f174ed0bc2cb3f6dce983d885416969a3bb98170ec8b74c8f5829459c3c96d160e5b4c8491b7057e7efeac035a46c9846ff7764
-DIST lwt-2.7.0.tar.gz 294476 SHA256 00419834e0c5601b3fee6ca9efb0e10ab797a9ff8f695bf2434d89395b7252ec SHA512 9851326a5444f88bcbc03b0fe170285c0155f310d986b1e1e06a550a63ada0121dc818b7723b35741b07679f8c3c7dd391355557cd3a86f8cae985c3448c94d4 WHIRLPOOL 170a66c409f942d3bb6fde73e82b976a3c01e2eb1df564addf0477213fb8541e220a381e091f6053f6d7bd0935f81ac4548aabd411b77c5476d1b89571616288
-DIST lwt-2.7.1.tar.gz 296224 SHA256 43c0541c185f9db4ef7e44703bd75b832dc7a69ccc9905dd413d08563d44d639 SHA512 e353cfabb6845f3c410e1a3e658787f3a9cb981e73701d84555e639af052bb05eb734d7f7027eb3c0079c9edfef21bb0ca4b9a7683b02056d724142a2980c348 WHIRLPOOL 3ff40d5c19759b21781e210c2422e97b29077fd7be663778093463509a13ddaef9ebd148f56591d73a025f536a7a5356c280383ef1e58391ea44d0adfc2b71f7
 DIST lwt-3.0.0.tar.gz 285864 SHA256 fc1654bb06fdd48180f093f6e05e7264936626a11fef23cc8cf2ca4b5e3d7d44 SHA512 270a6dc2fc58950380eecf72767782c72a5d72226f4af0e9a4f9b0e70b788eeb1d2727348ab8da4411ee59374a19524a6a793b14a26fe7051d51f987ef0e42b8 WHIRLPOOL 2fbee62faa6929ab8fec1d07f32bdfbaeb7d46bba7cbd60ca1362b9e136575f90c5b906fe1cb9471e66270f4d40014bda7b4be3d4b863cd485095c3867d914ce

diff --git a/dev-ml/lwt/lwt-2.7.0.ebuild b/dev-ml/lwt/lwt-2.7.0.ebuild
deleted file mode 100644
index e3296e5a402..00000000000
--- a/dev-ml/lwt/lwt-2.7.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="+camlp4 gtk +ppx +react +ssl"
-
-DEPEND="react? ( >=dev-ml/react-1.2:= )
-	dev-libs/libev
-	>=dev-lang/ocaml-4.02:=
-	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
-	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
-	ppx? ( dev-ml/ppx_tools:= )
-	camlp4? ( dev-ml/camlp4:= )"
-
-RDEPEND="${DEPEND}
-	!<www-servers/ocsigen-1.1"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~ppc ~x86-fbsd"
-
-DOCS=( "CHANGES" "README.md" )
-
-src_configure() {
-	oasis_configure_opts="$(use_enable gtk glib)
-		$(use_enable react)
-		$(use_enable ssl)
-		$(use_enable camlp4)
-		$(use_enable ppx)" \
-		oasis_src_configure
-}

diff --git a/dev-ml/lwt/lwt-2.7.1.ebuild b/dev-ml/lwt/lwt-2.7.1.ebuild
deleted file mode 100644
index e3296e5a402..00000000000
--- a/dev-ml/lwt/lwt-2.7.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="+camlp4 gtk +ppx +react +ssl"
-
-DEPEND="react? ( >=dev-ml/react-1.2:= )
-	dev-libs/libev
-	>=dev-lang/ocaml-4.02:=
-	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
-	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
-	ppx? ( dev-ml/ppx_tools:= )
-	camlp4? ( dev-ml/camlp4:= )"
-
-RDEPEND="${DEPEND}
-	!<www-servers/ocsigen-1.1"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~ppc ~x86-fbsd"
-
-DOCS=( "CHANGES" "README.md" )
-
-src_configure() {
-	oasis_configure_opts="$(use_enable gtk glib)
-		$(use_enable react)
-		$(use_enable ssl)
-		$(use_enable camlp4)
-		$(use_enable ppx)" \
-		oasis_src_configure
-}


             reply	other threads:[~2017-04-20 13:24 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-20 13:24 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-08 20:16 [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/ Sam James
2023-10-08 17:41 Arthur Zamarin
2023-10-08 17:41 Arthur Zamarin
2023-10-08 16:21 Arthur Zamarin
2023-09-02 13:17 Alfredo Tupone
2023-04-24 11:38 Alfredo Tupone
2023-01-24 18:16 Maciej Barć
2022-10-09 12:49 Alfredo Tupone
2022-04-18 21:07 Jakov Smolić
2021-12-08  2:13 Maciej Barć
2021-11-20 10:24 Arthur Zamarin
2021-11-20 10:24 Arthur Zamarin
2021-11-07 19:14 Alfredo Tupone
2021-11-07 12:18 Alfredo Tupone
2021-10-29 19:15 Alfredo Tupone
2021-10-03  9:58 Alfredo Tupone
2021-03-14  0:48 Sam James
2021-02-11  6:31 Sam James
2021-02-11  6:26 Sam James
2021-02-10 18:53 Sam James
2021-02-10 16:33 Sam James
2020-12-02 18:27 Aaron Bauman
2020-12-02 17:46 Aaron Bauman
2020-10-17  5:41 Sam James
2018-02-11 21:56 Thomas Deutschmann
2017-08-02 11:23 Alexis Ballier
2017-07-30 15:39 Sergei Trofimovich
2017-07-24  5:56 Alexis Ballier
2017-07-21 18:32 Alexis Ballier
2017-07-21 12:38 Alexis Ballier
2017-06-22 14:24 Alexis Ballier
2017-05-02 11:12 Alexis Ballier
2017-04-25 16:25 Alexis Ballier
2017-04-20 13:25 Alexis Ballier
2017-04-20 13:24 Alexis Ballier
2017-04-12 19:20 Alexis Ballier
2017-04-11  4:42 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-04-05  9:51 Michael Weber
2017-01-24 11:14 Alexis Ballier
2017-01-04 11:58 Alexis Ballier
2016-12-07 19:33 Alexis Ballier
2016-06-29 21:12 Michał Górny
2016-06-23 14:24 Alexis Ballier
2016-06-23 14:24 Alexis Ballier
2016-05-03  9:14 Alexis Ballier
2016-02-07 16:14 Alexis Ballier
2016-02-06 15:07 Alexis Ballier
2015-12-09 10:24 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=1492694645.bb8fd278cc5228439a12e9dbdd7db715bda5f5f7.aballier@gentoo \
    --to=aballier@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