public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/pcre-ocaml: pcre-ocaml-6.2.2.ebuild ChangeLog
@ 2011-01-20 19:59 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2011-01-20 19:59 UTC (permalink / raw
  To: gentoo-commits

aballier    11/01/20 19:59:19

  Modified:             ChangeLog
  Added:                pcre-ocaml-6.2.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha18/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 dev-ml/pcre-ocaml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	20 Jan 2011 15:54:56 -0000	1.36
+++ ChangeLog	20 Jan 2011 19:59:19 -0000	1.37
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/pcre-ocaml
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.36 2011/01/20 15:54:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.37 2011/01/20 19:59:19 aballier Exp $
+
+*pcre-ocaml-6.2.2 (20 Jan 2011)
+
+  20 Jan 2011; Alexis Ballier <aballier@gentoo.org> +pcre-ocaml-6.2.2.ebuild:
+  version bump
 
   20 Jan 2011; Alexis Ballier <aballier@gentoo.org> -pcre-ocaml-6.0.1.ebuild,
   -pcre-ocaml-6.1.0.ebuild:



1.1                  dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild?rev=1.1&content-type=text/plain

Index: pcre-ocaml-6.2.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild,v 1.1 2011/01/20 19:59:19 aballier Exp $

EAPI="2"

inherit findlib eutils

DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml"
HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html"
SRC_URI="http://www.ocaml.info/ocaml_sources/${P}.tar.gz"
LICENSE="LGPL-2.1"

RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]
	>=dev-libs/libpcre-4.5"
DEPEND="${RDEPEND}"
SLOT="0"
IUSE="examples +ocamlopt"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"

src_prepare() {
	epatch "${FILESDIR}/${PN}-6.0.1-linkopts.patch"
}

src_compile() {
	cd "${S}/lib"
	emake byte-code-library || die "Failed to build byte code library"
	if use ocamlopt; then
		emake native-code-library || die "Failed to build native code library"
	fi
}

src_install () {
	export OCAMLFIND_INSTFLAGS="-optional"
	findlib_src_install

	# install documentation
	dodoc README.txt Changelog

	if use examples; then
		insinto /usr/share/doc/${PF}
		doins -r examples
	fi
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ml/pcre-ocaml: pcre-ocaml-6.2.2.ebuild ChangeLog
@ 2011-07-24  9:25 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-07-24  9:25 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/07/24 09:25:02

  Modified:             pcre-ocaml-6.2.2.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #374971
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild?r1=1.1&r2=1.2

Index: pcre-ocaml-6.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pcre-ocaml-6.2.2.ebuild	20 Jan 2011 19:59:19 -0000	1.1
+++ pcre-ocaml-6.2.2.ebuild	24 Jul 2011 09:25:02 -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/pcre-ocaml/pcre-ocaml-6.2.2.ebuild,v 1.1 2011/01/20 19:59:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild,v 1.2 2011/07/24 09:25:02 hwoarang Exp $
 
 EAPI="2"
 
@@ -16,7 +16,7 @@
 DEPEND="${RDEPEND}"
 SLOT="0"
 IUSE="examples +ocamlopt"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 
 src_prepare() {
 	epatch "${FILESDIR}/${PN}-6.0.1-linkopts.patch"



1.38                 dev-ml/pcre-ocaml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	20 Jan 2011 19:59:19 -0000	1.37
+++ ChangeLog	24 Jul 2011 09:25:02 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/pcre-ocaml
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.37 2011/01/20 19:59:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.38 2011/07/24 09:25:02 hwoarang Exp $
+
+  24 Jul 2011; Markos Chandras <hwoarang@gentoo.org> pcre-ocaml-6.2.2.ebuild:
+  Stable on amd64 wrt bug #374971
 
 *pcre-ocaml-6.2.2 (20 Jan 2011)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ml/pcre-ocaml: pcre-ocaml-6.2.2.ebuild ChangeLog
@ 2011-07-24 19:50 Thomas Kahle (tomka)
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle (tomka) @ 2011-07-24 19:50 UTC (permalink / raw
  To: gentoo-commits

tomka       11/07/24 19:50:42

  Modified:             pcre-ocaml-6.2.2.ebuild ChangeLog
  Log:
  x86 stable per bug 374971
  
  (Portage version: 2.1.10.7/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild?r1=1.2&r2=1.3

Index: pcre-ocaml-6.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pcre-ocaml-6.2.2.ebuild	24 Jul 2011 09:25:02 -0000	1.2
+++ pcre-ocaml-6.2.2.ebuild	24 Jul 2011 19:50:42 -0000	1.3
@@ -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/pcre-ocaml/pcre-ocaml-6.2.2.ebuild,v 1.2 2011/07/24 09:25:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild,v 1.3 2011/07/24 19:50:42 tomka Exp $
 
 EAPI="2"
 
@@ -16,7 +16,7 @@
 DEPEND="${RDEPEND}"
 SLOT="0"
 IUSE="examples +ocamlopt"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
 
 src_prepare() {
 	epatch "${FILESDIR}/${PN}-6.0.1-linkopts.patch"



1.39                 dev-ml/pcre-ocaml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	24 Jul 2011 09:25:02 -0000	1.38
+++ ChangeLog	24 Jul 2011 19:50:42 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/pcre-ocaml
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.38 2011/07/24 09:25:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.39 2011/07/24 19:50:42 tomka Exp $
+
+  24 Jul 2011; Thomas Kahle <tomka@gentoo.org> pcre-ocaml-6.2.2.ebuild:
+  x86 stable per bug 374971
 
   24 Jul 2011; Markos Chandras <hwoarang@gentoo.org> pcre-ocaml-6.2.2.ebuild:
   Stable on amd64 wrt bug #374971






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-24 19:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24  9:25 [gentoo-commits] gentoo-x86 commit in dev-ml/pcre-ocaml: pcre-ocaml-6.2.2.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-24 19:50 Thomas Kahle (tomka)
2011-01-20 19:59 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