summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-03-18 13:48:00 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-03-18 13:48:00 +0000
commit858137b80735307938f9280dc5ea42b514547636 (patch)
treed2d310a7a62419a27349beb9e94494b19b248806 /dev-php/pecl-xrange
parentAdding ebuild with real version (and fixed bug#446074) (diff)
downloadgentoo-2-858137b80735307938f9280dc5ea42b514547636.tar.gz
gentoo-2-858137b80735307938f9280dc5ea42b514547636.tar.bz2
gentoo-2-858137b80735307938f9280dc5ea42b514547636.zip
New package. Bug 462092
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/pecl-xrange')
-rw-r--r--dev-php/pecl-xrange/ChangeLog9
-rw-r--r--dev-php/pecl-xrange/metadata.xml8
-rw-r--r--dev-php/pecl-xrange/pecl-xrange-1.3.2.ebuild23
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-php/pecl-xrange/ChangeLog b/dev-php/pecl-xrange/ChangeLog
new file mode 100644
index 000000000000..b4e9ac729039
--- /dev/null
+++ b/dev-php/pecl-xrange/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-php/pecl-xrange
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xrange/ChangeLog,v 1.1 2013/03/18 13:48:00 olemarkus Exp $
+
+*pecl-xrange-1.3.2 (18 Mar 2013)
+
+ 18 Mar 2013; Ole Markus With <olemarkus@gentoo.org> +metadata.xml,
+ +pecl-xrange-1.3.2.ebuild:
+ New package. Bug 462092
diff --git a/dev-php/pecl-xrange/metadata.xml b/dev-php/pecl-xrange/metadata.xml
new file mode 100644
index 000000000000..928b80f50abc
--- /dev/null
+++ b/dev-php/pecl-xrange/metadata.xml
@@ -0,0 +1,8 @@
+<?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-xrange/pecl-xrange-1.3.2.ebuild b/dev-php/pecl-xrange/pecl-xrange-1.3.2.ebuild
new file mode 100644
index 000000000000..bb773c4c4f28
--- /dev/null
+++ b/dev-php/pecl-xrange/pecl-xrange-1.3.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xrange/pecl-xrange-1.3.2.ebuild,v 1.1 2013/03/18 13:48:00 olemarkus Exp $
+
+EAPI=4
+
+PHP_EXT_NAME="xrange"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-3 php5-4"
+
+inherit php-ext-pecl-r2
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Implementation of weak references"
+LICENSE="PHP-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"