public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-mailparse: ChangeLog pecl-mailparse-2.1.5.ebuild
@ 2010-06-11 18:27 Matti Bickel (mabi)
  0 siblings, 0 replies; 5+ messages in thread
From: Matti Bickel (mabi) @ 2010-06-11 18:27 UTC (permalink / raw
  To: gentoo-commits

mabi        10/06/11 18:27:48

  Modified:             ChangeLog
  Added:                pecl-mailparse-2.1.5.ebuild
  Log:
  bump
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-php5/pecl-mailparse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	13 Jan 2008 15:23:59 -0000	1.16
+++ ChangeLog	11 Jun 2010 18:27:48 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php5/pecl-mailparse
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.16 2008/01/13 15:23:59 jokey Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.17 2010/06/11 18:27:48 mabi Exp $
+
+*pecl-mailparse-2.1.5 (11 Jun 2010)
+
+  11 Jun 2010; <mabi@gentoo.org> +pecl-mailparse-2.1.5.ebuild:
+  version bump (bug #300893)
 
 *pecl-mailparse-2.1.3 (13 Jan 2008)
 



1.1                  dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?rev=1.1&content-type=text/plain

Index: pecl-mailparse-2.1.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v 1.1 2010/06/11 18:27:48 mabi Exp $

EAPI="2"

PHP_EXT_NAME="mailparse"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"

DOCS="README"

inherit php-ext-pecl-r1

KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"

DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages."
LICENSE="PHP-2.02"
SLOT="0"
IUSE=""

DEPEND="dev-lang/php[unicode]"
RDEPEND=""

need_php_by_category







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

* [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-mailparse: ChangeLog pecl-mailparse-2.1.5.ebuild
@ 2010-09-30 10:22 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-09-30 10:22 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/09/30 10:22:14

  Modified:             ChangeLog pecl-mailparse-2.1.5.ebuild
  Log:
  Stable on amd64 wrt bug #338734
  
  (Portage version: 2.2_rc86/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 dev-php5/pecl-mailparse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	11 Jun 2010 18:27:48 -0000	1.17
+++ ChangeLog	30 Sep 2010 10:22:14 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php5/pecl-mailparse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.17 2010/06/11 18:27:48 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.18 2010/09/30 10:22:14 hwoarang Exp $
+
+  30 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
+  pecl-mailparse-2.1.5.ebuild:
+  Stable on amd64 wrt bug #338734
 
 *pecl-mailparse-2.1.5 (11 Jun 2010)
 



1.3                  dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?r1=1.2&r2=1.3

Index: pecl-mailparse-2.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pecl-mailparse-2.1.5.ebuild	11 Jun 2010 18:28:28 -0000	1.2
+++ pecl-mailparse-2.1.5.ebuild	30 Sep 2010 10:22:14 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v 1.2 2010/06/11 18:28:28 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v 1.3 2010/09/30 10:22:14 hwoarang Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 inherit php-ext-pecl-r1
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 
 DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages."
 LICENSE="PHP-2.02"






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

* [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-mailparse: ChangeLog pecl-mailparse-2.1.5.ebuild
@ 2010-10-02  8:56 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 5+ messages in thread
From: Ole Markus With (olemarkus) @ 2010-10-02  8:56 UTC (permalink / raw
  To: gentoo-commits

olemarkus    10/10/02 08:56:26

  Modified:             ChangeLog pecl-mailparse-2.1.5.ebuild
  Log:
  Ebuilds inheriting pecl-ext-source-r1 cannot use EAPI2 (bug #339408)
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.19                 dev-php5/pecl-mailparse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	30 Sep 2010 10:22:14 -0000	1.18
+++ ChangeLog	2 Oct 2010 08:56:26 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/pecl-mailparse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.18 2010/09/30 10:22:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.19 2010/10/02 08:56:26 olemarkus Exp $
+
+  02 Oct 2010; <olemarkus@gentoo.org> pecl-mailparse-2.1.5.ebuild:
+  Ebuilds inheriting pecl-ext-source-r1 cannot use EAPI2 (bug #339408)
 
   30 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
   pecl-mailparse-2.1.5.ebuild:



1.4                  dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?r1=1.3&r2=1.4

Index: pecl-mailparse-2.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pecl-mailparse-2.1.5.ebuild	30 Sep 2010 10:22:14 -0000	1.3
+++ pecl-mailparse-2.1.5.ebuild	2 Oct 2010 08:56:26 -0000	1.4
@@ -1,15 +1,12 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v 1.3 2010/09/30 10:22:14 hwoarang Exp $
-
-EAPI="2"
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v 1.4 2010/10/02 08:56:26 olemarkus Exp $
 
 PHP_EXT_NAME="mailparse"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 
 DOCS="README"
-
 inherit php-ext-pecl-r1
 
 KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
@@ -19,7 +16,11 @@
 SLOT="0"
 IUSE=""
 
-DEPEND="dev-lang/php[unicode]"
+DEPEND=""
 RDEPEND=""
 
 need_php_by_category
+
+pkg_setup() {
+	require_php_with_use unicode
+}






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

* [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-mailparse: ChangeLog pecl-mailparse-2.1.5.ebuild
@ 2010-10-06 20:00 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2010-10-06 20:00 UTC (permalink / raw
  To: gentoo-commits

maekke      10/10/06 20:00:25

  Modified:             ChangeLog pecl-mailparse-2.1.5.ebuild
  Log:
  x86 stable, bug #338734
  
  (Portage version: 2.2_rc89/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 dev-php5/pecl-mailparse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	2 Oct 2010 08:56:26 -0000	1.19
+++ ChangeLog	6 Oct 2010 20:00:25 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/pecl-mailparse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.19 2010/10/02 08:56:26 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.20 2010/10/06 20:00:25 maekke Exp $
+
+  06 Oct 2010; Markus Meier <maekke@gentoo.org> pecl-mailparse-2.1.5.ebuild:
+  x86 stable, bug #338734
 
   02 Oct 2010; <olemarkus@gentoo.org> pecl-mailparse-2.1.5.ebuild:
   Ebuilds inheriting pecl-ext-source-r1 cannot use EAPI2 (bug #339408)



1.5                  dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?r1=1.4&r2=1.5

Index: pecl-mailparse-2.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pecl-mailparse-2.1.5.ebuild	2 Oct 2010 08:56:26 -0000	1.4
+++ pecl-mailparse-2.1.5.ebuild	6 Oct 2010 20:00:25 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v 1.4 2010/10/02 08:56:26 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v 1.5 2010/10/06 20:00:25 maekke Exp $
 
 PHP_EXT_NAME="mailparse"
 PHP_EXT_INI="yes"
@@ -9,7 +9,7 @@
 DOCS="README"
 inherit php-ext-pecl-r1
 
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 
 DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages."
 LICENSE="PHP-2.02"






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

* [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-mailparse: ChangeLog pecl-mailparse-2.1.5.ebuild
@ 2011-01-30 16:38 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2011-01-30 16:38 UTC (permalink / raw
  To: gentoo-commits

armin76     11/01/30 16:38:22

  Modified:             ChangeLog pecl-mailparse-2.1.5.ebuild
  Log:
  Drop sparc keywords
  
  (Portage version: 2.1.9.25/cvs/Linux ia64)

Revision  Changes    Path
1.27                 dev-php5/pecl-mailparse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	8 Jan 2011 18:27:12 -0000	1.26
+++ ChangeLog	30 Jan 2011 16:38:22 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/pecl-mailparse
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.26 2011/01/08 18:27:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.27 2011/01/30 16:38:22 armin76 Exp $
+
+  30 Jan 2011; Raúl Porcel <armin76@gentoo.org> pecl-mailparse-2.1.5.ebuild:
+  Drop sparc keywords
 
   08 Jan 2011; Brent Baude <ranger@gentoo.org>
   pecl-mailparse-2.1.5-r1.ebuild:



1.7                  dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild?r1=1.6&r2=1.7

Index: pecl-mailparse-2.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pecl-mailparse-2.1.5.ebuild	27 Dec 2010 20:53:38 -0000	1.6
+++ pecl-mailparse-2.1.5.ebuild	30 Jan 2011 16:38:22 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v 1.6 2010/12/27 20:53:38 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v 1.7 2011/01/30 16:38:22 armin76 Exp $
 
 PHP_EXT_NAME="mailparse"
 PHP_EXT_INI="yes"
@@ -9,7 +9,7 @@
 DOCS="README"
 inherit php-ext-pecl-r1
 
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 
 DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages."
 LICENSE="PHP-2.02"






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

end of thread, other threads:[~2011-01-30 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 10:22 [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-mailparse: ChangeLog pecl-mailparse-2.1.5.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-30 16:38 Raul Porcel (armin76)
2010-10-06 20:00 Markus Meier (maekke)
2010-10-02  8:56 Ole Markus With (olemarkus)
2010-06-11 18:27 Matti Bickel (mabi)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox