* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2015-10-30 10:56 Alexis Ballier
0 siblings, 0 replies; 29+ messages in thread
From: Alexis Ballier @ 2015-10-30 10:56 UTC (permalink / raw
To: gentoo-commits
commit: 6496c482a823d57909a26885adccc0dfbbea66cd
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 10:56:43 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 10:56:43 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6496c482
dev-ml/ocurl: Bump to 0.7.6.
Package-Manager: portage-2.2.23
dev-ml/ocurl/Manifest | 1 +
dev-ml/ocurl/ocurl-0.7.6.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index 8bf38d6..8efc607 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -1,3 +1,4 @@
DIST ocurl-0.6.1.tgz 101147 SHA256 c671d605d36a8051867f7483a9f7ec93b3985f5e4824073f1ceb85d19e09bad3 SHA512 2c82c9b8e8d6ee26a85add7a2698ab1f61478777f9c7b0b217cacb6491067b619f508b41c22eaa54cf249147d287a77c62a00aef3b19ee6c135426c4559ab7f3 WHIRLPOOL 921939801a1a8d73052954b3d6699c41d2e7f360fe7e1af41f8681f1179aef3d831f1f556cdc0f0c1cee2c9ef1f2bf4caa38923ddfdd57642b6791cb40089289
DIST ocurl-0.7.4.tar.gz 104716 SHA256 51af1d4fc38a7be15cac38a1367f4e2dcd8c2014d8d2e545d96d25c8d2f0135e SHA512 1d3a92d89c55434028862dd97c6eb5d3d8d579e2dd44117be82b09658543c90a0800e9203892eb204ab18e6c8c6bfd18cfc355e32c7393daa1c7beb2c39e97da WHIRLPOOL eab3ff62c77181bb2a8e6906bd3de828cee3569cdfa952b930c8e7b704382ef071061727d4a8709438f2ff71aa40e5187e4473e3fa03f74f83da2470e7b05708
DIST ocurl-0.7.5.tar.gz 103981 SHA256 a6432a2f0109525b4128337ac9708b0192a97ee8f958a5f65b6c8f25435f6cff SHA512 8deb2e353fae6667555d48f5694c0dec86f82f2702536a50842baae3d6bb0d37a24e4b8e39ff11d3d42feebdd412c92a3e43f27c9f551cd54994527fdcf71778 WHIRLPOOL 77a9866d97c07a8cb2bdd69743d0bf5f80a9cdbd5e20bd0b200ab59d03dd286ef712988bf098aba01d337448ee47e9f95b69872e0e377948c99810826c7cf833
+DIST ocurl-0.7.6.tar.gz 104088 SHA256 8eba235b74733f69d836e9b3167e90ea0a87f7ec4cb3fbd7c289a21109ab9743 SHA512 98c46ec4d1fd52c47f696b46a7252967038e6e04607526fae78a8538c57980134567d1ac71bd6c8beaa95f71f6e643dd092cfb787b58a8ff6c0dba5b15110b67 WHIRLPOOL 90af94e5893e86d264a429c44523dba798e8a703913345b5f16e23ee3deeac3ec2344cf9e25d608f41192a401d6efc35c9d1273e1282213552f61f4b9f19362c
diff --git a/dev-ml/ocurl/ocurl-0.7.6.ebuild b/dev-ml/ocurl/ocurl-0.7.6.ebuild
new file mode 100644
index 0000000..8998a82
--- /dev/null
+++ b/dev-ml/ocurl/ocurl-0.7.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="OCaml interface to the libcurl library"
+HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/"
+LICENSE="MIT"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/1563/${P}.tar.gz"
+
+SLOT="0/${PV}"
+IUSE="examples"
+
+RDEPEND=">=net-misc/curl-7.9.8
+ dev-ml/lwt:=
+ >=dev-lang/ocaml-3.12:=[ocamlopt]"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+KEYWORDS="~amd64 ~x86"
+
+src_compile()
+{
+ emake -j1 all
+}
+
+src_install()
+{
+ findlib_src_install
+ dodoc CHANGES.txt README
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2016-05-17 10:27 Alexis Ballier
0 siblings, 0 replies; 29+ messages in thread
From: Alexis Ballier @ 2016-05-17 10:27 UTC (permalink / raw
To: gentoo-commits
commit: 4e211f18670b823d0dae4668e786d3a0b6022021
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 10:27:42 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 17 10:27:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e211f18
dev-ml/ocurl: bump to 0.7.7
Package-Manager: portage-2.3.0_rc1
dev-ml/ocurl/Manifest | 1 +
dev-ml/ocurl/ocurl-0.7.7.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index 8efc607..ea8f831 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -2,3 +2,4 @@ DIST ocurl-0.6.1.tgz 101147 SHA256 c671d605d36a8051867f7483a9f7ec93b3985f5e48240
DIST ocurl-0.7.4.tar.gz 104716 SHA256 51af1d4fc38a7be15cac38a1367f4e2dcd8c2014d8d2e545d96d25c8d2f0135e SHA512 1d3a92d89c55434028862dd97c6eb5d3d8d579e2dd44117be82b09658543c90a0800e9203892eb204ab18e6c8c6bfd18cfc355e32c7393daa1c7beb2c39e97da WHIRLPOOL eab3ff62c77181bb2a8e6906bd3de828cee3569cdfa952b930c8e7b704382ef071061727d4a8709438f2ff71aa40e5187e4473e3fa03f74f83da2470e7b05708
DIST ocurl-0.7.5.tar.gz 103981 SHA256 a6432a2f0109525b4128337ac9708b0192a97ee8f958a5f65b6c8f25435f6cff SHA512 8deb2e353fae6667555d48f5694c0dec86f82f2702536a50842baae3d6bb0d37a24e4b8e39ff11d3d42feebdd412c92a3e43f27c9f551cd54994527fdcf71778 WHIRLPOOL 77a9866d97c07a8cb2bdd69743d0bf5f80a9cdbd5e20bd0b200ab59d03dd286ef712988bf098aba01d337448ee47e9f95b69872e0e377948c99810826c7cf833
DIST ocurl-0.7.6.tar.gz 104088 SHA256 8eba235b74733f69d836e9b3167e90ea0a87f7ec4cb3fbd7c289a21109ab9743 SHA512 98c46ec4d1fd52c47f696b46a7252967038e6e04607526fae78a8538c57980134567d1ac71bd6c8beaa95f71f6e643dd092cfb787b58a8ff6c0dba5b15110b67 WHIRLPOOL 90af94e5893e86d264a429c44523dba798e8a703913345b5f16e23ee3deeac3ec2344cf9e25d608f41192a401d6efc35c9d1273e1282213552f61f4b9f19362c
+DIST ocurl-0.7.7.tar.gz 106430 SHA256 79805776f207ae8e64d63cda63d0bf8c6ee079c70b0d7f3bd2114faba0d5f41c SHA512 44c9648e02e8ec2f2438873f87e9cb5278cfeb568f9075da2fa79c33c916d1a8568a545939f1e6aa063dec608949c7f03eefd0a4133f951c3a28153945b4d841 WHIRLPOOL eecae2a1df1b4e3dfa8cd2bd3c0a88b5ec88cdbcbdc4071094d0e76b893f5a6d9d6281b660e06c21039e3ec926ec08e66351b5b9dce80aec8127a09a2d0d0e38
diff --git a/dev-ml/ocurl/ocurl-0.7.7.ebuild b/dev-ml/ocurl/ocurl-0.7.7.ebuild
new file mode 100644
index 0000000..d6782c9
--- /dev/null
+++ b/dev-ml/ocurl/ocurl-0.7.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="OCaml interface to the libcurl library"
+HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/"
+LICENSE="MIT"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/1612/${P}.tar.gz"
+
+SLOT="0/${PV}"
+IUSE="examples"
+
+RDEPEND=">=net-misc/curl-7.9.8
+ dev-ml/lwt:=
+ dev-ml/camlp4:=
+ >=dev-lang/ocaml-3.12:=[ocamlopt]"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+KEYWORDS="~amd64 ~x86"
+
+src_compile()
+{
+ emake -j1 all
+}
+
+src_install()
+{
+ findlib_src_install
+ dodoc CHANGES.txt README
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2016-09-14 15:33 Alexis Ballier
0 siblings, 0 replies; 29+ messages in thread
From: Alexis Ballier @ 2016-09-14 15:33 UTC (permalink / raw
To: gentoo-commits
commit: b5241e26fa31c1d053f5ae75684bda1cdf3af3dc
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 08:56:52 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 15:33:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5241e26
dev-ml/ocurl: bump to 0.7.8 and use github source
Package-Manager: portage-2.3.0
dev-ml/ocurl/Manifest | 1 +
dev-ml/ocurl/ocurl-0.7.8.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index ea8f831..88271c6 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -3,3 +3,4 @@ DIST ocurl-0.7.4.tar.gz 104716 SHA256 51af1d4fc38a7be15cac38a1367f4e2dcd8c2014d8
DIST ocurl-0.7.5.tar.gz 103981 SHA256 a6432a2f0109525b4128337ac9708b0192a97ee8f958a5f65b6c8f25435f6cff SHA512 8deb2e353fae6667555d48f5694c0dec86f82f2702536a50842baae3d6bb0d37a24e4b8e39ff11d3d42feebdd412c92a3e43f27c9f551cd54994527fdcf71778 WHIRLPOOL 77a9866d97c07a8cb2bdd69743d0bf5f80a9cdbd5e20bd0b200ab59d03dd286ef712988bf098aba01d337448ee47e9f95b69872e0e377948c99810826c7cf833
DIST ocurl-0.7.6.tar.gz 104088 SHA256 8eba235b74733f69d836e9b3167e90ea0a87f7ec4cb3fbd7c289a21109ab9743 SHA512 98c46ec4d1fd52c47f696b46a7252967038e6e04607526fae78a8538c57980134567d1ac71bd6c8beaa95f71f6e643dd092cfb787b58a8ff6c0dba5b15110b67 WHIRLPOOL 90af94e5893e86d264a429c44523dba798e8a703913345b5f16e23ee3deeac3ec2344cf9e25d608f41192a401d6efc35c9d1273e1282213552f61f4b9f19362c
DIST ocurl-0.7.7.tar.gz 106430 SHA256 79805776f207ae8e64d63cda63d0bf8c6ee079c70b0d7f3bd2114faba0d5f41c SHA512 44c9648e02e8ec2f2438873f87e9cb5278cfeb568f9075da2fa79c33c916d1a8568a545939f1e6aa063dec608949c7f03eefd0a4133f951c3a28153945b4d841 WHIRLPOOL eecae2a1df1b4e3dfa8cd2bd3c0a88b5ec88cdbcbdc4071094d0e76b893f5a6d9d6281b660e06c21039e3ec926ec08e66351b5b9dce80aec8127a09a2d0d0e38
+DIST ocurl-0.7.8.tar.gz 107339 SHA256 867a33835d7d91070f6408cdebe77f064d4b852659d2f5a6c1a7c9754e2019cb SHA512 cf18a74b882b70cf8bb0e7dad4589e59ed92a9e6554ffb709c39157bb6a7ca7bd35360303fe912f84e978668192f0c31fda2258d05a064ab615c068017597438 WHIRLPOOL c5663022350e2fc5887d0dfcf5d71b6ceff9c4bc9d4ba5d261415f886e386ff52ec8ac8dfc137e34faf41351a92a921e2b274a801fd9c7cc7aed5f0079062f52
diff --git a/dev-ml/ocurl/ocurl-0.7.8.ebuild b/dev-ml/ocurl/ocurl-0.7.8.ebuild
new file mode 100644
index 00000000..b656505
--- /dev/null
+++ b/dev-ml/ocurl/ocurl-0.7.8.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="OCaml interface to the libcurl library"
+HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
+LICENSE="MIT"
+SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+IUSE="examples"
+
+RDEPEND=">=net-misc/curl-7.9.8
+ dev-ml/lwt:=
+ dev-ml/camlp4:=
+ >=dev-lang/ocaml-3.12:=[ocamlopt]"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+KEYWORDS="~amd64 ~x86"
+
+src_compile()
+{
+ emake -j1 all
+}
+
+src_install()
+{
+ findlib_src_install
+ dodoc CHANGES.txt README
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2016-10-04 10:07 Alexis Ballier
0 siblings, 0 replies; 29+ messages in thread
From: Alexis Ballier @ 2016-10-04 10:07 UTC (permalink / raw
To: gentoo-commits
commit: 06ad76efab8fb7855934817b199d28e5afb364a9
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 09:22:15 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 10:07:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ad76ef
dev-ml/ocurl: remove old
Package-Manager: portage-2.3.1
dev-ml/ocurl/Manifest | 4 ----
dev-ml/ocurl/ocurl-0.7.4.ebuild | 37 -------------------------------------
dev-ml/ocurl/ocurl-0.7.5.ebuild | 37 -------------------------------------
dev-ml/ocurl/ocurl-0.7.6.ebuild | 37 -------------------------------------
dev-ml/ocurl/ocurl-0.7.7.ebuild | 38 --------------------------------------
5 files changed, 153 deletions(-)
diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index 88271c6..c843227 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -1,6 +1,2 @@
DIST ocurl-0.6.1.tgz 101147 SHA256 c671d605d36a8051867f7483a9f7ec93b3985f5e4824073f1ceb85d19e09bad3 SHA512 2c82c9b8e8d6ee26a85add7a2698ab1f61478777f9c7b0b217cacb6491067b619f508b41c22eaa54cf249147d287a77c62a00aef3b19ee6c135426c4559ab7f3 WHIRLPOOL 921939801a1a8d73052954b3d6699c41d2e7f360fe7e1af41f8681f1179aef3d831f1f556cdc0f0c1cee2c9ef1f2bf4caa38923ddfdd57642b6791cb40089289
-DIST ocurl-0.7.4.tar.gz 104716 SHA256 51af1d4fc38a7be15cac38a1367f4e2dcd8c2014d8d2e545d96d25c8d2f0135e SHA512 1d3a92d89c55434028862dd97c6eb5d3d8d579e2dd44117be82b09658543c90a0800e9203892eb204ab18e6c8c6bfd18cfc355e32c7393daa1c7beb2c39e97da WHIRLPOOL eab3ff62c77181bb2a8e6906bd3de828cee3569cdfa952b930c8e7b704382ef071061727d4a8709438f2ff71aa40e5187e4473e3fa03f74f83da2470e7b05708
-DIST ocurl-0.7.5.tar.gz 103981 SHA256 a6432a2f0109525b4128337ac9708b0192a97ee8f958a5f65b6c8f25435f6cff SHA512 8deb2e353fae6667555d48f5694c0dec86f82f2702536a50842baae3d6bb0d37a24e4b8e39ff11d3d42feebdd412c92a3e43f27c9f551cd54994527fdcf71778 WHIRLPOOL 77a9866d97c07a8cb2bdd69743d0bf5f80a9cdbd5e20bd0b200ab59d03dd286ef712988bf098aba01d337448ee47e9f95b69872e0e377948c99810826c7cf833
-DIST ocurl-0.7.6.tar.gz 104088 SHA256 8eba235b74733f69d836e9b3167e90ea0a87f7ec4cb3fbd7c289a21109ab9743 SHA512 98c46ec4d1fd52c47f696b46a7252967038e6e04607526fae78a8538c57980134567d1ac71bd6c8beaa95f71f6e643dd092cfb787b58a8ff6c0dba5b15110b67 WHIRLPOOL 90af94e5893e86d264a429c44523dba798e8a703913345b5f16e23ee3deeac3ec2344cf9e25d608f41192a401d6efc35c9d1273e1282213552f61f4b9f19362c
-DIST ocurl-0.7.7.tar.gz 106430 SHA256 79805776f207ae8e64d63cda63d0bf8c6ee079c70b0d7f3bd2114faba0d5f41c SHA512 44c9648e02e8ec2f2438873f87e9cb5278cfeb568f9075da2fa79c33c916d1a8568a545939f1e6aa063dec608949c7f03eefd0a4133f951c3a28153945b4d841 WHIRLPOOL eecae2a1df1b4e3dfa8cd2bd3c0a88b5ec88cdbcbdc4071094d0e76b893f5a6d9d6281b660e06c21039e3ec926ec08e66351b5b9dce80aec8127a09a2d0d0e38
DIST ocurl-0.7.8.tar.gz 107339 SHA256 867a33835d7d91070f6408cdebe77f064d4b852659d2f5a6c1a7c9754e2019cb SHA512 cf18a74b882b70cf8bb0e7dad4589e59ed92a9e6554ffb709c39157bb6a7ca7bd35360303fe912f84e978668192f0c31fda2258d05a064ab615c068017597438 WHIRLPOOL c5663022350e2fc5887d0dfcf5d71b6ceff9c4bc9d4ba5d261415f886e386ff52ec8ac8dfc137e34faf41351a92a921e2b274a801fd9c7cc7aed5f0079062f52
diff --git a/dev-ml/ocurl/ocurl-0.7.4.ebuild b/dev-ml/ocurl/ocurl-0.7.4.ebuild
deleted file mode 100644
index 74f2dc7..00000000
--- a/dev-ml/ocurl/ocurl-0.7.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="OCaml interface to the libcurl library"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/"
-LICENSE="MIT"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1523/${P}.tar.gz"
-
-SLOT="0/${PV}"
-IUSE="examples"
-
-RDEPEND=">=net-misc/curl-7.9.8
- dev-ml/lwt:=
- >=dev-lang/ocaml-3.12:=[ocamlopt]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-KEYWORDS="~amd64 ~x86"
-
-src_compile()
-{
- emake -j1 all
-}
-
-src_install()
-{
- findlib_src_install
- dodoc CHANGES.txt README
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/dev-ml/ocurl/ocurl-0.7.5.ebuild b/dev-ml/ocurl/ocurl-0.7.5.ebuild
deleted file mode 100644
index 833a892..00000000
--- a/dev-ml/ocurl/ocurl-0.7.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="OCaml interface to the libcurl library"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/"
-LICENSE="MIT"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1537/${P}.tar.gz"
-
-SLOT="0/${PV}"
-IUSE="examples"
-
-RDEPEND=">=net-misc/curl-7.9.8
- dev-ml/lwt:=
- >=dev-lang/ocaml-3.12:=[ocamlopt]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-KEYWORDS="~amd64 ~x86"
-
-src_compile()
-{
- emake -j1 all
-}
-
-src_install()
-{
- findlib_src_install
- dodoc CHANGES.txt README
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/dev-ml/ocurl/ocurl-0.7.6.ebuild b/dev-ml/ocurl/ocurl-0.7.6.ebuild
deleted file mode 100644
index 8998a82..00000000
--- a/dev-ml/ocurl/ocurl-0.7.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="OCaml interface to the libcurl library"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/"
-LICENSE="MIT"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1563/${P}.tar.gz"
-
-SLOT="0/${PV}"
-IUSE="examples"
-
-RDEPEND=">=net-misc/curl-7.9.8
- dev-ml/lwt:=
- >=dev-lang/ocaml-3.12:=[ocamlopt]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-KEYWORDS="~amd64 ~x86"
-
-src_compile()
-{
- emake -j1 all
-}
-
-src_install()
-{
- findlib_src_install
- dodoc CHANGES.txt README
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/dev-ml/ocurl/ocurl-0.7.7.ebuild b/dev-ml/ocurl/ocurl-0.7.7.ebuild
deleted file mode 100644
index d6782c9..00000000
--- a/dev-ml/ocurl/ocurl-0.7.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="OCaml interface to the libcurl library"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/"
-LICENSE="MIT"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1612/${P}.tar.gz"
-
-SLOT="0/${PV}"
-IUSE="examples"
-
-RDEPEND=">=net-misc/curl-7.9.8
- dev-ml/lwt:=
- dev-ml/camlp4:=
- >=dev-lang/ocaml-3.12:=[ocamlopt]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-KEYWORDS="~amd64 ~x86"
-
-src_compile()
-{
- emake -j1 all
-}
-
-src_install()
-{
- findlib_src_install
- dodoc CHANGES.txt README
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2016-10-04 10:07 Alexis Ballier
0 siblings, 0 replies; 29+ messages in thread
From: Alexis Ballier @ 2016-10-04 10:07 UTC (permalink / raw
To: gentoo-commits
commit: c8f8088ab80ce99a83a8a38aebc2d8bd6738e5ca
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 09:24:40 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 10:07:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f8088a
dev-ml/ocurl: bump to 0.7.9
Package-Manager: portage-2.3.1
dev-ml/ocurl/Manifest | 1 +
dev-ml/ocurl/ocurl-0.7.9.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index c843227..358cf6c 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -1,2 +1,3 @@
DIST ocurl-0.6.1.tgz 101147 SHA256 c671d605d36a8051867f7483a9f7ec93b3985f5e4824073f1ceb85d19e09bad3 SHA512 2c82c9b8e8d6ee26a85add7a2698ab1f61478777f9c7b0b217cacb6491067b619f508b41c22eaa54cf249147d287a77c62a00aef3b19ee6c135426c4559ab7f3 WHIRLPOOL 921939801a1a8d73052954b3d6699c41d2e7f360fe7e1af41f8681f1179aef3d831f1f556cdc0f0c1cee2c9ef1f2bf4caa38923ddfdd57642b6791cb40089289
DIST ocurl-0.7.8.tar.gz 107339 SHA256 867a33835d7d91070f6408cdebe77f064d4b852659d2f5a6c1a7c9754e2019cb SHA512 cf18a74b882b70cf8bb0e7dad4589e59ed92a9e6554ffb709c39157bb6a7ca7bd35360303fe912f84e978668192f0c31fda2258d05a064ab615c068017597438 WHIRLPOOL c5663022350e2fc5887d0dfcf5d71b6ceff9c4bc9d4ba5d261415f886e386ff52ec8ac8dfc137e34faf41351a92a921e2b274a801fd9c7cc7aed5f0079062f52
+DIST ocurl-0.7.9.tar.gz 108242 SHA256 c45958aa31126502d33765fc9ba4dce89f7328095f61c51ea3cfac83bbd41810 SHA512 daa571279570fa1e4ecfa213b717149f6be3922c3c904a22912d04afcf01651702c8324b4b06cbff1fcc023a1f7663e8b1b1e7f14dc377e043ecf2ac09122877 WHIRLPOOL 4db36633097df5dee8c8407d364c586150f4f5d76e826dedd2a626d59f57542bbef615061893a50eb67147b4077275f093b7d903729f79040fafe33200afc62b
diff --git a/dev-ml/ocurl/ocurl-0.7.9.ebuild b/dev-ml/ocurl/ocurl-0.7.9.ebuild
new file mode 100644
index 00000000..dc5621b
--- /dev/null
+++ b/dev-ml/ocurl/ocurl-0.7.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="OCaml interface to the libcurl library"
+HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
+LICENSE="MIT"
+SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+IUSE="examples"
+
+RDEPEND=">=net-misc/curl-7.9.8
+ dev-ml/lwt:=
+ dev-ml/camlp4:=
+ >=dev-lang/ocaml-3.12:=[ocamlopt]"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+KEYWORDS="~amd64 ~x86"
+
+src_compile()
+{
+ emake -j1 all
+}
+
+src_install()
+{
+ findlib_src_install
+ dodoc CHANGES.txt README.md
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2017-01-24 11:32 Alexis Ballier
0 siblings, 0 replies; 29+ messages in thread
From: Alexis Ballier @ 2017-01-24 11:32 UTC (permalink / raw
To: gentoo-commits
commit: 92324259b73332ce841a1f81451f6a3a9b9702e3
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 11:25:33 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 11:25:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92324259
dev-ml/ocurl: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ml/ocurl/Manifest | 1 -
dev-ml/ocurl/ocurl-0.7.8.ebuild | 38 --------------------------------------
2 files changed, 39 deletions(-)
diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index 358cf6c..6a8b2f6 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -1,3 +1,2 @@
DIST ocurl-0.6.1.tgz 101147 SHA256 c671d605d36a8051867f7483a9f7ec93b3985f5e4824073f1ceb85d19e09bad3 SHA512 2c82c9b8e8d6ee26a85add7a2698ab1f61478777f9c7b0b217cacb6491067b619f508b41c22eaa54cf249147d287a77c62a00aef3b19ee6c135426c4559ab7f3 WHIRLPOOL 921939801a1a8d73052954b3d6699c41d2e7f360fe7e1af41f8681f1179aef3d831f1f556cdc0f0c1cee2c9ef1f2bf4caa38923ddfdd57642b6791cb40089289
-DIST ocurl-0.7.8.tar.gz 107339 SHA256 867a33835d7d91070f6408cdebe77f064d4b852659d2f5a6c1a7c9754e2019cb SHA512 cf18a74b882b70cf8bb0e7dad4589e59ed92a9e6554ffb709c39157bb6a7ca7bd35360303fe912f84e978668192f0c31fda2258d05a064ab615c068017597438 WHIRLPOOL c5663022350e2fc5887d0dfcf5d71b6ceff9c4bc9d4ba5d261415f886e386ff52ec8ac8dfc137e34faf41351a92a921e2b274a801fd9c7cc7aed5f0079062f52
DIST ocurl-0.7.9.tar.gz 108242 SHA256 c45958aa31126502d33765fc9ba4dce89f7328095f61c51ea3cfac83bbd41810 SHA512 daa571279570fa1e4ecfa213b717149f6be3922c3c904a22912d04afcf01651702c8324b4b06cbff1fcc023a1f7663e8b1b1e7f14dc377e043ecf2ac09122877 WHIRLPOOL 4db36633097df5dee8c8407d364c586150f4f5d76e826dedd2a626d59f57542bbef615061893a50eb67147b4077275f093b7d903729f79040fafe33200afc62b
diff --git a/dev-ml/ocurl/ocurl-0.7.8.ebuild b/dev-ml/ocurl/ocurl-0.7.8.ebuild
deleted file mode 100644
index b656505..00000000
--- a/dev-ml/ocurl/ocurl-0.7.8.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="OCaml interface to the libcurl library"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
-LICENSE="MIT"
-SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0/${PV}"
-IUSE="examples"
-
-RDEPEND=">=net-misc/curl-7.9.8
- dev-ml/lwt:=
- dev-ml/camlp4:=
- >=dev-lang/ocaml-3.12:=[ocamlopt]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-KEYWORDS="~amd64 ~x86"
-
-src_compile()
-{
- emake -j1 all
-}
-
-src_install()
-{
- findlib_src_install
- dodoc CHANGES.txt README
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2017-04-05 17:50 Markus Meier
0 siblings, 0 replies; 29+ messages in thread
From: Markus Meier @ 2017-04-05 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 58ec0a50b716ef2d1fc29498643f7de0ad2c48c8
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 17:43:28 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 17:50:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ec0a50
dev-ml/ocurl: add ~arm, bug #611014
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm"
dev-ml/ocurl/ocurl-0.7.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/ocurl/ocurl-0.7.9.ebuild b/dev-ml/ocurl/ocurl-0.7.9.ebuild
index d8cda6323be..d22c145d005 100644
--- a/dev-ml/ocurl/ocurl-0.7.9.ebuild
+++ b/dev-ml/ocurl/ocurl-0.7.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
>=dev-lang/ocaml-3.12:=[ocamlopt]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
src_compile()
{
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2017-04-20 17:16 Alexis Ballier
0 siblings, 0 replies; 29+ messages in thread
From: Alexis Ballier @ 2017-04-20 17:16 UTC (permalink / raw
To: gentoo-commits
commit: 90817582d9c92e2d3c6f92c2e7b5cf7701420552
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 16:59:27 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 17:15:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90817582
dev-ml/ocurl: remove x86 keywords, needed by lwt cleanup
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-ml/ocurl/ocurl-0.6.1.ebuild | 4 ++--
dev-ml/ocurl/ocurl-0.7.9.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ml/ocurl/ocurl-0.6.1.ebuild b/dev-ml/ocurl/ocurl-0.6.1.ebuild
index c02332e2eec..1b1d8619146 100644
--- a/dev-ml/ocurl/ocurl-0.6.1.ebuild
+++ b/dev-ml/ocurl/ocurl-0.6.1.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
@@ -17,7 +17,7 @@ RDEPEND=">=net-misc/curl-7.9.8
>=dev-lang/ocaml-3.12:=[ocamlopt]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc"
src_compile()
{
diff --git a/dev-ml/ocurl/ocurl-0.7.9.ebuild b/dev-ml/ocurl/ocurl-0.7.9.ebuild
index d22c145d005..f791477c09b 100644
--- a/dev-ml/ocurl/ocurl-0.7.9.ebuild
+++ b/dev-ml/ocurl/ocurl-0.7.9.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
>=dev-lang/ocaml-3.12:=[ocamlopt]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm"
src_compile()
{
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2017-06-15 8:49 Alexis Ballier
0 siblings, 0 replies; 29+ messages in thread
From: Alexis Ballier @ 2017-06-15 8:49 UTC (permalink / raw
To: gentoo-commits
commit: 69c31acc9f750fa431f1985534fd033a30ed5653
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 08:24:10 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 08:49:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c31acc
dev-ml/ocurl: bump to 0.7.10
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ml/ocurl/Manifest | 1 +
dev-ml/ocurl/ocurl-0.7.10.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index 6a8b2f69fa9..2288be9f7f8 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -1,2 +1,3 @@
DIST ocurl-0.6.1.tgz 101147 SHA256 c671d605d36a8051867f7483a9f7ec93b3985f5e4824073f1ceb85d19e09bad3 SHA512 2c82c9b8e8d6ee26a85add7a2698ab1f61478777f9c7b0b217cacb6491067b619f508b41c22eaa54cf249147d287a77c62a00aef3b19ee6c135426c4559ab7f3 WHIRLPOOL 921939801a1a8d73052954b3d6699c41d2e7f360fe7e1af41f8681f1179aef3d831f1f556cdc0f0c1cee2c9ef1f2bf4caa38923ddfdd57642b6791cb40089289
+DIST ocurl-0.7.10.tar.gz 108234 SHA256 efbf83a02652127c319420b1a8cf792184824536c2021df600f71b622669b304 SHA512 7e7adae7d32a39465d578c0e9a0b3b1d4baed76c41428337e9bdc86f7c948297db22c14bc61b58c28d02871a2f3359767e745891690663b63ee1334a839b49c8 WHIRLPOOL 7e2b8659951ed2d6f846f23ed60e7a7dfa275514c10b99a8d214d36a6f9392aecae68d679a54d200d4cd086ff52a41e07a705506d72ab8dc17a2aef5d01514e8
DIST ocurl-0.7.9.tar.gz 108242 SHA256 c45958aa31126502d33765fc9ba4dce89f7328095f61c51ea3cfac83bbd41810 SHA512 daa571279570fa1e4ecfa213b717149f6be3922c3c904a22912d04afcf01651702c8324b4b06cbff1fcc023a1f7663e8b1b1e7f14dc377e043ecf2ac09122877 WHIRLPOOL 4db36633097df5dee8c8407d364c586150f4f5d76e826dedd2a626d59f57542bbef615061893a50eb67147b4077275f093b7d903729f79040fafe33200afc62b
diff --git a/dev-ml/ocurl/ocurl-0.7.10.ebuild b/dev-ml/ocurl/ocurl-0.7.10.ebuild
new file mode 100644
index 00000000000..f791477c09b
--- /dev/null
+++ b/dev-ml/ocurl/ocurl-0.7.10.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="OCaml interface to the libcurl library"
+HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
+LICENSE="MIT"
+SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+IUSE="examples"
+
+RDEPEND=">=net-misc/curl-7.9.8
+ dev-ml/lwt:=
+ dev-ml/camlp4:=
+ >=dev-lang/ocaml-3.12:=[ocamlopt]"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+KEYWORDS="~amd64 ~arm"
+
+src_compile()
+{
+ emake -j1 all
+}
+
+src_install()
+{
+ findlib_src_install
+ dodoc CHANGES.txt README.md
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2017-06-22 14:24 Alexis Ballier
0 siblings, 0 replies; 29+ messages in thread
From: Alexis Ballier @ 2017-06-22 14:24 UTC (permalink / raw
To: gentoo-commits
commit: a3595beb9e7d99c11821b98c0653a5ce7dd11b2f
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 12:46:41 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 14:24:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3595beb
dev-ml/ocurl: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ml/ocurl/ocurl-0.7.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocurl/ocurl-0.7.10.ebuild b/dev-ml/ocurl/ocurl-0.7.10.ebuild
index f791477c09b..1f4b0e34097 100644
--- a/dev-ml/ocurl/ocurl-0.7.10.ebuild
+++ b/dev-ml/ocurl/ocurl-0.7.10.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
>=dev-lang/ocaml-3.12:=[ocamlopt]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
src_compile()
{
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2017-08-02 11:23 Alexis Ballier
0 siblings, 0 replies; 29+ messages in thread
From: Alexis Ballier @ 2017-08-02 11:23 UTC (permalink / raw
To: gentoo-commits
commit: 38526f3d944cc284c6e112907d88955cc53ec385
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 2 10:36:19 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 2 11:22:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38526f3d
dev-ml/ocurl: keyword ~x86
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-ml/ocurl/ocurl-0.7.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocurl/ocurl-0.7.10.ebuild b/dev-ml/ocurl/ocurl-0.7.10.ebuild
index 1f4b0e34097..b87da84d912 100644
--- a/dev-ml/ocurl/ocurl-0.7.10.ebuild
+++ b/dev-ml/ocurl/ocurl-0.7.10.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
>=dev-lang/ocaml-3.12:=[ocamlopt]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
src_compile()
{
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2017-08-09 21:27 Sergei Trofimovich
0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2017-08-09 21:27 UTC (permalink / raw
To: gentoo-commits
commit: f644deb9950f71f17ff15aefc0f511e1848065e2
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 9 21:27:10 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug 9 21:27:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f644deb9
dev-ml/ocurl: keyworded 0.7.9 for ppc, bug #553496
Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"
dev-ml/ocurl/ocurl-0.7.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocurl/ocurl-0.7.9.ebuild b/dev-ml/ocurl/ocurl-0.7.9.ebuild
index f791477c09b..6dafb58c62c 100644
--- a/dev-ml/ocurl/ocurl-0.7.9.ebuild
+++ b/dev-ml/ocurl/ocurl-0.7.9.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
>=dev-lang/ocaml-3.12:=[ocamlopt]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc"
src_compile()
{
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2017-08-09 21:27 Sergei Trofimovich
0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2017-08-09 21:27 UTC (permalink / raw
To: gentoo-commits
commit: f509644ea226c197adb9c531ce0f5c48305d16d2
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 9 21:27:31 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug 9 21:27:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f509644e
dev-ml/ocurl: keyworded 0.7.10 for ppc, bug #553496
Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"
dev-ml/ocurl/ocurl-0.7.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocurl/ocurl-0.7.10.ebuild b/dev-ml/ocurl/ocurl-0.7.10.ebuild
index b87da84d912..a23d5e728f2 100644
--- a/dev-ml/ocurl/ocurl-0.7.10.ebuild
+++ b/dev-ml/ocurl/ocurl-0.7.10.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
>=dev-lang/ocaml-3.12:=[ocamlopt]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
src_compile()
{
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2018-02-11 21:56 Thomas Deutschmann
0 siblings, 0 replies; 29+ messages in thread
From: Thomas Deutschmann @ 2018-02-11 21:56 UTC (permalink / raw
To: gentoo-commits
commit: c2c52323ae8440fbd35adbaec8df5e2273857088
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 21:46:26 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 21:56:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c52323
dev-ml/ocurl: x86 keyworded (bug #611014)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-ml/ocurl/ocurl-0.6.1.ebuild | 4 ++--
dev-ml/ocurl/ocurl-0.7.9.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-ml/ocurl/ocurl-0.6.1.ebuild b/dev-ml/ocurl/ocurl-0.6.1.ebuild
index 1b1d8619146..39c4fd5cab5 100644
--- a/dev-ml/ocurl/ocurl-0.6.1.ebuild
+++ b/dev-ml/ocurl/ocurl-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,7 +17,7 @@ RDEPEND=">=net-misc/curl-7.9.8
>=dev-lang/ocaml-3.12:=[ocamlopt]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-KEYWORDS="amd64 ppc"
+KEYWORDS="amd64 ppc ~x86"
src_compile()
{
diff --git a/dev-ml/ocurl/ocurl-0.7.9.ebuild b/dev-ml/ocurl/ocurl-0.7.9.ebuild
index 6dafb58c62c..978bdea229b 100644
--- a/dev-ml/ocurl/ocurl-0.7.9.ebuild
+++ b/dev-ml/ocurl/ocurl-0.7.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
>=dev-lang/ocaml-3.12:=[ocamlopt]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-KEYWORDS="~amd64 ~arm ~ppc"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
src_compile()
{
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2020-10-20 1:37 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2020-10-20 1:37 UTC (permalink / raw
To: gentoo-commits
commit: 43e21d90a186114101a27d8aad901501f38912a3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 21:31:01 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 01:37:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e21d90
dev-ml/ocurl: bump to 0.9.1
Closes: https://bugs.gentoo.org/743595
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/ocurl/Manifest | 1 +
dev-ml/ocurl/ocurl-0.9.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index d1864ca58da..772146c9b86 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -1,3 +1,4 @@
DIST ocurl-0.6.1.tgz 101147 BLAKE2B db0ff240e58bc72fbbbbbb661ccc8222bf65db70e85632094c59b3edfeef63e6ff3f2b7df73e8b1662a159b4177c38714ff1a553193dd092e9aae336b90d9f9e SHA512 2c82c9b8e8d6ee26a85add7a2698ab1f61478777f9c7b0b217cacb6491067b619f508b41c22eaa54cf249147d287a77c62a00aef3b19ee6c135426c4559ab7f3
DIST ocurl-0.7.10.tar.gz 108234 BLAKE2B 17b679e331fa266001744522457cc7f4a3656b97b4558fc9e4458c31abd8700fb0f55ce1f9049de7d95a1df41f6543aa36729bc10d9cb688e5e45c50960d5e3d SHA512 7e7adae7d32a39465d578c0e9a0b3b1d4baed76c41428337e9bdc86f7c948297db22c14bc61b58c28d02871a2f3359767e745891690663b63ee1334a839b49c8
DIST ocurl-0.7.9.tar.gz 108242 BLAKE2B 0402757e9e08b115e322ad007d8b294127584ccd5470eeb3e1db667aba96dc269616e8a2782f1850ac4550533a51e49b58cdb82b077a8fd516f5c83e03fc616d SHA512 daa571279570fa1e4ecfa213b717149f6be3922c3c904a22912d04afcf01651702c8324b4b06cbff1fcc023a1f7663e8b1b1e7f14dc377e043ecf2ac09122877
+DIST ocurl-0.9.1.tar.gz 111393 BLAKE2B 83ec8f5e2e83b5cc519683556ca97818a092a80f41305394cc04088371c1179f256dee3d8a8e80597837fb156299698450c70ca00f1ec336ace46b02b84bb51e SHA512 f4acb596f213ce57e749c9805225330b532e17718f3b228745b438cd1fe6d89b37e56d401a11c329107729dd0e6bdd4a425d547f9a83dabe32edbf18aca585b5
diff --git a/dev-ml/ocurl/ocurl-0.9.1.ebuild b/dev-ml/ocurl/ocurl-0.9.1.ebuild
new file mode 100644
index 00000000000..e8019096fa8
--- /dev/null
+++ b/dev-ml/ocurl/ocurl-0.9.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit findlib
+
+DESCRIPTION="OCaml interface to the libcurl library"
+HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
+LICENSE="MIT"
+SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+IUSE="examples +ocamlopt"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=net-misc/curl-7.9.8
+ dev-ml/lwt:=
+ dev-ml/camlp4:=
+ >=dev-lang/ocaml-3.12:=[ocamlopt?]"
+DEPEND="${RDEPEND}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+src_compile() {
+ emake -j1 all
+}
+
+src_install() {
+ findlib_src_install
+ dodoc CHANGES.txt README.md
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2020-10-20 1:37 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2020-10-20 1:37 UTC (permalink / raw
To: gentoo-commits
commit: 1e7c1eb2059564a4320250ecae3c8c7c8501afd5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 21:33:08 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 01:37:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7c1eb2
dev-ml/ocurl: cleanup old
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/ocurl/Manifest | 2 --
dev-ml/ocurl/ocurl-0.6.1.ebuild | 35 -----------------------------------
dev-ml/ocurl/ocurl-0.7.9.ebuild | 37 -------------------------------------
3 files changed, 74 deletions(-)
diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index 772146c9b86..2feb1545bb8 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -1,4 +1,2 @@
-DIST ocurl-0.6.1.tgz 101147 BLAKE2B db0ff240e58bc72fbbbbbb661ccc8222bf65db70e85632094c59b3edfeef63e6ff3f2b7df73e8b1662a159b4177c38714ff1a553193dd092e9aae336b90d9f9e SHA512 2c82c9b8e8d6ee26a85add7a2698ab1f61478777f9c7b0b217cacb6491067b619f508b41c22eaa54cf249147d287a77c62a00aef3b19ee6c135426c4559ab7f3
DIST ocurl-0.7.10.tar.gz 108234 BLAKE2B 17b679e331fa266001744522457cc7f4a3656b97b4558fc9e4458c31abd8700fb0f55ce1f9049de7d95a1df41f6543aa36729bc10d9cb688e5e45c50960d5e3d SHA512 7e7adae7d32a39465d578c0e9a0b3b1d4baed76c41428337e9bdc86f7c948297db22c14bc61b58c28d02871a2f3359767e745891690663b63ee1334a839b49c8
-DIST ocurl-0.7.9.tar.gz 108242 BLAKE2B 0402757e9e08b115e322ad007d8b294127584ccd5470eeb3e1db667aba96dc269616e8a2782f1850ac4550533a51e49b58cdb82b077a8fd516f5c83e03fc616d SHA512 daa571279570fa1e4ecfa213b717149f6be3922c3c904a22912d04afcf01651702c8324b4b06cbff1fcc023a1f7663e8b1b1e7f14dc377e043ecf2ac09122877
DIST ocurl-0.9.1.tar.gz 111393 BLAKE2B 83ec8f5e2e83b5cc519683556ca97818a092a80f41305394cc04088371c1179f256dee3d8a8e80597837fb156299698450c70ca00f1ec336ace46b02b84bb51e SHA512 f4acb596f213ce57e749c9805225330b532e17718f3b228745b438cd1fe6d89b37e56d401a11c329107729dd0e6bdd4a425d547f9a83dabe32edbf18aca585b5
diff --git a/dev-ml/ocurl/ocurl-0.6.1.ebuild b/dev-ml/ocurl/ocurl-0.6.1.ebuild
deleted file mode 100644
index 39c4fd5cab5..00000000000
--- a/dev-ml/ocurl/ocurl-0.6.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="OCaml interface to the libcurl library"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/"
-LICENSE="MIT"
-SRC_URI="https://forge.ocamlcore.org/frs/download.php/1374/${P}.tgz"
-
-SLOT="0/${PV}"
-IUSE="examples"
-
-RDEPEND=">=net-misc/curl-7.9.8
- >=dev-lang/ocaml-3.12:=[ocamlopt]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-KEYWORDS="amd64 ppc ~x86"
-
-src_compile()
-{
- emake -j1 all
-}
-
-src_install()
-{
- findlib_src_install
- dodoc CHANGES.txt README
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/dev-ml/ocurl/ocurl-0.7.9.ebuild b/dev-ml/ocurl/ocurl-0.7.9.ebuild
deleted file mode 100644
index 978bdea229b..00000000000
--- a/dev-ml/ocurl/ocurl-0.7.9.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="OCaml interface to the libcurl library"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
-LICENSE="MIT"
-SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0/${PV}"
-IUSE="examples"
-
-RDEPEND=">=net-misc/curl-7.9.8
- dev-ml/lwt:=
- dev-ml/camlp4:=
- >=dev-lang/ocaml-3.12:=[ocamlopt]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-
-src_compile()
-{
- emake -j1 all
-}
-
-src_install()
-{
- findlib_src_install
- dodoc CHANGES.txt README.md
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2020-10-28 3:36 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2020-10-28 3:36 UTC (permalink / raw
To: gentoo-commits
commit: d5fd4a6524a64fafd2dd1a2c828e91fe370421b2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 03:34:14 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 03:34:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fd4a65
dev-ml/ocurl: ppc64 keyworded (bug #748576)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/ocurl/ocurl-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocurl/ocurl-0.9.1.ebuild b/dev-ml/ocurl/ocurl-0.9.1.ebuild
index e8019096fa8..d21999abf2a 100644
--- a/dev-ml/ocurl/ocurl-0.9.1.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.1.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
dev-ml/camlp4:=
>=dev-lang/ocaml-3.12:=[ocamlopt?]"
DEPEND="${RDEPEND}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
src_compile() {
emake -j1 all
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2021-02-10 16:33 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-02-10 16:33 UTC (permalink / raw
To: gentoo-commits
commit: e8647386c36914b11e8bd3de71d828cdf89aff8f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 16:32:56 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 16:32:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8647386
dev-ml/ocurl: Stabilize 0.9.1 ppc64, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/ocurl/ocurl-0.9.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/ocurl/ocurl-0.9.1.ebuild b/dev-ml/ocurl/ocurl-0.9.1.ebuild
index d21999abf2a..1f0ebda54e9 100644
--- a/dev-ml/ocurl/ocurl-0.9.1.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
dev-ml/camlp4:=
>=dev-lang/ocaml-3.12:=[ocamlopt?]"
DEPEND="${RDEPEND}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
src_compile() {
emake -j1 all
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2021-02-10 18:53 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-02-10 18:53 UTC (permalink / raw
To: gentoo-commits
commit: 5c16c63f8b32e87ca588d8be69d3c7196ac65e7f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:53:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:53:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c16c63f
dev-ml/ocurl: Stabilize 0.9.1 amd64, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/ocurl/ocurl-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocurl/ocurl-0.9.1.ebuild b/dev-ml/ocurl/ocurl-0.9.1.ebuild
index 1f0ebda54e9..ed81b3697a1 100644
--- a/dev-ml/ocurl/ocurl-0.9.1.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.1.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
dev-ml/camlp4:=
>=dev-lang/ocaml-3.12:=[ocamlopt?]"
DEPEND="${RDEPEND}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
src_compile() {
emake -j1 all
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2021-02-11 6:26 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-02-11 6:26 UTC (permalink / raw
To: gentoo-commits
commit: b1d08081900aed78df71f7398f45b53161d8aca9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:25:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:25:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d08081
dev-ml/ocurl: Stabilize 0.9.1 x86, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/ocurl/ocurl-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocurl/ocurl-0.9.1.ebuild b/dev-ml/ocurl/ocurl-0.9.1.ebuild
index ed81b3697a1..a3573d70070 100644
--- a/dev-ml/ocurl/ocurl-0.9.1.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.1.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
dev-ml/camlp4:=
>=dev-lang/ocaml-3.12:=[ocamlopt?]"
DEPEND="${RDEPEND}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
src_compile() {
emake -j1 all
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2021-02-11 6:31 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-02-11 6:31 UTC (permalink / raw
To: gentoo-commits
commit: c75e70b94b7dcf09e44f41513c631dd37f9ef446
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:31:27 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:31:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75e70b9
dev-ml/ocurl: Stabilize 0.9.1 ppc, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/ocurl/ocurl-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocurl/ocurl-0.9.1.ebuild b/dev-ml/ocurl/ocurl-0.9.1.ebuild
index a3573d70070..410c2da529e 100644
--- a/dev-ml/ocurl/ocurl-0.9.1.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.1.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
dev-ml/camlp4:=
>=dev-lang/ocaml-3.12:=[ocamlopt?]"
DEPEND="${RDEPEND}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
src_compile() {
emake -j1 all
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2021-03-14 0:48 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-03-14 0:48 UTC (permalink / raw
To: gentoo-commits
commit: 3f2e659aa1694a97b392a92080bf652062fa180d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 00:45:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 00:48:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2e659a
dev-ml/ocurl: Stabilize 0.9.1 arm64, #772833
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/ocurl/ocurl-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocurl/ocurl-0.9.1.ebuild b/dev-ml/ocurl/ocurl-0.9.1.ebuild
index 46f0d526f97..ecab07d3bfe 100644
--- a/dev-ml/ocurl/ocurl-0.9.1.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.1.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
dev-ml/camlp4:=
>=dev-lang/ocaml-3.12:=[ocamlopt?]"
DEPEND="${RDEPEND}"
-KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
src_compile() {
emake -j1 all
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2022-01-09 1:42 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2022-01-09 1:42 UTC (permalink / raw
To: gentoo-commits
commit: 254233865f3f9acfc8fc180ddcba9cebde02ade8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 9 01:38:34 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 9 01:38:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25423386
dev-ml/ocurl: add 0.9.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/ocurl/Manifest | 1 +
dev-ml/ocurl/ocurl-0.9.2.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index 6c6fc0aaa928..4bc3d1319a6a 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -1 +1,2 @@
DIST ocurl-0.9.1.tar.gz 111393 BLAKE2B 83ec8f5e2e83b5cc519683556ca97818a092a80f41305394cc04088371c1179f256dee3d8a8e80597837fb156299698450c70ca00f1ec336ace46b02b84bb51e SHA512 f4acb596f213ce57e749c9805225330b532e17718f3b228745b438cd1fe6d89b37e56d401a11c329107729dd0e6bdd4a425d547f9a83dabe32edbf18aca585b5
+DIST ocurl-0.9.2.tar.gz 116659 BLAKE2B 3947cd82343cc9246c930f8fc89f7899f41a06f41358b5a014fbd05f5c85e70eb3df8c10690e62bd76d345c5738fdab63a936deed53fde0c8a3b040c5890129f SHA512 de9b06a2a4cbf804b6c947ef1011a75f45e3effbc29db054a9b72453920a0f554baa06d06b2a36eeee33090df7f9eb35280404237e2e3be219fb2dc98fe2bc82
diff --git a/dev-ml/ocurl/ocurl-0.9.2.ebuild b/dev-ml/ocurl/ocurl-0.9.2.ebuild
new file mode 100644
index 000000000000..f60438e9964a
--- /dev/null
+++ b/dev-ml/ocurl/ocurl-0.9.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit findlib
+
+DESCRIPTION="OCaml interface to the libcurl library"
+HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
+SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="examples +ocamlopt"
+
+RDEPEND=">=net-misc/curl-7.9.8
+ dev-ml/lwt:=
+ dev-ml/camlp4:=
+ >=dev-lang/ocaml-3.12:=[ocamlopt?]"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_compile() {
+ emake -j1 all
+}
+
+src_install() {
+ findlib_src_install
+
+ dodoc CHANGES.txt README.md
+
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2022-02-19 8:19 Arthur Zamarin
0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2022-02-19 8:19 UTC (permalink / raw
To: gentoo-commits
commit: 08af4f268bddd56636b231a001c4d55dadc408be
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 08:19:24 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 08:19:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08af4f26
dev-ml/ocurl: Stabilize 0.9.2 ppc, #833693
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/ocurl/ocurl-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocurl/ocurl-0.9.2.ebuild b/dev-ml/ocurl/ocurl-0.9.2.ebuild
index f60438e9964a..705e27bc6c4a 100644
--- a/dev-ml/ocurl/ocurl-0.9.2.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
IUSE="examples +ocamlopt"
RDEPEND=">=net-misc/curl-7.9.8
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2022-02-19 12:02 Arthur Zamarin
0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2022-02-19 12:02 UTC (permalink / raw
To: gentoo-commits
commit: 4a6fecbf23540ae48883475ffa2b6db2b3a3fcce
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 11:44:05 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 12:01:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6fecbf
dev-ml/ocurl: Stabilize 0.9.2 ppc64, #833693
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/ocurl/ocurl-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocurl/ocurl-0.9.2.ebuild b/dev-ml/ocurl/ocurl-0.9.2.ebuild
index 705e27bc6c4a..2aaf66660ac9 100644
--- a/dev-ml/ocurl/ocurl-0.9.2.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86"
IUSE="examples +ocamlopt"
RDEPEND=">=net-misc/curl-7.9.8
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2022-03-10 10:10 Jakov Smolić
0 siblings, 0 replies; 29+ messages in thread
From: Jakov Smolić @ 2022-03-10 10:10 UTC (permalink / raw
To: gentoo-commits
commit: 8f4dbaa8d6c3aca8dc538007466a4823631a4ab0
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 10:10:11 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 10:10:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4dbaa8
dev-ml/ocurl: Stabilize 0.9.2 arm64, #833693
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ml/ocurl/ocurl-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocurl/ocurl-0.9.2.ebuild b/dev-ml/ocurl/ocurl-0.9.2.ebuild
index 86fc2c62f35a..dff531eaba0f 100644
--- a/dev-ml/ocurl/ocurl-0.9.2.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
IUSE="examples +ocamlopt"
RDEPEND=">=net-misc/curl-7.9.8
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2022-05-19 13:36 Agostino Sarubbo
0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2022-05-19 13:36 UTC (permalink / raw
To: gentoo-commits
commit: 87b41451b80279e98e1f365ef0936e5de54d88f1
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 13:35:07 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu May 19 13:35:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b41451
dev-ml/ocurl: arm stable wrt bug #833693
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-ml/ocurl/ocurl-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocurl/ocurl-0.9.2.ebuild b/dev-ml/ocurl/ocurl-0.9.2.ebuild
index dff531eaba0f..7a86de80a4e5 100644
--- a/dev-ml/ocurl/ocurl-0.9.2.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
IUSE="examples +ocamlopt"
RDEPEND=">=net-misc/curl-7.9.8
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2022-11-24 18:14 Conrad Kostecki
0 siblings, 0 replies; 29+ messages in thread
From: Conrad Kostecki @ 2022-11-24 18:14 UTC (permalink / raw
To: gentoo-commits
commit: 5b4d85e360627b1a3e840aa37d5f70e384c8a08f
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Nov 18 15:47:32 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 18:14:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4d85e3
dev-ml/ocurl: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-ml/ocurl/ocurl-0.9.1.ebuild | 2 +-
dev-ml/ocurl/ocurl-0.9.2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/ocurl/ocurl-0.9.1.ebuild b/dev-ml/ocurl/ocurl-0.9.1.ebuild
index 1da26026857c..490512b5c8b1 100644
--- a/dev-ml/ocurl/ocurl-0.9.1.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit findlib
DESCRIPTION="OCaml interface to the libcurl library"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
+HOMEPAGE="https://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
LICENSE="MIT"
SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/dev-ml/ocurl/ocurl-0.9.2.ebuild b/dev-ml/ocurl/ocurl-0.9.2.ebuild
index 7a86de80a4e5..9710966ae014 100644
--- a/dev-ml/ocurl/ocurl-0.9.2.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.2.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit findlib
DESCRIPTION="OCaml interface to the libcurl library"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
+HOMEPAGE="https://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
@ 2024-06-25 17:39 Alfredo Tupone
0 siblings, 0 replies; 29+ messages in thread
From: Alfredo Tupone @ 2024-06-25 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 8408ef11c5b9e06cfa53c0625ed6583e5929abb5
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 06:59:29 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 17:35:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8408ef11
dev-ml/ocurl: fix deps
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/ocurl/metadata.xml | 11 +++++++----
dev-ml/ocurl/{ocurl-0.9.2.ebuild => ocurl-0.9.2-r1.ebuild} | 10 ++++------
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/dev-ml/ocurl/metadata.xml b/dev-ml/ocurl/metadata.xml
index 367a88d8036b..9482be4092f8 100644
--- a/dev-ml/ocurl/metadata.xml
+++ b/dev-ml/ocurl/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">ygrek/ocurl</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ygrek/ocurl</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-ml/ocurl/ocurl-0.9.2.ebuild b/dev-ml/ocurl/ocurl-0.9.2-r1.ebuild
similarity index 81%
rename from dev-ml/ocurl/ocurl-0.9.2.ebuild
rename to dev-ml/ocurl/ocurl-0.9.2-r1.ebuild
index 9710966ae014..1a402989dbf3 100644
--- a/dev-ml/ocurl/ocurl-0.9.2.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit findlib
@@ -14,10 +14,8 @@ SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
IUSE="examples +ocamlopt"
-RDEPEND=">=net-misc/curl-7.9.8
- dev-ml/lwt:=
- dev-ml/camlp4:=
- >=dev-lang/ocaml-3.12:=[ocamlopt?]"
+RDEPEND="net-misc/curl
+ dev-ml/lwt:=[ocamlopt?]"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 29+ messages in thread
end of thread, other threads:[~2024-06-25 17:39 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09 21:27 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2024-06-25 17:39 Alfredo Tupone
2022-11-24 18:14 Conrad Kostecki
2022-05-19 13:36 Agostino Sarubbo
2022-03-10 10:10 Jakov Smolić
2022-02-19 12:02 Arthur Zamarin
2022-02-19 8:19 Arthur Zamarin
2022-01-09 1:42 Sam James
2021-03-14 0:48 Sam James
2021-02-11 6:31 Sam James
2021-02-11 6:26 Sam James
2021-02-10 18:53 Sam James
2021-02-10 16:33 Sam James
2020-10-28 3:36 Sam James
2020-10-20 1:37 Sam James
2020-10-20 1:37 Sam James
2018-02-11 21:56 Thomas Deutschmann
2017-08-09 21:27 Sergei Trofimovich
2017-08-02 11:23 Alexis Ballier
2017-06-22 14:24 Alexis Ballier
2017-06-15 8:49 Alexis Ballier
2017-04-20 17:16 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-01-24 11:32 Alexis Ballier
2016-10-04 10:07 Alexis Ballier
2016-10-04 10:07 Alexis Ballier
2016-09-14 15:33 Alexis Ballier
2016-05-17 10:27 Alexis Ballier
2015-10-30 10:56 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox