summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-07-19 14:13:06 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-07-19 14:13:06 +0000
commitcf10f43a854550bee692ae1314b8f95e39cc1baf (patch)
treeddedfeb9988a1a9418e92b225264f09070f9aff7 /dev-php
parentOptimize debug output layout (diff)
downloadgentoo-2-cf10f43a854550bee692ae1314b8f95e39cc1baf.tar.gz
gentoo-2-cf10f43a854550bee692ae1314b8f95e39cc1baf.tar.bz2
gentoo-2-cf10f43a854550bee692ae1314b8f95e39cc1baf.zip
Version bump
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-rrd/ChangeLog11
-rw-r--r--dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild6
-rw-r--r--dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild20
3 files changed, 31 insertions, 6 deletions
diff --git a/dev-php/pecl-rrd/ChangeLog b/dev-php/pecl-rrd/ChangeLog
index 0bb38428d88f..6f8c94c50376 100644
--- a/dev-php/pecl-rrd/ChangeLog
+++ b/dev-php/pecl-rrd/ChangeLog
@@ -1,10 +1,15 @@
# ChangeLog for dev-php/pecl-rrd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/ChangeLog,v 1.1 2012/02/22 22:04:03 mabi Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/ChangeLog,v 1.2 2013/07/19 14:13:06 olemarkus Exp $
+
+*pecl-rrd-1.1.0 (19 Jul 2013)
+
+ 19 Jul 2013; Ole Markus With <olemarkus@gentoo.org> +pecl-rrd-1.1.0.ebuild,
+ pecl-rrd-1.0.5.ebuild:
+ Version bump
*pecl-rrd-1.0.5 (22 Feb 2012)
22 Feb 2012; Matti Bickel <mabi@gentoo.org> +metadata.xml,
+pecl-rrd-1.0.5.ebuild:
import on request from Grzegorz Chwesewicz (bug #389289)
-
diff --git a/dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild b/dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild
index 5fc842b53f3e..1c26f3f2b24f 100644
--- a/dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild
+++ b/dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild,v 1.1 2012/02/22 22:04:03 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild,v 1.2 2013/07/19 14:13:06 olemarkus Exp $
-EAPI=4
+EAPI=5
inherit php-ext-pecl-r2
diff --git a/dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild b/dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild
new file mode 100644
index 000000000000..ea86a6186c76
--- /dev/null
+++ b/dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild,v 1.1 2013/07/19 14:13:06 olemarkus Exp $
+
+EAPI=5
+
+USE_PHP="php5-4 php5-5"
+
+inherit php-ext-pecl-r2
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="RRDtool bindings for PHP"
+LICENSE="BSD"
+
+SLOT="0"
+IUSE=""
+
+DEPEND=">=net-analyzer/rrdtool-1.4.5-r1"
+RDEPEND="${DEPEND}"