[gentoo-commits] repo/gentoo:master commit in: dev-ml/type-conv/

2017-04-05 Thread Michael Weber
commit: 43295fe9f12872960fe54b8921f4a7f51695366a
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Apr  5 09:49:57 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Apr  5 09:51:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43295fe9

dev-ml/type-conv: add ~ppc (bug 527318).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"

 dev-ml/type-conv/type-conv-113.00.02.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/type-conv/type-conv-113.00.02.ebuild 
b/dev-ml/type-conv/type-conv-113.00.02.ebuild
index f5f179ce0b4..08855094527 100644
--- a/dev-ml/type-conv/type-conv-113.00.02.ebuild
+++ b/dev-ml/type-conv/type-conv-113.00.02.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -14,7 +14,7 @@ 
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ocaml-4.02[ocamlopt?]



[gentoo-commits] repo/gentoo:master commit in: dev-ml/type-conv/

2017-01-24 Thread Alexis Ballier
commit: 84f1fe7edd58363d270c332d16248db508fb0f35
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 24 10:43:20 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 24 10:43:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f1fe7e

dev-ml/type-conv: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/type-conv/Manifest   |  2 --
 dev-ml/type-conv/type-conv-112.01.02.ebuild | 28 
 dev-ml/type-conv/type-conv-113.00.00.ebuild | 28 
 3 files changed, 58 deletions(-)

diff --git a/dev-ml/type-conv/Manifest b/dev-ml/type-conv/Manifest
index 22ad594..92c8974 100644
--- a/dev-ml/type-conv/Manifest
+++ b/dev-ml/type-conv/Manifest
@@ -1,3 +1 @@
-DIST type_conv-112.01.02.tar.gz 64095 SHA256 
342a241a43a2d494739244c8e41624bef25dfae809ebf15577d817ebb67f3890 SHA512 
68acc043dc33db3928c6078c8bd5eac2f3346c39af2e7ff4605a397b3322032da5ae8be4ef8a1eba440b57c048f55b74ba47de4fc08cefe934eba34f35e235a4
 WHIRLPOOL 
a53009600678d75405d6648030efe84896cf9cdbcde261265608691b9f6a8d28340acaf414e7de48b52c27b0b030a294612b80e1573759f0e4fdd70bd3142dcb
-DIST type_conv-113.00.00.tar.gz 64297 SHA256 
52bf5bc316f24411ad8f334b07b98a852071c92d0f95914c5d933ae7c65feb43 SHA512 
bd9a455b4c30b5ba95a6cd4032bac61f69f9657a8e583c72b74e2a1974b0ad5b7488c5ba173ab880937ff0b8fa79712f761436fe1ffe7a45f8301f37cfb5a825
 WHIRLPOOL 
1dff5fe344c747a2525615a4c9379fb9b392fec01702f50ae80c614d1d0445ebb04558b2ca1c605a0396bbecc66e97e4d61f6a4259d304b556e566929a733fcd
 DIST type_conv-113.00.02.tar.gz 64174 SHA256 
d305d0032be314916ac3ec37617e0c8d3aadab9bcee14e746e567d8405f5289c SHA512 
6bc6db0e5a36fa4150941155290d137552d9e19aac7cf3aff107f0a7eaa47749c7044c4a4e475827d739784b99ef2103e9c9c03191c6aaa55c51585e71553559
 WHIRLPOOL 
c973ae79adc01dbf6150b9427e878cc7aea754cc1fab8ae2cf2ddcb2fb2fbba6cef3ff2e4095993fd72bbe3e6d646099db46ec153e0542b6180c6c8230875deb

diff --git a/dev-ml/type-conv/type-conv-112.01.02.ebuild 
b/dev-ml/type-conv/type-conv-112.01.02.ebuild
deleted file mode 100644
index 0f32b98..
--- a/dev-ml/type-conv/type-conv-112.01.02.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Mini library required for some other preprocessing libraries"
-HOMEPAGE="http://janestreet.github.io/;
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ocaml-4.02[ocamlopt?]
-   dev-ml/camlp4:="
-DEPEND="${RDEPEND}
-   >=dev-ml/findlib-1.3.2"
-
-DOCS=( "README.md" "CHANGES.md" )
-
-S="${WORKDIR}/${MY_P}"

diff --git a/dev-ml/type-conv/type-conv-113.00.00.ebuild 
b/dev-ml/type-conv/type-conv-113.00.00.ebuild
deleted file mode 100644
index 8acec6e..
--- a/dev-ml/type-conv/type-conv-113.00.00.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Mini library required for some other preprocessing libraries"
-HOMEPAGE="http://janestreet.github.io/;
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ocaml-4.02[ocamlopt?]
-   dev-ml/camlp4:="
-DEPEND="${RDEPEND}
-   >=dev-ml/findlib-1.3.2"
-
-DOCS=( "README.md" "CHANGES.md" )
-
-S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/type-conv/

2015-09-28 Thread Alexis Ballier
commit: 710b5bade8acd3763538d56784841da9f9d6a753
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Sep 28 13:19:55 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Sep 28 13:19:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710b5bad

dev-ml/type-conv: bump to 113.00.02

Package-Manager: portage-2.2.22

 dev-ml/type-conv/Manifest   |  1 +
 dev-ml/type-conv/type-conv-113.00.02.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ml/type-conv/Manifest b/dev-ml/type-conv/Manifest
index 68e5b46..22ad594 100644
--- a/dev-ml/type-conv/Manifest
+++ b/dev-ml/type-conv/Manifest
@@ -1,2 +1,3 @@
 DIST type_conv-112.01.02.tar.gz 64095 SHA256 
342a241a43a2d494739244c8e41624bef25dfae809ebf15577d817ebb67f3890 SHA512 
68acc043dc33db3928c6078c8bd5eac2f3346c39af2e7ff4605a397b3322032da5ae8be4ef8a1eba440b57c048f55b74ba47de4fc08cefe934eba34f35e235a4
 WHIRLPOOL 
a53009600678d75405d6648030efe84896cf9cdbcde261265608691b9f6a8d28340acaf414e7de48b52c27b0b030a294612b80e1573759f0e4fdd70bd3142dcb
 DIST type_conv-113.00.00.tar.gz 64297 SHA256 
52bf5bc316f24411ad8f334b07b98a852071c92d0f95914c5d933ae7c65feb43 SHA512 
bd9a455b4c30b5ba95a6cd4032bac61f69f9657a8e583c72b74e2a1974b0ad5b7488c5ba173ab880937ff0b8fa79712f761436fe1ffe7a45f8301f37cfb5a825
 WHIRLPOOL 
1dff5fe344c747a2525615a4c9379fb9b392fec01702f50ae80c614d1d0445ebb04558b2ca1c605a0396bbecc66e97e4d61f6a4259d304b556e566929a733fcd
+DIST type_conv-113.00.02.tar.gz 64174 SHA256 
d305d0032be314916ac3ec37617e0c8d3aadab9bcee14e746e567d8405f5289c SHA512 
6bc6db0e5a36fa4150941155290d137552d9e19aac7cf3aff107f0a7eaa47749c7044c4a4e475827d739784b99ef2103e9c9c03191c6aaa55c51585e71553559
 WHIRLPOOL 
c973ae79adc01dbf6150b9427e878cc7aea754cc1fab8ae2cf2ddcb2fb2fbba6cef3ff2e4095993fd72bbe3e6d646099db46ec153e0542b6180c6c8230875deb

diff --git a/dev-ml/type-conv/type-conv-113.00.02.ebuild 
b/dev-ml/type-conv/type-conv-113.00.02.ebuild
new file mode 100644
index 000..8acec6e
--- /dev/null
+++ b/dev-ml/type-conv/type-conv-113.00.02.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Mini library required for some other preprocessing libraries"
+HOMEPAGE="http://janestreet.github.io/;
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ocaml-4.02[ocamlopt?]
+   dev-ml/camlp4:="
+DEPEND="${RDEPEND}
+   >=dev-ml/findlib-1.3.2"
+
+DOCS=( "README.md" "CHANGES.md" )
+
+S="${WORKDIR}/${MY_P}"