* [gentoo-commits] gentoo-x86 commit in dev-ml/camlzip: ChangeLog camlzip-1.04.ebuild
@ 2009-06-21 12:43 Alexis Ballier (aballier)
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2009-06-21 12:43 UTC (permalink / raw
To: gentoo-commits
aballier 09/06/21 12:43:29
Modified: ChangeLog
Added: camlzip-1.04.ebuild
Log:
version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.16 dev-ml/camlzip/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 21 Jun 2009 12:35:21 -0000 1.15
+++ ChangeLog 21 Jun 2009 12:43:29 -0000 1.16
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/camlzip
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.15 2009/06/21 12:35:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.16 2009/06/21 12:43:29 aballier Exp $
+
+*camlzip-1.04 (21 Jun 2009)
+
+ 21 Jun 2009; Alexis Ballier <aballier@gentoo.org> +camlzip-1.04.ebuild:
+ version bump
21 Jun 2009; Alexis Ballier <aballier@gentoo.org> camlzip-1.03-r1.ebuild:
define eapi before inherit and assign rdepend explicitly
1.1 dev-ml/camlzip/camlzip-1.04.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild?rev=1.1&content-type=text/plain
Index: camlzip-1.04.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild,v 1.1 2009/06/21 12:43:29 aballier Exp $
EAPI="2"
inherit findlib eutils
IUSE="+ocamlopt"
DESCRIPTION="Compressed file access ML library (ZIP, GZIP and JAR)"
HOMEPAGE="http://cristal.inria.fr/~xleroy/software.html#camlzip"
SRC_URI="http://caml.inria.fr/distrib/bazar-ocaml/${P}.tar.gz"
SLOT="1"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]
>=sys-libs/zlib-1.1.3"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}/${PN}-1.03-Makefile-findlib.patch"
sed -e "s/VERSION/${PV}/" "${FILESDIR}/META" >> META
}
src_compile() {
emake all || die "Failed at compilation step !!!"
if use ocamlopt; then
emake allopt || die "Failed at ML compilation step !!!"
fi
}
src_install() {
findlib_src_install
dodoc README Changes
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/camlzip: ChangeLog camlzip-1.04.ebuild
@ 2009-09-27 19:32 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-09-27 19:32 UTC (permalink / raw
To: gentoo-commits
nixnut 09/09/27 19:32:02
Modified: ChangeLog camlzip-1.04.ebuild
Log:
ppc stable #285691
(Portage version: 2.1.6.13/cvs/Linux ppc)
Revision Changes Path
1.17 dev-ml/camlzip/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 21 Jun 2009 12:43:29 -0000 1.16
+++ ChangeLog 27 Sep 2009 19:32:02 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/camlzip
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.16 2009/06/21 12:43:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.17 2009/09/27 19:32:02 nixnut Exp $
+
+ 27 Sep 2009; nixnut <nixnut@gentoo.org> camlzip-1.04.ebuild:
+ ppc stable #285691
*camlzip-1.04 (21 Jun 2009)
1.2 dev-ml/camlzip/camlzip-1.04.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild?r1=1.1&r2=1.2
Index: camlzip-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- camlzip-1.04.ebuild 21 Jun 2009 12:43:29 -0000 1.1
+++ camlzip-1.04.ebuild 27 Sep 2009 19:32:02 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild,v 1.1 2009/06/21 12:43:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild,v 1.2 2009/09/27 19:32:02 nixnut Exp $
EAPI="2"
@@ -14,7 +14,7 @@
SLOT="1"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ppc ~x86 ~x86-fbsd"
RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]
>=sys-libs/zlib-1.1.3"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/camlzip: ChangeLog camlzip-1.04.ebuild
@ 2009-10-21 12:18 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-10-21 12:18 UTC (permalink / raw
To: gentoo-commits
maekke 09/10/21 12:18:34
Modified: ChangeLog camlzip-1.04.ebuild
Log:
x86 stable, bug #285691
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Revision Changes Path
1.18 dev-ml/camlzip/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 27 Sep 2009 19:32:02 -0000 1.17
+++ ChangeLog 21 Oct 2009 12:18:33 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/camlzip
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.17 2009/09/27 19:32:02 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.18 2009/10/21 12:18:33 maekke Exp $
+
+ 21 Oct 2009; Markus Meier <maekke@gentoo.org> camlzip-1.04.ebuild:
+ x86 stable, bug #285691
27 Sep 2009; nixnut <nixnut@gentoo.org> camlzip-1.04.ebuild:
ppc stable #285691
1.3 dev-ml/camlzip/camlzip-1.04.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild?r1=1.2&r2=1.3
Index: camlzip-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- camlzip-1.04.ebuild 27 Sep 2009 19:32:02 -0000 1.2
+++ camlzip-1.04.ebuild 21 Oct 2009 12:18:33 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild,v 1.2 2009/09/27 19:32:02 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild,v 1.3 2009/10/21 12:18:33 maekke Exp $
EAPI="2"
@@ -14,7 +14,7 @@
SLOT="1"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ppc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ppc x86 ~x86-fbsd"
RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]
>=sys-libs/zlib-1.1.3"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/camlzip: ChangeLog camlzip-1.04.ebuild
@ 2011-04-27 17:58 Christoph Mende (angelos)
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-27 17:58 UTC (permalink / raw
To: gentoo-commits
angelos 11/04/27 17:58:49
Modified: ChangeLog camlzip-1.04.ebuild
Log:
Stable on amd64 wrt bug #363617
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Revision Changes Path
1.20 dev-ml/camlzip/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlzip/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 7 Dec 2009 08:02:05 -0000 1.19
+++ ChangeLog 27 Apr 2011 17:58:49 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/camlzip
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.19 2009/12/07 08:02:05 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.20 2011/04/27 17:58:49 angelos Exp $
+
+ 27 Apr 2011; Christoph Mende <angelos@gentoo.org> camlzip-1.04.ebuild:
+ Stable on amd64 wrt bug #363617
07 Dec 2009; Alexis Ballier <aballier@gentoo.org> -camlzip-1.03-r1.ebuild:
remove old
1.4 dev-ml/camlzip/camlzip-1.04.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild?r1=1.3&r2=1.4
Index: camlzip-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- camlzip-1.04.ebuild 21 Oct 2009 12:18:33 -0000 1.3
+++ camlzip-1.04.ebuild 27 Apr 2011 17:58:49 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild,v 1.3 2009/10/21 12:18:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.04.ebuild,v 1.4 2011/04/27 17:58:49 angelos Exp $
EAPI="2"
@@ -14,7 +14,7 @@
SLOT="1"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]
>=sys-libs/zlib-1.1.3"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/camlzip: ChangeLog camlzip-1.04.ebuild
@ 2013-03-06 11:45 Alexis Ballier (aballier)
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2013-03-06 11:45 UTC (permalink / raw
To: gentoo-commits
aballier 13/03/06 11:45:34
Modified: ChangeLog
Removed: camlzip-1.04.ebuild
Log:
remove old
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.26 dev-ml/camlzip/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlzip/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 12 Feb 2013 16:57:17 -0000 1.25
+++ ChangeLog 6 Mar 2013 11:45:34 -0000 1.26
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/camlzip
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.25 2013/02/12 16:57:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.26 2013/03/06 11:45:34 aballier Exp $
+
+ 06 Mar 2013; Alexis Ballier <aballier@gentoo.org>
+ -files/camlzip-1.03-Makefile-findlib.patch, -camlzip-1.04.ebuild,
+ -files/META:
+ remove old
12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> camlzip-1.05.ebuild:
Stable for ppc, wrt bug #456552
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-03-06 11:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 19:32 [gentoo-commits] gentoo-x86 commit in dev-ml/camlzip: ChangeLog camlzip-1.04.ebuild Gysbert Wassenaar (nixnut)
-- strict thread matches above, loose matches on Subject: below --
2013-03-06 11:45 Alexis Ballier (aballier)
2011-04-27 17:58 Christoph Mende (angelos)
2009-10-21 12:18 Markus Meier (maekke)
2009-06-21 12:43 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