olemarkus    14/09/06 18:12:38

  Modified:             ChangeLog
  Added:                pecl-xdiff-1.5.2-r2.ebuild
  Removed:              pecl-xdiff-1.5.2.ebuild pecl-xdiff-1.5.2-r1.ebuild
  Log:
  Revbump to support php 5.6
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  Changes    Path
1.5                  dev-php/pecl-xdiff/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xdiff/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xdiff/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xdiff/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   7 Nov 2013 22:28:42 -0000       1.4
+++ ChangeLog   6 Sep 2014 18:12:38 -0000       1.5
@@ -1,6 +1,13 @@
 # ChangeLog for dev-php/pecl-xdiff
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/ChangeLog,v 1.4 
2013/11/07 22:28:42 mabi Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/ChangeLog,v 1.5 
2014/09/06 18:12:38 olemarkus Exp $
+
+*pecl-xdiff-1.5.2-r2 (06 Sep 2014)
+
+  06 Sep 2014; Ole Markus With <olemar...@gentoo.org>
+  +pecl-xdiff-1.5.2-r2.ebuild, -pecl-xdiff-1.5.2-r1.ebuild,
+  -pecl-xdiff-1.5.2.ebuild:
+  Revbump to support php 5.6
 
 *pecl-xdiff-1.5.2-r1 (07 Nov 2013)
 



1.1                  dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild?rev=1.1&content-type=text/plain

Index: pecl-xdiff-1.5.2-r2.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-xdiff/pecl-xdiff-1.5.2-r2.ebuild,v 1.1 
2014/09/06 18:12:38 olemarkus Exp $

EAPI=4

PHP_EXT_NAME="xdiff"
PHP_EXT_PECL_PKG="xdiff"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README.API"

USE_PHP="php5-6 php5-4 php5-5"

inherit php-ext-pecl-r2

KEYWORDS="~x86 ~amd64"

DESCRIPTION="PHP extension for generating diff files"
LICENSE="PHP-3.01"
SLOT="0"
IUSE=""

DEPEND="dev-libs/libxdiff"
RDEPEND="${DEPEND}"




Reply via email to