From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0064113835C for ; Sun, 4 Apr 2021 06:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F24DAE0831; Sun, 4 Apr 2021 06:10:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D87BDE0831 for ; Sun, 4 Apr 2021 06:10:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63EE73407E0 for ; Sun, 4 Apr 2021 06:10:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0009A641 for ; Sun, 4 Apr 2021 06:10:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617516560.b387dcd6ca34f0a9d8472a8d715eff5f989dbbfb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-uri/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-uri/Manifest dev-ml/ocaml-uri/metadata.xml dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild X-VCS-Directories: dev-ml/ocaml-uri/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b387dcd6ca34f0a9d8472a8d715eff5f989dbbfb X-VCS-Branch: master Date: Sun, 4 Apr 2021 06:10:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 007d2044-99c5-4ff5-83f6-5b77c12a784f X-Archives-Hash: 149b16536e46c1086040869c9c8ef542 commit: b387dcd6ca34f0a9d8472a8d715eff5f989dbbfb Author: Sam James gentoo org> AuthorDate: Mon Mar 22 04:13:54 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 06:09:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b387dcd6 dev-ml/ocaml-uri: treeclean Signed-off-by: Sam James gentoo.org> dev-ml/ocaml-uri/Manifest | 1 - dev-ml/ocaml-uri/metadata.xml | 11 ---------- dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild | 34 ------------------------------ 3 files changed, 46 deletions(-) diff --git a/dev-ml/ocaml-uri/Manifest b/dev-ml/ocaml-uri/Manifest deleted file mode 100644 index fb9710722c6..00000000000 --- a/dev-ml/ocaml-uri/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ocaml-uri-1.9.4.tar.gz 213917 BLAKE2B 3b76ae2f39a7a97e581791e32e7ec302faacaf883ae82bb635497f205a7bb12b331f2ef34f834c4b22b56433fef75b6ba2c60db6b66f13997290e108f6f0f38b SHA512 c2314c55d1d89bb7824e6bd2aad57fa2bdc4889d5e6c0b4ce75f4ca33660d510d7ab125ff0f340f4688930f3ddac13193d34762f912cc70c4ce30aa206f32ddc diff --git a/dev-ml/ocaml-uri/metadata.xml b/dev-ml/ocaml-uri/metadata.xml deleted file mode 100644 index 5d2f0a1ef51..00000000000 --- a/dev-ml/ocaml-uri/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ml@gentoo.org - ML - - - mirage/ocaml-uri - - diff --git a/dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild b/dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild deleted file mode 100644 index 63708fe6bc1..00000000000 --- a/dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib opam - -DESCRIPTION="RFC3986 URI parsing library for OCaml" -HOMEPAGE="https://github.com/mirage/ocaml-uri https://mirage.io" -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-ml/re:= - dev-ml/sexplib:= - dev-ml/ppx_sexp_conv:= - dev-ml/ppx_core:= - dev-ml/ppx_type_conv:= - dev-ml/stringext:= - dev-ml/type-conv:= -" -DEPEND="${RDEPEND} - test? ( >=dev-ml/ounit-1.0.2 ) - dev-ml/jbuilder -" - -src_install() { - opam_src_install uri -}