summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-03-18 13:55:30 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-03-18 13:55:30 +0000
commita84be7e65704e823fa7950eb40a2d1baf5273f3a (patch)
tree34439791b8a72b77bf478d9e61af6b36966aaf97 /dev-php
parentFast stabilization to minimize broken stable (diff)
downloadgentoo-2-a84be7e65704e823fa7950eb40a2d1baf5273f3a.tar.gz
gentoo-2-a84be7e65704e823fa7950eb40a2d1baf5273f3a.tar.bz2
gentoo-2-a84be7e65704e823fa7950eb40a2d1baf5273f3a.zip
New package. Bug 462090
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-spl_types/ChangeLog9
-rw-r--r--dev-php/pecl-spl_types/metadata.xml9
-rw-r--r--dev-php/pecl-spl_types/pecl-spl_types-0.4.0.ebuild24
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-php/pecl-spl_types/ChangeLog b/dev-php/pecl-spl_types/ChangeLog
new file mode 100644
index 000000000000..1844b0bb1ff1
--- /dev/null
+++ b/dev-php/pecl-spl_types/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-php/pecl-spl_types
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-spl_types/ChangeLog,v 1.1 2013/03/18 13:55:30 olemarkus Exp $
+
+*pecl-spl_types-0.4.0 (18 Mar 2013)
+
+ 18 Mar 2013; Ole Markus With <olemarkus@gentoo.org> +metadata.xml,
+ +pecl-spl_types-0.4.0.ebuild:
+ New package. Bug 462090
diff --git a/dev-php/pecl-spl_types/metadata.xml b/dev-php/pecl-spl_types/metadata.xml
new file mode 100644
index 000000000000..a351b4555ba7
--- /dev/null
+++ b/dev-php/pecl-spl_types/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>php
+ </herd>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>
+
diff --git a/dev-php/pecl-spl_types/pecl-spl_types-0.4.0.ebuild b/dev-php/pecl-spl_types/pecl-spl_types-0.4.0.ebuild
new file mode 100644
index 000000000000..07bf13072878
--- /dev/null
+++ b/dev-php/pecl-spl_types/pecl-spl_types-0.4.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-spl_types/pecl-spl_types-0.4.0.ebuild,v 1.1 2013/03/18 13:55:30 olemarkus Exp $
+
+EAPI=5
+
+PHP_EXT_NAME="spl_types"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-3 php5-4"
+
+inherit php-ext-pecl-r2
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Standard PHP library types add-on"
+LICENSE="PHP-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+