diff options
author | 2012-06-30 15:02:07 +0000 | |
---|---|---|
committer | 2012-06-30 15:02:07 +0000 | |
commit | cc1cc6bd5fc782eeab7d9347b1d4fdb25f33626a (patch) | |
tree | 8b99827675c25e34de440e4deacc720a64c8c953 /dev-ml/type-conv | |
parent | x86 stable, see bug 421525 (diff) | |
download | gentoo-2-cc1cc6bd5fc782eeab7d9347b1d4fdb25f33626a.tar.gz gentoo-2-cc1cc6bd5fc782eeab7d9347b1d4fdb25f33626a.tar.bz2 gentoo-2-cc1cc6bd5fc782eeab7d9347b1d4fdb25f33626a.zip |
bump to janestreet version
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/type-conv')
-rw-r--r-- | dev-ml/type-conv/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/type-conv/type-conv-108.00.01.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog index 50106462ad33..d553db5eee48 100644 --- a/dev-ml/type-conv/ChangeLog +++ b/dev-ml/type-conv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/type-conv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.16 2012/06/30 12:34:52 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.17 2012/06/30 15:02:07 aballier Exp $ + +*type-conv-108.00.01 (30 Jun 2012) + + 30 Jun 2012; Alexis Ballier <aballier@gentoo.org> + +type-conv-108.00.01.ebuild: + bump to janestreet version *type-conv-3.0.5 (30 Jun 2012) diff --git a/dev-ml/type-conv/type-conv-108.00.01.ebuild b/dev-ml/type-conv/type-conv-108.00.01.ebuild new file mode 100644 index 000000000000..06e4671118b9 --- /dev/null +++ b/dev-ml/type-conv/type-conv-108.00.01.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-108.00.01.ebuild,v 1.1 2012/06/30 15:02:07 aballier Exp $ + +EAPI="3" + +OASIS_BUILD_DOCS=1 + +inherit oasis + +MY_P=${PN/-/_}-${PV} +DESCRIPTION="Mini library required for some other preprocessing libraries" +HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://bitbucket.org/yminsky/ocaml-core/downloads/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1-linking-exception" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +DOCS=( "README.txt" "Changelog" ) + +S="${WORKDIR}/${MY_P}" |