diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-11 00:16:14 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-11 00:16:14 +0200 |
commit | 855b1ff673b1762625e72e81b6a6af56e59fc692 (patch) | |
tree | 014479715c2bca2da33230bcc15489c4addc24ae /app-xemacs/ocaml | |
parent | app-xemacs/net-utils: version bump (diff) | |
download | gentoo-855b1ff673b1762625e72e81b6a6af56e59fc692.tar.gz gentoo-855b1ff673b1762625e72e81b6a6af56e59fc692.tar.bz2 gentoo-855b1ff673b1762625e72e81b6a6af56e59fc692.zip |
app-xemacs/ocaml: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/ocaml')
-rw-r--r-- | app-xemacs/ocaml/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/ocaml/ocaml-0.10.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-xemacs/ocaml/Manifest b/app-xemacs/ocaml/Manifest index 66afddd23c03..664bf59f3e5f 100644 --- a/app-xemacs/ocaml/Manifest +++ b/app-xemacs/ocaml/Manifest @@ -1 +1,2 @@ DIST ocaml-0.06-pkg.tar.gz 65300 BLAKE2B 74e672bbc94e735faf9fdae81f9a961f4b6f0b9f35b008ffc70ef978bc2b269215a1d7ab51fb585fd49281628c3bc85d362d3de60abb3fb8557a78a249ee89c7 SHA512 ab21c0c4bc6cf204c4e2b9b9e1d153a4ddc2de941032946fb460e480d7396c17c563b2234ebd5aec0ff1e833ec578470366204b959f621e1da1d0cace2eea7f2 +DIST ocaml-0.10-pkg.tar.gz 65370 BLAKE2B a33a6ce62d26f81ad5c742410bcc94ec6ad5f7948fd47cf765b48ddd6ad3f7ae5829083217f9fefd464343be7a38fbb4ea814b23ffdeaa97c86576472d390521 SHA512 8da59f782ac2d713b63912d33f26d17921112e8d79fd101e59a20712cdf5250c290472671d9c96c3fce750058cc195773900991a26690de0df6d4fef6263d47d diff --git a/app-xemacs/ocaml/ocaml-0.10.ebuild b/app-xemacs/ocaml/ocaml-0.10.ebuild new file mode 100644 index 000000000000..fe0aed3ace81 --- /dev/null +++ b/app-xemacs/ocaml/ocaml-0.10.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Objective Caml editing support" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/fsf-compat +" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" + +inherit xemacs-packages |