public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-data-notation/
@ 2016-02-07 16:14 Alexis Ballier
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier @ 2016-02-07 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     7d1a959949d22bcb2ad719a53de24b648de66e88
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 16:04:33 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 16:13:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1a9599

dev-ml/ocaml-data-notation: remove old

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

 dev-ml/ocaml-data-notation/Manifest                |  1 -
 .../ocaml-data-notation-0.0.10.ebuild              | 28 ----------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-ml/ocaml-data-notation/Manifest b/dev-ml/ocaml-data-notation/Manifest
index 507b8f4..1f3c480 100644
--- a/dev-ml/ocaml-data-notation/Manifest
+++ b/dev-ml/ocaml-data-notation/Manifest
@@ -1,2 +1 @@
-DIST ocaml-data-notation-0.0.10.tar.gz 63163 SHA256 e61d1dc014770b552f005ece61a242ffc6a72471050335ecc3e6ee93710d9fbd SHA512 339ac99f835e2718cb98e7491e482d23028b80834fe43c1cb83aab5ec31d5d1732783dd785b216ab93f37ea2f39fbe247f48886c6e8b02193a21572aca1ba45e WHIRLPOOL 30cba39bc7fc53bcc0e6cb8ced6beffcb24d83dc7cef67df99b6d26d32b141c48601e1a4f1cdd02ed622396d0eb48e06d9a6b9712d7410f41e28d5e8ddfe64ba
 DIST ocaml-data-notation-0.0.11.tar.gz 63968 SHA256 928ef4c76338e810808c4faa92300bc30b120c10e9ed0609b5825d177dfb4825 SHA512 010c6105b0745c4dbf426186915078cd71d02d56e19ca01089a37f803c9d81c02a22e64184b9b4a42d44450834527a050ff20430f8c2d8a972610717f4c653d7 WHIRLPOOL 2bd6bc585db4e249b263712c0c35e7885488580c8799a09222db30bbb0fc3992b99a437fb335243169ea97ea395ee201a78027e20ee511715f69b8196175e4d6

diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild
deleted file mode 100644
index 13183f5..0000000
--- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.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
-
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="This project uses type-conv to dump OCaml data structure using OCaml data notation"
-HOMEPAGE="http://forge.ocamlcore.org/projects/odn"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1029/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-ml/type-conv-108.07.01:="
-DEPEND="${RDEPEND}
-	test? ( dev-ml/ounit[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )"
-
-DOCS=( "README.txt" "AUTHORS.txt" "CHANGES.txt" )
-
-src_prepare() {
-	sed -i -e 's/type-conv/type_conv/' tests/test.ml || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-data-notation/
@ 2016-06-24  9:57 Alexis Ballier
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier @ 2016-06-24  9:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3ad2886bc3058a93ae7e8b753a6d1d526f5050cf
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 09:53:47 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 09:53:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad2886b

dev-ml/ocaml-data-notation: drop backward compat dep on camlp4

Package-Manager: portage-2.3.0

 ...a-notation-0.0.11.ebuild => ocaml-data-notation-0.0.11-r1.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
similarity index 86%
rename from dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild
rename to dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
index 168330a..0fc2510 100644
--- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild
+++ b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,8 @@ KEYWORDS="~amd64"
 IUSE=""
 
 RDEPEND=">=dev-ml/type-conv-108.07.01:=
-	|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
+	dev-ml/camlp4:=
+	"
 DEPEND="${RDEPEND}
 	test? ( >=dev-ml/ounit-2.0.0[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-data-notation/
@ 2017-08-04 21:07 Amy Liffey
  0 siblings, 0 replies; 6+ messages in thread
From: Amy Liffey @ 2017-08-04 21:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ffa5b5bfbe45e062d6ae5bc0398362d590ae5a32
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 23:11:14 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Aug  4 21:05:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa5b5bf

dev-ml/ocaml-data-notation: Shorter DESCRIPTION

 dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
index ec5e68c89bc..25ea764e42d 100644
--- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
+++ b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.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
@@ -7,7 +7,7 @@ OASIS_BUILD_TESTS=1
 
 inherit oasis
 
-DESCRIPTION="This project uses type-conv to dump OCaml data structure using OCaml data notation"
+DESCRIPTION="Use type-conv to dump OCaml data structure using OCaml data notation"
 HOMEPAGE="http://forge.ocamlcore.org/projects/odn"
 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1310/${P}.tar.gz"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-data-notation/
@ 2017-10-10  9:50 Jonas Stein
  0 siblings, 0 replies; 6+ messages in thread
From: Jonas Stein @ 2017-10-10  9:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d6de19fdd9b09fc7709665f02002a58d5134dad3
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 09:49:42 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 09:49:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6de19fd

dev-ml/ocaml-data-notation: Drop proxied maintainer

Drop proxied maintainer as requested per mail.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/ocaml-data-notation/metadata.xml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/dev-ml/ocaml-data-notation/metadata.xml b/dev-ml/ocaml-data-notation/metadata.xml
index f4af815c0f9..ffac4d7ebc0 100644
--- a/dev-ml/ocaml-data-notation/metadata.xml
+++ b/dev-ml/ocaml-data-notation/metadata.xml
@@ -1,16 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-  <email>v.ivanov@ymail.com</email>
-  <name>Vladimir Ivanov</name>
-</maintainer>
-<maintainer type="project">
-  <email>ml@gentoo.org</email>
-  <name>Gentoo ML Project</name>
-</maintainer>
 <maintainer type="project">
-  <email>proxy-maint@gentoo.org</email>
-  <name>Proxy Maintainers</name>
+	<email>ml@gentoo.org</email>
+	<name>Gentoo ML Project</name>
 </maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-data-notation/
@ 2018-02-11 21:56 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-02-11 21:56 UTC (permalink / raw
  To: gentoo-commits

commit:     76ab9dedde9a4b793eb5ccd89f725897bc80e18b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 21:44:08 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 21:55:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ab9ded

dev-ml/ocaml-data-notation: x86 keyworded (bug #607024)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
index 25ea764e42d..625122a633e 100644
--- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
+++ b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.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
@@ -13,7 +13,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/1310/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-ml/type-conv-108.07.01:=


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-data-notation/
@ 2021-01-29  7:41 Alfredo Tupone
  0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2021-01-29  7:41 UTC (permalink / raw
  To: gentoo-commits

commit:     8b7840f4545d6973bcd1a4f2988b3685a79525fa
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 07:40:37 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 07:41:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7840f4

dev-ml/ocaml-data-notation: depends on ocaml-4.05.0

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
index 625122a633e..61b555e0008 100644
--- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
+++ b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,6 +18,7 @@ IUSE=""
 
 RDEPEND=">=dev-ml/type-conv-108.07.01:=
 	dev-ml/camlp4:=
+	~dev-lang/ocaml-4.05.0
 	"
 DEPEND="${RDEPEND}
 	test? ( >=dev-ml/ounit-2.0.0[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )"


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

end of thread, other threads:[~2021-01-29  7:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-07 16:14 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-data-notation/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2016-06-24  9:57 Alexis Ballier
2017-08-04 21:07 Amy Liffey
2017-10-10  9:50 Jonas Stein
2018-02-11 21:56 Thomas Deutschmann
2021-01-29  7:41 Alfredo Tupone

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