dev-php/pecl-cassandra: new package.

pecl-cassandra is a modern, feature-rich and highly tunable PHP client library
for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using exclusively
Cassandra's binary protocol and Cassandra Query Language v3.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2449

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Geaaru
2016-10-01 23:53:58 +02:00
committed by Patrice Clement
parent aab3570606
commit c8458680b2
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST cassandra-1.2.2.tgz 153553 SHA256 31db2a9ee2275e69ba0f7b0eec098f7a80cc6afa7c6a4eaa2d9d841ad040fb22 SHA512 cda256c8159be0b8f47ab46e23b9c24e3bbd9878679660fc956682d62221a289e262a394bfbff257a314d765ff22abd735a9624b2f8045219b8452b9bc8cb2b3 WHIRLPOOL ce79af578726a950e8b18eb571717a5e0b0983e0a4c619ab9e728eb29952c7782865bb3b91e7104ec2b4ff7b2273ca3e4b3e343f8ba03c8bfbb724e7e29e3899

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
DataStax PHP driver for Apache Cassandra or Scilla
</longdescription>
<maintainer type="person">
<email>geaaru@gmail.com</email>
<name>Geaaru</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
USE_PHP="php7-0 php5-6"
inherit php-ext-pecl-r3
KEYWORDS="~amd64 ~x86"
DESCRIPTION="DataStax PHP Driver for Apache Cassandra"
HOMEPAGE="https://github.com/datastax/php-driver"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
DEPEND=">=dev-db/cpp-driver-2.4.3"
RDEPEND="${DEPEND}"