Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-mailparse: pecl-mailparse-2.1.6-r2.ebuild ChangeLog
Date: Wed, 29 Apr 2015 01:29:50
Message-Id: 20150429012938.16CEB98E@oystercatcher.gentoo.org
1 grknight 15/04/29 01:29:36
2
3 Modified: ChangeLog
4 Added: pecl-mailparse-2.1.6-r2.ebuild
5 Log:
6 Revbump to make dependencies more specific and silence repoman
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
9
10 Revision Changes Path
11 1.16 dev-php/pecl-mailparse/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mailparse/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mailparse/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mailparse/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 9 Oct 2014 20:54:43 -0000 1.15
24 +++ ChangeLog 29 Apr 2015 01:29:36 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php/pecl-mailparse
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/ChangeLog,v 1.15 2014/10/09 20:54:43 grknight Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/ChangeLog,v 1.16 2015/04/29 01:29:36 grknight Exp $
31 +
32 +*pecl-mailparse-2.1.6-r2 (29 Apr 2015)
33 +
34 + 29 Apr 2015; Brian Evans <grknight@g.o>
35 + +pecl-mailparse-2.1.6-r2.ebuild:
36 + Revbump to make dependencies more specific and silence repoman
37
38 30 Sep 2014; Brian Evans <grknight@g.o> -pecl-mailparse-2.1.6.ebuild:
39 Drop old; no more support for 5.3
40
41
42
43 1.1 dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pecl-mailparse-2.1.6-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r2.ebuild,v 1.1 2015/04/29 01:29:36 grknight Exp $
53
54 EAPI=5
55
56 PHP_EXT_NAME="mailparse"
57 PHP_EXT_INI="yes"
58 PHP_EXT_ZENDEXT="no"
59 DOCS="README"
60
61 USE_PHP="php5-5 php5-4"
62
63 inherit php-ext-pecl-r2
64
65 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
66
67 DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages"
68 LICENSE="PHP-2.02"
69 SLOT="0"
70 IUSE=""
71
72 for target in ${USE_PHP}; do
73 slot=${target/php}
74 slot=${slot/-/.}
75 PHPUSEDEPEND="${PHPUSEDEPEND}
76 php_targets_${target}? ( dev-lang/php:${slot}[unicode] )"
77 done
78
79 RDEPEND="${PHPUSEDEPEND}"
80 DEPEND="${RDEPEND}
81 dev-util/re2c"