summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-12-07 10:25:38 -0500
committerBrian Evans <grknight@gentoo.org>2016-12-07 10:25:38 -0500
commit8d9d36a515e380878af3739573e4f2188ba8bece (patch)
tree9fdfb3e26c808f2454f26e7ed50f259d76900c19 /dev-php/pecl-svn/pecl-svn-1.0.3-r1.ebuild
parentdev-python/python-mistralclient: bup (diff)
downloadgentoo-8d9d36a515e380878af3739573e4f2188ba8bece.tar.gz
gentoo-8d9d36a515e380878af3739573e4f2188ba8bece.tar.bz2
gentoo-8d9d36a515e380878af3739573e4f2188ba8bece.zip
dev-php/pecl-svn: Revbump to remove php 5.5 support; add upstream patch
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-php/pecl-svn/pecl-svn-1.0.3-r1.ebuild')
-rw-r--r--dev-php/pecl-svn/pecl-svn-1.0.3-r1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-php/pecl-svn/pecl-svn-1.0.3-r1.ebuild b/dev-php/pecl-svn/pecl-svn-1.0.3-r1.ebuild
new file mode 100644
index 000000000000..f5f51f2a3701
--- /dev/null
+++ b/dev-php/pecl-svn/pecl-svn-1.0.3-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PHP_EXT_NAME="svn"
+
+USE_PHP="php5-6"
+
+inherit php-ext-pecl-r3
+
+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}"
+
+PATCHES=( "${FILESDIR}/1.0.3-c99-fixes.patch" )