summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-07 20:27:42 +0000
committerZac Medico <zmedico@gentoo.org>2012-06-07 20:27:42 +0000
commit4eedac870bec1ea3ff0e121b4882f210620ae1f1 (patch)
tree2e58d3410a0d6772e9681e68c6ce0de4d15f5ee5 /dev-php
parentinherit eutils for epatch (diff)
downloadgentoo-2-4eedac870bec1ea3ff0e121b4882f210620ae1f1.tar.gz
gentoo-2-4eedac870bec1ea3ff0e121b4882f210620ae1f1.tar.bz2
gentoo-2-4eedac870bec1ea3ff0e121b4882f210620ae1f1.zip
inherit user for enewgroup and enewuser
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/eaccelerator/ChangeLog7
-rw-r--r--dev-php/eaccelerator/eaccelerator-0.9.6.1-r1.ebuild4
-rw-r--r--dev-php/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild4
-rw-r--r--dev-php/eaccelerator/eaccelerator-0.9.6.1-r4.ebuild4
-rw-r--r--dev-php/eaccelerator/eaccelerator-0.9.6.1-r5.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/dev-php/eaccelerator/ChangeLog b/dev-php/eaccelerator/ChangeLog
index 724089a377ca..42921f2200f7 100644
--- a/dev-php/eaccelerator/ChangeLog
+++ b/dev-php/eaccelerator/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/eaccelerator
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/ChangeLog,v 1.26 2012/04/13 18:59:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/ChangeLog,v 1.27 2012/06/07 20:27:42 zmedico Exp $
+
+ 07 Jun 2012; Zac Medico <zmedico@gentoo.org> eaccelerator-0.9.6.1-r1.ebuild,
+ eaccelerator-0.9.6.1-r3.ebuild, eaccelerator-0.9.6.1-r4.ebuild,
+ eaccelerator-0.9.6.1-r5.ebuild:
+ inherit user for enewgroup and enewuser
13 Apr 2012; Ulrich Müller <ulm@gentoo.org> eaccelerator-0.9.6.1-r1.ebuild,
eaccelerator-0.9.6.1-r3.ebuild, eaccelerator-0.9.6.1-r4.ebuild,
diff --git a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r1.ebuild b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r1.ebuild
index e4aae3f972d9..658998a76f96 100644
--- a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r1.ebuild
+++ b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.6.1-r1.ebuild,v 1.4 2012/04/13 18:59:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.6.1-r1.ebuild,v 1.5 2012/06/07 20:27:42 zmedico Exp $
EAPI="2"
@@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no"
[[ -z "${EACCELERATOR_CACHEDIR}" ]] && EACCELERATOR_CACHEDIR="/var/cache/eaccelerator-php5/"
-inherit php-ext-source-r2 eutils depend.apache
+inherit php-ext-source-r2 eutils depend.apache user
KEYWORDS="amd64 x86"
diff --git a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild
index e18144807aee..56f86a9dee9c 100644
--- a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild
+++ b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild,v 1.4 2012/04/13 18:59:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild,v 1.5 2012/06/07 20:27:42 zmedico Exp $
EAPI="2"
@@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no"
[[ -z "${EACCELERATOR_CACHEDIR}" ]] && EACCELERATOR_CACHEDIR="/var/cache/eaccelerator-php5/"
-inherit php-ext-source-r2 eutils depend.apache
+inherit php-ext-source-r2 eutils depend.apache user
KEYWORDS="~amd64 ~x86"
diff --git a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r4.ebuild b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r4.ebuild
index 7ac59f35ad03..678807b10d18 100644
--- a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r4.ebuild
+++ b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.6.1-r4.ebuild,v 1.6 2012/04/13 18:59:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.6.1-r4.ebuild,v 1.7 2012/06/07 20:27:42 zmedico Exp $
EAPI="2"
@@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no"
[[ -z "${EACCELERATOR_CACHEDIR}" ]] && EACCELERATOR_CACHEDIR="/var/cache/eaccelerator-php5/"
-inherit php-ext-source-r2 eutils depend.apache
+inherit php-ext-source-r2 eutils depend.apache user
KEYWORDS="amd64 x86"
diff --git a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r5.ebuild b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r5.ebuild
index 12697636da0c..d0acd1495eff 100644
--- a/dev-php/eaccelerator/eaccelerator-0.9.6.1-r5.ebuild
+++ b/dev-php/eaccelerator/eaccelerator-0.9.6.1-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.6.1-r5.ebuild,v 1.2 2012/04/13 18:59:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.6.1-r5.ebuild,v 1.3 2012/06/07 20:27:42 zmedico Exp $
EAPI="4"
@@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no"
[[ -z "${EACCELERATOR_CACHEDIR}" ]] && EACCELERATOR_CACHEDIR="/var/cache/eaccelerator-php5/"
-inherit php-ext-source-r2 eutils depend.apache
+inherit php-ext-source-r2 eutils depend.apache user
KEYWORDS="~amd64 ~x86"