* [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-fileutils: ChangeLog ocaml-fileutils-0.4.2.ebuild
@ 2011-03-15 20:05 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2011-03-15 20:05 UTC (permalink / raw
To: gentoo-commits
aballier 11/03/15 20:05:37
Modified: ChangeLog ocaml-fileutils-0.4.2.ebuild
Log:
findlib dep is added by the eclass
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ml/ocaml-fileutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 15 Mar 2011 20:04:27 -0000 1.1
+++ ChangeLog 15 Mar 2011 20:05:37 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-fileutils
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.1 2011/03/15 20:04:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.2 2011/03/15 20:05:37 aballier Exp $
+
+ 15 Mar 2011; Alexis Ballier <aballier@gentoo.org>
+ ocaml-fileutils-0.4.2.ebuild:
+ findlib dep is added by the eclass
*ocaml-fileutils-0.4.2 (15 Mar 2011)
1.2 dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.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.2.ebuild?r1=1.1&r2=1.2
Index: ocaml-fileutils-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocaml-fileutils-0.4.2.ebuild 15 Mar 2011 20:04:27 -0000 1.1
+++ ocaml-fileutils-0.4.2.ebuild 15 Mar 2011 20:05:37 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.2.ebuild,v 1.1 2011/03/15 20:04:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild,v 1.2 2011/03/15 20:05:37 aballier Exp $
EAPI=3
@@ -15,8 +15,7 @@
KEYWORDS="~amd64"
IUSE="test +ocamlopt"
-RDEPEND=">=dev-lang/ocaml-3.11[ocamlopt?]
- dev-ml/findlib"
+RDEPEND=">=dev-lang/ocaml-3.11[ocamlopt?]"
DEPEND="${RDEPEND}
test? ( dev-ml/ounit )"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-fileutils: ChangeLog ocaml-fileutils-0.4.2.ebuild
@ 2012-05-18 17:11 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-18 17:11 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/18 17:11:10
Modified: ChangeLog
Removed: ocaml-fileutils-0.4.2.ebuild
Log:
remove old
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-ml/ocaml-fileutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 5 May 2012 14:16:49 -0000 1.3
+++ ChangeLog 18 May 2012 17:11:10 -0000 1.4
@@ -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.3 2012/05/05 14:16:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.4 2012/05/18 17:11:10 aballier Exp $
+
+ 18 May 2012; Alexis Ballier <aballier@gentoo.org>
+ -ocaml-fileutils-0.4.2.ebuild:
+ remove old
*ocaml-fileutils-0.4.3 (05 May 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-18 17:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-18 17:11 [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-fileutils: ChangeLog ocaml-fileutils-0.4.2.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2011-03-15 20:05 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