From a82606451531010f03f74a67730db5efb3066b8f Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Wed, 16 Mar 2016 19:24:41 +0100 Subject: dev-ml/ppx_tools: bump to new upstream releases, changing versionning scheme to match ocaml Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier --- dev-ml/ppx_tools/Manifest | 5 ++-- dev-ml/ppx_tools/ppx_tools-0.99.2.ebuild | 30 ------------------- dev-ml/ppx_tools/ppx_tools-0.99.3.ebuild | 33 --------------------- dev-ml/ppx_tools/ppx_tools-0.99.3_p20160217.ebuild | 34 ---------------------- dev-ml/ppx_tools/ppx_tools-4.02.3.ebuild | 28 ++++++++++++++++++ dev-ml/ppx_tools/ppx_tools-4.03.0.ebuild | 28 ++++++++++++++++++ 6 files changed, 58 insertions(+), 100 deletions(-) delete mode 100644 dev-ml/ppx_tools/ppx_tools-0.99.2.ebuild delete mode 100644 dev-ml/ppx_tools/ppx_tools-0.99.3.ebuild delete mode 100644 dev-ml/ppx_tools/ppx_tools-0.99.3_p20160217.ebuild create mode 100644 dev-ml/ppx_tools/ppx_tools-4.02.3.ebuild create mode 100644 dev-ml/ppx_tools/ppx_tools-4.03.0.ebuild (limited to 'dev-ml/ppx_tools') diff --git a/dev-ml/ppx_tools/Manifest b/dev-ml/ppx_tools/Manifest index f48fca0f2ec5..579554e97858 100644 --- a/dev-ml/ppx_tools/Manifest +++ b/dev-ml/ppx_tools/Manifest @@ -1,3 +1,2 @@ -DIST ppx_tools-0.99.3_p20160217.tar.gz 16749 SHA256 96c7639f3833a3f4b9b164cfabc8d366a3e7a8407c518207f2d1c7364c2715fd SHA512 b744bfe00704abbf8eb87c08d29ec613c82291f15f12c183a045eb06fddefbd3c6fd8790812ecd382afcf420894f584cd1d2b6f1609229ff6d7a21c9ae8c24a0 WHIRLPOOL a9b6a99ab98a8ae19ed2c79d41f112d7cdc8dd699f13f739019f6281da661c8636ab363fac4277342deb01556c434fd05e6b4c4b7042cbff988aaf932edab375 -DIST ppx_tools_0.99.2.tar.gz 15877 SHA256 98128022ea0574d769a263eb9b73be06200eec4bac9adb8dc44df289a77c4dec SHA512 1ed8b3a670e233e77988d10c777003384c86c124b8b7e4cec41c0a3e0de280f818b7cbbddc59c49644517899ce0ef022407db6d4aaf29c559abc0788dce11594 WHIRLPOOL f04ecf57ab457ce2ea58b93a50215f49f257597ce4176a4cd3fe8ffb230ab1a898a479d2bbab3df2675b71f7123c556d3a7cd84e8b2263389ea02f3990585924 -DIST ppx_tools_0.99.3.tar.gz 16258 SHA256 79a9430086231e0a5a863f2aaebf3fb32f1ff0c25ab8cdfd11f53b4ce4550787 SHA512 2b6e4e1168951b5501e930e3de294611ed0652162b8e6a3e5b72d27d602ea4b3cf07bb96dc524347553c30be6d3a7ab5b28ef4d5d69e4de6f6c6e5359e37c32d WHIRLPOOL 0b38432072b25e4c6dafadd5aeac4e19680095c83c2be121f837caeeec8801aa077515e97b94e4c647f05640139d26b4cbfd69e796ba0027ce38009590b04a80 +DIST ppx_tools-4.02.3.tar.gz 16622 SHA256 08b3d915b9be9ada24029470f481d31c1b750a86ab59b4917c59455f5a943b31 SHA512 4eeafe8e4a740b35ea0f15f9c03faa91d8b24c946150de0409bf953d50a5c402284ca9b34058dcd399df6d41af56c899aa4b44d92b02cdf7a93527f4e3e1e7d2 WHIRLPOOL 5b0dacfb806ffcaae2a9d49f99e843de4424dbf1f86ae91e64480927094b569e49b7f501ddb8849b3013f65d47badb04f0f596b7277d1ed44a95f29ccf8acd94 +DIST ppx_tools-4.03.0.tar.gz 16865 SHA256 207d4140fb08f448b8d7a0ef2033db06f191fc99b73d8eadd3fe7aadbfea5fa8 SHA512 346c6e5b871998146b47447edec6ebaa6cb9d732dba684d27ce016e8b903383bdc1b920e4548e6c1aacfc2fa8e6f033813c41d3ffdc3752cdbde984cc1b41d35 WHIRLPOOL f40f52c6a55ca2262510eb86ae07434d20393c1d31adb923a92d95351f1f0a856a4f50b18ecf4098ce70be8e77e0a940836dfa137fcb760d5ff2c17ffe6b2d79 diff --git a/dev-ml/ppx_tools/ppx_tools-0.99.2.ebuild b/dev-ml/ppx_tools/ppx_tools-0.99.2.ebuild deleted file mode 100644 index 3a85d105534b..000000000000 --- a/dev-ml/ppx_tools/ppx_tools-0.99.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit findlib - -DESCRIPTION="Tools for authors of ppx rewriters" -HOMEPAGE="https://github.com/alainfrisch/ppx_tools" -SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${PN}_${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-lang/ocaml-4.02:=" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${PN}_${PV}" - -src_compile() { - emake -j1 -} - -src_install() { - findlib_src_install - dodoc README.md -} diff --git a/dev-ml/ppx_tools/ppx_tools-0.99.3.ebuild b/dev-ml/ppx_tools/ppx_tools-0.99.3.ebuild deleted file mode 100644 index f31fbe735c03..000000000000 --- a/dev-ml/ppx_tools/ppx_tools-0.99.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit findlib - -DESCRIPTION="Tools for authors of ppx rewriters" -HOMEPAGE="https://github.com/alainfrisch/ppx_tools" -# This is the version used by opam. -# Needed by eliom-5[ppx] -SRC_URI="http://github.com/diml/ppx_tools/archive/${PN}_${PV}.tar.gz" -#SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${PN}_${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-lang/ocaml-4.02:=" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${PN}_${PV}" - -src_compile() { - emake -j1 -} - -src_install() { - findlib_src_install - dodoc README.md -} diff --git a/dev-ml/ppx_tools/ppx_tools-0.99.3_p20160217.ebuild b/dev-ml/ppx_tools/ppx_tools-0.99.3_p20160217.ebuild deleted file mode 100644 index 520749c33ca4..000000000000 --- a/dev-ml/ppx_tools/ppx_tools-0.99.3_p20160217.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit findlib - -DESCRIPTION="Tools for authors of ppx rewriters" -HOMEPAGE="https://github.com/alainfrisch/ppx_tools" -# This is the version used by opam. -# Needed by eliom-5[ppx] -#SRC_URI="http://github.com/diml/ppx_tools/archive/${PN}_${PV}.tar.gz" -#SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${PN}_${PV}.tar.gz" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-lang/ocaml-4.03_beta:=" -RDEPEND="${DEPEND}" - -#S="${WORKDIR}/${PN}-${PN}_${PV}" - -src_compile() { - emake -j1 -} - -src_install() { - findlib_src_install - dodoc README.md -} diff --git a/dev-ml/ppx_tools/ppx_tools-4.02.3.ebuild b/dev-ml/ppx_tools/ppx_tools-4.02.3.ebuild new file mode 100644 index 000000000000..db13b9552dc1 --- /dev/null +++ b/dev-ml/ppx_tools/ppx_tools-4.02.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit findlib + +DESCRIPTION="Tools for authors of ppx rewriters" +HOMEPAGE="https://github.com/alainfrisch/ppx_tools" +SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-lang/ocaml-4.02.3:=" +RDEPEND="${DEPEND}" + +src_compile() { + emake -j1 +} + +src_install() { + findlib_src_install + dodoc README.md +} diff --git a/dev-ml/ppx_tools/ppx_tools-4.03.0.ebuild b/dev-ml/ppx_tools/ppx_tools-4.03.0.ebuild new file mode 100644 index 000000000000..56565e700985 --- /dev/null +++ b/dev-ml/ppx_tools/ppx_tools-4.03.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit findlib + +DESCRIPTION="Tools for authors of ppx rewriters" +HOMEPAGE="https://github.com/alainfrisch/ppx_tools" +SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-lang/ocaml-4.03.0_beta:=" +RDEPEND="${DEPEND}" + +src_compile() { + emake -j1 +} + +src_install() { + findlib_src_install + dodoc README.md +} -- cgit v1.2.3-18-g5258