public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-apcu: pecl-apcu-4.0.7.ebuild ChangeLog
@ 2014-10-15 14:44 Brian Evans (grknight)
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans (grknight) @ 2014-10-15 14:44 UTC (permalink / raw
  To: gentoo-commits

grknight    14/10/15 14:44:31

  Modified:             ChangeLog
  Added:                pecl-apcu-4.0.7.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)

Revision  Changes    Path
1.11                 dev-php/pecl-apcu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	10 Oct 2014 02:11:50 -0000	1.10
+++ ChangeLog	15 Oct 2014 14:44:31 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-apcu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v 1.10 2014/10/10 02:11:50 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v 1.11 2014/10/15 14:44:31 grknight Exp $
+
+*pecl-apcu-4.0.7 (15 Oct 2014)
+
+  15 Oct 2014; Brian Evans <grknight@gentoo.org> +pecl-apcu-4.0.7.ebuild:
+  Version bump
 
 *pecl-apcu-4.0.6 (30 Sep 2014)
 



1.1                  dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild

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

Index: pecl-apcu-4.0.7.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-apcu/pecl-apcu-4.0.7.ebuild,v 1.1 2014/10/15 14:44:31 grknight Exp $

EAPI=5

PHP_EXT_NAME="apcu"
PHP_EXT_PECL_PKG="APCu"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="CHANGELOG INSTALL NOTICE TECHNOTES.txt TODO"

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

S="${WORKDIR}/apcu-${PV}"
PHP_EXT_S="${WORKDIR}/apcu-${PV}"

inherit php-ext-pecl-r2 confutils eutils

S="${WORKDIR}/apcu-${PV}"

KEYWORDS="~amd64 ~x86"

DESCRIPTION="Stripped down version of APC supporting only user cache"
LICENSE="PHP-3.01"
SLOT="0"
IUSE="+mmap"

DEPEND=""
RDEPEND="${DEPEND}"

LOCKS="pthreadmutex pthreadrw spinlock semaphore"

LUSE=""
for l in ${LOCKS}; do
	LUSE+="lock_${l} "
done

IUSE+=" ${LUSE/lock_pthreadrw/+lock_pthreadrw}"

REQUIRED_USE="^^ ( $LUSE )"

src_configure() {
	my_conf="--enable-apcu"
	use mmap || my_conf+=" --disable-apcu-mmap"

	enable_extension_enable "apcu-rwlocks" "lock_pthreadrw" 0

	php-ext-source-r2_src_configure
}

src_install() {
	php-ext-pecl-r2_src_install

	dodir "${PHP_EXT_SHARED_DIR}"
	insinto "${PHP_EXT_SHARED_DIR}"
	doins apc.php
}

pkg_postinst() {
	elog "The apc.php file shipped with this release of pecl-apcu was"
	elog "installed into ${PHP_EXT_SHARED_DIR}/."
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-apcu: pecl-apcu-4.0.7.ebuild ChangeLog
@ 2015-01-04  8:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-04  8:08 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/04 08:08:39

  Modified:             pecl-apcu-4.0.7.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #534554
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild

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

Index: pecl-apcu-4.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pecl-apcu-4.0.7.ebuild	15 Oct 2014 14:44:31 -0000	1.1
+++ pecl-apcu-4.0.7.ebuild	4 Jan 2015 08:08:39 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild,v 1.1 2014/10/15 14:44:31 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild,v 1.2 2015/01/04 08:08:39 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 S="${WORKDIR}/apcu-${PV}"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DESCRIPTION="Stripped down version of APC supporting only user cache"
 LICENSE="PHP-3.01"



1.12                 dev-php/pecl-apcu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	15 Oct 2014 14:44:31 -0000	1.11
+++ ChangeLog	4 Jan 2015 08:08:39 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/pecl-apcu
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v 1.11 2014/10/15 14:44:31 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v 1.12 2015/01/04 08:08:39 ago Exp $
+
+  04 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pecl-apcu-4.0.7.ebuild:
+  Stable for amd64, wrt bug #534554
 
 *pecl-apcu-4.0.7 (15 Oct 2014)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-apcu: pecl-apcu-4.0.7.ebuild ChangeLog
@ 2015-01-04  8:10 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-04  8:10 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/04 08:10:18

  Modified:             pecl-apcu-4.0.7.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #534554
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild?r1=1.2&r2=1.3

Index: pecl-apcu-4.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pecl-apcu-4.0.7.ebuild	4 Jan 2015 08:08:39 -0000	1.2
+++ pecl-apcu-4.0.7.ebuild	4 Jan 2015 08:10:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild,v 1.2 2015/01/04 08:08:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild,v 1.3 2015/01/04 08:10:18 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 S="${WORKDIR}/apcu-${PV}"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DESCRIPTION="Stripped down version of APC supporting only user cache"
 LICENSE="PHP-3.01"



1.13                 dev-php/pecl-apcu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	4 Jan 2015 08:08:39 -0000	1.12
+++ ChangeLog	4 Jan 2015 08:10:18 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/pecl-apcu
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v 1.12 2015/01/04 08:08:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v 1.13 2015/01/04 08:10:18 ago Exp $
+
+  04 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pecl-apcu-4.0.7.ebuild:
+  Stable for x86, wrt bug #534554
 
   04 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pecl-apcu-4.0.7.ebuild:
   Stable for amd64, wrt bug #534554





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-04  8:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 14:44 [gentoo-commits] gentoo-x86 commit in dev-php/pecl-apcu: pecl-apcu-4.0.7.ebuild ChangeLog Brian Evans (grknight)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-04  8:08 Agostino Sarubbo (ago)
2015-01-04  8:10 Agostino Sarubbo (ago)

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