From 94a5c00a70f69ce6ca359f5571d1f94afa937971 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Tue, 26 May 2009 17:08:02 +0000 Subject: Call depend.apache_pkg_setup() in pkg_setup() (bug #268371). Package-Manager: portage-13625-svn/cvs/Linux x86_64 --- www-apps/otrs/ChangeLog | 6 +++++- www-apps/otrs/otrs-2.2.6.ebuild | 5 +++-- www-apps/otrs/otrs-2.3.3.ebuild | 5 +++-- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'www-apps/otrs') diff --git a/www-apps/otrs/ChangeLog b/www-apps/otrs/ChangeLog index c91165402a3f..b68a5193d850 100644 --- a/www-apps/otrs/ChangeLog +++ b/www-apps/otrs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/otrs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/ChangeLog,v 1.41 2009/03/20 23:53:13 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/ChangeLog,v 1.42 2009/05/26 17:08:02 arfrever Exp $ + + 26 May 2009; Arfrever Frehtes Taifersar Arahesis + otrs-2.2.6.ebuild, otrs-2.3.3.ebuild: + Call depend.apache_pkg_setup() in pkg_setup() (bug #268371). 20 Mar 2009; Jorge Manuel B. S. Vicetto metadata.xml: diff --git a/www-apps/otrs/otrs-2.2.6.ebuild b/www-apps/otrs/otrs-2.2.6.ebuild index 9933c4960773..4ed8d44d1507 100644 --- a/www-apps/otrs/otrs-2.2.6.ebuild +++ b/www-apps/otrs/otrs-2.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/otrs-2.2.6.ebuild,v 1.1 2008/04/03 11:08:59 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/otrs-2.2.6.ebuild,v 1.2 2009/05/26 17:08:02 arfrever Exp $ inherit webapp eutils depend.apache @@ -44,6 +44,7 @@ RDEPEND="${DEPEND} want_apache pkg_setup() { + depend.apache_pkg_setup webapp_pkg_setup if use apache2; then enewuser otrs -1 -1 /dev/null apache diff --git a/www-apps/otrs/otrs-2.3.3.ebuild b/www-apps/otrs/otrs-2.3.3.ebuild index b32ad1b41807..1c649430cb4a 100644 --- a/www-apps/otrs/otrs-2.3.3.ebuild +++ b/www-apps/otrs/otrs-2.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/otrs-2.3.3.ebuild,v 1.1 2008/10/31 06:40:42 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/otrs-2.3.3.ebuild,v 1.2 2009/05/26 17:08:02 arfrever Exp $ inherit webapp eutils depend.apache @@ -44,6 +44,7 @@ RDEPEND="${DEPEND} want_apache pkg_setup() { + depend.apache_pkg_setup webapp_pkg_setup if use apache2; then enewuser otrs -1 -1 /dev/null apache -- cgit v1.2.3-65-gdbad