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 C6FC0139694 for ; Sat, 1 Apr 2017 13:32:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B874EE0D0E; Sat, 1 Apr 2017 13:32:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97929E0D0E for ; Sat, 1 Apr 2017 13:32:53 +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 94778341645 for ; Sat, 1 Apr 2017 13:32:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AEFA4C79 for ; Sat, 1 Apr 2017 13:32:51 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1491053557.8ead8271f508e309f45797fcd58858f8aee5c2ee.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/sexplib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/sexplib/Manifest dev-ml/sexplib/sexplib-113.00.00.ebuild X-VCS-Directories: dev-ml/sexplib/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8ead8271f508e309f45797fcd58858f8aee5c2ee X-VCS-Branch: master Date: Sat, 1 Apr 2017 13:32:51 +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-Archives-Salt: f877c418-4f9e-46f6-be2c-ca142d27743e X-Archives-Hash: 320aacd282ebec19eea99376fdc284f5 commit: 8ead8271f508e309f45797fcd58858f8aee5c2ee Author: Alexis Ballier gentoo org> AuthorDate: Wed Mar 29 14:05:00 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Apr 1 13:32:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ead8271 dev-ml/sexplib: Remove old. This was the last ~x86 version but it does not even build with stable dev-lang/ocaml. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/sexplib/Manifest | 1 - dev-ml/sexplib/sexplib-113.00.00.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-ml/sexplib/Manifest b/dev-ml/sexplib/Manifest index d3306cd21b9..38e05143827 100644 --- a/dev-ml/sexplib/Manifest +++ b/dev-ml/sexplib/Manifest @@ -1,2 +1 @@ -DIST sexplib-113.00.00.tar.gz 136960 SHA256 df91f1b4aae3936856cbb00a621a2c40f6b56c06670e1513b2b60698ab8240e4 SHA512 03500b6034428c132a161da63e1a5a5b30f9312831ffed248f0a754a39de40807f71e886087533e554a9790c17a9556d80ce9ca4ee25b498735b8dc89f6aaf6f WHIRLPOOL 516d48bc5f06148b8b01485c08aa1eb4c1f497cc7f9b430b69f8490d89be24850d5ec12e6693f1520038deae4347224b35141c00ac21648978978ccbec6aec23 DIST sexplib-113.33.00.tar.gz 115786 SHA256 405c3dc9795e5d987fe88c437b86509f211b60ededf66ca1c7a650e12241818e SHA512 b05d96afcd116c62f76b92fb1bf13bf8fac800323beb9cc565183643cfe4bac2d4c1228cf15eeba23bd1bc729b0fca81cb9ba3d3145896f2cd4a6d7bf852c1a4 WHIRLPOOL 033a6a89b0aa952c7c6a0d29a52e9b890e044daebc32a05c0be7646805260ef8ef1c2d503f1d5cf22a6c9c041586f64fe40a75112661012f13afcf87643f3ecd diff --git a/dev-ml/sexplib/sexplib-113.00.00.ebuild b/dev-ml/sexplib/sexplib-113.00.00.ebuild deleted file mode 100644 index 2d3ac9c0169..00000000000 --- a/dev-ml/sexplib/sexplib-113.00.00.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -OASIS_BUILD_DOCS=1 -OASIS_BUILD_TESTS=1 - -inherit oasis - -DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions" -HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-ml/type-conv-113.00.00:= - dev-ml/camlp4:=" -DEPEND="${RDEPEND}" - -DOCS=( "README.md" "CHANGES.md" )