* [gentoo-commits] gentoo-x86 commit in dev-ml/type-conv: ChangeLog type-conv-2.3.0.ebuild
@ 2011-06-25 18:55 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2011-06-25 18:55 UTC (permalink / raw
To: gentoo-commits
aballier 11/06/25 18:55:39
Modified: ChangeLog
Added: type-conv-2.3.0.ebuild
Log:
version bump, by Vladimir Ivanov, bug #361153
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Revision Changes Path
1.10 dev-ml/type-conv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 23 Dec 2010 16:40:13 -0000 1.9
+++ ChangeLog 25 Jun 2011 18:55:39 -0000 1.10
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/type-conv
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.9 2010/12/23 16:40:13 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.10 2011/06/25 18:55:39 aballier Exp $
+
+*type-conv-2.3.0 (25 Jun 2011)
+
+ 25 Jun 2011; Alexis Ballier <aballier@gentoo.org> +type-conv-2.3.0.ebuild:
+ version bump, by Vladimir Ivanov, bug #361153
*type-conv-2.0.2 (23 Dec 2010)
1.1 dev-ml/type-conv/type-conv-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-2.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-2.3.0.ebuild?rev=1.1&content-type=text/plain
Index: type-conv-2.3.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-2.3.0.ebuild,v 1.1 2011/06/25 18:55:39 aballier Exp $
EAPI="2"
inherit findlib eutils multilib
DESCRIPTION="Mini library required for some other preprocessing libraries"
HOMEPAGE="http://www.janestreet.com/ocaml/"
SRC_URI="http://www.janestreet.com/ocaml/${P}.tar.gz"
LICENSE="LGPL-2.1-linking-exception"
SLOT="0"
KEYWORDS="~amd64"
IUSE="debug doc +ocamlopt"
RDEPEND=">=dev-lang/ocaml-3.12[ocamlopt?]"
DEPEND="${RDEPEND}"
oasis_use_enable() {
echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`"
}
src_configure() {
./configure --prefix usr \
--libdir /usr/$(get_libdir) \
--destdir "${D}" \
$(oasis_use_enable debug debug) \
$(oasis_use_enable ocamlopt is_native) \
|| die
}
src_test() {
LD_LIBRARY_PATH="${S}/_build/lib" emake test || die
}
src_install() {
findlib_src_install
dodoc README Changelog || die
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/type-conv: ChangeLog type-conv-2.3.0.ebuild
@ 2011-07-23 15:43 Thomas Kahle (tomka)
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle (tomka) @ 2011-07-23 15:43 UTC (permalink / raw
To: gentoo-commits
tomka 11/07/23 15:43:07
Modified: ChangeLog type-conv-2.3.0.ebuild
Log:
~x86 per bug 373149
(Portage version: 2.1.10.7/cvs/Linux i686)
Revision Changes Path
1.12 dev-ml/type-conv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 6 Jul 2011 18:38:26 -0000 1.11
+++ ChangeLog 23 Jul 2011 15:43:07 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/type-conv
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.11 2011/07/06 18:38:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.12 2011/07/23 15:43:07 tomka Exp $
+
+ 23 Jul 2011; Thomas Kahle <tomka@gentoo.org> type-conv-2.3.0.ebuild:
+ ~x86 per bug 373149
06 Jul 2011; Alexis Ballier <aballier@gentoo.org> -type-conv-1.7.1.ebuild,
-type-conv-2.0.0.ebuild, -type-conv-2.0.1.ebuild, -type-conv-2.0.2.ebuild:
1.2 dev-ml/type-conv/type-conv-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-2.3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-2.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-2.3.0.ebuild?r1=1.1&r2=1.2
Index: type-conv-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-2.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- type-conv-2.3.0.ebuild 25 Jun 2011 18:55:39 -0000 1.1
+++ type-conv-2.3.0.ebuild 23 Jul 2011 15:43:07 -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/type-conv/type-conv-2.3.0.ebuild,v 1.1 2011/06/25 18:55:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-2.3.0.ebuild,v 1.2 2011/07/23 15:43:07 tomka Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="LGPL-2.1-linking-exception"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="debug doc +ocamlopt"
RDEPEND=">=dev-lang/ocaml-3.12[ocamlopt?]"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/type-conv: ChangeLog type-conv-2.3.0.ebuild
@ 2012-02-23 20:39 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-02-23 20:39 UTC (permalink / raw
To: gentoo-commits
aballier 12/02/23 20:39:42
Modified: ChangeLog
Removed: type-conv-2.3.0.ebuild
Log:
remove old
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Revision Changes Path
1.14 dev-ml/type-conv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 6 Oct 2011 20:00:53 -0000 1.13
+++ ChangeLog 23 Feb 2012 20:39:42 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/type-conv
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.13 2011/10/06 20:00:53 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.14 2012/02/23 20:39:42 aballier Exp $
+
+ 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -type-conv-2.3.0.ebuild:
+ remove old
*type-conv-3.0.4 (06 Oct 2011)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-23 20:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23 20:39 [gentoo-commits] gentoo-x86 commit in dev-ml/type-conv: ChangeLog type-conv-2.3.0.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2011-07-23 15:43 Thomas Kahle (tomka)
2011-06-25 18:55 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