public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Mail_Mime: PEAR-Mail_Mime-1.8.3.ebuild ChangeLog
@ 2012-03-12  9:48 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 2+ messages in thread
From: Ole Markus With (olemarkus) @ 2012-03-12  9:48 UTC (permalink / raw
  To: gentoo-commits

olemarkus    12/03/12 09:48:42

  Modified:             ChangeLog
  Added:                PEAR-Mail_Mime-1.8.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.75                 dev-php/PEAR-Mail_Mime/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	3 Dec 2011 17:51:29 -0000	1.74
+++ ChangeLog	12 Mar 2012 09:48:42 -0000	1.75
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/PEAR-Mail_Mime
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.74 2011/12/03 17:51:29 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.75 2012/03/12 09:48:42 olemarkus Exp $
+
+*PEAR-Mail_Mime-1.8.3 (12 Mar 2012)
+
+  12 Mar 2012; Ole Markus With <olemarkus@gentoo.org>
+  +PEAR-Mail_Mime-1.8.3.ebuild:
+  Version bump
 
   03 Dec 2011; Raúl Porcel <armin76@gentoo.org> PEAR-Mail_Mime-1.8.2.ebuild:
   alpha/arm/ia64/s390/sh/sparc stable wrt #388763



1.1                  dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.3.ebuild?rev=1.1&content-type=text/plain

Index: PEAR-Mail_Mime-1.8.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.3.ebuild,v 1.1 2012/03/12 09:48:42 olemarkus Exp $

EAPI="4"

inherit php-pear-r1 eutils

DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""

PDEPEND="dev-php/PEAR-Mail_mimeDecode"

src_unpack() {
	unpack ${A}
	cd "${S}"

	# see Bug 125451; http://pear.php.net/bugs/bug.php?id=5333
	epatch "${FILESDIR}"/1.5.2-php-pass-by-reference-fix.patch
}






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

* [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Mail_Mime: PEAR-Mail_Mime-1.8.3.ebuild ChangeLog
@ 2012-03-13 13:17 Joshua Kinard (kumba)
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Kinard (kumba) @ 2012-03-13 13:17 UTC (permalink / raw
  To: gentoo-commits

kumba       12/03/13 13:17:27

  Modified:             PEAR-Mail_Mime-1.8.3.ebuild ChangeLog
  Log:
  The 1.5.2 patch does not apply to 1.8.3 any further.  Added a tweaked version that does apply to 1.8.3 to prevent this ebuild from failing.  Closes #407969.  Also changed src_unpack to src_prepare for EAPI4.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.3.ebuild?r1=1.1&r2=1.2

Index: PEAR-Mail_Mime-1.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PEAR-Mail_Mime-1.8.3.ebuild	12 Mar 2012 09:48:42 -0000	1.1
+++ PEAR-Mail_Mime-1.8.3.ebuild	13 Mar 2012 13:17:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.3.ebuild,v 1.1 2012/03/12 09:48:42 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.3.ebuild,v 1.2 2012/03/13 13:17:27 kumba Exp $
 
 EAPI="4"
 
@@ -15,10 +15,7 @@
 
 PDEPEND="dev-php/PEAR-Mail_mimeDecode"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
+src_prepare() {
 	# see Bug 125451; http://pear.php.net/bugs/bug.php?id=5333
-	epatch "${FILESDIR}"/1.5.2-php-pass-by-reference-fix.patch
+	epatch "${FILESDIR}"/${PV}-php-pass-by-reference-fix.patch
 }



1.76                 dev-php/PEAR-Mail_Mime/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	12 Mar 2012 09:48:42 -0000	1.75
+++ ChangeLog	13 Mar 2012 13:17:27 -0000	1.76
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/PEAR-Mail_Mime
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.75 2012/03/12 09:48:42 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.76 2012/03/13 13:17:27 kumba Exp $
+
+  13 Mar 2012; Joshua Kinard <kumba@gentoo.org>
+  +files/1.8.3-php-pass-by-reference-fix.patch, PEAR-Mail_Mime-1.8.3.ebuild:
+  The 1.5.2 patch does not apply to 1.8.3 any further. Added a tweaked version
+  that does apply to 1.8.3 to prevent this ebuild from failing. Closes #407969.
+  Also changed src_unpack to src_prepare for EAPI4.
 
 *PEAR-Mail_Mime-1.8.3 (12 Mar 2012)
 






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

end of thread, other threads:[~2012-03-13 13:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12  9:48 [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Mail_Mime: PEAR-Mail_Mime-1.8.3.ebuild ChangeLog Ole Markus With (olemarkus)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-13 13:17 Joshua Kinard (kumba)

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