public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/csv: ChangeLog csv-1.2.3.ebuild
@ 2012-09-09 19:40 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-09-09 19:40 UTC (permalink / raw
  To: gentoo-commits

aballier    12/09/09 19:40:05

  Modified:             ChangeLog
  Added:                csv-1.2.3.ebuild
  Log:
  version bump, by  Jacques-Pascal Deplaix, bug #433784
  
  (Portage version: 2.2.0_alpha125/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ml/csv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	2 Aug 2012 14:29:41 -0000	1.1
+++ ChangeLog	9 Sep 2012 19:40:05 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/csv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.1 2012/08/02 14:29:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.2 2012/09/09 19:40:05 aballier Exp $
+
+*csv-1.2.3 (09 Sep 2012)
+
+  09 Sep 2012; Alexis Ballier <aballier@gentoo.org> +csv-1.2.3.ebuild:
+  version bump, by Jacques-Pascal Deplaix, bug #433784
 
 *csv-1.2.2 (02 Aug 2012)
 



1.1                  dev-ml/csv/csv-1.2.3.ebuild

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

Index: csv-1.2.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/csv-1.2.3.ebuild,v 1.1 2012/09/09 19:40:05 aballier Exp $

EAPI=4

OASIS_BUILD_DOCS=1

inherit oasis

DESCRIPTION="A pure OCaml library to read and write CSV files"
HOMEPAGE="http://forge.ocamlcore.org/projects/csv/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/978/${P}.tar.gz"

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

DEPEND=""
RDEPEND="${DEPEND}"

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





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/csv: ChangeLog csv-1.2.3.ebuild
@ 2013-03-03 14:22 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2013-03-03 14:22 UTC (permalink / raw
  To: gentoo-commits

aballier    13/03/03 14:22:03

  Modified:             ChangeLog csv-1.2.3.ebuild
  Log:
  eapi5 and define subslot
  
  (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.3                  dev-ml/csv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	9 Sep 2012 19:40:05 -0000	1.2
+++ ChangeLog	3 Mar 2013 14:22:03 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/csv
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.2 2012/09/09 19:40:05 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.3 2013/03/03 14:22:03 aballier Exp $
+
+  03 Mar 2013; Alexis Ballier <aballier@gentoo.org> csv-1.2.3.ebuild:
+  eapi5 and define subslot
 
 *csv-1.2.3 (09 Sep 2012)
 



1.2                  dev-ml/csv/csv-1.2.3.ebuild

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

Index: csv-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/csv/csv-1.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- csv-1.2.3.ebuild	9 Sep 2012 19:40:05 -0000	1.1
+++ csv-1.2.3.ebuild	3 Mar 2013 14:22:03 -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/csv/csv-1.2.3.ebuild,v 1.1 2012/09/09 19:40:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/csv-1.2.3.ebuild,v 1.2 2013/03/03 14:22:03 aballier Exp $
 
-EAPI=4
+EAPI=5
 
 OASIS_BUILD_DOCS=1
 
@@ -13,7 +13,7 @@
 SRC_URI="http://forge.ocamlcore.org/frs/download.php/978/${P}.tar.gz"
 
 LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE=""
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/csv: ChangeLog csv-1.2.3.ebuild
@ 2013-08-19 12:56 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-19 12:56 UTC (permalink / raw
  To: gentoo-commits

aballier    13/08/19 12:56:39

  Modified:             ChangeLog
  Removed:              csv-1.2.3.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.6                  dev-ml/csv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	22 Jul 2013 02:21:44 -0000	1.5
+++ ChangeLog	19 Aug 2013 12:56:39 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/csv
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.5 2013/07/22 02:21:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.6 2013/08/19 12:56:39 aballier Exp $
+
+  19 Aug 2013; Alexis Ballier <aballier@gentoo.org> -csv-1.2.3.ebuild:
+  remove old
 
 *csv-1.3.0 (22 Jul 2013)
 





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

end of thread, other threads:[~2013-08-19 12:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 14:22 [gentoo-commits] gentoo-x86 commit in dev-ml/csv: ChangeLog csv-1.2.3.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-19 12:56 Alexis Ballier (aballier)
2012-09-09 19:40 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