diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2013-04-23 16:08:18 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2013-04-23 16:08:18 +0000 |
commit | 02e3e942ebc80a0326c0d43d39c10124bae778d6 (patch) | |
tree | ea203a69874c31cb5a1bdf3dbb06bf2ef94a6425 /dev-php | |
parent | Block astropy (diff) | |
download | gentoo-2-02e3e942ebc80a0326c0d43d39c10124bae778d6.tar.gz gentoo-2-02e3e942ebc80a0326c0d43d39c10124bae778d6.tar.bz2 gentoo-2-02e3e942ebc80a0326c0d43d39c10124bae778d6.zip |
Version bump. Should work with subversion-1.7 and php-5.4
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-svn/ChangeLog | 12 | ||||
-rw-r--r-- | dev-php/pecl-svn/pecl-svn-1.0.2.ebuild | 21 |
2 files changed, 29 insertions, 4 deletions
diff --git a/dev-php/pecl-svn/ChangeLog b/dev-php/pecl-svn/ChangeLog index 786a077dbda3..f09316c9c67a 100644 --- a/dev-php/pecl-svn/ChangeLog +++ b/dev-php/pecl-svn/ChangeLog @@ -1,6 +1,11 @@ -# ChangeLog for dev-php5/pecl-svn -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-svn/ChangeLog,v 1.2 2012/02/12 15:38:31 mabi Exp $ +# ChangeLog for dev-php/pecl-svn +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-svn/ChangeLog,v 1.3 2013/04/23 16:08:18 olemarkus Exp $ + +*pecl-svn-1.0.2 (23 Apr 2013) + + 23 Apr 2013; Ole Markus With <olemarkus@gentoo.org> +pecl-svn-1.0.2.ebuild: + Version bump. Should work with subversion-1.7 and php-5.4 *pecl-svn-1.0.1 (12 Feb 2012) @@ -17,4 +22,3 @@ 05 Jul 2010; Matti Bickel <mabi@gentoo.org> +pecl-svn-1.0.0.ebuild: import from php-overlay, thanks to Ole Markus With (bug #266971) - diff --git a/dev-php/pecl-svn/pecl-svn-1.0.2.ebuild b/dev-php/pecl-svn/pecl-svn-1.0.2.ebuild new file mode 100644 index 000000000000..7b7c7ecd7efa --- /dev/null +++ b/dev-php/pecl-svn/pecl-svn-1.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-svn/pecl-svn-1.0.2.ebuild,v 1.1 2013/04/23 16:08:18 olemarkus Exp $ + +EAPI=5 + +PHP_EXT_NAME="svn" + +USE_PHP="php5-3 php5-4 php5-5" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP Bindings for the Subversion Revision control system." +LICENSE="PHP-3.01" +SLOT="0" +IUSE="" + +DEPEND="dev-vcs/subversion" +RDEPEND="${DEPEND}" |