grknight 14/09/30 00:32:06
Modified: ChangeLog
Added: pecl-spl_types-0.4.0-r1.ebuild
Removed: pecl-spl_types-0.4.0.ebuild
Log:
Revbump; fix download location wrt bug 517146; Drop support for PHP 5.3; Add
support for PHP 5.{5,6}
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key
67C78E1D)
Revision Changes Path
1.3 dev-php/pecl-spl_types/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-spl_types/ChangeLog?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-spl_types/ChangeLog?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-spl_types/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-spl_types/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 10 Sep 2013 03:11:35 -0000 1.2
+++ ChangeLog 30 Sep 2014 00:32:06 -0000 1.3
@@ -1,6 +1,13 @@
# ChangeLog for dev-php/pecl-spl_types
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-spl_types/ChangeLog,v 1.2
2013/09/10 03:11:35 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-spl_types/ChangeLog,v 1.3
2014/09/30 00:32:06 grknight Exp $
+
+*pecl-spl_types-0.4.0-r1 (30 Sep 2014)
+
+ 30 Sep 2014; Brian Evans <[email protected]>
+ +pecl-spl_types-0.4.0-r1.ebuild, -pecl-spl_types-0.4.0.ebuild:
+ Revbump; fix download location wrt bug 517146; Drop support for PHP 5.3; Add
+ support for PHP 5.{5,6}
10 Sep 2013; Patrick Lauer <[email protected]> pecl-spl_types-0.4.0.ebuild:
Whitespace
1.1 dev-php/pecl-spl_types/pecl-spl_types-0.4.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-spl_types/pecl-spl_types-0.4.0-r1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-spl_types/pecl-spl_types-0.4.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: pecl-spl_types-0.4.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-php/pecl-spl_types/pecl-spl_types-0.4.0-r1.ebuild,v
1.1 2014/09/30 00:32:06 grknight Exp $
EAPI=5
PHP_EXT_NAME="spl_types"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
PHP_EXT_PECL_PKG="SPL_Types"
USE_PHP="php5-6 php5-5 php5-4"
inherit php-ext-pecl-r2
KEYWORDS="~amd64 ~x86"
DESCRIPTION="Standard PHP library types add-on"
LICENSE="PHP-3"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"