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-timezonedb: pecl-timezonedb-2014.7.ebuild ChangeLog pecl-timezonedb-2013.2.ebuild
Date: Mon, 29 Sep 2014 19:41:09
Message-Id: 20140929194106.37FB25AB@oystercatcher.gentoo.org
1 grknight 14/09/29 19:41:06
2
3 Modified: ChangeLog
4 Added: pecl-timezonedb-2014.7.ebuild
5 Removed: pecl-timezonedb-2013.2.ebuild
6 Log:
7 Version bump; Add new PHP version support; Drop PHP 5.3
8
9 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
10
11 Revision Changes Path
12 1.7 dev-php/pecl-timezonedb/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-timezonedb/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-timezonedb/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-timezonedb/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-timezonedb/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 1 Apr 2013 16:13:18 -0000 1.6
25 +++ ChangeLog 29 Sep 2014 19:41:06 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php/pecl-timezonedb
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-timezonedb/ChangeLog,v 1.6 2013/04/01 16:13:18 olemarkus Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-timezonedb/ChangeLog,v 1.7 2014/09/29 19:41:06 grknight Exp $
32 +
33 +*pecl-timezonedb-2014.7 (29 Sep 2014)
34 +
35 + 29 Sep 2014; <grknight@g.o> +pecl-timezonedb-2014.7.ebuild,
36 + -pecl-timezonedb-2013.2.ebuild:
37 + Version bump; Add new PHP version support; Drop PHP 5.3
38
39 01 Apr 2013; Ole Markus With <olemarkus@g.o>
40 -pecl-timezonedb-2011.13.ebuild, -pecl-timezonedb-2011.14.ebuild,
41
42
43
44 1.1 dev-php/pecl-timezonedb/pecl-timezonedb-2014.7.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-timezonedb/pecl-timezonedb-2014.7.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-timezonedb/pecl-timezonedb-2014.7.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pecl-timezonedb-2014.7.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-timezonedb/pecl-timezonedb-2014.7.ebuild,v 1.1 2014/09/29 19:41:06 grknight Exp $
54
55 EAPI=5
56
57 PHP_EXT_NAME="timezonedb"
58 PHP_EXT_INI="yes"
59 PHP_EXT_ZENDEXT="no"
60
61 USE_PHP="php5-6 php5-5 php5-4"
62
63 inherit php-ext-pecl-r2
64
65 DESCRIPTION="Timezone Database to be used with PHP's date and time functions"
66 LICENSE="PHP-3"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
69 IUSE=""