diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 04:09:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 06:08:50 +0000 |
commit | 8c0b6af346b97e56114c3b1e1972aa6760834602 (patch) | |
tree | c31da910cff06742a50ff9af1406f1c5f3c50b49 /dev-ml/csv | |
parent | dev-ml/pgocaml: treeclean (diff) | |
download | gentoo-8c0b6af346b97e56114c3b1e1972aa6760834602.tar.gz gentoo-8c0b6af346b97e56114c3b1e1972aa6760834602.tar.bz2 gentoo-8c0b6af346b97e56114c3b1e1972aa6760834602.zip |
dev-ml/csv: treeclean
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/csv')
-rw-r--r-- | dev-ml/csv/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/csv/csv-1.7.ebuild | 37 | ||||
-rw-r--r-- | dev-ml/csv/metadata.xml | 11 |
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-ml/csv/Manifest b/dev-ml/csv/Manifest deleted file mode 100644 index fa18fb528b94..000000000000 --- a/dev-ml/csv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST csv-1.7.tar.gz 45160 BLAKE2B 2f51f927d9099382a227e20471e60075f8796d7753152e266c121f705e4dab7036659937630302f152cd8f28d6db1aee3d5c72c339a45477292ee03c4bc461ab SHA512 cbe3d316e6f99318b3958bbfba3308225e709afb481a333d314adb66c20683171c23ac0565fc8d8e936b9dad13b9330b5208340b9fc671b4ccddf3a7d8b82b3e diff --git a/dev-ml/csv/csv-1.7.ebuild b/dev-ml/csv/csv-1.7.ebuild deleted file mode 100644 index 817e095edb27..000000000000 --- a/dev-ml/csv/csv-1.7.ebuild +++ /dev/null @@ -1,37 +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/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+lwt" - -DEPEND="lwt? ( dev-ml/lwt:= )" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} - dev-ml/oasis" - -DOCS=( "README.txt" "AUTHORS.txt" ) - -S="${WORKDIR}/ocaml-${P}" - -src_prepare() { - default - oasis setup || die -} - -src_configure() { - oasis_configure_opts="$(use_enable lwt)" \ - oasis_src_configure -} diff --git a/dev-ml/csv/metadata.xml b/dev-ml/csv/metadata.xml deleted file mode 100644 index aad9c6c4d154..000000000000 --- a/dev-ml/csv/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">Chris00/ocaml-csv</remote-id> - </upstream> - <use> - <flag name="lwt">Enables the Lwt-based library for asynchronous operations.</flag> - </use> -</pkgmetadata> |