Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/csv/
Date: Wed, 02 Dec 2020 00:32:10
Message-Id: 1606869115.76b9f4a7b69fdf6241f3bd6ea3e6ec994d68e744.bman@gentoo
1 commit: 76b9f4a7b69fdf6241f3bd6ea3e6ec994d68e744
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 00:30:12 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 00:31:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b9f4a7
7
8 dev-ml/csv: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-ml/csv/Manifest | 2 --
13 dev-ml/csv/csv-1.5.ebuild | 23 -----------------------
14 dev-ml/csv/csv-1.6.ebuild | 28 ----------------------------
15 3 files changed, 53 deletions(-)
16
17 diff --git a/dev-ml/csv/Manifest b/dev-ml/csv/Manifest
18 index 7a186cb5fe2..fa18fb528b9 100644
19 --- a/dev-ml/csv/Manifest
20 +++ b/dev-ml/csv/Manifest
21 @@ -1,3 +1 @@
22 -DIST csv-1.5.tar.gz 83642 BLAKE2B e07303a4be8c4e75964b4ecc38da59de288e12b433ecb4a5d5450b21411b2343b38853cdf2737516185867d2f3963cc374c9ec34df96332b5844bbd850fb7c89 SHA512 1c8af0ce8abd8a5710115c194eee34928399964447309ee974665cf427396def42bca4f983904bfec706f7944aea419a87bf54bc6c379cb8b7372be801be4126
23 -DIST csv-1.6.tar.gz 98194 BLAKE2B 1c7975ec92bcd63cdeee369e8a3507b6ef95cf646cba2f5498983a18098f8147a26d7ae57a37904a3f1cc21085e7f2f2ffc9ec7bca836d6edc31a45d2de4c0a3 SHA512 689dae2dd57ec914ca1dd5e3d34ebd352aabb7d5da8933aa6c6fc9c6ec84dc538d1df8a1c46f3e172ab09e5917e9158be76afb2423ec8a92eef489ac5dfd5175
24 DIST csv-1.7.tar.gz 45160 BLAKE2B 2f51f927d9099382a227e20471e60075f8796d7753152e266c121f705e4dab7036659937630302f152cd8f28d6db1aee3d5c72c339a45477292ee03c4bc461ab SHA512 cbe3d316e6f99318b3958bbfba3308225e709afb481a333d314adb66c20683171c23ac0565fc8d8e936b9dad13b9330b5208340b9fc671b4ccddf3a7d8b82b3e
25
26 diff --git a/dev-ml/csv/csv-1.5.ebuild b/dev-ml/csv/csv-1.5.ebuild
27 deleted file mode 100644
28 index 29be7c1a8b6..00000000000
29 --- a/dev-ml/csv/csv-1.5.ebuild
30 +++ /dev/null
31 @@ -1,23 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -OASIS_BUILD_DOCS=1
38 -OASIS_BUILD_TESTS=1
39 -
40 -inherit oasis
41 -
42 -DESCRIPTION="A pure OCaml library to read and write CSV files"
43 -HOMEPAGE="https://github.com/Chris00/ocaml-csv"
44 -SRC_URI="https://github.com/Chris00/ocaml-csv/releases/download/${PV}/${P}.tar.gz"
45 -
46 -LICENSE="LGPL-2.1-with-linking-exception"
47 -SLOT="0/${PV}"
48 -KEYWORDS="~amd64"
49 -IUSE=""
50 -
51 -DEPEND=""
52 -RDEPEND="${DEPEND}"
53 -
54 -DOCS=( "README.txt" "AUTHORS.txt" )
55
56 diff --git a/dev-ml/csv/csv-1.6.ebuild b/dev-ml/csv/csv-1.6.ebuild
57 deleted file mode 100644
58 index 1d0efd90399..00000000000
59 --- a/dev-ml/csv/csv-1.6.ebuild
60 +++ /dev/null
61 @@ -1,28 +0,0 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=5
66 -
67 -OASIS_BUILD_DOCS=1
68 -OASIS_BUILD_TESTS=1
69 -
70 -inherit oasis
71 -
72 -DESCRIPTION="A pure OCaml library to read and write CSV files"
73 -HOMEPAGE="https://github.com/Chris00/ocaml-csv"
74 -SRC_URI="https://github.com/Chris00/ocaml-csv/releases/download/${PV}/${P}.tar.gz"
75 -
76 -LICENSE="LGPL-2.1-with-linking-exception"
77 -SLOT="0/${PV}"
78 -KEYWORDS="~amd64"
79 -IUSE="+lwt"
80 -
81 -DEPEND="lwt? ( dev-ml/lwt:= )"
82 -RDEPEND="${DEPEND}"
83 -
84 -DOCS=( "README.txt" "AUTHORS.txt" )
85 -
86 -src_configure() {
87 - oasis_configure_opts="$(use_enable lwt)" \
88 - oasis_src_configure
89 -}