diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-12-22 09:34:54 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-12-22 09:34:54 +0000 |
commit | c019a6dce50e932fae0ad2a849797ca0d0e62607 (patch) | |
tree | 197d3e2517bb898970a601a15376b9fb2a4a91fe /app-xemacs | |
parent | Version bump. (diff) | |
download | gentoo-2-c019a6dce50e932fae0ad2a849797ca0d0e62607.tar.gz gentoo-2-c019a6dce50e932fae0ad2a849797ca0d0e62607.tar.bz2 gentoo-2-c019a6dce50e932fae0ad2a849797ca0d0e62607.zip |
Version bump.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/ocaml/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/ocaml/files/digest-ocaml-0.06 | 3 | ||||
-rw-r--r-- | app-xemacs/ocaml/ocaml-0.06.ebuild | 16 |
3 files changed, 25 insertions, 1 deletions
diff --git a/app-xemacs/ocaml/ChangeLog b/app-xemacs/ocaml/ChangeLog index 5224f6db4f9b..e7fe66b50635 100644 --- a/app-xemacs/ocaml/ChangeLog +++ b/app-xemacs/ocaml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/ocaml # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ocaml/ChangeLog,v 1.8 2006/11/12 11:05:11 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ocaml/ChangeLog,v 1.9 2006/12/22 09:34:54 graaff Exp $ + +*ocaml-0.06 (22 Dec 2006) + + 22 Dec 2006; Hans de Graaff <graaff@gentoo.org> +ocaml-0.06.ebuild: + Version bump. *ocaml-0.05 (12 Nov 2006) diff --git a/app-xemacs/ocaml/files/digest-ocaml-0.06 b/app-xemacs/ocaml/files/digest-ocaml-0.06 new file mode 100644 index 000000000000..1d1e679618a4 --- /dev/null +++ b/app-xemacs/ocaml/files/digest-ocaml-0.06 @@ -0,0 +1,3 @@ +MD5 c02043da318499362558c6a6849045a7 ocaml-0.06-pkg.tar.gz 65300 +RMD160 b8aec3f7509cb32802c14627719e0daf857977de ocaml-0.06-pkg.tar.gz 65300 +SHA256 d22488580650c965c94a2abe9ebf5dcc5cc694f5be6082395d9ea0bb7f3df580 ocaml-0.06-pkg.tar.gz 65300 diff --git a/app-xemacs/ocaml/ocaml-0.06.ebuild b/app-xemacs/ocaml/ocaml-0.06.ebuild new file mode 100644 index 000000000000..e1d7abf1730d --- /dev/null +++ b/app-xemacs/ocaml/ocaml-0.06.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ocaml/ocaml-0.06.ebuild,v 1.1 2006/12/22 09:34:54 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Objective Caml editing support." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/fsf-compat +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages + |