summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2014-09-30 17:41:39 +0000
committerBrian Evans <grknight@gentoo.org>2014-09-30 17:41:39 +0000
commit276cffbfb6995c99195e91acf51648d443a1c060 (patch)
treeb80204445055e8097335fbbffc8805cdabea3835 /dev-php/pecl-htscanner
parentDrop python2_6 support and remove old dateutil comment. (diff)
downloadgentoo-2-276cffbfb6995c99195e91acf51648d443a1c060.tar.gz
gentoo-2-276cffbfb6995c99195e91acf51648d443a1c060.tar.bz2
gentoo-2-276cffbfb6995c99195e91acf51648d443a1c060.zip
Revbump for current PHP version support; Drop 5.3 support
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php/pecl-htscanner')
-rw-r--r--dev-php/pecl-htscanner/ChangeLog8
-rw-r--r--dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r1.ebuild (renamed from dev-php/pecl-htscanner/pecl-htscanner-1.0.1.ebuild)6
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-php/pecl-htscanner/ChangeLog b/dev-php/pecl-htscanner/ChangeLog
index a1b779abcd53..aceaa33bf36f 100644
--- a/dev-php/pecl-htscanner/ChangeLog
+++ b/dev-php/pecl-htscanner/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/pecl-htscanner
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-htscanner/ChangeLog,v 1.5 2014/08/10 21:01:53 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-htscanner/ChangeLog,v 1.6 2014/09/30 17:41:39 grknight Exp $
+
+*pecl-htscanner-1.0.1-r1 (30 Sep 2014)
+
+ 30 Sep 2014; <grknight@gentoo.org> +pecl-htscanner-1.0.1-r1.ebuild,
+ -pecl-htscanner-1.0.1.ebuild:
+ Revbump for current PHP version support; Drop 5.3 support
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
pecl-htscanner-1.0.1.ebuild:
diff --git a/dev-php/pecl-htscanner/pecl-htscanner-1.0.1.ebuild b/dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r1.ebuild
index e63309af419e..f05e0f4405fe 100644
--- a/dev-php/pecl-htscanner/pecl-htscanner-1.0.1.ebuild
+++ b/dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-htscanner/pecl-htscanner-1.0.1.ebuild,v 1.2 2014/08/10 21:01:53 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r1.ebuild,v 1.1 2014/09/30 17:41:39 grknight Exp $
-EAPI="4"
+EAPI=5
PHP_EXT_NAME="htscanner"
PHP_EXT_INI="yes"
@@ -10,6 +10,8 @@ PHP_EXT_ZENDEXT="no"
DOCS="README"
PHPSAPILIST="cgi"
+USE_PHP="php5-6 php5-5 php5-4"
+
inherit php-ext-pecl-r2
KEYWORDS="~amd64 ~x86"