summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-31 00:10:02 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-31 00:10:02 +0000
commitc8089aa45c5f012a018e3a78ccbc079608f49d37 (patch)
tree4734f5ebcac2c3c83ec576671c58e6d30ae8c02e /dev-ml
parentRemove old. (diff)
downloadgentoo-2-c8089aa45c5f012a018e3a78ccbc079608f49d37.tar.gz
gentoo-2-c8089aa45c5f012a018e3a78ccbc079608f49d37.tar.bz2
gentoo-2-c8089aa45c5f012a018e3a78ccbc079608f49d37.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-doc/ChangeLog9
-rw-r--r--dev-ml/ocaml-doc/ocaml-doc-3.10.ebuild23
-rw-r--r--dev-ml/ocaml-doc/ocaml-doc-3.11.ebuild23
3 files changed, 6 insertions, 49 deletions
diff --git a/dev-ml/ocaml-doc/ChangeLog b/dev-ml/ocaml-doc/ChangeLog
index 413397862fd1..ece8853d7f59 100644
--- a/dev-ml/ocaml-doc/ChangeLog
+++ b/dev-ml/ocaml-doc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-doc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ChangeLog,v 1.11 2012/06/10 04:53:22 jdhore Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ChangeLog,v 1.12 2015/05/31 00:10:02 mrueg Exp $
+
+ 31 May 2015; Manuel Rüger <mrueg@gentoo.org> -ocaml-doc-3.10.ebuild,
+ -ocaml-doc-3.11.ebuild:
+ Remove old.
10 Jun 2012; Jeff Horelick <jdhore@gentoo.org> ocaml-doc-3.12.ebuild:
marked x86 per bug 419417
@@ -44,4 +48,3 @@
22 Jan 2006; Alexandre Buisse <nattfodd@gentoo.org> +metadata.xml,
+ocaml-doc-3.09.ebuild:
Initial commit. The ebuild is provided by Ingo Bormuth (bug #119838).
-
diff --git a/dev-ml/ocaml-doc/ocaml-doc-3.10.ebuild b/dev-ml/ocaml-doc/ocaml-doc-3.10.ebuild
deleted file mode 100644
index 3062f2fd6620..000000000000
--- a/dev-ml/ocaml-doc/ocaml-doc-3.10.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ocaml-doc-3.10.ebuild,v 1.2 2008/07/13 06:53:29 josejx Exp $
-
-DESCRIPTION="Ocaml reference manual (html)"
-HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/"
-SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman.html.tar.gz"
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-
-SLOT="0"
-IUSE=""
-
-S=${WORKDIR}/htmlman
-
-src_install() {
- dohtml -r *
-}
-
-pkg_postinst() {
- elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/"
-}
diff --git a/dev-ml/ocaml-doc/ocaml-doc-3.11.ebuild b/dev-ml/ocaml-doc/ocaml-doc-3.11.ebuild
deleted file mode 100644
index dd29d2fd52b5..000000000000
--- a/dev-ml/ocaml-doc/ocaml-doc-3.11.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ocaml-doc-3.11.ebuild,v 1.1 2009/11/27 09:30:08 aballier Exp $
-
-DESCRIPTION="Ocaml reference manual (html)"
-HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/"
-SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman.html.tar.gz"
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-
-SLOT="0"
-IUSE=""
-
-S=${WORKDIR}/htmlman
-
-src_install() {
- dohtml -r *
-}
-
-pkg_postinst() {
- elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/"
-}