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 78C1D139085 for ; Tue, 24 Jan 2017 11:07:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49BFA234111; Tue, 24 Jan 2017 11:07:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2789A234111 for ; Tue, 24 Jan 2017 11:07:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28E5F3416D2 for ; Tue, 24 Jan 2017 11:07:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A19D2D8D for ; Tue, 24 Jan 2017 11:07:34 +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: <1485256043.7c24b90cf33247fac175ea9c4131a8a8c99d9f19.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/csv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/csv/Manifest dev-ml/csv/csv-1.4.2.ebuild X-VCS-Directories: dev-ml/csv/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7c24b90cf33247fac175ea9c4131a8a8c99d9f19 X-VCS-Branch: master Date: Tue, 24 Jan 2017 11:07:34 +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: debc6456-5a1e-472d-a698-fa8bbad5b3e2 X-Archives-Hash: 13b6ac27c2ef9ce6745c1d68914b7c47 commit: 7c24b90cf33247fac175ea9c4131a8a8c99d9f19 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 24 10:57:52 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 24 11:07:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c24b90c dev-ml/csv: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/csv/Manifest | 1 - dev-ml/csv/csv-1.4.2.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-ml/csv/Manifest b/dev-ml/csv/Manifest index 442bf10..c8d5b45 100644 --- a/dev-ml/csv/Manifest +++ b/dev-ml/csv/Manifest @@ -1,2 +1 @@ -DIST csv-1.4.2.tar.gz 83091 SHA256 d6185e9ef8e600493aa32db3e56c095b7d4912168b027602dce879671734b2e8 SHA512 efba3ca4d48439dbea241b348d851c12fb0dbd784eece20766a2dc7e7f3675c9de0a98b893bd450dcadce6be9eedeeb933d2cc401cc63b38459136b4fee82e15 WHIRLPOOL 80f34d9b33c077ca69a81efbd56e8e665272d167444a5d91b22b226fe005d188c36e523c241fb466952297132a4055a1c42a71e0eac7fc469a8fcad579588e5a DIST csv-1.5.tar.gz 83642 SHA256 f6307634e5f5fe3d64b90fdf8841b3f50dac80ed45b40d390ee44490c62bf58f SHA512 1c8af0ce8abd8a5710115c194eee34928399964447309ee974665cf427396def42bca4f983904bfec706f7944aea419a87bf54bc6c379cb8b7372be801be4126 WHIRLPOOL fe39114b74cb12b382da64307b8253297614f537ef4309cdcec58e9ec68ff49791d6ef90b4870200f24f6726471ceb925d0a79336853c27769af07413a3c373d diff --git a/dev-ml/csv/csv-1.4.2.ebuild b/dev-ml/csv/csv-1.4.2.ebuild deleted file mode 100644 index b74ab2b..00000000 --- a/dev-ml/csv/csv-1.4.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -OASIS_BUILD_DOCS=1 -OASIS_BUILD_TESTS=1 - -inherit oasis - -DESCRIPTION="A pure OCaml library to read and write CSV files" -HOMEPAGE="https://github.com/Chris00/ocaml-csv" -SRC_URI="https://github.com/Chris00/ocaml-csv/releases/download/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -DOCS=( "README.txt" "AUTHORS.txt" )