* [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-fileutils: ChangeLog ocaml-fileutils-0.4.4.ebuild
@ 2012-06-19 13:54 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2012-06-19 13:54 UTC (permalink / raw
To: gentoo-commits
aballier 12/06/19 13:54:51
Modified: ChangeLog
Added: ocaml-fileutils-0.4.4.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-ml/ocaml-fileutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 18 May 2012 17:11:10 -0000 1.4
+++ ChangeLog 19 Jun 2012 13:54:51 -0000 1.5
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/ocaml-fileutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.4 2012/05/18 17:11:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.5 2012/06/19 13:54:51 aballier Exp $
+
+*ocaml-fileutils-0.4.4 (19 Jun 2012)
+
+ 19 Jun 2012; Alexis Ballier <aballier@gentoo.org>
+ +ocaml-fileutils-0.4.4.ebuild:
+ version bump
18 May 2012; Alexis Ballier <aballier@gentoo.org>
-ocaml-fileutils-0.4.2.ebuild:
1.1 dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild?rev=1.1&content-type=text/plain
Index: ocaml-fileutils-0.4.4.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-fileutils/ocaml-fileutils-0.4.4.ebuild,v 1.1 2012/06/19 13:54:51 aballier Exp $
EAPI=4
OASIS_BUILD_DOCS=1
inherit oasis
DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename"
HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/892/${P}.tar.gz"
LICENSE="LGPL-2.1-linking-exception"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
test? ( dev-ml/ounit )"
DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-fileutils: ChangeLog ocaml-fileutils-0.4.4.ebuild
@ 2012-07-04 21:25 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2012-07-04 21:25 UTC (permalink / raw
To: gentoo-commits
aballier 12/07/04 21:25:21
Modified: ChangeLog ocaml-fileutils-0.4.4.ebuild
Log:
ounit is not only for tests, by Willy WOLFF, bug #415327
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-ml/ocaml-fileutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 19 Jun 2012 13:54:51 -0000 1.5
+++ ChangeLog 4 Jul 2012 21:25:21 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-fileutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.5 2012/06/19 13:54:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.6 2012/07/04 21:25:21 aballier Exp $
+
+ 04 Jul 2012; Alexis Ballier <aballier@gentoo.org>
+ ocaml-fileutils-0.4.4.ebuild:
+ ounit is not only for tests, by Willy WOLFF, bug #415327
*ocaml-fileutils-0.4.4 (19 Jun 2012)
1.2 dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild?r1=1.1&r2=1.2
Index: ocaml-fileutils-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocaml-fileutils-0.4.4.ebuild 19 Jun 2012 13:54:51 -0000 1.1
+++ ocaml-fileutils-0.4.4.ebuild 4 Jul 2012 21:25:21 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild,v 1.1 2012/06/19 13:54:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild,v 1.2 2012/07/04 21:25:21 aballier Exp $
EAPI=4
@@ -15,10 +15,10 @@
LICENSE="LGPL-2.1-linking-exception"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="test"
+IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
- test? ( dev-ml/ounit )"
+ dev-ml/ounit"
DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-fileutils: ChangeLog ocaml-fileutils-0.4.4.ebuild
@ 2013-03-03 14:29 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2013-03-03 14:29 UTC (permalink / raw
To: gentoo-commits
aballier 13/03/03 14:29:15
Modified: ChangeLog ocaml-fileutils-0.4.4.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.9 dev-ml/ocaml-fileutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 9 Jul 2012 20:59:12 -0000 1.8
+++ ChangeLog 3 Mar 2013 14:29:15 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-fileutils
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.8 2012/07/09 20:59:12 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.9 2013/03/03 14:29:15 aballier Exp $
+
+ 03 Mar 2013; Alexis Ballier <aballier@gentoo.org>
+ ocaml-fileutils-0.4.4.ebuild:
+ eapi5 and define subslot
09 Jul 2012; Ulrich Müller <ulm@gentoo.org> ocaml-fileutils-0.4.4.ebuild:
Update LICENSE, bug 425140.
1.4 dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild?r1=1.3&r2=1.4
Index: ocaml-fileutils-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ocaml-fileutils-0.4.4.ebuild 9 Jul 2012 20:59:12 -0000 1.3
+++ ocaml-fileutils-0.4.4.ebuild 3 Mar 2013 14:29:15 -0000 1.4
@@ -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-fileutils/ocaml-fileutils-0.4.4.ebuild,v 1.3 2012/07/09 20:59:12 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild,v 1.4 2013/03/03 14:29:15 aballier Exp $
-EAPI=4
+EAPI=5
OASIS_BUILD_DOCS=1
@@ -13,7 +13,7 @@
SRC_URI="http://forge.ocamlcore.org/frs/download.php/892/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-fileutils: ChangeLog ocaml-fileutils-0.4.4.ebuild
@ 2013-07-22 12:31 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2013-07-22 12:31 UTC (permalink / raw
To: gentoo-commits
aballier 13/07/22 12:31:33
Modified: ChangeLog
Removed: ocaml-fileutils-0.4.4.ebuild
Log:
remove old
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.12 dev-ml/ocaml-fileutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 14 Jun 2013 20:36:48 -0000 1.11
+++ ChangeLog 22 Jul 2013 12:31:33 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-fileutils
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.11 2013/06/14 20:36:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.12 2013/07/22 12:31:33 aballier Exp $
+
+ 22 Jul 2013; Alexis Ballier <aballier@gentoo.org>
+ -ocaml-fileutils-0.4.4.ebuild:
+ remove old
*ocaml-fileutils-0.4.5 (14 Jun 2013)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-07-22 12:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 14:29 [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-fileutils: ChangeLog ocaml-fileutils-0.4.4.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2013-07-22 12:31 Alexis Ballier (aballier)
2012-07-04 21:25 Alexis Ballier (aballier)
2012-06-19 13:54 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