* [gentoo-commits] gentoo-x86 commit in dev-ml/camlzip: camlzip-1.03-r1.ebuild ChangeLog
@ 2008-01-02 19:56 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2008-01-02 19:56 UTC (permalink / raw
To: gentoo-commits
aballier 08/01/02 19:56:51
Modified: camlzip-1.03-r1.ebuild ChangeLog
Log:
Add support to not build with ocamlopt
(Portage version: 2.1.4_rc14)
Revision Changes Path
1.2 dev-ml/camlzip/camlzip-1.03-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?r1=1.1&r2=1.2
Index: camlzip-1.03-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- camlzip-1.03-r1.ebuild 10 Nov 2007 14:18:20 -0000 1.1
+++ camlzip-1.03-r1.ebuild 2 Jan 2008 19:56:51 -0000 1.2
@@ -1,10 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild,v 1.1 2007/11/10 14:18:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild,v 1.2 2008/01/02 19:56:51 aballier Exp $
inherit findlib eutils
-IUSE=""
+EAPI="1"
+
+IUSE="+ocamlopt"
DESCRIPTION="Compressed file access ML library (ZIP, GZIP and JAR)"
HOMEPAGE="http://cristal.inria.fr/~xleroy/software.html#camlzip"
@@ -17,6 +19,15 @@
DEPEND=">=dev-lang/ocaml-3.04 \
>=sys-libs/zlib-1.1.3"
+pkg_setup() {
+ if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then
+ eerror "In order to build ${PN} with native code support from ocaml"
+ eerror "You first need to have a native code ocaml compiler."
+ eerror "You need to install dev-lang/ocaml with ocamlopt useflag on."
+ die "Please install ocaml with ocamlopt useflag"
+ fi
+}
+
src_unpack() {
unpack ${A}
cd "${S}"
@@ -26,7 +37,9 @@
src_compile() {
emake all || die "Failed at compilation step !!!"
- emake allopt || die "Failed at ML compilation step !!!"
+ if use ocamlopt; then
+ emake allopt || die "Failed at ML compilation step !!!"
+ fi
}
src_install() {
1.10 dev-ml/camlzip/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 10 Nov 2007 14:35:46 -0000 1.9
+++ ChangeLog 2 Jan 2008 19:56:51 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/camlzip
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.9 2007/11/10 14:35:46 aballier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.10 2008/01/02 19:56:51 aballier Exp $
+
+ 02 Jan 2008; Alexis Ballier <aballier@gentoo.org> camlzip-1.03-r1.ebuild:
+ Add support to not build with ocamlopt
10 Nov 2007; Alexis Ballier <aballier@gentoo.org>
files/camlzip-1.03-Makefile-findlib.patch:
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/camlzip: camlzip-1.03-r1.ebuild ChangeLog
@ 2008-04-03 1:25 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2008-04-03 1:25 UTC (permalink / raw
To: gentoo-commits
ranger 08/04/03 01:25:01
Modified: camlzip-1.03-r1.ebuild ChangeLog
Log:
stable ppc, bug 215748
(Portage version: 2.1.4.4)
Revision Changes Path
1.3 dev-ml/camlzip/camlzip-1.03-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?r1=1.2&r2=1.3
Index: camlzip-1.03-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- camlzip-1.03-r1.ebuild 2 Jan 2008 19:56:51 -0000 1.2
+++ camlzip-1.03-r1.ebuild 3 Apr 2008 01:25:01 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild,v 1.2 2008/01/02 19:56:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild,v 1.3 2008/04/03 01:25:01 ranger Exp $
inherit findlib eutils
@@ -14,7 +14,7 @@
SLOT="1"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
DEPEND=">=dev-lang/ocaml-3.04 \
>=sys-libs/zlib-1.1.3"
1.11 dev-ml/camlzip/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 2 Jan 2008 19:56:51 -0000 1.10
+++ ChangeLog 3 Apr 2008 01:25:01 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/camlzip
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.10 2008/01/02 19:56:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.11 2008/04/03 01:25:01 ranger Exp $
+
+ 03 Apr 2008; Brent Baude <ranger@gentoo.org> camlzip-1.03-r1.ebuild:
+ stable ppc, bug 215748
02 Jan 2008; Alexis Ballier <aballier@gentoo.org> camlzip-1.03-r1.ebuild:
Add support to not build with ocamlopt
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/camlzip: camlzip-1.03-r1.ebuild ChangeLog
@ 2008-04-06 19:30 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-04-06 19:30 UTC (permalink / raw
To: gentoo-commits
maekke 08/04/06 19:30:39
Modified: camlzip-1.03-r1.ebuild ChangeLog
Log:
x86 stable, bug #215748
(Portage version: 2.1.5_rc2)
Revision Changes Path
1.4 dev-ml/camlzip/camlzip-1.03-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?r1=1.3&r2=1.4
Index: camlzip-1.03-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- camlzip-1.03-r1.ebuild 3 Apr 2008 01:25:01 -0000 1.3
+++ camlzip-1.03-r1.ebuild 6 Apr 2008 19:30:39 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild,v 1.3 2008/04/03 01:25:01 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild,v 1.4 2008/04/06 19:30:39 maekke Exp $
inherit findlib eutils
@@ -14,7 +14,7 @@
SLOT="1"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
DEPEND=">=dev-lang/ocaml-3.04 \
>=sys-libs/zlib-1.1.3"
1.12 dev-ml/camlzip/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 3 Apr 2008 01:25:01 -0000 1.11
+++ ChangeLog 6 Apr 2008 19:30:39 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/camlzip
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.11 2008/04/03 01:25:01 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.12 2008/04/06 19:30:39 maekke Exp $
+
+ 06 Apr 2008; Markus Meier <maekke@gentoo.org> camlzip-1.03-r1.ebuild:
+ x86 stable, bug #215748
03 Apr 2008; Brent Baude <ranger@gentoo.org> camlzip-1.03-r1.ebuild:
stable ppc, bug 215748
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/camlzip: camlzip-1.03-r1.ebuild ChangeLog
@ 2008-09-25 12:36 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2008-09-25 12:36 UTC (permalink / raw
To: gentoo-commits
aballier 08/09/25 12:36:30
Modified: camlzip-1.03-r1.ebuild ChangeLog
Log:
keyword ~x86-fbsd
(Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)
Revision Changes Path
1.5 dev-ml/camlzip/camlzip-1.03-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?r1=1.4&r2=1.5
Index: camlzip-1.03-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- camlzip-1.03-r1.ebuild 6 Apr 2008 19:30:39 -0000 1.4
+++ camlzip-1.03-r1.ebuild 25 Sep 2008 12:36:29 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild,v 1.4 2008/04/06 19:30:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild,v 1.5 2008/09/25 12:36:29 aballier Exp $
inherit findlib eutils
@@ -14,7 +14,7 @@
SLOT="1"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="~amd64 ppc x86 ~x86-fbsd"
DEPEND=">=dev-lang/ocaml-3.04 \
>=sys-libs/zlib-1.1.3"
1.14 dev-ml/camlzip/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 6 Apr 2008 19:44:51 -0000 1.13
+++ ChangeLog 25 Sep 2008 12:36:29 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/camlzip
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.13 2008/04/06 19:44:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.14 2008/09/25 12:36:29 aballier Exp $
+
+ 25 Sep 2008; Alexis Ballier <aballier@gentoo.org> camlzip-1.03-r1.ebuild:
+ keyword ~x86-fbsd
06 Apr 2008; Alexis Ballier <aballier@gentoo.org>
-files/camlzip-1.01-Makefile-findlib.patch, -camlzip-1.01-r1.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-09-25 12:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-02 19:56 [gentoo-commits] gentoo-x86 commit in dev-ml/camlzip: camlzip-1.03-r1.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2008-04-03 1:25 Brent Baude (ranger)
2008-04-06 19:30 Markus Meier (maekke)
2008-09-25 12:36 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