Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Mail_Mime: ChangeLog PEAR-Mail_Mime-1.8.2.ebuild
Date: Sat, 01 Oct 2011 19:28:55
Message-Id: 20111001192845.514072004B@flycatcher.gentoo.org
1 pva 11/10/01 19:28:45
2
3 Modified: ChangeLog
4 Added: PEAR-Mail_Mime-1.8.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.68 dev-php/PEAR-Mail_Mime/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog?rev=1.68&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog?rev=1.68&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog?r1=1.67&r2=1.68
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v
20 retrieving revision 1.67
21 retrieving revision 1.68
22 diff -u -r1.67 -r1.68
23 --- ChangeLog 27 Apr 2010 16:20:26 -0000 1.67
24 +++ ChangeLog 1 Oct 2011 19:28:45 -0000 1.68
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/PEAR-Mail_Mime
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.67 2010/04/27 16:20:26 beandog Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.68 2011/10/01 19:28:45 pva Exp $
31 +
32 +*PEAR-Mail_Mime-1.8.2 (01 Oct 2011)
33 +
34 + 01 Oct 2011; Peter Volkov <pva@g.o> +PEAR-Mail_Mime-1.8.2.ebuild:
35 + Version bump.
36
37 27 Apr 2010; Steve Dibb <beandog@g.o> PEAR-Mail_Mime-1.5.2.ebuild,
38 PEAR-Mail_Mime-1.6.0.ebuild:
39
40
41
42 1.1 dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: PEAR-Mail_Mime-1.8.2.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.2.ebuild,v 1.1 2011/10/01 19:28:45 pva Exp $
52
53 inherit php-pear-r1 eutils
54
55 DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages"
56
57 LICENSE="BSD"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
60 IUSE=""
61
62 PDEPEND="dev-php/PEAR-Mail_mimeDecode"
63
64 src_unpack() {
65 unpack ${A}
66 cd "${S}"
67
68 # see Bug 125451; http://pear.php.net/bugs/bug.php?id=5333
69 epatch "${FILESDIR}"/1.5.2-php-pass-by-reference-fix.patch
70 }