* [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-make: ChangeLog ocaml-make-6.36.0.ebuild
@ 2012-02-19 13:25 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-02-19 13:25 UTC (permalink / raw
To: gentoo-commits
aballier 12/02/19 13:25:36
Modified: ChangeLog
Added: ocaml-make-6.36.0.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Revision Changes Path
1.17 dev-ml/ocaml-make/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-make/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-make/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-make/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 2 Feb 2012 12:31:31 -0000 1.16
+++ ChangeLog 19 Feb 2012 13:25:36 -0000 1.17
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/ocaml-make
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.16 2012/02/02 12:31:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.17 2012/02/19 13:25:36 aballier Exp $
+
+*ocaml-make-6.36.0 (19 Feb 2012)
+
+ 19 Feb 2012; Alexis Ballier <aballier@gentoo.org> +ocaml-make-6.36.0.ebuild:
+ version bump
*ocaml-make-6.35.0 (02 Feb 2012)
1.1 dev-ml/ocaml-make/ocaml-make-6.36.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-make/ocaml-make-6.36.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-make/ocaml-make-6.36.0.ebuild?rev=1.1&content-type=text/plain
Index: ocaml-make-6.36.0.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-make/ocaml-make-6.36.0.ebuild,v 1.1 2012/02/19 13:25:36 aballier Exp $
DESCRIPTION="Generic O'Caml Makefile for GNU Make"
HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html"
LICENSE="LGPL-2.1"
DEPEND=""
RDEPEND=">=dev-lang/ocaml-3.06-r1
>=dev-ml/findlib-0.8"
SRC_URI="http://www.ocaml.info/ocaml_sources/${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="examples"
src_install () {
# Just put the OCamlMakefile into /usr/include
# where GNU Make will automatically pick it up.
insinto /usr/include
doins OCamlMakefile
# install documentation
dodoc README.txt Changelog
if use examples; then
insinto /usr/share/doc/${PF}
doins -r calc camlp4 gtk idl threads
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-make: ChangeLog ocaml-make-6.36.0.ebuild
@ 2015-05-31 0:10 Manuel Rueger (mrueg)
0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-05-31 0:10 UTC (permalink / raw
To: gentoo-commits
mrueg 15/05/31 00:10:57
Modified: ChangeLog
Removed: ocaml-make-6.36.0.ebuild
Log:
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.20 dev-ml/ocaml-make/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-make/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-make/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-make/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 10 Oct 2012 12:00:43 -0000 1.19
+++ ChangeLog 31 May 2015 00:10:57 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocaml-make
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.19 2012/10/10 12:00:43 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.20 2015/05/31 00:10:57 mrueg Exp $
+
+ 31 May 2015; Manuel Rüger <mrueg@gentoo.org> -ocaml-make-6.36.0.ebuild:
+ Remove old.
*ocaml-make-6.37.0 (10 Oct 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-31 0:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-31 0:10 [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-make: ChangeLog ocaml-make-6.36.0.ebuild Manuel Rueger (mrueg)
-- strict thread matches above, loose matches on Subject: below --
2012-02-19 13:25 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