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-servers/apache: ChangeLog apache-2.2.6-r4.ebuild
Date: Thu, 29 Nov 2007 18:45:46
Message-Id: E1IxoOK-00041K-45@stork.gentoo.org
1 hollow 07/11/29 18:45:40
2
3 Modified: ChangeLog apache-2.2.6-r4.ebuild
4 Log:
5 fix order of variables/inherit
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.37 www-servers/apache/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.37&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.37&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.36&r2=1.37
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
18 retrieving revision 1.36
19 retrieving revision 1.37
20 diff -u -r1.36 -r1.37
21 --- ChangeLog 28 Nov 2007 13:26:23 -0000 1.36
22 +++ ChangeLog 29 Nov 2007 18:45:39 -0000 1.37
23 @@ -1,6 +1,9 @@
24 # ChangeLog for www-servers/apache
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.36 2007/11/28 13:26:23 hollow Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.37 2007/11/29 18:45:39 hollow Exp $
28 +
29 + 29 Nov 2007; Benedikt Böhm <hollow@g.o> apache-2.2.6-r4.ebuild:
30 + fix order of variables/inherit
31
32 *apache-2.2.6-r4 (28 Nov 2007)
33
34
35
36
37 1.2 www-servers/apache/apache-2.2.6-r4.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6-r4.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6-r4.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6-r4.ebuild?r1=1.1&r2=1.2
42
43 Index: apache-2.2.6-r4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6-r4.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- apache-2.2.6-r4.ebuild 28 Nov 2007 13:26:23 -0000 1.1
50 +++ apache-2.2.6-r4.ebuild 29 Nov 2007 18:45:39 -0000 1.2
51 @@ -1,19 +1,11 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6-r4.ebuild,v 1.1 2007/11/28 13:26:23 hollow Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6-r4.ebuild,v 1.2 2007/11/29 18:45:39 hollow Exp $
56
57 # latest gentoo apache files
58 GENTOO_PATCHSTAMP="20071128"
59 GENTOO_DEVELOPER="hollow"
60
61 -DESCRIPTION="The Apache Web Server."
62 -HOMEPAGE="http://httpd.apache.org/"
63 -
64 -# some helper scripts are apache-1.1, thus both are here
65 -LICENSE="Apache-2.0 Apache-1.1"
66 -SLOT="2"
67 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
68 -
69 # IUSE/USE_EXPAND magic
70 IUSE_MPMS_FORK="itk peruser prefork"
71 IUSE_MPMS_THREAD="event worker"
72 @@ -32,6 +24,7 @@
73 MODULE_DEPENDS="
74 dav_fs:dav
75 dav_lock:dav
76 + deflate:filter
77 disk_cache:cache
78 ext_filter:filter
79 file_cache:cache
80 @@ -73,6 +66,14 @@
81
82 inherit apache-2
83
84 +DESCRIPTION="The Apache Web Server."
85 +HOMEPAGE="http://httpd.apache.org/"
86 +
87 +# some helper scripts are apache-1.1, thus both are here
88 +LICENSE="Apache-2.0 Apache-1.1"
89 +SLOT="2"
90 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
91 +
92 DEPEND="${DEPEND}
93 apache2_modules_deflate? ( sys-libs/zlib )"
94
95
96
97
98 --
99 gentoo-commits@g.o mailing list