public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-htscanner: pecl-htscanner-1.0.1-r1.ebuild ChangeLog pecl-htscanner-1.0.1.ebuild
@ 2014-09-30 17:41 Brian Evans (grknight)
  0 siblings, 0 replies; only message in thread
From: Brian Evans (grknight) @ 2014-09-30 17:41 UTC (permalink / raw
  To: gentoo-commits

grknight    14/09/30 17:41:39

  Modified:             ChangeLog
  Added:                pecl-htscanner-1.0.1-r1.ebuild
  Removed:              pecl-htscanner-1.0.1.ebuild
  Log:
  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)

Revision  Changes    Path
1.6                  dev-php/pecl-htscanner/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-htscanner/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-htscanner/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-htscanner/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-htscanner/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	10 Aug 2014 21:01:53 -0000	1.5
+++ ChangeLog	30 Sep 2014 17:41:39 -0000	1.6
@@ -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:



1.1                  dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: pecl-htscanner-1.0.1-r1.ebuild
===================================================================
# 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-r1.ebuild,v 1.1 2014/09/30 17:41:39 grknight Exp $

EAPI=5

PHP_EXT_NAME="htscanner"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README"
PHPSAPILIST="cgi"

USE_PHP="php5-6 php5-5 php5-4"

inherit php-ext-pecl-r2

KEYWORDS="~amd64 ~x86"

DESCRIPTION="Enables .htaccess options for php-scripts running as cgi"
LICENSE="PHP-3"
SLOT="0"
IUSE=""

DEPEND="dev-lang/php[cgi]"
RDEPEND="${DEPEND}"

my_conf="--enable-htscanner"

src_install() {
	php-ext-pecl-r2_src_install

	php-ext-source-r2_addtoinifiles "config_file" ".htaccess"
	php-ext-source-r2_addtoinifiles "default_docroot" "/"
	php-ext-source-r2_addtoinifiles "default_ttl" "300"
	php-ext-source-r2_addtoinifiles "stop_on_error" "0"
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-30 17:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30 17:41 [gentoo-commits] gentoo-x86 commit in dev-php/pecl-htscanner: pecl-htscanner-1.0.1-r1.ebuild ChangeLog pecl-htscanner-1.0.1.ebuild Brian Evans (grknight)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox