diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-06 18:32:00 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-06 18:32:00 +0000 |
commit | ec5808da916afa2456b960d88eef451f5d35bdf8 (patch) | |
tree | 80d90dfff20c2b9be37d277aba1a95f6c6bc84c5 /dev-ml | |
parent | remove old (diff) | |
download | gentoo-2-ec5808da916afa2456b960d88eef451f5d35bdf8.tar.gz gentoo-2-ec5808da916afa2456b960d88eef451f5d35bdf8.tar.bz2 gentoo-2-ec5808da916afa2456b960d88eef451f5d35bdf8.zip |
remove old
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-data-notation/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.3.ebuild | 42 | ||||
-rw-r--r-- | dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.4.ebuild | 42 |
3 files changed, 5 insertions, 85 deletions
diff --git a/dev-ml/ocaml-data-notation/ChangeLog b/dev-ml/ocaml-data-notation/ChangeLog index 9396e1ff1674..3b1bf57f81d5 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.3 2011/06/25 18:56:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.4 2011/07/06 18:31:58 aballier Exp $ + + 06 Jul 2011; Alexis Ballier <aballier@gentoo.org> + -ocaml-data-notation-0.0.3.ebuild, -ocaml-data-notation-0.0.4.ebuild: + remove old *ocaml-data-notation-0.0.6 (25 Jun 2011) diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.3.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.3.ebuild deleted file mode 100644 index 02b8395173d3..000000000000 --- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 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.3.ebuild,v 1.1 2011/03/15 20:18:57 aballier Exp $ - -EAPI=3 - -inherit findlib multilib - -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/505/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug +ocamlopt" - -RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?] - >=dev-ml/type-conv-1.5.0" -DEPEND="${RDEPEND} - dev-ml/ounit[ocamlopt?] - dev-ml/ocaml-fileutils[ocamlopt?]" - -oasis_use_enable() { - echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`" -} - -src_configure() { - chmod +x configure - ./configure --prefix usr \ - --libdir /usr/$(get_libdir) \ - --destdir "${D}" \ - $(oasis_use_enable debug debug) \ - $(oasis_use_enable ocamlopt is_native) \ - || die -} - -src_install() { - findlib_src_install - - dodoc README.txt || die "doc install failed" -} diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.4.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.4.ebuild deleted file mode 100644 index 777235684e65..000000000000 --- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 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.4.ebuild,v 1.1 2011/05/24 14:00:53 aballier Exp $ - -EAPI=3 - -inherit findlib multilib - -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/622/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug +ocamlopt" - -RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?] - >=dev-ml/type-conv-1.5.0" -DEPEND="${RDEPEND} - dev-ml/ounit[ocamlopt?] - dev-ml/ocaml-fileutils[ocamlopt?]" - -oasis_use_enable() { - echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`" -} - -src_configure() { - chmod +x configure - ./configure --prefix usr \ - --libdir /usr/$(get_libdir) \ - --destdir "${D}" \ - $(oasis_use_enable debug debug) \ - $(oasis_use_enable ocamlopt is_native) \ - || die -} - -src_install() { - findlib_src_install - - dodoc README.txt || die "doc install failed" -} |