diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-22 12:50:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-22 12:50:57 +0000 |
commit | 37bccfb90216ea98e77d18a8b622e03bebc25d18 (patch) | |
tree | d5dc7ae12d90b5cb95e936dd9939e27bce48bf0c /dev-ml | |
parent | remove old (diff) | |
download | gentoo-2-37bccfb90216ea98e77d18a8b622e03bebc25d18.tar.gz gentoo-2-37bccfb90216ea98e77d18a8b622e03bebc25d18.tar.bz2 gentoo-2-37bccfb90216ea98e77d18a8b622e03bebc25d18.zip |
version bump
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlify/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocamlify/ocamlify-0.0.2.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-ml/ocamlify/ChangeLog b/dev-ml/ocamlify/ChangeLog index 918747bdfe66..c54d145e5dfc 100644 --- a/dev-ml/ocamlify/ChangeLog +++ b/dev-ml/ocamlify/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/ocamlify # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlify/ChangeLog,v 1.3 2013/02/07 14:13:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlify/ChangeLog,v 1.4 2013/07/22 12:50:57 aballier Exp $ + +*ocamlify-0.0.2 (22 Jul 2013) + + 22 Jul 2013; Alexis Ballier <aballier@gentoo.org> +ocamlify-0.0.2.ebuild: + version bump 07 Feb 2013; Alexis Ballier <aballier@gentoo.org> ocamlify-0.0.1.ebuild: convert to eapi5 to get subslot dep on ocaml diff --git a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild new file mode 100644 index 000000000000..9d49c65b0676 --- /dev/null +++ b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlify/ocamlify-0.0.2.ebuild,v 1.1 2013/07/22 12:50:57 aballier Exp $ + +EAPI=5 + +inherit oasis + +DESCRIPTION="OCamlify allows to create OCaml source code by including whole file into OCaml string or string list" +HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlify" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/1209/${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="" +DEPEND="${RDEPEND}" +IUSE="" + +DOCS=( "README.txt" "AUTHORS.txt" ) |