From 76b9f4a7b69fdf6241f3bd6ea3e6ec994d68e744 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Tue, 1 Dec 2020 19:30:12 -0500 Subject: dev-ml/csv: drop old Signed-off-by: Aaron Bauman --- dev-ml/csv/Manifest | 2 -- dev-ml/csv/csv-1.5.ebuild | 23 ----------------------- dev-ml/csv/csv-1.6.ebuild | 28 ---------------------------- 3 files changed, 53 deletions(-) delete mode 100644 dev-ml/csv/csv-1.5.ebuild delete mode 100644 dev-ml/csv/csv-1.6.ebuild (limited to 'dev-ml') diff --git a/dev-ml/csv/Manifest b/dev-ml/csv/Manifest index 7a186cb5fe25..fa18fb528b94 100644 --- a/dev-ml/csv/Manifest +++ b/dev-ml/csv/Manifest @@ -1,3 +1 @@ -DIST csv-1.5.tar.gz 83642 BLAKE2B e07303a4be8c4e75964b4ecc38da59de288e12b433ecb4a5d5450b21411b2343b38853cdf2737516185867d2f3963cc374c9ec34df96332b5844bbd850fb7c89 SHA512 1c8af0ce8abd8a5710115c194eee34928399964447309ee974665cf427396def42bca4f983904bfec706f7944aea419a87bf54bc6c379cb8b7372be801be4126 -DIST csv-1.6.tar.gz 98194 BLAKE2B 1c7975ec92bcd63cdeee369e8a3507b6ef95cf646cba2f5498983a18098f8147a26d7ae57a37904a3f1cc21085e7f2f2ffc9ec7bca836d6edc31a45d2de4c0a3 SHA512 689dae2dd57ec914ca1dd5e3d34ebd352aabb7d5da8933aa6c6fc9c6ec84dc538d1df8a1c46f3e172ab09e5917e9158be76afb2423ec8a92eef489ac5dfd5175 DIST csv-1.7.tar.gz 45160 BLAKE2B 2f51f927d9099382a227e20471e60075f8796d7753152e266c121f705e4dab7036659937630302f152cd8f28d6db1aee3d5c72c339a45477292ee03c4bc461ab SHA512 cbe3d316e6f99318b3958bbfba3308225e709afb481a333d314adb66c20683171c23ac0565fc8d8e936b9dad13b9330b5208340b9fc671b4ccddf3a7d8b82b3e diff --git a/dev-ml/csv/csv-1.5.ebuild b/dev-ml/csv/csv-1.5.ebuild deleted file mode 100644 index 29be7c1a8b6c..000000000000 --- a/dev-ml/csv/csv-1.5.ebuild +++ /dev/null @@ -1,23 +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="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" ) diff --git a/dev-ml/csv/csv-1.6.ebuild b/dev-ml/csv/csv-1.6.ebuild deleted file mode 100644 index 1d0efd903991..000000000000 --- a/dev-ml/csv/csv-1.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 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="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="+lwt" - -DEPEND="lwt? ( dev-ml/lwt:= )" -RDEPEND="${DEPEND}" - -DOCS=( "README.txt" "AUTHORS.txt" ) - -src_configure() { - oasis_configure_opts="$(use_enable lwt)" \ - oasis_src_configure -} -- cgit v1.2.3-65-gdbad