diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-10-08 11:35:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-10-08 11:35:28 +0000 |
commit | 024e792028904135325d179371213f7214881b1b (patch) | |
tree | df5572215e2419962d95267500b0a9dccdd86504 /dev-ml | |
parent | x86 stable, see bug 384471 (diff) | |
download | historical-024e792028904135325d179371213f7214881b1b.tar.gz historical-024e792028904135325d179371213f7214881b1b.tar.bz2 historical-024e792028904135325d179371213f7214881b1b.zip |
version bump
Package-Manager: portage-2.2.0_alpha135/cvs/Linux x86_64
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/bin-prot/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/bin-prot/bin-prot-108.07.01.ebuild | 27 | ||||
-rw-r--r-- | dev-ml/fieldslib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/fieldslib/fieldslib-108.07.01.ebuild | 25 | ||||
-rw-r--r-- | dev-ml/ocaml-data-notation/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild | 28 | ||||
-rw-r--r-- | dev-ml/pa_ounit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/pa_ounit/pa_ounit-108.07.01.ebuild | 21 | ||||
-rw-r--r-- | dev-ml/pipebang/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/pipebang/pipebang-108.07.01.ebuild | 19 | ||||
-rw-r--r-- | dev-ml/sexplib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/sexplib/sexplib-108.07.01.ebuild | 24 | ||||
-rw-r--r-- | dev-ml/type-conv/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/type-conv/type-conv-108.07.01.ebuild | 27 | ||||
-rw-r--r-- | dev-ml/variantslib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/variantslib/variantslib-108.07.01.ebuild | 23 |
16 files changed, 246 insertions, 8 deletions
diff --git a/dev-ml/bin-prot/ChangeLog b/dev-ml/bin-prot/ChangeLog index 3150cf8a54d7..58b2ee13e0b0 100644 --- a/dev-ml/bin-prot/ChangeLog +++ b/dev-ml/bin-prot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/bin-prot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.17 2012/08/07 16:23:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.18 2012/10/08 11:32:14 aballier Exp $ + +*bin-prot-108.07.01 (08 Oct 2012) + + 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> +bin-prot-108.07.01.ebuild: + version bump 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -bin-prot-2.0.3.ebuild: remove old diff --git a/dev-ml/bin-prot/bin-prot-108.07.01.ebuild b/dev-ml/bin-prot/bin-prot-108.07.01.ebuild new file mode 100644 index 000000000000..43395e23dc17 --- /dev/null +++ b/dev-ml/bin-prot/bin-prot-108.07.01.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-108.07.01.ebuild,v 1.1 2012/10/08 11:32:14 aballier Exp $ + +EAPI=3 + +OASIS_BUILD_TESTS=1 +OASIS_BUILD_DOCS=1 + +inherit oasis + +MY_P=${PN/-/_}-${PV} +DESCRIPTION="A binary protocol generator" +HOMEPAGE="http://ocaml.janestreet.com/?q=node/13" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc" + +RDEPEND=">=dev-ml/type-conv-3.0.5" +DEPEND="${RDEPEND} + test? ( >=dev-ml/ounit-1.1.2 )" + +DOCS=( "README.md" "CHANGES.txt" ) +S="${WORKDIR}/${MY_P}" diff --git a/dev-ml/fieldslib/ChangeLog b/dev-ml/fieldslib/ChangeLog index 7cfb585b1769..a1210292e790 100644 --- a/dev-ml/fieldslib/ChangeLog +++ b/dev-ml/fieldslib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/fieldslib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.9 2012/08/07 16:28:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.10 2012/10/08 11:32:26 aballier Exp $ + +*fieldslib-108.07.01 (08 Oct 2012) + + 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> + +fieldslib-108.07.01.ebuild: + version bump 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -fieldslib-0.1.2.ebuild: remove old diff --git a/dev-ml/fieldslib/fieldslib-108.07.01.ebuild b/dev-ml/fieldslib/fieldslib-108.07.01.ebuild new file mode 100644 index 000000000000..f6ec1036cb6e --- /dev/null +++ b/dev-ml/fieldslib/fieldslib-108.07.01.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/fieldslib-108.07.01.ebuild,v 1.1 2012/10/08 11:32:26 aballier Exp $ + +EAPI="3" + +OASIS_BUILD_DOCS=1 + +inherit oasis + +MY_P=${PN/-/_}-${PV} +DESCRIPTION="Folding over record fields" +HOMEPAGE="http://www.janestreet.com/ocaml" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-ml/type-conv-3.0.5" +RDEPEND="${DEPEND}" + +DOCS=( "README.txt" ) +S="${WORKDIR}/${MY_P}" diff --git a/dev-ml/ocaml-data-notation/ChangeLog b/dev-ml/ocaml-data-notation/ChangeLog index c345d65dbfd4..7032f28ea359 100644 --- a/dev-ml/ocaml-data-notation/ChangeLog +++ b/dev-ml/ocaml-data-notation/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/ocaml-data-notation # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.10 2012/08/07 16:33:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.11 2012/10/08 11:32:42 aballier Exp $ + +*ocaml-data-notation-0.0.10 (08 Oct 2012) + + 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> + +ocaml-data-notation-0.0.10.ebuild: + version bump 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -ocaml-data-notation-0.0.8.ebuild: diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild new file mode 100644 index 000000000000..2bf0470271af --- /dev/null +++ b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild,v 1.1 2012/10/08 11:32:42 aballier Exp $ + +EAPI=3 + +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="This project uses type-conv to dump OCaml data structure using OCaml data notation" +HOMEPAGE="http://forge.ocamlcore.org/projects/odn" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/1029/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=dev-ml/type-conv-108.07.01" +DEPEND="${RDEPEND} + test? ( dev-ml/ounit[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )" + +DOCS=( "README.txt" "AUTHORS.txt" "CHANGES.txt" ) + +src_prepare() { + sed -i -e 's/type-conv/type_conv/' tests/test.ml || die +} diff --git a/dev-ml/pa_ounit/ChangeLog b/dev-ml/pa_ounit/ChangeLog index cb9d0661e7d3..f54481cd019d 100644 --- a/dev-ml/pa_ounit/ChangeLog +++ b/dev-ml/pa_ounit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/pa_ounit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.1 2012/06/30 14:35:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.2 2012/10/08 11:33:03 aballier Exp $ + +*pa_ounit-108.07.01 (08 Oct 2012) + + 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> +pa_ounit-108.07.01.ebuild: + version bump *pa_ounit-108.00.01 (30 Jun 2012) diff --git a/dev-ml/pa_ounit/pa_ounit-108.07.01.ebuild b/dev-ml/pa_ounit/pa_ounit-108.07.01.ebuild new file mode 100644 index 000000000000..97c5740bcc8b --- /dev/null +++ b/dev-ml/pa_ounit/pa_ounit-108.07.01.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-108.07.01.ebuild,v 1.1 2012/10/08 11:33:03 aballier Exp $ + +EAPI="4" + +inherit oasis + +DESCRIPTION="Syntax extension that helps writing in-line test in ocaml" +HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-ml/type-conv-3.0.5" +RDEPEND="${DEPEND}" + +DOCS=( "readme.md" ) diff --git a/dev-ml/pipebang/ChangeLog b/dev-ml/pipebang/ChangeLog index dc2e45bce3b4..2baabb2ae5bd 100644 --- a/dev-ml/pipebang/ChangeLog +++ b/dev-ml/pipebang/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/pipebang # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/ChangeLog,v 1.1 2012/06/30 14:49:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/ChangeLog,v 1.2 2012/10/08 11:35:28 aballier Exp $ + +*pipebang-108.07.01 (08 Oct 2012) + + 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> +pipebang-108.07.01.ebuild: + version bump *pipebang-108.00.01 (30 Jun 2012) diff --git a/dev-ml/pipebang/pipebang-108.07.01.ebuild b/dev-ml/pipebang/pipebang-108.07.01.ebuild new file mode 100644 index 000000000000..605f74319aaa --- /dev/null +++ b/dev-ml/pipebang/pipebang-108.07.01.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/pipebang-108.07.01.ebuild,v 1.1 2012/10/08 11:35:28 aballier Exp $ + +EAPI="4" + +inherit oasis + +DESCRIPTION="Syntax extension to transform x |! f into f x" +HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-ml/type-conv-3.0.5" +RDEPEND="${DEPEND}" diff --git a/dev-ml/sexplib/ChangeLog b/dev-ml/sexplib/ChangeLog index 37f97cfa0436..529bdbe9936b 100644 --- a/dev-ml/sexplib/ChangeLog +++ b/dev-ml/sexplib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/sexplib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.18 2012/08/07 16:36:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.19 2012/10/08 11:33:10 aballier Exp $ + +*sexplib-108.07.01 (08 Oct 2012) + + 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> +sexplib-108.07.01.ebuild: + version bump 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -sexplib-7.0.4.ebuild, -sexplib-7.0.5.ebuild: diff --git a/dev-ml/sexplib/sexplib-108.07.01.ebuild b/dev-ml/sexplib/sexplib-108.07.01.ebuild new file mode 100644 index 000000000000..0de09ce2ff10 --- /dev/null +++ b/dev-ml/sexplib/sexplib-108.07.01.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-108.07.01.ebuild,v 1.1 2012/10/08 11:33:10 aballier Exp $ + +EAPI=3 + +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions" +HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-ml/type-conv-108.00.01" +DEPEND="${RDEPEND}" + +DOCS=( "README.md" "CHANGES.txt" ) diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog index 1230a5eb70e9..8cb9b09cbd2f 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.19 2012/08/07 16:37:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.20 2012/10/08 11:32:05 aballier Exp $ + +*type-conv-108.07.01 (08 Oct 2012) + + 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> + +type-conv-108.07.01.ebuild: + version bump 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -type-conv-3.0.4.ebuild, -type-conv-3.0.5.ebuild: diff --git a/dev-ml/type-conv/type-conv-108.07.01.ebuild b/dev-ml/type-conv/type-conv-108.07.01.ebuild new file mode 100644 index 000000000000..e760bbe30204 --- /dev/null +++ b/dev-ml/type-conv/type-conv-108.07.01.ebuild @@ -0,0 +1,27 @@ +# 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.07.01.ebuild,v 1.1 2012/10/08 11:32:05 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://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-ml/findlib-1.3.2" + +DOCS=( "README.md" "CHANGES.txt" ) + +S="${WORKDIR}/${MY_P}" diff --git a/dev-ml/variantslib/ChangeLog b/dev-ml/variantslib/ChangeLog index 142da84960f6..b1b4adf4ca7b 100644 --- a/dev-ml/variantslib/ChangeLog +++ b/dev-ml/variantslib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/variantslib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/ChangeLog,v 1.1 2012/06/30 14:44:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/ChangeLog,v 1.2 2012/10/08 11:33:14 aballier Exp $ + +*variantslib-108.07.01 (08 Oct 2012) + + 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> + +variantslib-108.07.01.ebuild: + version bump *variantslib-108.00.01 (30 Jun 2012) diff --git a/dev-ml/variantslib/variantslib-108.07.01.ebuild b/dev-ml/variantslib/variantslib-108.07.01.ebuild new file mode 100644 index 000000000000..16a5f6280aa8 --- /dev/null +++ b/dev-ml/variantslib/variantslib-108.07.01.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/variantslib-108.07.01.ebuild,v 1.1 2012/10/08 11:33:14 aballier Exp $ + +EAPI="4" + +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="OCaml variants as first class values" +HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-ml/type-conv-3.0.5" +RDEPEND="${DEPEND}" + +DOCS=( "README.txt" ) |