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.8.ebuild
@ 2012-03-28 13:22 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-03-28 13:22 UTC (permalink / raw
  To: gentoo-commits

aballier    12/03/28 13:22:17

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	27 Mar 2012 21:33:31 -0000	1.6
+++ ChangeLog	28 Mar 2012 13:22:17 -0000	1.7
@@ -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.6 2012/03/27 21:33:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.7 2012/03/28 13:22:17 aballier Exp $
+
+*ocaml-data-notation-0.0.8 (28 Mar 2012)
+
+  28 Mar 2012; Alexis Ballier <aballier@gentoo.org>
+  +ocaml-data-notation-0.0.8.ebuild:
+  version bump
 
   27 Mar 2012; Alexis Ballier <aballier@gentoo.org>
   ocaml-data-notation-0.0.6.ebuild:



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.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.8.ebuild?rev=1.1&content-type=text/plain

Index: ocaml-data-notation-0.0.8.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.8.ebuild,v 1.1 2012/03/28 13:22:17 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/833/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND=">=dev-ml/type-conv-3.0.4"
DEPEND="${RDEPEND}
	test? ( dev-ml/ounit[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )"

DOCS=( "README.txt" "AUTHORS.txt" "CHANGES.txt" )






^ 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.8.ebuild
@ 2012-08-07 16:33 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-08-07 16:33 UTC (permalink / raw
  To: gentoo-commits

aballier    12/08/07 16:33:06

  Modified:             ChangeLog
  Removed:              ocaml-data-notation-0.0.8.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	7 Jul 2012 16:20:06 -0000	1.9
+++ ChangeLog	7 Aug 2012 16:33:06 -0000	1.10
@@ -1,6 +1,10 @@
 # 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.9 2012/07/07 16:20:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.10 2012/08/07 16:33:06 aballier Exp $
+
+  07 Aug 2012; Alexis Ballier <aballier@gentoo.org>
+  -ocaml-data-notation-0.0.8.ebuild:
+  remove old
 
 *ocaml-data-notation-0.0.9 (07 Jul 2012)
 





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

end of thread, other threads:[~2012-08-07 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-28 13:22 [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-data-notation: ChangeLog ocaml-data-notation-0.0.8.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-07 16:33 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