diff options
author | 2012-05-05 14:20:53 +0000 | |
---|---|---|
committer | 2012-05-05 14:20:53 +0000 | |
commit | e94deb23587dcde4fec619af8ddced0f96a8a661 (patch) | |
tree | 3db198926bd7dfce5b58e65ffbfeae4c8206032a /dev-ml/ocaml-data-notation | |
parent | Move from dev-util/pkgconfig to virtual/pkgconfig for exporting the required ... (diff) | |
download | gentoo-2-e94deb23587dcde4fec619af8ddced0f96a8a661.tar.gz gentoo-2-e94deb23587dcde4fec619af8ddced0f96a8a661.tar.bz2 gentoo-2-e94deb23587dcde4fec619af8ddced0f96a8a661.zip |
remove old
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ocaml-data-notation')
-rw-r--r-- | dev-ml/ocaml-data-notation/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocaml-data-notation/files/typeconv3.patch | 22 | ||||
-rw-r--r-- | dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.6.ebuild | 24 |
3 files changed, 5 insertions, 47 deletions
diff --git a/dev-ml/ocaml-data-notation/ChangeLog b/dev-ml/ocaml-data-notation/ChangeLog index daa67ced9ab7..7f12772fdff5 100644 --- a/dev-ml/ocaml-data-notation/ChangeLog +++ b/dev-ml/ocaml-data-notation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocaml-data-notation # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.7 2012/03/28 13:22:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.8 2012/05/05 14:20:53 aballier Exp $ + + 05 May 2012; Alexis Ballier <aballier@gentoo.org> -files/typeconv3.patch, + -ocaml-data-notation-0.0.6.ebuild: + remove old *ocaml-data-notation-0.0.8 (28 Mar 2012) diff --git a/dev-ml/ocaml-data-notation/files/typeconv3.patch b/dev-ml/ocaml-data-notation/files/typeconv3.patch deleted file mode 100644 index 5c64dfdd000c..000000000000 --- a/dev-ml/ocaml-data-notation/files/typeconv3.patch +++ /dev/null @@ -1,22 +0,0 @@ -http://forge.ocamlcore.org/tracker/index.php?func=detail&aid=1033&group_id=148&atid=674 -Date: 2011-09-14 06:41 -Sender: Sergei Lebedev - -Index: ocaml-data-notation-0.0.6/src/pa_odn.ml -=================================================================== ---- ocaml-data-notation-0.0.6.orig/src/pa_odn.ml -+++ ocaml-data-notation-0.0.6/src/pa_odn.ml -@@ -31,6 +31,13 @@ open PreCast;; - open Ast;; - open Pa_type_conv;; - -+module Gen = struct -+ include Gen -+ (* Compatibility functions, removed from type-conv > 2.3 *) -+ let idp _loc id = <:patt< $lid:id$ >> -+ let ide _loc id = <:expr< $lid:id$ >> -+end -+ - let dbug = - prerr_endline - ;; diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.6.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.6.ebuild deleted file mode 100644 index 29ad61ed6c79..000000000000 --- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.6.ebuild,v 1.3 2012/03/27 21:33:31 aballier Exp $ - -EAPI=3 - -inherit oasis - -DESCRIPTION="This project uses type-conv to dump OCaml data structure using OCaml data notation" -HOMEPAGE="https://forge.ocamlcore.org/projects/odn" -SRC_URI="https://forge.ocamlcore.org/frs/download.php/638/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=dev-ml/type-conv-3.0.0" -DEPEND="${RDEPEND} - dev-ml/ounit[ocamlopt?] - dev-ml/ocaml-fileutils[ocamlopt?]" - -PATCHES=( "${FILESDIR}/typeconv3.patch" ) -DOCS=( "README.txt" ) |