public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-data-notation: ChangeLog ocaml-data-notation-0.0.10.ebuild
@ 2012-10-08 11:32 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-10-08 11:32 UTC (permalink / raw
  To: gentoo-commits

aballier    12/10/08 11:32:43

  Modified:             ChangeLog
  Added:                ocaml-data-notation-0.0.10.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha135/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-ml/ocaml-data-notation/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	7 Aug 2012 16:33:06 -0000	1.10
+++ ChangeLog	8 Oct 2012 11:32:42 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ml/ocaml-data-notation
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.10 2012/08/07 16:33:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.11 2012/10/08 11:32:42 aballier Exp $
+
+*ocaml-data-notation-0.0.10 (08 Oct 2012)
+
+  08 Oct 2012; Alexis Ballier <aballier@gentoo.org>
+  +ocaml-data-notation-0.0.10.ebuild:
+  version bump
 
   07 Aug 2012; Alexis Ballier <aballier@gentoo.org>
   -ocaml-data-notation-0.0.8.ebuild:



1.1                  dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild?rev=1.1&content-type=text/plain

Index: ocaml-data-notation-0.0.10.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild,v 1.1 2012/10/08 11:32:42 aballier Exp $

EAPI=3

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"
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	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-data-notation: ChangeLog ocaml-data-notation-0.0.10.ebuild
@ 2013-02-07 15:23 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2013-02-07 15:23 UTC (permalink / raw
  To: gentoo-commits

aballier    13/02/07 15:23:10

  Modified:             ChangeLog ocaml-data-notation-0.0.10.ebuild
  Log:
  Bump to eapi5, set subslot to PV as its a lib, use slot deps.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.13                 dev-ml/ocaml-data-notation/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	7 Feb 2013 14:38:18 -0000	1.12
+++ ChangeLog	7 Feb 2013 15:23:10 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/ocaml-data-notation
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.12 2013/02/07 14:38:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.13 2013/02/07 15:23:10 aballier Exp $
+
+  07 Feb 2013; Alexis Ballier <aballier@gentoo.org>
+  ocaml-data-notation-0.0.10.ebuild:
+  Bump to eapi5, set subslot to PV as its a lib, use slot deps.
 
   07 Feb 2013; Alexis Ballier <aballier@gentoo.org>
   -ocaml-data-notation-0.0.9.ebuild:



1.2                  dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild?r1=1.1&r2=1.2

Index: ocaml-data-notation-0.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocaml-data-notation-0.0.10.ebuild	8 Oct 2012 11:32:42 -0000	1.1
+++ ocaml-data-notation-0.0.10.ebuild	7 Feb 2013 15:23:10 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild,v 1.1 2012/10/08 11:32:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.10.ebuild,v 1.2 2013/02/07 15:23:10 aballier Exp $
 
-EAPI=3
+EAPI=5
 
 OASIS_BUILD_TESTS=1
 
@@ -13,11 +13,11 @@
 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1029/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND=">=dev-ml/type-conv-108.07.01"
+RDEPEND=">=dev-ml/type-conv-108.07.01:="
 DEPEND="${RDEPEND}
 	test? ( dev-ml/ounit[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )"
 





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

end of thread, other threads:[~2013-02-07 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-07 15:23 [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-data-notation: ChangeLog ocaml-data-notation-0.0.10.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-08 11:32 Alexis Ballier (aballier)

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