diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-31 00:10:57 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-31 00:10:57 +0000 |
commit | fa6fab9d3b8d93e7418ea6446db0b79658a5e96c (patch) | |
tree | f63c1d17129fdf3db3573e5337c498de9ff8038f /dev-ml | |
parent | Remove old. (diff) | |
download | gentoo-2-fa6fab9d3b8d93e7418ea6446db0b79658a5e96c.tar.gz gentoo-2-fa6fab9d3b8d93e7418ea6446db0b79658a5e96c.tar.bz2 gentoo-2-fa6fab9d3b8d93e7418ea6446db0b79658a5e96c.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-make/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocaml-make/ocaml-make-6.36.0.ebuild | 29 |
2 files changed, 5 insertions, 31 deletions
diff --git a/dev-ml/ocaml-make/ChangeLog b/dev-ml/ocaml-make/ChangeLog index 07b005ed3512..9472a570b697 100644 --- a/dev-ml/ocaml-make/ChangeLog +++ b/dev-ml/ocaml-make/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-make -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.19 2012/10/10 12:00:43 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.20 2015/05/31 00:10:57 mrueg Exp $ + + 31 May 2015; Manuel Rüger <mrueg@gentoo.org> -ocaml-make-6.36.0.ebuild: + Remove old. *ocaml-make-6.37.0 (10 Oct 2012) diff --git a/dev-ml/ocaml-make/ocaml-make-6.36.0.ebuild b/dev-ml/ocaml-make/ocaml-make-6.36.0.ebuild deleted file mode 100644 index 97f9df1e1843..000000000000 --- a/dev-ml/ocaml-make/ocaml-make-6.36.0.ebuild +++ /dev/null @@ -1,29 +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-make/ocaml-make-6.36.0.ebuild,v 1.1 2012/02/19 13:25:36 aballier Exp $ - -DESCRIPTION="Generic O'Caml Makefile for GNU Make" -HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" -LICENSE="LGPL-2.1" - -DEPEND="" -RDEPEND=">=dev-lang/ocaml-3.06-r1 - >=dev-ml/findlib-0.8" -SRC_URI="http://www.ocaml.info/ocaml_sources/${P}.tar.gz" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="examples" - -src_install () { - # Just put the OCamlMakefile into /usr/include - # where GNU Make will automatically pick it up. - insinto /usr/include - doins OCamlMakefile - # install documentation - dodoc README.txt Changelog - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r calc camlp4 gtk idl threads - fi -} |