Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Mail_mimeDecode: ChangeLog PEAR-Mail_mimeDecode-1.5.1.ebuild
Date: Tue, 05 Jan 2010 05:48:59
Message-Id: E1NS2Hn-0007Ud-6z@stork.gentoo.org
1 yngwin 10/01/05 05:48:55
2
3 Modified: ChangeLog
4 Added: PEAR-Mail_mimeDecode-1.5.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 dev-php/PEAR-Mail_mimeDecode/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 29 Mar 2008 00:04:28 -0000 1.13
23 +++ ChangeLog 5 Jan 2010 05:48:54 -0000 1.14
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-php/PEAR-Mail_mimeDecode
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog,v 1.13 2008/03/29 00:04:28 maekke Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog,v 1.14 2010/01/05 05:48:54 yngwin Exp $
30 +
31 +*PEAR-Mail_mimeDecode-1.5.1 (05 Jan 2010)
32 +
33 + 05 Jan 2010; Ben de Groot <yngwin@g.o>
34 + +PEAR-Mail_mimeDecode-1.5.1.ebuild:
35 + Version bump
36
37 29 Mar 2008; Markus Meier <maekke@g.o>
38 PEAR-Mail_mimeDecode-1.5.0.ebuild:
39
40
41
42 1.1 dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: PEAR-Mail_mimeDecode-1.5.1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild,v 1.1 2010/01/05 05:48:54 yngwin Exp $
52
53 inherit php-pear-r1 eutils
54
55 DESCRIPTION="Provides a class to decode mime messages (split from PEAR-Mail_Mime)"
56
57 LICENSE="BSD"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
60 IUSE=""
61
62 # >=PEAR-Mail_Mime-1.5.2 in in DEPEND to avoid blockers and circular deps
63 # with this package; using PDEPEND in PEAR-Mail_Mime for the same reason
64
65 DEPEND=">=dev-php/PEAR-PEAR-1.6.0
66 >=dev-php/PEAR-Mail_Mime-1.5.2"