Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/system-config-httpd: system-config-httpd-1.4.3.ebuild ChangeLog
Date: Sat, 02 Feb 2008 15:09:20
Message-Id: E1JLJzZ-0005XA-Dz@stork.gentoo.org
1 hollow 08/02/02 15:09:17
2
3 Modified: system-config-httpd-1.4.3.ebuild ChangeLog
4 Log:
5 use depend.apache eclass wrt #208033
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.4 app-admin/system-config-httpd/system-config-httpd-1.4.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/system-config-httpd/system-config-httpd-1.4.3.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/system-config-httpd/system-config-httpd-1.4.3.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/system-config-httpd/system-config-httpd-1.4.3.ebuild?r1=1.3&r2=1.4
14
15 Index: system-config-httpd-1.4.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-admin/system-config-httpd/system-config-httpd-1.4.3.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- system-config-httpd-1.4.3.ebuild 15 Oct 2007 09:22:20 -0000 1.3
22 +++ system-config-httpd-1.4.3.ebuild 2 Feb 2008 15:09:16 -0000 1.4
23 @@ -1,8 +1,8 @@
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/app-admin/system-config-httpd/system-config-httpd-1.4.3.ebuild,v 1.3 2007/10/15 09:22:20 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-httpd/system-config-httpd-1.4.3.ebuild,v 1.4 2008/02/02 15:09:16 hollow Exp $
29
30 -inherit python eutils rpm
31 +inherit depend.apache python eutils rpm
32
33 # Tag for which Fedora Core version it's from
34 FCVER="7"
35 @@ -21,13 +21,14 @@
36 =dev-python/pygtk-2*
37 dev-lang/python
38 =dev-python/gnome-python-2*
39 - >=www-servers/apache-2.0.52-r3
40 sys-apps/usermode
41 dev-libs/libxslt"
42 DEPEND="${RDEPEND}
43 sys-devel/gettext
44 dev-util/intltool"
45
46 +need_apache2
47 +
48 pkg_setup() {
49 if ! built_with_use dev-libs/libxslt python; then
50 local msg="Build dev-libs/libxslt with USE=python"
51
52
53
54 1.7 app-admin/system-config-httpd/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/system-config-httpd/ChangeLog?rev=1.7&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/system-config-httpd/ChangeLog?rev=1.7&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/system-config-httpd/ChangeLog?r1=1.6&r2=1.7
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/app-admin/system-config-httpd/ChangeLog,v
63 retrieving revision 1.6
64 retrieving revision 1.7
65 diff -u -r1.6 -r1.7
66 --- ChangeLog 31 Jan 2008 06:15:06 -0000 1.6
67 +++ ChangeLog 2 Feb 2008 15:09:16 -0000 1.7
68 @@ -1,6 +1,10 @@
69 # ChangeLog for app-admin/system-config-httpd
70 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-httpd/ChangeLog,v 1.6 2008/01/31 06:15:06 dberkholz Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-httpd/ChangeLog,v 1.7 2008/02/02 15:09:16 hollow Exp $
73 +
74 + 02 Feb 2008; Benedikt Böhm <hollow@g.o>
75 + system-config-httpd-1.4.3.ebuild:
76 + use depend.apache eclass wrt #208033
77
78 31 Jan 2008; Donnie Berkholz <dberkholz@g.o>;
79 -files/1.3.3-gentooify.patch, -system-config-httpd-1.3.3.ebuild:
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list