summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-05-26 17:08:02 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-05-26 17:08:02 +0000
commit983bdb8483a8b1f5e0d803cc661e68ab5a7f1c2d (patch)
tree5e501f452dd4f20a6cfb2d66ffaacbd9001f1617 /www-apps/otrs
parentCall depend.apache_pkg_setup() in pkg_setup() (bug #268371). (diff)
downloadgentoo-2-983bdb8483a8b1f5e0d803cc661e68ab5a7f1c2d.tar.gz
gentoo-2-983bdb8483a8b1f5e0d803cc661e68ab5a7f1c2d.tar.bz2
gentoo-2-983bdb8483a8b1f5e0d803cc661e68ab5a7f1c2d.zip
Call depend.apache_pkg_setup() in pkg_setup() (bug #268371).
(Portage version: 13625-svn/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/otrs')
-rw-r--r--www-apps/otrs/ChangeLog6
-rw-r--r--www-apps/otrs/otrs-2.2.6.ebuild5
-rw-r--r--www-apps/otrs/otrs-2.3.3.ebuild5
3 files changed, 11 insertions, 5 deletions
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 <arfrever@gentoo.org>
+ 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 <jmbsvicetto@gentoo.org>
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