* [gentoo-commits] gentoo-x86 commit in dev-ml/ocamlnet: ocamlnet-3.6.3.ebuild ChangeLog
@ 2013-02-04 12:44 Alexis Ballier (aballier)
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2013-02-04 12:44 UTC (permalink / raw
To: gentoo-commits
aballier 13/02/04 12:44:20
Modified: ChangeLog
Added: ocamlnet-3.6.3.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.67 dev-ml/ocamlnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 13 Jan 2013 19:00:10 -0000 1.66
+++ ChangeLog 4 Feb 2013 12:44:20 -0000 1.67
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/ocamlnet
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.66 2013/01/13 19:00:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.67 2013/02/04 12:44:20 aballier Exp $
+
+*ocamlnet-3.6.3 (04 Feb 2013)
+
+ 04 Feb 2013; Alexis Ballier <aballier@gentoo.org> +ocamlnet-3.6.3.ebuild:
+ version bump
*ocamlnet-3.6.2 (13 Jan 2013)
1.1 dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?rev=1.1&content-type=text/plain
Index: ocamlnet-3.6.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild,v 1.1 2013/02/04 12:44:20 aballier Exp $
EAPI="2"
inherit eutils findlib
MY_P=${P/_beta/test}
DESCRIPTION="Modules for OCaml application-level Internet protocols"
HOMEPAGE="http://projects.camlcity.org/projects/ocamlnet.html"
SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz"
LICENSE="ZLIB GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip"
RESTRICT="installsources"
# the auth-dh compile flag has been disabled as well, since it depends on
# ocaml-cryptgps, which is not available.
DEPEND=">=dev-ml/findlib-1.0
pcre? ( >=dev-ml/pcre-ocaml-5 )
>=dev-lang/ocaml-3.10.2[tk?,ocamlopt?]
cryptokit? ( dev-ml/cryptokit )
gtk? ( >=dev-ml/lablgtk-2 )
ssl? ( >=dev-ml/ocaml-ssl-0.4 )
zip? ( dev-ml/camlzip )
"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
ocamlnet_use_with() {
if use $1; then
echo "-with-$2"
else
echo "-without-$2"
fi
}
ocamlnet_use_enable() {
if use $1; then
echo "-enable-$2"
else
echo "-disable-$2"
fi
}
src_configure() {
./configure \
-bindir /usr/bin \
-datadir /usr/share/${PN} \
$(ocamlnet_use_enable cryptokit crypto) \
$(ocamlnet_use_enable gtk gtk2) \
$(ocamlnet_use_enable pcre pcre) \
$(ocamlnet_use_enable ssl ssl) \
$(ocamlnet_use_enable tk tcl) \
$(ocamlnet_use_enable zip zip) \
$(ocamlnet_use_with httpd nethttpd) \
|| die "Error : econf failed!"
}
src_compile() {
emake -j1 all || die "make failed"
if use ocamlopt; then
emake -j1 opt || die "make failed"
fi
}
src_install() {
export STRIP_MASK="*/bin/*"
findlib_src_install
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocamlnet: ocamlnet-3.6.3.ebuild ChangeLog
@ 2013-02-11 3:08 Alexis Ballier (aballier)
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2013-02-11 3:08 UTC (permalink / raw
To: gentoo-commits
aballier 13/02/11 03:08:27
Modified: ocamlnet-3.6.3.ebuild ChangeLog
Log:
eapi5, add subslot and use := deps
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.2 dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?r1=1.1&r2=1.2
Index: ocamlnet-3.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocamlnet-3.6.3.ebuild 4 Feb 2013 12:44:20 -0000 1.1
+++ ocamlnet-3.6.3.ebuild 11 Feb 2013 03:08:27 -0000 1.2
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild,v 1.1 2013/02/04 12:44:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild,v 1.2 2013/02/11 03:08:27 aballier Exp $
-EAPI="2"
+EAPI="5"
inherit eutils findlib
@@ -12,7 +12,7 @@
SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz"
LICENSE="ZLIB GPL-2"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip"
RESTRICT="installsources"
@@ -21,12 +21,12 @@
# ocaml-cryptgps, which is not available.
DEPEND=">=dev-ml/findlib-1.0
- pcre? ( >=dev-ml/pcre-ocaml-5 )
- >=dev-lang/ocaml-3.10.2[tk?,ocamlopt?]
- cryptokit? ( dev-ml/cryptokit )
- gtk? ( >=dev-ml/lablgtk-2 )
- ssl? ( >=dev-ml/ocaml-ssl-0.4 )
- zip? ( dev-ml/camlzip )
+ pcre? ( >=dev-ml/pcre-ocaml-5:= )
+ >=dev-lang/ocaml-3.10.2:=[tk?,ocamlopt?]
+ cryptokit? ( dev-ml/cryptokit:= )
+ gtk? ( >=dev-ml/lablgtk-2:= )
+ ssl? ( >=dev-ml/ocaml-ssl-0.4:= )
+ zip? ( dev-ml/camlzip:= )
"
RDEPEND="${DEPEND}"
@@ -63,9 +63,9 @@
}
src_compile() {
- emake -j1 all || die "make failed"
+ emake -j1 all
if use ocamlopt; then
- emake -j1 opt || die "make failed"
+ emake -j1 opt
fi
}
1.68 dev-ml/ocamlnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 4 Feb 2013 12:44:20 -0000 1.67
+++ ChangeLog 11 Feb 2013 03:08:27 -0000 1.68
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocamlnet
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.67 2013/02/04 12:44:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.68 2013/02/11 03:08:27 aballier Exp $
+
+ 11 Feb 2013; Alexis Ballier <aballier@gentoo.org> ocamlnet-3.6.3.ebuild:
+ eapi5, add subslot and use := deps
*ocamlnet-3.6.3 (04 Feb 2013)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocamlnet: ocamlnet-3.6.3.ebuild ChangeLog
@ 2013-03-10 13:32 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-10 13:32 UTC (permalink / raw
To: gentoo-commits
ago 13/03/10 13:32:09
Modified: ocamlnet-3.6.3.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #461112
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?r1=1.2&r2=1.3
Index: ocamlnet-3.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ocamlnet-3.6.3.ebuild 11 Feb 2013 03:08:27 -0000 1.2
+++ ocamlnet-3.6.3.ebuild 10 Mar 2013 13:32:09 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild,v 1.2 2013/02/11 03:08:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild,v 1.3 2013/03/10 13:32:09 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="ZLIB GPL-2"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip"
RESTRICT="installsources"
1.70 dev-ml/ocamlnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?r1=1.69&r2=1.70
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog 3 Mar 2013 15:04:56 -0000 1.69
+++ ChangeLog 10 Mar 2013 13:32:09 -0000 1.70
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocamlnet
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.69 2013/03/03 15:04:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.70 2013/03/10 13:32:09 ago Exp $
+
+ 10 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ocamlnet-3.6.3.ebuild:
+ Stable for amd64, wrt bug #461112
03 Mar 2013; Alexis Ballier <aballier@gentoo.org> -ocamlnet-3.5.1.ebuild,
-ocamlnet-3.6.ebuild, -ocamlnet-3.6.1.ebuild, -ocamlnet-3.6.2.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocamlnet: ocamlnet-3.6.3.ebuild ChangeLog
@ 2013-03-10 13:39 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-10 13:39 UTC (permalink / raw
To: gentoo-commits
ago 13/03/10 13:39:39
Modified: ocamlnet-3.6.3.ebuild ChangeLog
Log:
Stable for x86, wrt bug #461112
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?r1=1.3&r2=1.4
Index: ocamlnet-3.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ocamlnet-3.6.3.ebuild 10 Mar 2013 13:32:09 -0000 1.3
+++ ocamlnet-3.6.3.ebuild 10 Mar 2013 13:39:39 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild,v 1.3 2013/03/10 13:32:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild,v 1.4 2013/03/10 13:39:39 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="ZLIB GPL-2"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip"
RESTRICT="installsources"
1.71 dev-ml/ocamlnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 10 Mar 2013 13:32:09 -0000 1.70
+++ ChangeLog 10 Mar 2013 13:39:39 -0000 1.71
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocamlnet
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.70 2013/03/10 13:32:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.71 2013/03/10 13:39:39 ago Exp $
+
+ 10 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ocamlnet-3.6.3.ebuild:
+ Stable for x86, wrt bug #461112
10 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ocamlnet-3.6.3.ebuild:
Stable for amd64, wrt bug #461112
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocamlnet: ocamlnet-3.6.3.ebuild ChangeLog
@ 2013-03-12 18:28 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-12 18:28 UTC (permalink / raw
To: gentoo-commits
ago 13/03/12 18:28:07
Modified: ocamlnet-3.6.3.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #461112
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild?r1=1.4&r2=1.5
Index: ocamlnet-3.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ocamlnet-3.6.3.ebuild 10 Mar 2013 13:39:39 -0000 1.4
+++ ocamlnet-3.6.3.ebuild 12 Mar 2013 18:28:07 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild,v 1.4 2013/03/10 13:39:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.3.ebuild,v 1.5 2013/03/12 18:28:07 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="ZLIB GPL-2"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip"
RESTRICT="installsources"
1.72 dev-ml/ocamlnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlnet/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 10 Mar 2013 13:39:39 -0000 1.71
+++ ChangeLog 12 Mar 2013 18:28:07 -0000 1.72
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocamlnet
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.71 2013/03/10 13:39:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.72 2013/03/12 18:28:07 ago Exp $
+
+ 12 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ocamlnet-3.6.3.ebuild:
+ Stable for ppc, wrt bug #461112
10 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ocamlnet-3.6.3.ebuild:
Stable for x86, wrt bug #461112
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-03-12 18:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-10 13:32 [gentoo-commits] gentoo-x86 commit in dev-ml/ocamlnet: ocamlnet-3.6.3.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-03-12 18:28 Agostino Sarubbo (ago)
2013-03-10 13:39 Agostino Sarubbo (ago)
2013-02-11 3:08 Alexis Ballier (aballier)
2013-02-04 12:44 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