diff options
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-doc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-doc/files/digest-ocaml-doc-3.09 | 2 | ||||
-rw-r--r-- | dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/dev-ml/ocaml-doc/ChangeLog b/dev-ml/ocaml-doc/ChangeLog index b218e40c9324..e49c5ed094a3 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ChangeLog,v 1.1 2006/01/21 23:59:08 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ChangeLog,v 1.2 2006/10/22 15:34:55 peper Exp $ + + 22 Oct 2006; Piotr Jaroszyński <peper@gentoo.org> ocaml-doc-3.09.ebuild: + Add ~amd64 keyword. Bug #149799. *ocaml-doc-3.09 (22 Jan 2006) diff --git a/dev-ml/ocaml-doc/files/digest-ocaml-doc-3.09 b/dev-ml/ocaml-doc/files/digest-ocaml-doc-3.09 index 620541eab85c..0e4f09238576 100644 --- a/dev-ml/ocaml-doc/files/digest-ocaml-doc-3.09 +++ b/dev-ml/ocaml-doc/files/digest-ocaml-doc-3.09 @@ -1 +1,3 @@ MD5 b25eb211bf91bcaa536b12d12731ceec ocaml-3.09-refman.html.tar.gz 484037 +RMD160 3053df3ba5dca3bf684b4ba72be93e8f733c116d ocaml-3.09-refman.html.tar.gz 484037 +SHA256 8e4766a4964a4f93ef202bdff907f806d71906d88d660b481e4a95d111ae404c ocaml-3.09-refman.html.tar.gz 484037 diff --git a/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild b/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild index bd3cef01e265..92422c3b2519 100644 --- a/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild +++ b/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 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.1 2006/01/21 23:59:08 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild,v 1.2 2006/10/22 15:34:55 peper 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="~x86" +KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" |