public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2015-09-14 12:11 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2015-09-14 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c5edf312536ba694de5dbbe26869c1c07af817b3
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 12:10:44 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 12:11:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5edf312

dev-ml/cppo: bump to 1.3.0.

Package-Manager: portage-2.2.20.1

 dev-ml/cppo/Manifest          |  1 +
 dev-ml/cppo/cppo-1.3.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index f2afada..e508505 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1,3 +1,4 @@
 DIST cppo-0.9.3.tar.gz 20393 SHA256 40a0acba9bd3b0bd8890ae2a87f479090bc4de7fa83b8ead028d08a34937923c SHA512 17726128d3c2cbd07fc70b8200f4a0a3ffed349c5d655bea9791302e88b0731cd93cdabd492e88db170fd1f6c4ed4760a65567c0265a7d1b745885be346c18b8 WHIRLPOOL ec865dff33d6278273dccb348d60d4aa783ae4348a164f08f578aef68200cbb7701fac03a39d8992a48869cf674390d0fa020c3910f62b93c4b13f96bb8c84df
 DIST cppo-1.0.1.tar.gz 21655 SHA256 bf08976e8d3bb1614094fec8e4066c6df178e2aa6f96b883fa571aaad3c6e1e4 SHA512 50f84d30c69c245db960ea11d1cc9f2b15d5333ae9f848387c212cc9a0f8e4383cc1bca10c351b460a0ef0849bed62c6a916869a036a985e267c167216c1ddb5 WHIRLPOOL c5f35ad25a4e4cfd11721ae41df5928fb65c2f20af0660a5729d6e59361bb18c819b624dd506d2fc81b165023c6b6711e695ef24b365c34f55af3173c556af81
 DIST cppo-1.1.2.tar.gz 24908 SHA256 975e0cb5e2751a604715eb042a059ef4965aff0318cf4c0553f215ed0964dfdd SHA512 dac094d21db26b867aa0db7461ca442a62ec6d9fd90a9da84ed66cca1764e227ebc86af222e3ba5120e431cf1aa1a7e5ae037cd2ecf6471c354a6181aa723086 WHIRLPOOL 6aac4b9067238fa1f4bccc9af612b47ab9dcddac0ed5855783a0bd52c44e829b74ffe048ab49dc7a3dfc7b59e1eb03f603dd0727cadbc1a9ca665990fcec17ee
+DIST cppo-1.3.0.tar.gz 26012 SHA256 042180a1c4c0d141025685977ac866c5c26505b2913c4cb1fdc2affa4fd21d7e SHA512 cbed2323b3458fd793df6d945e9f4dcd9ede61ad1df566d83027079f6abdd0c505bb03c3cc3f1dccf841afa8cd30052bfa0eab756e338b4c487c7a11413c7527 WHIRLPOOL dc726c557edc34f3c96d7f3d1973b237719ec3011734776176b3908fb21576a8301bb0497668eb7a839dd647b4f12403147d89f90f30660997630a7396c595be

diff --git a/dev-ml/cppo/cppo-1.3.0.ebuild b/dev-ml/cppo/cppo-1.3.0.ebuild
new file mode 100644
index 0000000..2ff1f6d
--- /dev/null
+++ b/dev-ml/cppo/cppo-1.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit findlib
+
+DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
+HOMEPAGE="http://mjambon.com/cppo.html"
+SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+
+IUSE="examples"
+
+RDEPEND=">=dev-lang/ocaml-3.12:="
+DEPEND="${RDEPEND}"
+
+src_install() {
+	findlib_src_preinst
+	mkdir -p "${ED}"/usr/bin
+	emake PREFIX="${ED}"/usr install
+	dodoc README.md Changes
+	if use examples ; then
+		dodoc -r examples
+		docompress -x /usr/share/doc/${PF}/examples
+	fi
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2015-09-21  9:41 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2015-09-21  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     b1232792e00748e4ded3c8faac22b12596157c53
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 09:02:09 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 09:33:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1232792

dev-ml/cppo: remove old.

Package-Manager: portage-2.2.20.1

 dev-ml/cppo/Manifest          |  3 ---
 dev-ml/cppo/cppo-0.9.3.ebuild | 28 ----------------------------
 dev-ml/cppo/cppo-1.0.1.ebuild | 31 -------------------------------
 dev-ml/cppo/cppo-1.1.2.ebuild | 31 -------------------------------
 4 files changed, 93 deletions(-)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index e508505..c4da34e 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1,4 +1 @@
-DIST cppo-0.9.3.tar.gz 20393 SHA256 40a0acba9bd3b0bd8890ae2a87f479090bc4de7fa83b8ead028d08a34937923c SHA512 17726128d3c2cbd07fc70b8200f4a0a3ffed349c5d655bea9791302e88b0731cd93cdabd492e88db170fd1f6c4ed4760a65567c0265a7d1b745885be346c18b8 WHIRLPOOL ec865dff33d6278273dccb348d60d4aa783ae4348a164f08f578aef68200cbb7701fac03a39d8992a48869cf674390d0fa020c3910f62b93c4b13f96bb8c84df
-DIST cppo-1.0.1.tar.gz 21655 SHA256 bf08976e8d3bb1614094fec8e4066c6df178e2aa6f96b883fa571aaad3c6e1e4 SHA512 50f84d30c69c245db960ea11d1cc9f2b15d5333ae9f848387c212cc9a0f8e4383cc1bca10c351b460a0ef0849bed62c6a916869a036a985e267c167216c1ddb5 WHIRLPOOL c5f35ad25a4e4cfd11721ae41df5928fb65c2f20af0660a5729d6e59361bb18c819b624dd506d2fc81b165023c6b6711e695ef24b365c34f55af3173c556af81
-DIST cppo-1.1.2.tar.gz 24908 SHA256 975e0cb5e2751a604715eb042a059ef4965aff0318cf4c0553f215ed0964dfdd SHA512 dac094d21db26b867aa0db7461ca442a62ec6d9fd90a9da84ed66cca1764e227ebc86af222e3ba5120e431cf1aa1a7e5ae037cd2ecf6471c354a6181aa723086 WHIRLPOOL 6aac4b9067238fa1f4bccc9af612b47ab9dcddac0ed5855783a0bd52c44e829b74ffe048ab49dc7a3dfc7b59e1eb03f603dd0727cadbc1a9ca665990fcec17ee
 DIST cppo-1.3.0.tar.gz 26012 SHA256 042180a1c4c0d141025685977ac866c5c26505b2913c4cb1fdc2affa4fd21d7e SHA512 cbed2323b3458fd793df6d945e9f4dcd9ede61ad1df566d83027079f6abdd0c505bb03c3cc3f1dccf841afa8cd30052bfa0eab756e338b4c487c7a11413c7527 WHIRLPOOL dc726c557edc34f3c96d7f3d1973b237719ec3011734776176b3908fb21576a8301bb0497668eb7a839dd647b4f12403147d89f90f30660997630a7396c595be

diff --git a/dev-ml/cppo/cppo-0.9.3.ebuild b/dev-ml/cppo/cppo-0.9.3.ebuild
deleted file mode 100644
index ab205a9..0000000
--- a/dev-ml/cppo/cppo-0.9.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
-HOMEPAGE="http://mjambon.com/cppo.html"
-SRC_URI="http://mjambon.com/releases/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-
-IUSE="examples"
-
-RDEPEND=">=dev-lang/ocaml-3.12:="
-DEPEND="${RDEPEND}"
-
-src_install() {
-	mkdir -p "${ED}"/usr/bin
-	emake PREFIX="${ED}"/usr install
-	dodoc README Changes
-	if use examples ; then
-		dodoc -r examples
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}

diff --git a/dev-ml/cppo/cppo-1.0.1.ebuild b/dev-ml/cppo/cppo-1.0.1.ebuild
deleted file mode 100644
index 3d525ab..0000000
--- a/dev-ml/cppo/cppo-1.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit findlib
-
-DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
-HOMEPAGE="http://mjambon.com/cppo.html"
-SRC_URI="http://mjambon.com/releases/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-
-IUSE="examples"
-
-RDEPEND=">=dev-lang/ocaml-3.12:="
-DEPEND="${RDEPEND}"
-
-src_install() {
-	findlib_src_preinst
-	mkdir -p "${ED}"/usr/bin
-	emake PREFIX="${ED}"/usr install
-	dodoc README.md Changes
-	if use examples ; then
-		dodoc -r examples
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}

diff --git a/dev-ml/cppo/cppo-1.1.2.ebuild b/dev-ml/cppo/cppo-1.1.2.ebuild
deleted file mode 100644
index 3d525ab..0000000
--- a/dev-ml/cppo/cppo-1.1.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit findlib
-
-DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
-HOMEPAGE="http://mjambon.com/cppo.html"
-SRC_URI="http://mjambon.com/releases/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-
-IUSE="examples"
-
-RDEPEND=">=dev-lang/ocaml-3.12:="
-DEPEND="${RDEPEND}"
-
-src_install() {
-	findlib_src_preinst
-	mkdir -p "${ED}"/usr/bin
-	emake PREFIX="${ED}"/usr install
-	dodoc README.md Changes
-	if use examples ; then
-		dodoc -r examples
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2015-09-21  9:41 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2015-09-21  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     0a8c118782740a02f08180b963834f2316147daa
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 09:08:15 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 09:33:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8c1187

dev-ml/cppo: bump to 1.3.1.

Package-Manager: portage-2.2.20.1

 dev-ml/cppo/Manifest          |  1 +
 dev-ml/cppo/cppo-1.3.1.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index c4da34e..9acf374 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1 +1,2 @@
 DIST cppo-1.3.0.tar.gz 26012 SHA256 042180a1c4c0d141025685977ac866c5c26505b2913c4cb1fdc2affa4fd21d7e SHA512 cbed2323b3458fd793df6d945e9f4dcd9ede61ad1df566d83027079f6abdd0c505bb03c3cc3f1dccf841afa8cd30052bfa0eab756e338b4c487c7a11413c7527 WHIRLPOOL dc726c557edc34f3c96d7f3d1973b237719ec3011734776176b3908fb21576a8301bb0497668eb7a839dd647b4f12403147d89f90f30660997630a7396c595be
+DIST cppo-1.3.1.tar.gz 26259 SHA256 2e3e658b0ba24d7217c59e76df3e92d4e03866143da8d206b3267cebccfefc69 SHA512 0e5180ce21bb605733ca4bfd64f1917ccb8772f6d078a23d39710b4dc1c5ede32dcaa3bd30116f17683c4040a7cfc41a4ca541e9c973265ec1dd988e2ec67238 WHIRLPOOL 37cc6699aaabd2642b55e00d3c55bfe442c978eb540889ee396ebecd5e5343e45b7e4322cff65e5add8ea3cf18f379d1d7632389742bac1f30b7cfa67c5af172

diff --git a/dev-ml/cppo/cppo-1.3.1.ebuild b/dev-ml/cppo/cppo-1.3.1.ebuild
new file mode 100644
index 0000000..2ff1f6d
--- /dev/null
+++ b/dev-ml/cppo/cppo-1.3.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit findlib
+
+DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
+HOMEPAGE="http://mjambon.com/cppo.html"
+SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+
+IUSE="examples"
+
+RDEPEND=">=dev-lang/ocaml-3.12:="
+DEPEND="${RDEPEND}"
+
+src_install() {
+	findlib_src_preinst
+	mkdir -p "${ED}"/usr/bin
+	emake PREFIX="${ED}"/usr install
+	dodoc README.md Changes
+	if use examples ; then
+		dodoc -r examples
+		docompress -x /usr/share/doc/${PF}/examples
+	fi
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2016-02-06 16:25 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2016-02-06 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     359e906aece668d2030d03c1ee95e1da7dc476f5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 16:22:08 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 16:22:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359e906a

dev-ml/cppo: add proper subslot

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/cppo/cppo-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.3.1.ebuild b/dev-ml/cppo/cppo-1.3.1.ebuild
index 2ff1f6d..b89094c 100644
--- a/dev-ml/cppo/cppo-1.3.1.ebuild
+++ b/dev-ml/cppo/cppo-1.3.1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
 HOMEPAGE="http://mjambon.com/cppo.html"
 SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-SLOT="0"
+SLOT="0/${PV}"
 LICENSE="BSD"
 KEYWORDS="~amd64"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2016-02-06 16:25 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2016-02-06 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ba4e5eaaa2d882c3320fe74b70e8eca5fc85ad5b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 16:21:46 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 16:21:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4e5eaa

dev-ml/cppo: remove old

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/cppo/Manifest          |  1 -
 dev-ml/cppo/cppo-1.3.0.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index 9acf374..2926ae3 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1,2 +1 @@
-DIST cppo-1.3.0.tar.gz 26012 SHA256 042180a1c4c0d141025685977ac866c5c26505b2913c4cb1fdc2affa4fd21d7e SHA512 cbed2323b3458fd793df6d945e9f4dcd9ede61ad1df566d83027079f6abdd0c505bb03c3cc3f1dccf841afa8cd30052bfa0eab756e338b4c487c7a11413c7527 WHIRLPOOL dc726c557edc34f3c96d7f3d1973b237719ec3011734776176b3908fb21576a8301bb0497668eb7a839dd647b4f12403147d89f90f30660997630a7396c595be
 DIST cppo-1.3.1.tar.gz 26259 SHA256 2e3e658b0ba24d7217c59e76df3e92d4e03866143da8d206b3267cebccfefc69 SHA512 0e5180ce21bb605733ca4bfd64f1917ccb8772f6d078a23d39710b4dc1c5ede32dcaa3bd30116f17683c4040a7cfc41a4ca541e9c973265ec1dd988e2ec67238 WHIRLPOOL 37cc6699aaabd2642b55e00d3c55bfe442c978eb540889ee396ebecd5e5343e45b7e4322cff65e5add8ea3cf18f379d1d7632389742bac1f30b7cfa67c5af172

diff --git a/dev-ml/cppo/cppo-1.3.0.ebuild b/dev-ml/cppo/cppo-1.3.0.ebuild
deleted file mode 100644
index 2ff1f6d..0000000
--- a/dev-ml/cppo/cppo-1.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit findlib
-
-DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
-HOMEPAGE="http://mjambon.com/cppo.html"
-SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-
-IUSE="examples"
-
-RDEPEND=">=dev-lang/ocaml-3.12:="
-DEPEND="${RDEPEND}"
-
-src_install() {
-	findlib_src_preinst
-	mkdir -p "${ED}"/usr/bin
-	emake PREFIX="${ED}"/usr install
-	dodoc README.md Changes
-	if use examples ; then
-		dodoc -r examples
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2016-03-01 18:47 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2016-03-01 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     face94305707b4f002c8ffd7a3ae1f7669f6e868
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  1 18:08:55 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar  1 18:47:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=face9430

dev-ml/cppo: add ocamlbuild dep

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/cppo/cppo-1.3.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.3.1.ebuild b/dev-ml/cppo/cppo-1.3.1.ebuild
index b89094c..87d0447 100644
--- a/dev-ml/cppo/cppo-1.3.1.ebuild
+++ b/dev-ml/cppo/cppo-1.3.1.ebuild
@@ -17,7 +17,8 @@ KEYWORDS="~amd64"
 IUSE="examples"
 
 RDEPEND=">=dev-lang/ocaml-3.12:="
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	dev-ml/ocamlbuild"
 
 src_install() {
 	findlib_src_preinst


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2016-03-05 11:24 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2016-03-05 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a44103e6fed87c873fbeaea406eb63a04f7b6cb2
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 11:24:19 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 11:24:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44103e6

dev-ml/cppo: ocamlbuild is a rdep too, bug #576454

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/cppo/{cppo-1.3.1.ebuild => cppo-1.3.1-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ml/cppo/cppo-1.3.1.ebuild b/dev-ml/cppo/cppo-1.3.1-r1.ebuild
similarity index 89%
rename from dev-ml/cppo/cppo-1.3.1.ebuild
rename to dev-ml/cppo/cppo-1.3.1-r1.ebuild
index 87d0447..064faf4 100644
--- a/dev-ml/cppo/cppo-1.3.1.ebuild
+++ b/dev-ml/cppo/cppo-1.3.1-r1.ebuild
@@ -16,9 +16,9 @@ KEYWORDS="~amd64"
 
 IUSE="examples"
 
-RDEPEND=">=dev-lang/ocaml-3.12:="
-DEPEND="${RDEPEND}
-	dev-ml/ocamlbuild"
+RDEPEND=">=dev-lang/ocaml-3.12:=
+	dev-ml/ocamlbuild:="
+DEPEND="${RDEPEND}"
 
 src_install() {
 	findlib_src_preinst


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2016-04-22 13:01 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2016-04-22 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     21d2feaeecf70d96913aec54511f4387e37a528c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 10:04:45 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 13:01:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d2feae

dev-ml/cppo: bump to 1.3.2

Package-Manager: portage-2.2.28

 dev-ml/cppo/Manifest          |  1 +
 dev-ml/cppo/cppo-1.3.2.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index 2926ae3..508c394 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1 +1,2 @@
 DIST cppo-1.3.1.tar.gz 26259 SHA256 2e3e658b0ba24d7217c59e76df3e92d4e03866143da8d206b3267cebccfefc69 SHA512 0e5180ce21bb605733ca4bfd64f1917ccb8772f6d078a23d39710b4dc1c5ede32dcaa3bd30116f17683c4040a7cfc41a4ca541e9c973265ec1dd988e2ec67238 WHIRLPOOL 37cc6699aaabd2642b55e00d3c55bfe442c978eb540889ee396ebecd5e5343e45b7e4322cff65e5add8ea3cf18f379d1d7632389742bac1f30b7cfa67c5af172
+DIST cppo-1.3.2.tar.gz 26332 SHA256 c49e3080b3326466c7ddd97100c63bd568301802b3e48cebea3406e1ca76ebc8 SHA512 8569cc644694cca474b373edf4489f24c688106f922b8c9c97d254a22bc988438a2b9e0a5cab44434f8ee7bc7e5fb5612eff2511bbb560e44945fdf827c2441a WHIRLPOOL e3d4e052873f8847cf56da402d460a28be907d22fdfc7c72bdc3b2ea4373cb1246da3ed1f864d18558727b6f752fd69871c717e17d49b777200e25e64023a115

diff --git a/dev-ml/cppo/cppo-1.3.2.ebuild b/dev-ml/cppo/cppo-1.3.2.ebuild
new file mode 100644
index 0000000..064faf4
--- /dev/null
+++ b/dev-ml/cppo/cppo-1.3.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit findlib
+
+DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
+HOMEPAGE="http://mjambon.com/cppo.html"
+SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+
+IUSE="examples"
+
+RDEPEND=">=dev-lang/ocaml-3.12:=
+	dev-ml/ocamlbuild:="
+DEPEND="${RDEPEND}"
+
+src_install() {
+	findlib_src_preinst
+	mkdir -p "${ED}"/usr/bin
+	emake PREFIX="${ED}"/usr install
+	dodoc README.md Changes
+	if use examples ; then
+		dodoc -r examples
+		docompress -x /usr/share/doc/${PF}/examples
+	fi
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2016-08-19 14:51 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2016-08-19 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     a2c7e842f1a2321a1ddc09c4b2a4c775425a8e22
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 14:51:45 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 14:51:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c7e842

dev-ml/cppo: bump to 1.4.0

Package-Manager: portage-2.3.0

 dev-ml/cppo/Manifest          |  1 +
 dev-ml/cppo/cppo-1.4.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index 508c394..97ba1bb 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1,2 +1,3 @@
 DIST cppo-1.3.1.tar.gz 26259 SHA256 2e3e658b0ba24d7217c59e76df3e92d4e03866143da8d206b3267cebccfefc69 SHA512 0e5180ce21bb605733ca4bfd64f1917ccb8772f6d078a23d39710b4dc1c5ede32dcaa3bd30116f17683c4040a7cfc41a4ca541e9c973265ec1dd988e2ec67238 WHIRLPOOL 37cc6699aaabd2642b55e00d3c55bfe442c978eb540889ee396ebecd5e5343e45b7e4322cff65e5add8ea3cf18f379d1d7632389742bac1f30b7cfa67c5af172
 DIST cppo-1.3.2.tar.gz 26332 SHA256 c49e3080b3326466c7ddd97100c63bd568301802b3e48cebea3406e1ca76ebc8 SHA512 8569cc644694cca474b373edf4489f24c688106f922b8c9c97d254a22bc988438a2b9e0a5cab44434f8ee7bc7e5fb5612eff2511bbb560e44945fdf827c2441a WHIRLPOOL e3d4e052873f8847cf56da402d460a28be907d22fdfc7c72bdc3b2ea4373cb1246da3ed1f864d18558727b6f752fd69871c717e17d49b777200e25e64023a115
+DIST cppo-1.4.0.tar.gz 26450 SHA256 b0ea2920b04de314c6c0e519ca5694d042246637169cb0db95773620d46d14eb SHA512 c81d6478248e84ab25ec19a5021341663f414a7c62075f2ad79922fdcc077b8de8bd609d22b3f34475eca735a68747966e4e1bbbc419f55f0333ee3d5805a284 WHIRLPOOL 17f8faaf09f8a33e1d294e16ff5ac28e509c1666eeb16b80b771090922ae4a6106324b662d5fb96a33f3cf46a67e45ecaba653088a319017a1317ce7a12a87ad

diff --git a/dev-ml/cppo/cppo-1.4.0.ebuild b/dev-ml/cppo/cppo-1.4.0.ebuild
new file mode 100644
index 0000000..dd063e7
--- /dev/null
+++ b/dev-ml/cppo/cppo-1.4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit findlib
+
+DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
+HOMEPAGE="http://mjambon.com/cppo.html"
+SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+
+IUSE="examples"
+
+RDEPEND=">=dev-lang/ocaml-3.12:=
+	dev-ml/ocamlbuild:="
+DEPEND="${RDEPEND}"
+
+src_install() {
+	findlib_src_preinst
+	mkdir -p "${ED}"/usr/bin
+	emake PREFIX="${ED}"/usr install
+	dodoc README.md Changes
+	if use examples ; then
+		dodoc -r examples
+		docompress -x /usr/share/doc/${PF}/examples
+	fi
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2016-11-10 15:18 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2016-11-10 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0da3461c6f18e07b3c9fe01d23244dbb64dfc76e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 15:12:10 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 15:16:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da3461c

dev-ml/cppo: bump to 1.4.1

Package-Manager: portage-2.3.2

 dev-ml/cppo/Manifest          |  1 +
 dev-ml/cppo/cppo-1.4.1.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index 97ba1bb..9eb34f4 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1,3 +1,4 @@
 DIST cppo-1.3.1.tar.gz 26259 SHA256 2e3e658b0ba24d7217c59e76df3e92d4e03866143da8d206b3267cebccfefc69 SHA512 0e5180ce21bb605733ca4bfd64f1917ccb8772f6d078a23d39710b4dc1c5ede32dcaa3bd30116f17683c4040a7cfc41a4ca541e9c973265ec1dd988e2ec67238 WHIRLPOOL 37cc6699aaabd2642b55e00d3c55bfe442c978eb540889ee396ebecd5e5343e45b7e4322cff65e5add8ea3cf18f379d1d7632389742bac1f30b7cfa67c5af172
 DIST cppo-1.3.2.tar.gz 26332 SHA256 c49e3080b3326466c7ddd97100c63bd568301802b3e48cebea3406e1ca76ebc8 SHA512 8569cc644694cca474b373edf4489f24c688106f922b8c9c97d254a22bc988438a2b9e0a5cab44434f8ee7bc7e5fb5612eff2511bbb560e44945fdf827c2441a WHIRLPOOL e3d4e052873f8847cf56da402d460a28be907d22fdfc7c72bdc3b2ea4373cb1246da3ed1f864d18558727b6f752fd69871c717e17d49b777200e25e64023a115
 DIST cppo-1.4.0.tar.gz 26450 SHA256 b0ea2920b04de314c6c0e519ca5694d042246637169cb0db95773620d46d14eb SHA512 c81d6478248e84ab25ec19a5021341663f414a7c62075f2ad79922fdcc077b8de8bd609d22b3f34475eca735a68747966e4e1bbbc419f55f0333ee3d5805a284 WHIRLPOOL 17f8faaf09f8a33e1d294e16ff5ac28e509c1666eeb16b80b771090922ae4a6106324b662d5fb96a33f3cf46a67e45ecaba653088a319017a1317ce7a12a87ad
+DIST cppo-1.4.1.tar.gz 26547 SHA256 5b7efc30256e1568a0f39ddeadc54ff57c4ec1b183ae034db36e27c0ad51f509 SHA512 efbc82d2eb31b9e16c43ffbd7a2a56a5356934c32bee62205f55295a9342e4747ce13b9ad6572f3180e656b215a9255d402712ff7bae1ef9e8eccdabb2d00c16 WHIRLPOOL 3d6b6a44282e9c1e96840da1bfb7b0641c7349bb6099cd61f62a00487696b65db0075a69a6375484c16c1e11d54f36dccffcb86d92a960594d8d4c8c256b14ee

diff --git a/dev-ml/cppo/cppo-1.4.1.ebuild b/dev-ml/cppo/cppo-1.4.1.ebuild
new file mode 100644
index 00000000..dd063e7
--- /dev/null
+++ b/dev-ml/cppo/cppo-1.4.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit findlib
+
+DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
+HOMEPAGE="http://mjambon.com/cppo.html"
+SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+
+IUSE="examples"
+
+RDEPEND=">=dev-lang/ocaml-3.12:=
+	dev-ml/ocamlbuild:="
+DEPEND="${RDEPEND}"
+
+src_install() {
+	findlib_src_preinst
+	mkdir -p "${ED}"/usr/bin
+	emake PREFIX="${ED}"/usr install
+	dodoc README.md Changes
+	if use examples ; then
+		dodoc -r examples
+		docompress -x /usr/share/doc/${PF}/examples
+	fi
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2017-01-24 11:07 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2017-01-24 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     d36b3803ba9868a11e31e596737950a01a3168a3
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 10:57:08 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 11:07:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36b3803

dev-ml/cppo: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/cppo/Manifest             |  3 ---
 dev-ml/cppo/cppo-1.3.1-r1.ebuild | 32 --------------------------------
 dev-ml/cppo/cppo-1.3.2.ebuild    | 32 --------------------------------
 dev-ml/cppo/cppo-1.4.0.ebuild    | 32 --------------------------------
 4 files changed, 99 deletions(-)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index 9eb34f4..2e5eec5 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1,4 +1 @@
-DIST cppo-1.3.1.tar.gz 26259 SHA256 2e3e658b0ba24d7217c59e76df3e92d4e03866143da8d206b3267cebccfefc69 SHA512 0e5180ce21bb605733ca4bfd64f1917ccb8772f6d078a23d39710b4dc1c5ede32dcaa3bd30116f17683c4040a7cfc41a4ca541e9c973265ec1dd988e2ec67238 WHIRLPOOL 37cc6699aaabd2642b55e00d3c55bfe442c978eb540889ee396ebecd5e5343e45b7e4322cff65e5add8ea3cf18f379d1d7632389742bac1f30b7cfa67c5af172
-DIST cppo-1.3.2.tar.gz 26332 SHA256 c49e3080b3326466c7ddd97100c63bd568301802b3e48cebea3406e1ca76ebc8 SHA512 8569cc644694cca474b373edf4489f24c688106f922b8c9c97d254a22bc988438a2b9e0a5cab44434f8ee7bc7e5fb5612eff2511bbb560e44945fdf827c2441a WHIRLPOOL e3d4e052873f8847cf56da402d460a28be907d22fdfc7c72bdc3b2ea4373cb1246da3ed1f864d18558727b6f752fd69871c717e17d49b777200e25e64023a115
-DIST cppo-1.4.0.tar.gz 26450 SHA256 b0ea2920b04de314c6c0e519ca5694d042246637169cb0db95773620d46d14eb SHA512 c81d6478248e84ab25ec19a5021341663f414a7c62075f2ad79922fdcc077b8de8bd609d22b3f34475eca735a68747966e4e1bbbc419f55f0333ee3d5805a284 WHIRLPOOL 17f8faaf09f8a33e1d294e16ff5ac28e509c1666eeb16b80b771090922ae4a6106324b662d5fb96a33f3cf46a67e45ecaba653088a319017a1317ce7a12a87ad
 DIST cppo-1.4.1.tar.gz 26547 SHA256 5b7efc30256e1568a0f39ddeadc54ff57c4ec1b183ae034db36e27c0ad51f509 SHA512 efbc82d2eb31b9e16c43ffbd7a2a56a5356934c32bee62205f55295a9342e4747ce13b9ad6572f3180e656b215a9255d402712ff7bae1ef9e8eccdabb2d00c16 WHIRLPOOL 3d6b6a44282e9c1e96840da1bfb7b0641c7349bb6099cd61f62a00487696b65db0075a69a6375484c16c1e11d54f36dccffcb86d92a960594d8d4c8c256b14ee

diff --git a/dev-ml/cppo/cppo-1.3.1-r1.ebuild b/dev-ml/cppo/cppo-1.3.1-r1.ebuild
deleted file mode 100644
index 064faf4..00000000
--- a/dev-ml/cppo/cppo-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit findlib
-
-DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
-HOMEPAGE="http://mjambon.com/cppo.html"
-SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0/${PV}"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-
-IUSE="examples"
-
-RDEPEND=">=dev-lang/ocaml-3.12:=
-	dev-ml/ocamlbuild:="
-DEPEND="${RDEPEND}"
-
-src_install() {
-	findlib_src_preinst
-	mkdir -p "${ED}"/usr/bin
-	emake PREFIX="${ED}"/usr install
-	dodoc README.md Changes
-	if use examples ; then
-		dodoc -r examples
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}

diff --git a/dev-ml/cppo/cppo-1.3.2.ebuild b/dev-ml/cppo/cppo-1.3.2.ebuild
deleted file mode 100644
index 064faf4..00000000
--- a/dev-ml/cppo/cppo-1.3.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit findlib
-
-DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
-HOMEPAGE="http://mjambon.com/cppo.html"
-SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0/${PV}"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-
-IUSE="examples"
-
-RDEPEND=">=dev-lang/ocaml-3.12:=
-	dev-ml/ocamlbuild:="
-DEPEND="${RDEPEND}"
-
-src_install() {
-	findlib_src_preinst
-	mkdir -p "${ED}"/usr/bin
-	emake PREFIX="${ED}"/usr install
-	dodoc README.md Changes
-	if use examples ; then
-		dodoc -r examples
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}

diff --git a/dev-ml/cppo/cppo-1.4.0.ebuild b/dev-ml/cppo/cppo-1.4.0.ebuild
deleted file mode 100644
index dd063e7..00000000
--- a/dev-ml/cppo/cppo-1.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit findlib
-
-DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
-HOMEPAGE="http://mjambon.com/cppo.html"
-SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0/${PV}"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-
-IUSE="examples"
-
-RDEPEND=">=dev-lang/ocaml-3.12:=
-	dev-ml/ocamlbuild:="
-DEPEND="${RDEPEND}"
-
-src_install() {
-	findlib_src_preinst
-	mkdir -p "${ED}"/usr/bin
-	emake PREFIX="${ED}"/usr install
-	dodoc README.md Changes
-	if use examples ; then
-		dodoc -r examples
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2017-02-16 13:25 Agostino Sarubbo
  0 siblings, 0 replies; 43+ messages in thread
From: Agostino Sarubbo @ 2017-02-16 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8f6b514b656b0daab5024dee0c80c324fc495cca
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 13:25:24 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 13:25:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6b514b

dev-ml/cppo: amd64 stable wrt bug #586910

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-ml/cppo/cppo-1.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/cppo/cppo-1.4.1.ebuild b/dev-ml/cppo/cppo-1.4.1.ebuild
index dd063e75c6..6084171c90 100644
--- a/dev-ml/cppo/cppo-1.4.1.ebuild
+++ b/dev-ml/cppo/cppo-1.4.1.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
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 IUSE="examples"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2017-02-16 17:26 Agostino Sarubbo
  0 siblings, 0 replies; 43+ messages in thread
From: Agostino Sarubbo @ 2017-02-16 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     e7ce0efbf0c00c41e9db484ddbdbeaa08c8197cf
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 17:26:05 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 17:26:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ce0efb

dev-ml/cppo: x86 stable wrt bug #586910

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-ml/cppo/cppo-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.4.1.ebuild b/dev-ml/cppo/cppo-1.4.1.ebuild
index 6084171c90..d460ede5c7 100644
--- a/dev-ml/cppo/cppo-1.4.1.ebuild
+++ b/dev-ml/cppo/cppo-1.4.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="amd64"
+KEYWORDS="amd64 x86"
 
 IUSE="examples"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2017-02-23 11:57 Michael Weber
  0 siblings, 0 replies; 43+ messages in thread
From: Michael Weber @ 2017-02-23 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d68d6d2cd1aefe46f0582d0051e6239bc60d756d
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 11:49:13 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 11:56:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68d6d2c

dev-ml/cppo: Add ~ppc keyword (bug 586910).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/cppo/cppo-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.4.1.ebuild b/dev-ml/cppo/cppo-1.4.1.ebuild
index d460ede5c7..57e1d16fb0 100644
--- a/dev-ml/cppo/cppo-1.4.1.ebuild
+++ b/dev-ml/cppo/cppo-1.4.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 
 IUSE="examples"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2017-02-23 11:57 Michael Weber
  0 siblings, 0 replies; 43+ messages in thread
From: Michael Weber @ 2017-02-23 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     29747af0f0be195875a6474dcf5f7d15af4d1109
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 11:54:04 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 11:57:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29747af0

dev-ml/cppo: ppc stable (bug 586910).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/cppo/cppo-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.4.1.ebuild b/dev-ml/cppo/cppo-1.4.1.ebuild
index 57e1d16fb0..33a1641810 100644
--- a/dev-ml/cppo/cppo-1.4.1.ebuild
+++ b/dev-ml/cppo/cppo-1.4.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 IUSE="examples"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2017-03-15 14:26 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2017-03-15 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     1371b2bb14a126503a6463654fcc69f50de18c3b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 13:58:12 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 14:26:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1371b2bb

dev-ml/cppo: keyword ~arm

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-ml/cppo/cppo-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.4.1.ebuild b/dev-ml/cppo/cppo-1.4.1.ebuild
index 7bdedc94964..e9730dd44aa 100644
--- a/dev-ml/cppo/cppo-1.4.1.ebuild
+++ b/dev-ml/cppo/cppo-1.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
 
 IUSE="examples"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2017-04-05  9:51 Michael Weber
  0 siblings, 0 replies; 43+ messages in thread
From: Michael Weber @ 2017-04-05  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     a4cf474b99a2c02dbdf9594b223065b5cfd5efae
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 09:32:36 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 09:51:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4cf474b

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

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

 dev-ml/cppo/cppo-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.4.1.ebuild b/dev-ml/cppo/cppo-1.4.1.ebuild
index e9730dd44aa..f95f61d08b4 100644
--- a/dev-ml/cppo/cppo-1.4.1.ebuild
+++ b/dev-ml/cppo/cppo-1.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 
 IUSE="examples"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2017-04-05 10:22 Michael Weber
  0 siblings, 0 replies; 43+ messages in thread
From: Michael Weber @ 2017-04-05 10:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b44198739d0756dbe08da713642f59edec7a350c
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 10:22:35 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 10:22:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4419873

Revert "dev-ml/cppo: add ~ppc (bug 527318)."

This reverts commit a4cf474b99a2c02dbdf9594b223065b5cfd5efae.

 dev-ml/cppo/cppo-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.4.1.ebuild b/dev-ml/cppo/cppo-1.4.1.ebuild
index f95f61d08b4..e9730dd44aa 100644
--- a/dev-ml/cppo/cppo-1.4.1.ebuild
+++ b/dev-ml/cppo/cppo-1.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
 
 IUSE="examples"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2017-04-25 17:32 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2017-04-25 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     38cf9c02c6ae0043bbac15191fd38c434b0aee24
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 16:34:19 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 17:32:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cf9c02

dev-ml/cppo: add ocamlopt useflag

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/cppo/cppo-1.5.0.ebuild | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-ml/cppo/cppo-1.5.0.ebuild b/dev-ml/cppo/cppo-1.5.0.ebuild
index 933faf0db61..39915b69c08 100644
--- a/dev-ml/cppo/cppo-1.5.0.ebuild
+++ b/dev-ml/cppo/cppo-1.5.0.ebuild
@@ -13,16 +13,22 @@ SLOT="0/${PV}"
 LICENSE="BSD"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 
-IUSE="examples"
+IUSE="examples +ocamlopt"
 
-RDEPEND=">=dev-lang/ocaml-3.12:=
-	dev-ml/ocamlbuild:="
+RDEPEND="
+	>=dev-lang/ocaml-3.12:=[ocamlopt?]
+	dev-ml/ocamlbuild:=[ocamlopt?]"
 DEPEND="${RDEPEND}"
 
+src_compile() {
+	use ocamlopt || sed -e 's/ocamlbuild_cppo.cmx/ocamlbuild_cppo.cmo/' -i Makefile
+	emake BEST="$(usex ocamlopt '.native' '.byte')"
+}
+
 src_install() {
 	findlib_src_preinst
 	mkdir -p "${ED}"/usr/bin
-	emake PREFIX="${ED}"/usr install
+	emake PREFIX="${ED}"/usr BEST="$(usex ocamlopt '.native' '.byte')" install
 	dodoc README.md Changes
 	if use examples ; then
 		dodoc -r examples


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2017-04-25 17:32 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2017-04-25 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d655259576d18ba2caf5a30ab16f443cdaec372d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 16:28:21 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 17:32:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6552595

dev-ml/cppo: bump to 1.5.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/cppo/Manifest          |  1 +
 dev-ml/cppo/cppo-1.5.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index 2e5eec56ff8..53a0d4f2a0b 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1 +1,2 @@
 DIST cppo-1.4.1.tar.gz 26547 SHA256 5b7efc30256e1568a0f39ddeadc54ff57c4ec1b183ae034db36e27c0ad51f509 SHA512 efbc82d2eb31b9e16c43ffbd7a2a56a5356934c32bee62205f55295a9342e4747ce13b9ad6572f3180e656b215a9255d402712ff7bae1ef9e8eccdabb2d00c16 WHIRLPOOL 3d6b6a44282e9c1e96840da1bfb7b0641c7349bb6099cd61f62a00487696b65db0075a69a6375484c16c1e11d54f36dccffcb86d92a960594d8d4c8c256b14ee
+DIST cppo-1.5.0.tar.gz 26963 SHA256 00c6d6d470da0d529928f0a82d5f88052c4df279a70da20e0b4f025b26a36819 SHA512 2cc144815b818242b6bb1dee213aa65345620eaf1afe59b25d118399d9a02d577aa9dc61dd5756661e44411acccdb2fc0320a8984e5f0d2a7390fcc816bac7e0 WHIRLPOOL 02fd8fb5c5fd3b7287c69997eefdc6f46300eed0031b9ffa8ea545f9b31b4a33d5af9e5038216cd4f8a57103563f1bc6650e7bfce12fc82f07d4c49c2438a6b1

diff --git a/dev-ml/cppo/cppo-1.5.0.ebuild b/dev-ml/cppo/cppo-1.5.0.ebuild
new file mode 100644
index 00000000000..933faf0db61
--- /dev/null
+++ b/dev-ml/cppo/cppo-1.5.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit findlib
+
+DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
+HOMEPAGE="http://mjambon.com/cppo.html https://github.com/mjambon/cppo/"
+SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+IUSE="examples"
+
+RDEPEND=">=dev-lang/ocaml-3.12:=
+	dev-ml/ocamlbuild:="
+DEPEND="${RDEPEND}"
+
+src_install() {
+	findlib_src_preinst
+	mkdir -p "${ED}"/usr/bin
+	emake PREFIX="${ED}"/usr install
+	dodoc README.md Changes
+	if use examples ; then
+		dodoc -r examples
+		docompress -x /usr/share/doc/${PF}/examples
+	fi
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2017-06-19 16:57 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2017-06-19 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     12d5f77c0a88f317f0c99d3eed431bf41d469d71
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 16:57:26 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 16:57:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d5f77c

dev-ml/cppo: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/cppo/cppo-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.5.0.ebuild b/dev-ml/cppo/cppo-1.5.0.ebuild
index 39915b69c08..c9d5a1d7375 100644
--- a/dev-ml/cppo/cppo-1.5.0.ebuild
+++ b/dev-ml/cppo/cppo-1.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 
 IUSE="examples +ocamlopt"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2017-07-09  8:28 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2017-07-09  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5b3a9114a4b4fb216da3719f494f6310bbcba955
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 08:28:03 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 08:28:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3a9114

dev-ml/cppo: Fix build with USE=-ocamlopt. Bug #624286

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/cppo/cppo-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.5.0.ebuild b/dev-ml/cppo/cppo-1.5.0.ebuild
index c9d5a1d7375..edc62efc16d 100644
--- a/dev-ml/cppo/cppo-1.5.0.ebuild
+++ b/dev-ml/cppo/cppo-1.5.0.ebuild
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}"
 
 src_compile() {
 	use ocamlopt || sed -e 's/ocamlbuild_cppo.cmx/ocamlbuild_cppo.cmo/' -i Makefile
-	emake BEST="$(usex ocamlopt '.native' '.byte')"
+	emake BEST="$(usex ocamlopt '.native' '.byte')" $(usex ocamlopt opt all) ocamlbuild
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2020-10-15 12:51 Mark Wright
  0 siblings, 0 replies; 43+ messages in thread
From: Mark Wright @ 2020-10-15 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     661bec952745c23031fc3133babcf17cbbe2cbb8
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 12:50:58 2020 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 12:50:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661bec95

dev-ml/cppo: Add RDEPEND dev-ml/findlib:=

Thanks to Agostino Sarubbo for reporting.

Closes: https://bugs.gentoo.org/748669
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.6.ebuild b/dev-ml/cppo/cppo-1.6.6.ebuild
index 096dc5984fc..32b7af5e38f 100644
--- a/dev-ml/cppo/cppo-1.6.6.ebuild
+++ b/dev-ml/cppo/cppo-1.6.6.ebuild
@@ -15,5 +15,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 IUSE="+ocamlopt"
 
-RDEPEND="dev-ml/ocamlbuild"
+RDEPEND="dev-ml/ocamlbuild
+	dev-ml/findlib:="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2020-10-24  0:38 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2020-10-24  0:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e4082cfe897a56162af95c4a69424ea1df87916e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 00:16:18 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 00:16:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4082cfe

dev-ml/cppo: Keyword 1.6.6 ppc, #748576

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.6.ebuild b/dev-ml/cppo/cppo-1.6.6.ebuild
index 32b7af5e38f..33067c400e1 100644
--- a/dev-ml/cppo/cppo-1.6.6.ebuild
+++ b/dev-ml/cppo/cppo-1.6.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 
 IUSE="+ocamlopt"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2020-10-28  3:36 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2020-10-28  3:36 UTC (permalink / raw
  To: gentoo-commits

commit:     dccdaa81940d8b653dd893f7a6d3a7c218bfe2fc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 03:31:20 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 03:31:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dccdaa81

dev-ml/cppo: 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/cppo/cppo-1.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.6.ebuild b/dev-ml/cppo/cppo-1.6.6.ebuild
index 33067c400e1..9abdedf45cf 100644
--- a/dev-ml/cppo/cppo-1.6.6.ebuild
+++ b/dev-ml/cppo/cppo-1.6.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 IUSE="+ocamlopt"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2020-12-03  2:01 Thomas Deutschmann
  0 siblings, 0 replies; 43+ messages in thread
From: Thomas Deutschmann @ 2020-12-03  2:01 UTC (permalink / raw
  To: gentoo-commits

commit:     0b7cc4b4aaac4c298a692a00d34bd0534e0ffceb
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 01:59:22 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 02:01:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7cc4b4

dev-ml/cppo: x86 stable (bug #757444)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.6.ebuild b/dev-ml/cppo/cppo-1.6.6.ebuild
index 9abdedf45cf..f19e034346d 100644
--- a/dev-ml/cppo/cppo-1.6.6.ebuild
+++ b/dev-ml/cppo/cppo-1.6.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 IUSE="+ocamlopt"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2020-12-13 12:03 Sergei Trofimovich
  0 siblings, 0 replies; 43+ messages in thread
From: Sergei Trofimovich @ 2020-12-13 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     670f05b4fdd6afc0677a01277ae5a57735c0cd0e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 12:03:35 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 12:03:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670f05b4

dev-ml/cppo: stable 1.6.6 for ppc

stable wrt bug #757444 (STABLEREQ)
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.6.ebuild b/dev-ml/cppo/cppo-1.6.6.ebuild
index f19e034346d..320c0464d7f 100644
--- a/dev-ml/cppo/cppo-1.6.6.ebuild
+++ b/dev-ml/cppo/cppo-1.6.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 
 IUSE="+ocamlopt"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2020-12-17 12:08 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2020-12-17 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     5d0b04799b02d7a58fe6c639e84d83ef78245c89
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 12:08:47 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 12:08:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0b0479

dev-ml/cppo: Stabilize 1.6.6 amd64, #757444

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.6.ebuild b/dev-ml/cppo/cppo-1.6.6.ebuild
index 320c0464d7f..893668e3e2a 100644
--- a/dev-ml/cppo/cppo-1.6.6.ebuild
+++ b/dev-ml/cppo/cppo-1.6.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 
 IUSE="+ocamlopt"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2021-01-24 16:06 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-01-24 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     905245095323f3d69fb6b1834e44a3b7d34be7a9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 06:48:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 16:06:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90524509

dev-ml/cppo: bump to 1.6.7

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/Manifest          |  1 +
 dev-ml/cppo/cppo-1.6.7.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index 410e4a1dd11..0bffe4809f1 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1,3 +1,4 @@
 DIST cppo-1.4.1.tar.gz 26547 BLAKE2B a93802fb36cfb622de32a00f6ad6d0fbc7c1022a65ab70558273654b817ca16a988fb8ce8c5dd0751e80eef066f3fcb82f25fc572edb312f346cd20830c08f5a SHA512 efbc82d2eb31b9e16c43ffbd7a2a56a5356934c32bee62205f55295a9342e4747ce13b9ad6572f3180e656b215a9255d402712ff7bae1ef9e8eccdabb2d00c16
 DIST cppo-1.5.0.tar.gz 26963 BLAKE2B 4118637bd8bcfc2edae4c7bf0d839b82ba3402c2f4df9de81bcb28685e4112ff364cb607dc9dcdc3512cc4fdf8dfb4cb85ceca945230bd7cd5d04e525d4e6587 SHA512 2cc144815b818242b6bb1dee213aa65345620eaf1afe59b25d118399d9a02d577aa9dc61dd5756661e44411acccdb2fc0320a8984e5f0d2a7390fcc816bac7e0
 DIST cppo-1.6.6.tar.gz 28667 BLAKE2B 57510ff824265065d4c4ba7d3da4b9aea389e005de4f2e73c1b43b230082872be0118e0b40d6c2951d4017210522a06eb089ab5cbb18fb48d29b87736fa59055 SHA512 80b0d7a5f0f5b7d9d62ddfb204ebf5e3216c2926ba7f667b9ef10981de6a51cd6d670b7062769bf6fbdd163c1c8fb5426a74c31234ddc03ec94a75645bf469da
+DIST cppo-1.6.7.tar.gz 29032 BLAKE2B cc02666ca5fbc903cf6a749ee08f7fe34bad4604635084bbf964afdde66783c01e3d48d515eb42a5188189fef67ebe7cf79c0205c60537c9d1a8b14f453fd248 SHA512 fb2865b4004fe3f17d5893659fca90c01557cf6be789500c54b06ac8e0d097181c9f6437f178aae6d786b3f6b639859bc68400f4a7c59e7acd4f296cf8271a9d

diff --git a/dev-ml/cppo/cppo-1.6.7.ebuild b/dev-ml/cppo/cppo-1.6.7.ebuild
new file mode 100644
index 00000000000..2ceba92466f
--- /dev/null
+++ b/dev-ml/cppo/cppo-1.6.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
+HOMEPAGE="https://github.com/ocaml-community/cppo/"
+SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-ml/ocamlbuild
+	dev-ml/findlib:="
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2021-01-24 16:12 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-01-24 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b399d5efc3e8ff40cedaa3301ca957771de14ac1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 16:11:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 16:11:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b399d5ef

dev-ml/cppo: add ml@

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-ml/cppo/metadata.xml b/dev-ml/cppo/metadata.xml
index 7ef499b5a20..afdbbf10233 100644
--- a/dev-ml/cppo/metadata.xml
+++ b/dev-ml/cppo/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="project">
+		<email>ml@gentoo.org</email>
+		<name>ML</name>
+	</maintainer>
 	<maintainer type="person">
 		<email>gienah@gentoo.org</email>
 		<name>Mark Wright</name>


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2021-01-24 17:26 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-01-24 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9fc16b80337c0218914911807354ca0b84e1f956
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 17:26:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 17:26:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc16b80

dev-ml/cppo: port to EAPI 7

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/cppo-1.4.1.ebuild | 6 ++++--
 dev-ml/cppo/cppo-1.5.0.ebuild | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-ml/cppo/cppo-1.4.1.ebuild b/dev-ml/cppo/cppo-1.4.1.ebuild
index e9730dd44aa..c01764452e4 100644
--- a/dev-ml/cppo/cppo-1.4.1.ebuild
+++ b/dev-ml/cppo/cppo-1.4.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
 inherit findlib
 
@@ -21,9 +21,11 @@ DEPEND="${RDEPEND}"
 
 src_install() {
 	findlib_src_preinst
+
 	mkdir -p "${ED}"/usr/bin
 	emake PREFIX="${ED}"/usr install
 	dodoc README.md Changes
+
 	if use examples ; then
 		dodoc -r examples
 		docompress -x /usr/share/doc/${PF}/examples

diff --git a/dev-ml/cppo/cppo-1.5.0.ebuild b/dev-ml/cppo/cppo-1.5.0.ebuild
index edc62efc16d..f6525a761bd 100644
--- a/dev-ml/cppo/cppo-1.5.0.ebuild
+++ b/dev-ml/cppo/cppo-1.5.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
 inherit findlib
 
@@ -27,9 +27,11 @@ src_compile() {
 
 src_install() {
 	findlib_src_preinst
+
 	mkdir -p "${ED}"/usr/bin
 	emake PREFIX="${ED}"/usr BEST="$(usex ocamlopt '.native' '.byte')" install
 	dodoc README.md Changes
+
 	if use examples ; then
 		dodoc -r examples
 		docompress -x /usr/share/doc/${PF}/examples


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2021-02-10 16:33 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-02-10 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     bdcd2cfa0872affbca0869bc3f1c48942ca62a5f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 16:32:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 16:32:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdcd2cfa

dev-ml/cppo: Stabilize 1.6.7 ppc64, #769317

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.7.ebuild b/dev-ml/cppo/cppo-1.6.7.ebuild
index 2ceba92466f..22659fccb19 100644
--- a/dev-ml/cppo/cppo-1.6.7.ebuild
+++ b/dev-ml/cppo/cppo-1.6.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/ocamlbuild


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2021-02-10 18:53 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-02-10 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     f0526ec0836194e73c90bd68f5116c043d765663
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:52:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:52:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0526ec0

dev-ml/cppo: Stabilize 1.6.7 amd64, #769317

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.7.ebuild b/dev-ml/cppo/cppo-1.6.7.ebuild
index 22659fccb19..64c8ae1e671 100644
--- a/dev-ml/cppo/cppo-1.6.7.ebuild
+++ b/dev-ml/cppo/cppo-1.6.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/ocamlbuild


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2021-02-11  6:26 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-02-11  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     60c94b46ce9d0c3bcd272eaffbbd1e3a0ba54aa8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:25:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:25:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c94b46

dev-ml/cppo: Stabilize 1.6.7 x86, #769317

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.7.ebuild b/dev-ml/cppo/cppo-1.6.7.ebuild
index 64c8ae1e671..12865440db8 100644
--- a/dev-ml/cppo/cppo-1.6.7.ebuild
+++ b/dev-ml/cppo/cppo-1.6.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/ocamlbuild


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2021-02-11  6:31 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-02-11  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     809f69620763992141574198b952493dec5973a4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:31:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:31:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809f6962

dev-ml/cppo: Stabilize 1.6.7 ppc, #769317

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.7.ebuild b/dev-ml/cppo/cppo-1.6.7.ebuild
index 12865440db8..cbf8fb228db 100644
--- a/dev-ml/cppo/cppo-1.6.7.ebuild
+++ b/dev-ml/cppo/cppo-1.6.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/ocamlbuild


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2021-02-12 22:20 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-02-12 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     bffb4a7d625e508f403521806ad0587c49f5c579
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 22:20:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 22:20:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffb4a7d

dev-ml/cppo: Stabilize 1.6.6 arm64, #757444

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/cppo/cppo-1.6.6.ebuild b/dev-ml/cppo/cppo-1.6.6.ebuild
index 893668e3e2a..95048ad5e70 100644
--- a/dev-ml/cppo/cppo-1.6.6.ebuild
+++ b/dev-ml/cppo/cppo-1.6.6.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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86"
 
 IUSE="+ocamlopt"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2021-02-16 12:34 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-02-16 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b93ab7bc141367a63394f89f6f896fe9d36d4d1b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 12:33:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 12:33:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93ab7bc

dev-ml/cppo: Stabilize 1.6.6 arm, #757444

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.6.ebuild b/dev-ml/cppo/cppo-1.6.6.ebuild
index 95048ad5e70..48f2d546514 100644
--- a/dev-ml/cppo/cppo-1.6.6.ebuild
+++ b/dev-ml/cppo/cppo-1.6.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 x86"
 
 IUSE="+ocamlopt"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2021-03-13 12:27 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-03-13 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     abaaa132137637481048844aa353b34ee63e326a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 12:27:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 12:27:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abaaa132

dev-ml/cppo: Stabilize 1.6.7 arm64, #775797

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.7.ebuild b/dev-ml/cppo/cppo-1.6.7.ebuild
index cbf8fb228db..4d24e4402ce 100644
--- a/dev-ml/cppo/cppo-1.6.7.ebuild
+++ b/dev-ml/cppo/cppo-1.6.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/ocamlbuild


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2021-03-13 12:28 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-03-13 12:28 UTC (permalink / raw
  To: gentoo-commits

commit:     7bdfad82fd20c678b8b1458d46bcbef0daa443bf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 12:28:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 12:28:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdfad82

dev-ml/cppo: Stabilize 1.6.7 arm, #775797

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.7.ebuild b/dev-ml/cppo/cppo-1.6.7.ebuild
index 4d24e4402ce..9f8871da75e 100644
--- a/dev-ml/cppo/cppo-1.6.7.ebuild
+++ b/dev-ml/cppo/cppo-1.6.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/ocamlbuild


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2021-10-06  1:02 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-10-06  1:02 UTC (permalink / raw
  To: gentoo-commits

commit:     19a15e97dacc83a416a7876b961c37a5bfc5a130
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  6 00:41:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  6 01:00:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a15e97

dev-ml/cppo: add 1.6.8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/Manifest          |  1 +
 dev-ml/cppo/cppo-1.6.8.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index 6a2e3013087..99782bdb1e7 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1 +1,2 @@
 DIST cppo-1.6.7.tar.gz 29032 BLAKE2B cc02666ca5fbc903cf6a749ee08f7fe34bad4604635084bbf964afdde66783c01e3d48d515eb42a5188189fef67ebe7cf79c0205c60537c9d1a8b14f453fd248 SHA512 fb2865b4004fe3f17d5893659fca90c01557cf6be789500c54b06ac8e0d097181c9f6437f178aae6d786b3f6b639859bc68400f4a7c59e7acd4f296cf8271a9d
+DIST cppo-1.6.8.tar.gz 29063 BLAKE2B 503c9dcc5f25cf69caa5057753ece9e107383a94d191a15f8056f7f417fa252147f2b2d3011493b80728aeca6979c0097e42b1d1af174784528959870366f5f9 SHA512 069bbe0ef09c03b0dc4b5795f909c3ef872fe99c6f1e6704a0fa97594b1570b3579226ec67fe11d696ccc349a4585055bbaf07c65eff423aa45af28abf38c858

diff --git a/dev-ml/cppo/cppo-1.6.8.ebuild b/dev-ml/cppo/cppo-1.6.8.ebuild
new file mode 100644
index 00000000000..2ceba92466f
--- /dev/null
+++ b/dev-ml/cppo/cppo-1.6.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
+HOMEPAGE="https://github.com/ocaml-community/cppo/"
+SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-ml/ocamlbuild
+	dev-ml/findlib:="
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2022-09-06 15:39 Maciej Barć
  0 siblings, 0 replies; 43+ messages in thread
From: Maciej Barć @ 2022-09-06 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     be07ca7adb9f3d51a1fff92721f9f2c8282c8de0
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  6 15:30:34 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 15:39:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be07ca7a

dev-ml/cppo: bump to 1.6.9

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/cppo/Manifest          |  1 +
 dev-ml/cppo/cppo-1.6.9.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index 99782bdb1e77..c78c612361f0 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1,2 +1,3 @@
 DIST cppo-1.6.7.tar.gz 29032 BLAKE2B cc02666ca5fbc903cf6a749ee08f7fe34bad4604635084bbf964afdde66783c01e3d48d515eb42a5188189fef67ebe7cf79c0205c60537c9d1a8b14f453fd248 SHA512 fb2865b4004fe3f17d5893659fca90c01557cf6be789500c54b06ac8e0d097181c9f6437f178aae6d786b3f6b639859bc68400f4a7c59e7acd4f296cf8271a9d
 DIST cppo-1.6.8.tar.gz 29063 BLAKE2B 503c9dcc5f25cf69caa5057753ece9e107383a94d191a15f8056f7f417fa252147f2b2d3011493b80728aeca6979c0097e42b1d1af174784528959870366f5f9 SHA512 069bbe0ef09c03b0dc4b5795f909c3ef872fe99c6f1e6704a0fa97594b1570b3579226ec67fe11d696ccc349a4585055bbaf07c65eff423aa45af28abf38c858
+DIST cppo-1.6.9.tar.gz 31210 BLAKE2B 4e2d9bea57d705bb59de6d7ec990cdd44d2492b7d104d95c9f947172e7e46f5302a0a55f981ce19e5a2fd4b2de2209b4adae478235aca0729920dcba11c07b9b SHA512 26ff5a7b7f38c460661974b23ca190f0feae3a99f1974e0fd12ccf08745bd7d91b7bc168c70a5385b837bfff9530e0e4e41cf269f23dd8cf16ca658008244b44

diff --git a/dev-ml/cppo/cppo-1.6.9.ebuild b/dev-ml/cppo/cppo-1.6.9.ebuild
new file mode 100644
index 000000000000..d5be2914fca3
--- /dev/null
+++ b/dev-ml/cppo/cppo-1.6.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
+HOMEPAGE="https://github.com/ocaml-community/cppo/"
+SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-ml/ocamlbuild
+	dev-ml/findlib:="
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2023-02-25 23:11 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2023-02-25 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     3da83144e754f9432e2f5c715698e1283a11109a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 23:07:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 23:10:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da83144

dev-ml/cppo: fix dep on ocamlbuild

ocamlbuild also installs modules and dune tries to import it here.

Closes: https://bugs.gentoo.org/896386
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cppo/{cppo-1.6.7.ebuild => cppo-1.6.7-r1.ebuild} | 4 ++--
 dev-ml/cppo/{cppo-1.6.8.ebuild => cppo-1.6.8-r1.ebuild} | 4 ++--
 dev-ml/cppo/{cppo-1.6.9.ebuild => cppo-1.6.9-r1.ebuild} | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ml/cppo/cppo-1.6.7.ebuild b/dev-ml/cppo/cppo-1.6.7-r1.ebuild
similarity index 86%
rename from dev-ml/cppo/cppo-1.6.7.ebuild
rename to dev-ml/cppo/cppo-1.6.7-r1.ebuild
index 921cf3dc2a25..1753b6f23aba 100644
--- a/dev-ml/cppo/cppo-1.6.7.ebuild
+++ b/dev-ml/cppo/cppo-1.6.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,6 +14,6 @@ LICENSE="BSD"
 KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
 IUSE="+ocamlopt"
 
-RDEPEND="dev-ml/ocamlbuild
+RDEPEND="dev-ml/ocamlbuild:=
 	dev-ml/findlib:="
 DEPEND="${RDEPEND}"

diff --git a/dev-ml/cppo/cppo-1.6.8.ebuild b/dev-ml/cppo/cppo-1.6.8-r1.ebuild
similarity index 86%
rename from dev-ml/cppo/cppo-1.6.8.ebuild
rename to dev-ml/cppo/cppo-1.6.8-r1.ebuild
index d5be2914fca3..66030d3bfc18 100644
--- a/dev-ml/cppo/cppo-1.6.8.ebuild
+++ b/dev-ml/cppo/cppo-1.6.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,6 +14,6 @@ LICENSE="BSD"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
-RDEPEND="dev-ml/ocamlbuild
+RDEPEND="dev-ml/ocamlbuild:=
 	dev-ml/findlib:="
 DEPEND="${RDEPEND}"

diff --git a/dev-ml/cppo/cppo-1.6.9.ebuild b/dev-ml/cppo/cppo-1.6.9-r1.ebuild
similarity index 86%
rename from dev-ml/cppo/cppo-1.6.9.ebuild
rename to dev-ml/cppo/cppo-1.6.9-r1.ebuild
index d5be2914fca3..66030d3bfc18 100644
--- a/dev-ml/cppo/cppo-1.6.9.ebuild
+++ b/dev-ml/cppo/cppo-1.6.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,6 +14,6 @@ LICENSE="BSD"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
-RDEPEND="dev-ml/ocamlbuild
+RDEPEND="dev-ml/ocamlbuild:=
 	dev-ml/findlib:="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 43+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
@ 2023-05-02 17:44 Alfredo Tupone
  0 siblings, 0 replies; 43+ messages in thread
From: Alfredo Tupone @ 2023-05-02 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     dc150aa58ea2eb3516d682bf4fcc3125521ff59d
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 17:41:49 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue May  2 17:43:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc150aa5

dev-ml/cppo: stabilize 1.6.9-r1 for amd64

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/cppo/cppo-1.6.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.9-r1.ebuild b/dev-ml/cppo/cppo-1.6.9-r1.ebuild
index 66030d3bfc18..fc0b069b6af4 100644
--- a/dev-ml/cppo/cppo-1.6.9-r1.ebuild
+++ b/dev-ml/cppo/cppo-1.6.9-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/ocamlbuild:=


^ permalink raw reply related	[flat|nested] 43+ messages in thread

end of thread, other threads:[~2023-05-02 17:44 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-05  9:51 [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/ Michael Weber
  -- strict thread matches above, loose matches on Subject: below --
2023-05-02 17:44 Alfredo Tupone
2023-02-25 23:11 Sam James
2022-09-06 15:39 Maciej Barć
2021-10-06  1:02 Sam James
2021-03-13 12:28 Sam James
2021-03-13 12:27 Sam James
2021-02-16 12:34 Sam James
2021-02-12 22:20 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
2021-01-24 17:26 Sam James
2021-01-24 16:12 Sam James
2021-01-24 16:06 Sam James
2020-12-17 12:08 Sam James
2020-12-13 12:03 Sergei Trofimovich
2020-12-03  2:01 Thomas Deutschmann
2020-10-28  3:36 Sam James
2020-10-24  0:38 Sam James
2020-10-15 12:51 Mark Wright
2017-07-09  8:28 Alexis Ballier
2017-06-19 16:57 Alexis Ballier
2017-04-25 17:32 Alexis Ballier
2017-04-25 17:32 Alexis Ballier
2017-04-05 10:22 Michael Weber
2017-03-15 14:26 Alexis Ballier
2017-02-23 11:57 Michael Weber
2017-02-23 11:57 Michael Weber
2017-02-16 17:26 Agostino Sarubbo
2017-02-16 13:25 Agostino Sarubbo
2017-01-24 11:07 Alexis Ballier
2016-11-10 15:18 Alexis Ballier
2016-08-19 14:51 Alexis Ballier
2016-04-22 13:01 Alexis Ballier
2016-03-05 11:24 Alexis Ballier
2016-03-01 18:47 Alexis Ballier
2016-02-06 16:25 Alexis Ballier
2016-02-06 16:25 Alexis Ballier
2015-09-21  9:41 Alexis Ballier
2015-09-21  9:41 Alexis Ballier
2015-09-14 12:11 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox