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-5.15.0.ebuild ChangeLog
@ 2009-06-21 12:16 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2009-06-21 12:16 UTC (permalink / raw
  To: gentoo-commits

aballier    09/06/21 12:16:14

  Modified:             pcre-ocaml-5.15.0.ebuild ChangeLog
  Log:
  define eapi before inherit and assign rdepend explicitly
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?r1=1.6&r2=1.7

Index: pcre-ocaml-5.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pcre-ocaml-5.15.0.ebuild	25 Sep 2008 12:13:16 -0000	1.6
+++ pcre-ocaml-5.15.0.ebuild	21 Jun 2009 12:16:14 -0000	1.7
@@ -1,18 +1,19 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.6 2008/09/25 12:13:16 aballier Exp $
-
-inherit findlib eutils
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.7 2009/06/21 12:16:14 aballier Exp $
 
 EAPI="1"
 
+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.bz2"
 LICENSE="LGPL-2.1"
 
-DEPEND=">=dev-lang/ocaml-3.07
+RDEPEND=">=dev-lang/ocaml-3.07
 	>=dev-libs/libpcre-4.5"
+DEPEND="${RDEPEND}"
 SLOT="0"
 IUSE="examples +ocamlopt"
 KEYWORDS="amd64 ppc x86 ~x86-fbsd"



1.26                 dev-ml/pcre-ocaml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	25 Sep 2008 12:13:16 -0000	1.25
+++ ChangeLog	21 Jun 2009 12:16:14 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/pcre-ocaml
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.25 2008/09/25 12:13:16 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.26 2009/06/21 12:16:14 aballier Exp $
+
+  21 Jun 2009; Alexis Ballier <aballier@gentoo.org>
+  pcre-ocaml-5.15.0.ebuild:
+  define eapi before inherit and assign rdepend explicitly
 
   25 Sep 2008; Alexis Ballier <aballier@gentoo.org>
   pcre-ocaml-5.15.0.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/pcre-ocaml: pcre-ocaml-5.15.0.ebuild ChangeLog
@ 2008-09-25 12:13 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2008-09-25 12:13 UTC (permalink / raw
  To: gentoo-commits

aballier    08/09/25 12:13:16

  Modified:             pcre-ocaml-5.15.0.ebuild ChangeLog
  Log:
  keyword ~x86-fbsd
  (Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)

Revision  Changes    Path
1.6                  dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?r1=1.5&r2=1.6

Index: pcre-ocaml-5.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pcre-ocaml-5.15.0.ebuild	5 Jul 2008 15:59:43 -0000	1.5
+++ pcre-ocaml-5.15.0.ebuild	25 Sep 2008 12:13:16 -0000	1.6
@@ -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/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.5 2008/07/05 15:59:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.6 2008/09/25 12:13:16 aballier Exp $
 
 inherit findlib eutils
 
@@ -15,7 +15,7 @@
 	>=dev-libs/libpcre-4.5"
 SLOT="0"
 IUSE="examples +ocamlopt"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 
 pkg_setup() {
 	if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then



1.25                 dev-ml/pcre-ocaml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	9 Jul 2008 10:46:03 -0000	1.24
+++ ChangeLog	25 Sep 2008 12:13:16 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/pcre-ocaml
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.24 2008/07/09 10:46:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.25 2008/09/25 12:13:16 aballier Exp $
+
+  25 Sep 2008; Alexis Ballier <aballier@gentoo.org>
+  pcre-ocaml-5.15.0.ebuild:
+  keyword ~x86-fbsd
 
   09 Jul 2008; Alexis Ballier <aballier@gentoo.org>
   -pcre-ocaml-4.33.0.ebuild, -pcre-ocaml-5.08.1.ebuild,






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/pcre-ocaml: pcre-ocaml-5.15.0.ebuild ChangeLog
@ 2008-07-05 15:59 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-07-05 15:59 UTC (permalink / raw
  To: gentoo-commits

maekke      08/07/05 15:59:43

  Modified:             pcre-ocaml-5.15.0.ebuild ChangeLog
  Log:
  x86 stable, bug #229997
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 i686)

Revision  Changes    Path
1.5                  dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?r1=1.4&r2=1.5

Index: pcre-ocaml-5.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pcre-ocaml-5.15.0.ebuild	2 Jul 2008 16:28:00 -0000	1.4
+++ pcre-ocaml-5.15.0.ebuild	5 Jul 2008 15:59:43 -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/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.4 2008/07/02 16:28:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.5 2008/07/05 15:59:43 maekke Exp $
 
 inherit findlib eutils
 
@@ -15,7 +15,7 @@
 	>=dev-libs/libpcre-4.5"
 SLOT="0"
 IUSE="examples +ocamlopt"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 pkg_setup() {
 	if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then



1.23                 dev-ml/pcre-ocaml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	2 Jul 2008 16:28:00 -0000	1.22
+++ ChangeLog	5 Jul 2008 15:59:43 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/pcre-ocaml
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.22 2008/07/02 16:28:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.23 2008/07/05 15:59:43 maekke Exp $
+
+  05 Jul 2008; Markus Meier <maekke@gentoo.org> pcre-ocaml-5.15.0.ebuild:
+  x86 stable, bug #229997
 
   02 Jul 2008; Brent Baude <ranger@gentoo.org> pcre-ocaml-5.15.0.ebuild:
   stable ppc, bug 229997



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/pcre-ocaml: pcre-ocaml-5.15.0.ebuild ChangeLog
@ 2008-07-02 16:28 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2008-07-02 16:28 UTC (permalink / raw
  To: gentoo-commits

ranger      08/07/02 16:28:00

  Modified:             pcre-ocaml-5.15.0.ebuild ChangeLog
  Log:
  stable ppc, bug 229997
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?r1=1.3&r2=1.4

Index: pcre-ocaml-5.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pcre-ocaml-5.15.0.ebuild	29 Jun 2008 20:00:01 -0000	1.3
+++ pcre-ocaml-5.15.0.ebuild	2 Jul 2008 16:28:00 -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/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.3 2008/06/29 20:00:01 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.4 2008/07/02 16:28:00 ranger Exp $
 
 inherit findlib eutils
 
@@ -15,7 +15,7 @@
 	>=dev-libs/libpcre-4.5"
 SLOT="0"
 IUSE="examples +ocamlopt"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 
 pkg_setup() {
 	if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then



1.22                 dev-ml/pcre-ocaml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	29 Jun 2008 20:00:01 -0000	1.21
+++ ChangeLog	2 Jul 2008 16:28:00 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/pcre-ocaml
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.21 2008/06/29 20:00:01 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.22 2008/07/02 16:28:00 ranger Exp $
+
+  02 Jul 2008; Brent Baude <ranger@gentoo.org> pcre-ocaml-5.15.0.ebuild:
+  stable ppc, bug 229997
 
   29 Jun 2008; Kenneth Prugh <ken69267@gentoo.org> pcre-ocaml-5.15.0.ebuild:
   amd64 stable, bug #229997



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/pcre-ocaml: pcre-ocaml-5.15.0.ebuild ChangeLog
@ 2008-06-29 20:00 Kenneth Prugh (ken69267)
  0 siblings, 0 replies; 6+ messages in thread
From: Kenneth Prugh (ken69267) @ 2008-06-29 20:00 UTC (permalink / raw
  To: gentoo-commits

ken69267    08/06/29 20:00:01

  Modified:             pcre-ocaml-5.15.0.ebuild ChangeLog
  Log:
  amd64 stable, bug #229997
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)

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

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

Index: pcre-ocaml-5.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pcre-ocaml-5.15.0.ebuild	29 Jun 2008 19:31:22 -0000	1.2
+++ pcre-ocaml-5.15.0.ebuild	29 Jun 2008 20:00: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/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.2 2008/06/29 19:31:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.3 2008/06/29 20:00:01 ken69267 Exp $
 
 inherit findlib eutils
 
@@ -15,7 +15,7 @@
 	>=dev-libs/libpcre-4.5"
 SLOT="0"
 IUSE="examples +ocamlopt"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 pkg_setup() {
 	if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then



1.21                 dev-ml/pcre-ocaml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	29 Jun 2008 19:31:22 -0000	1.20
+++ ChangeLog	29 Jun 2008 20:00:01 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/pcre-ocaml
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.20 2008/06/29 19:31:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.21 2008/06/29 20:00:01 ken69267 Exp $
+
+  29 Jun 2008; Kenneth Prugh <ken69267@gentoo.org> pcre-ocaml-5.15.0.ebuild:
+  amd64 stable, bug #229997
 
   29 Jun 2008; Alexis Ballier <aballier@gentoo.org>
   pcre-ocaml-5.15.0.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/pcre-ocaml: pcre-ocaml-5.15.0.ebuild ChangeLog
@ 2008-06-29 19:31 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2008-06-29 19:31 UTC (permalink / raw
  To: gentoo-commits

aballier    08/06/29 19:31:23

  Modified:             pcre-ocaml-5.15.0.ebuild ChangeLog
  Log:
  Do not use dodoc for examples as they will end up compressed, reported by Ken69267
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)

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

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

Index: pcre-ocaml-5.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pcre-ocaml-5.15.0.ebuild	12 May 2008 07:00:08 -0000	1.1
+++ pcre-ocaml-5.15.0.ebuild	29 Jun 2008 19:31:22 -0000	1.2
@@ -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/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.1 2008/05/12 07:00:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.2 2008/06/29 19:31:22 aballier Exp $
 
 inherit findlib eutils
 
@@ -42,10 +42,7 @@
 	dodoc README VERSION Changes
 
 	if use examples; then
-		for dir in examples/*
-		do
-		  docinto $dir
-		  dodoc $dir/*
-		done
+		insinto /usr/share/doc/${PF}
+		doins -r examples
 	fi
 }



1.20                 dev-ml/pcre-ocaml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	12 May 2008 07:00:08 -0000	1.19
+++ ChangeLog	29 Jun 2008 19:31:22 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/pcre-ocaml
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.19 2008/05/12 07:00:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.20 2008/06/29 19:31:22 aballier Exp $
+
+  29 Jun 2008; Alexis Ballier <aballier@gentoo.org>
+  pcre-ocaml-5.15.0.ebuild:
+  Do not use dodoc for examples as they will end up compressed, reported by
+  Ken69267
 
 *pcre-ocaml-5.15.0 (12 May 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2009-06-21 12:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-21 12:16 [gentoo-commits] gentoo-x86 commit in dev-ml/pcre-ocaml: pcre-ocaml-5.15.0.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2008-09-25 12:13 Alexis Ballier (aballier)
2008-07-05 15:59 Markus Meier (maekke)
2008-07-02 16:28 Brent Baude (ranger)
2008-06-29 20:00 Kenneth Prugh (ken69267)
2008-06-29 19:31 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