Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/postfixadmin: postfixadmin-2.1.0.ebuild ChangeLog
Date: Tue, 05 Feb 2008 15:10:27
Message-Id: E1JMPRJ-00082w-3M@stork.gentoo.org
1 hollow 08/02/05 15:10:25
2
3 Modified: postfixadmin-2.1.0.ebuild ChangeLog
4 Log:
5 fix depend.apache usage wrt #208584
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.10 www-apps/postfixadmin/postfixadmin-2.1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild?r1=1.9&r2=1.10
14
15 Index: postfixadmin-2.1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- postfixadmin-2.1.0.ebuild 29 Jul 2007 17:37:50 -0000 1.9
22 +++ postfixadmin-2.1.0.ebuild 5 Feb 2008 15:10:24 -0000 1.10
23 @@ -1,13 +1,13 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild,v 1.9 2007/07/29 17:37:50 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild,v 1.10 2008/02/05 15:10:24 hollow Exp $
29
30 # Source: http://bugs.gentoo.org/show_bug.cgi?id=50035
31 # Submitted-By: SteveB <tp22a@××××××××.net>
32 # Reviewed-By: wrobel 2005-12-14
33 -# $Id: postfixadmin-2.1.0.ebuild,v 1.9 2007/07/29 17:37:50 phreak Exp $
34 +# $Id: postfixadmin-2.1.0.ebuild,v 1.10 2008/02/05 15:10:24 hollow Exp $
35
36 -inherit eutils webapp
37 +inherit eutils webapp depend.apache
38
39 IUSE="vhosts"
40 DESCRIPTION="Postfix Admin is a Web Based Management tool for Postfix when you are dealing with Postfix Style Virtual Domains and Virtual Users that are stored in MySQL."
41 @@ -18,7 +18,6 @@
42
43 DEPEND="virtual/httpd-php
44 >=mail-mta/postfix-2.0.0
45 - >=www-servers/apache-2.0
46 >=dev-lang/perl-5.0
47 dev-perl/DBI
48 dev-perl/DBD-mysql"
49 @@ -27,6 +26,8 @@
50 sys-apps/grep
51 sys-apps/findutils"
52
53 +need_apache2
54 +
55 LICENSE="MPL-1.1"
56
57 pkg_setup() {
58
59
60
61 1.9 www-apps/postfixadmin/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/postfixadmin/ChangeLog?rev=1.9&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/postfixadmin/ChangeLog?rev=1.9&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/postfixadmin/ChangeLog?r1=1.8&r2=1.9
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v
70 retrieving revision 1.8
71 retrieving revision 1.9
72 diff -u -r1.8 -r1.9
73 --- ChangeLog 29 Jul 2007 17:37:50 -0000 1.8
74 +++ ChangeLog 5 Feb 2008 15:10:24 -0000 1.9
75 @@ -1,6 +1,9 @@
76 # ChangeLog for www-apps/postfixadmin
77 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.8 2007/07/29 17:37:50 phreak Exp $
79 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.9 2008/02/05 15:10:24 hollow Exp $
81 +
82 + 05 Feb 2008; Benedikt Böhm <hollow@g.o> postfixadmin-2.1.0.ebuild:
83 + fix depend.apache usage wrt #208584
84
85 29 Jul 2007; Christian Heim <phreak@g.o> postfixadmin-2.1.0.ebuild:
86 Fixing SRC_URI since the old one is redirecting to sourceforge. Fixing the
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list