diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 14:38:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 14:38:18 +0000 |
commit | 1dc5bec7e5df79591ad4671e522639070653bfb0 (patch) | |
tree | af5f01deb2742d7643ee4fca59617de1623c7f57 /dev-ml/ocaml-data-notation | |
parent | set subslot to PV since its a lib (diff) | |
download | gentoo-2-1dc5bec7e5df79591ad4671e522639070653bfb0.tar.gz gentoo-2-1dc5bec7e5df79591ad4671e522639070653bfb0.tar.bz2 gentoo-2-1dc5bec7e5df79591ad4671e522639070653bfb0.zip |
remove old
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocaml-data-notation')
-rw-r--r-- | dev-ml/ocaml-data-notation/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.9.ebuild | 24 |
2 files changed, 6 insertions, 26 deletions
diff --git a/dev-ml/ocaml-data-notation/ChangeLog b/dev-ml/ocaml-data-notation/ChangeLog index 7032f28ea359..54e8765f230c 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.11 2012/10/08 11:32:42 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.12 2013/02/07 14:38:18 aballier Exp $ + + 07 Feb 2013; Alexis Ballier <aballier@gentoo.org> + -ocaml-data-notation-0.0.9.ebuild: + remove old *ocaml-data-notation-0.0.10 (08 Oct 2012) diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.9.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.9.ebuild deleted file mode 100644 index 61e06336ec07..000000000000 --- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.9.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.9.ebuild,v 1.1 2012/07/07 16:20:06 aballier Exp $ - -EAPI=3 - -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/881/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=dev-ml/type-conv-3.0.5" -DEPEND="${RDEPEND} - test? ( dev-ml/ounit[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )" - -DOCS=( "README.txt" "AUTHORS.txt" "CHANGES.txt" ) |