diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-07 17:04:33 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-07 17:13:49 +0100 |
commit | 7d1a959949d22bcb2ad719a53de24b648de66e88 (patch) | |
tree | 48eb71f47853d304ddf5bf1382c4de4125f95e7a /dev-ml/ocaml-data-notation | |
parent | dev-ml/cryptokit: remove old (diff) | |
download | gentoo-7d1a959949d22bcb2ad719a53de24b648de66e88.tar.gz gentoo-7d1a959949d22bcb2ad719a53de24b648de66e88.tar.bz2 gentoo-7d1a959949d22bcb2ad719a53de24b648de66e88.zip |
dev-ml/ocaml-data-notation: remove old
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-data-notation')
-rw-r--r-- | dev-ml/ocaml-data-notation/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-ml/ocaml-data-notation/Manifest b/dev-ml/ocaml-data-notation/Manifest index 507b8f4f7f9b..1f3c480fa969 100644 --- a/dev-ml/ocaml-data-notation/Manifest +++ b/dev-ml/ocaml-data-notation/Manifest @@ -1,2 +1 @@ -DIST ocaml-data-notation-0.0.10.tar.gz 63163 SHA256 e61d1dc014770b552f005ece61a242ffc6a72471050335ecc3e6ee93710d9fbd SHA512 339ac99f835e2718cb98e7491e482d23028b80834fe43c1cb83aab5ec31d5d1732783dd785b216ab93f37ea2f39fbe247f48886c6e8b02193a21572aca1ba45e WHIRLPOOL 30cba39bc7fc53bcc0e6cb8ced6beffcb24d83dc7cef67df99b6d26d32b141c48601e1a4f1cdd02ed622396d0eb48e06d9a6b9712d7410f41e28d5e8ddfe64ba DIST ocaml-data-notation-0.0.11.tar.gz 63968 SHA256 928ef4c76338e810808c4faa92300bc30b120c10e9ed0609b5825d177dfb4825 SHA512 010c6105b0745c4dbf426186915078cd71d02d56e19ca01089a37f803c9d81c02a22e64184b9b4a42d44450834527a050ff20430f8c2d8a972610717f4c653d7 WHIRLPOOL 2bd6bc585db4e249b263712c0c35e7885488580c8799a09222db30bbb0fc3992b99a437fb335243169ea97ea395ee201a78027e20ee511715f69b8196175e4d6 diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild deleted file mode 100644 index 13183f5b5077..000000000000 --- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -OASIS_BUILD_TESTS=1 - -inherit oasis - -DESCRIPTION="This project uses type-conv to dump OCaml data structure using OCaml data notation" -HOMEPAGE="http://forge.ocamlcore.org/projects/odn" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1029/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=dev-ml/type-conv-108.07.01:=" -DEPEND="${RDEPEND} - test? ( dev-ml/ounit[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )" - -DOCS=( "README.txt" "AUTHORS.txt" "CHANGES.txt" ) - -src_prepare() { - sed -i -e 's/type-conv/type_conv/' tests/test.ml || die -} |