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 3BB161382C5 for ; Sat, 20 Feb 2021 17:15:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72FE6E088A; Sat, 20 Feb 2021 17:15:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 59DEBE088A for ; Sat, 20 Feb 2021 17:15:52 +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 32815340D41 for ; Sat, 20 Feb 2021 17:15:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E12B487 for ; Sat, 20 Feb 2021 17:15:49 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1613841330.6b6736f1ae4289d71a738dccc255bc39778e7c8e.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/tyxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/tyxml/Manifest dev-ml/tyxml/tyxml-4.1.0-r1.ebuild X-VCS-Directories: dev-ml/tyxml/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6b6736f1ae4289d71a738dccc255bc39778e7c8e X-VCS-Branch: master Date: Sat, 20 Feb 2021 17:15:49 +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: 30eaab75-9961-4cec-99ec-20c31c501244 X-Archives-Hash: fcfaddecb365dab41db7ff4fd411ae62 commit: 6b6736f1ae4289d71a738dccc255bc39778e7c8e Author: Alfredo Tupone gentoo org> AuthorDate: Sat Feb 20 17:15:30 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Feb 20 17:15:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6736f1 dev-ml/tyxml: remove old version Closes: https://bugs.gentoo.org/771201 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/tyxml/Manifest | 1 - dev-ml/tyxml/tyxml-4.1.0-r1.ebuild | 36 ------------------------------------ 2 files changed, 37 deletions(-) diff --git a/dev-ml/tyxml/Manifest b/dev-ml/tyxml/Manifest index af8bf43c702..3255e446b98 100644 --- a/dev-ml/tyxml/Manifest +++ b/dev-ml/tyxml/Manifest @@ -1,2 +1 @@ -DIST tyxml-4.1.0.tar.gz 179852 BLAKE2B d143c1291cedfb345f0773284891e17bbeb8d46eb5fa5c74df3e9ffd24adca35a8afddd60958ff3c7580bb3984c1ae2a4b077073346326c5d20a975dd42cba66 SHA512 add2b82939ea069ee74ee26ff3ee1f3ad2e361e593134da807e1acfbebff4ed546cbc23aca7ee2936a1eb8a736916d673aa2c96aeae8779706cd726bc2d07ead DIST tyxml-4.2.0.tar.gz 182255 BLAKE2B 04ec57372bb4b63eb66b21c8d8771290cf9d7d9a344d8354414c5512d112852c2f2af9e5dbda74e6c990c64a498545ad6ad7f4f94190523b7b9029809b0f41c8 SHA512 555df1fdf5eb30592a3bd93b7d08345964b1cd6e16c2f746ef777cb3c5fc9a31dddf316432e0457d317eaf7728c5d1156982956169a7b1eb9b660eedcf89ca58 diff --git a/dev-ml/tyxml/tyxml-4.1.0-r1.ebuild b/dev-ml/tyxml/tyxml-4.1.0-r1.ebuild deleted file mode 100644 index 5efa9cf733a..00000000000 --- a/dev-ml/tyxml/tyxml-4.1.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -OASIS_BUILD_DOCS=1 -# Cannot find findlib package alcotest -# OASIS_BUILD_TESTS=1 - -inherit oasis - -DESCRIPTION="A libary to build xml trees typechecked by OCaml" -HOMEPAGE="http://ocsigen.org/tyxml/" -SRC_URI="https://github.com/ocsigen/tyxml/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ppx +camlp4" - -DEPEND=" - >=dev-ml/uutf-1.0:= - dev-ml/uchar:= - dev-ml/re:= - ppx? ( >=dev-ml/ppx_tools-5:= dev-ml/markup:= ) - camlp4? ( dev-ml/camlp4:= )" -RDEPEND="${DEPEND}" - -DOCS=( CHANGES README.md ) - -src_configure() { - oasis_configure_opts=" - $(use_enable camlp4 syntax) - $(use_enable ppx) - " oasis_src_configure -}