summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-data-notation
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-02-07 17:04:33 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-02-07 17:13:49 +0100
commit7d1a959949d22bcb2ad719a53de24b648de66e88 (patch)
tree48eb71f47853d304ddf5bf1382c4de4125f95e7a /dev-ml/ocaml-data-notation
parentd1319326f4001479c6ff39edf06c0c63cf0cedea (diff)
downloadgentoo-7d1a959949d22bcb2ad719a53de24b648de66e88.tar.gz
gentoo-7d1a959949d22bcb2ad719a53de24b648de66e88.tar.xz
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/Manifest1
-rw-r--r--dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-ml/ocaml-data-notation/Manifest b/dev-ml/ocaml-data-notation/Manifest
index 507b8f4f7f9..1f3c480fa96 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 13183f5b507..00000000000
--- 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
-}