diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-08-07 22:00:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-08-07 22:00:55 +0000 |
commit | da0e7eb57e4590d1d99c76c4652213543eebf9e0 (patch) | |
tree | 4ceb6c4a5a25ce7fa413979b12bcb547a31935fb | |
parent | Add new revision with fix for upstream ticket 1416 and quick autoconf fix to ... (diff) | |
download | gentoo-2-da0e7eb57e4590d1d99c76c4652213543eebf9e0.tar.gz gentoo-2-da0e7eb57e4590d1d99c76c4652213543eebf9e0.tar.bz2 gentoo-2-da0e7eb57e4590d1d99c76c4652213543eebf9e0.zip |
remove old
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
-rw-r--r-- | dev-ml/ocaml-doc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-ml/ocaml-doc/ChangeLog b/dev-ml/ocaml-doc/ChangeLog index 5a4493c6c325..f1af64e88d46 100644 --- a/dev-ml/ocaml-doc/ChangeLog +++ b/dev-ml/ocaml-doc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-doc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ChangeLog,v 1.6 2008/07/13 06:53:29 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ChangeLog,v 1.7 2008/08/07 22:00:55 aballier Exp $ + + 07 Aug 2008; Alexis Ballier <aballier@gentoo.org> -ocaml-doc-3.09.ebuild: + remove old 13 Jul 2008; Joseph Jezak <josejx@gentoo.org> ocaml-doc-3.09.ebuild, ocaml-doc-3.10.ebuild: diff --git a/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild b/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild deleted file mode 100644 index 6b652a5592d0..000000000000 --- a/dev-ml/ocaml-doc/ocaml-doc-3.09.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.09.ebuild,v 1.4 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/" -} |