summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2009-08-11 17:11:32 +0000
committerHanno Böck <hanno@gentoo.org>2009-08-11 17:11:32 +0000
commit6b1243cba70eef38fb733ea5ad236bb170767d23 (patch)
tree1f271a0f75c906736ab5f519450b65e162cf81a2 /dev-php5
parentRedo the namespace patch. (diff)
downloadgentoo-2-6b1243cba70eef38fb733ea5ad236bb170767d23.tar.gz
gentoo-2-6b1243cba70eef38fb733ea5ad236bb170767d23.tar.bz2
gentoo-2-6b1243cba70eef38fb733ea5ad236bb170767d23.zip
initial commit of pecl-ssh2
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/pecl-ssh2/ChangeLog10
-rw-r--r--dev-php5/pecl-ssh2/metadata.xml5
-rw-r--r--dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild20
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-php5/pecl-ssh2/ChangeLog b/dev-php5/pecl-ssh2/ChangeLog
new file mode 100644
index 000000000000..72aa1c9ac8ce
--- /dev/null
+++ b/dev-php5/pecl-ssh2/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-php5/pecl-ssh2
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.1 2009/08/11 17:11:32 hanno Exp $
+
+*pecl-ssh2-0.11.0 (11 Aug 2009)
+
+ 11 Aug 2009; Hanno Boeck <hanno@gentoo.org> +pecl-ssh2-0.11.0.ebuild,
+ +metadata.xml:
+ Initial commit of php bindings for libssh2.
+
diff --git a/dev-php5/pecl-ssh2/metadata.xml b/dev-php5/pecl-ssh2/metadata.xml
new file mode 100644
index 000000000000..40dbb4c4bbaf
--- /dev/null
+++ b/dev-php5/pecl-ssh2/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>php</herd>
+</pkgmetadata>
diff --git a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild
new file mode 100644
index 000000000000..30b99bffba74
--- /dev/null
+++ b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild,v 1.1 2009/08/11 17:11:32 hanno Exp $
+
+PHP_EXT_NAME="ssh2"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+DOCS="README ChangeLog"
+
+inherit php-ext-pecl-r1
+
+DESCRIPTION="Provides bindings to the functions of libssh2 which implements the SSH2 protocol."
+LICENSE="PHP-3"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+DEPEND=">=net-libs/libssh2-0.18"
+RDEPEND="${DEPEND}"
+
+need_php_by_category