Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-libs/gsweb: ChangeLog gsweb-1.3.0_pre20071207.ebuild gsweb-1.2.0_pre20060324.ebuild
Date: Sat, 08 Dec 2007 19:52:01
Message-Id: E1J15iO-0006jU-Jo@stork.gentoo.org
1 voyageur 07/12/08 19:51:56
2
3 Modified: ChangeLog
4 Added: gsweb-1.3.0_pre20071207.ebuild
5 Removed: gsweb-1.2.0_pre20060324.ebuild
6 Log:
7 Version bump, ported to gnustep-2
8 (Portage version: 2.1.4_rc9)
9
10 Revision Changes Path
11 1.10 gnustep-libs/gsweb/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gsweb/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gsweb/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gsweb/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnustep-libs/gsweb/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 11 Sep 2007 18:40:31 -0000 1.9
24 +++ ChangeLog 8 Dec 2007 19:51:56 -0000 1.10
25 @@ -1,6 +1,13 @@
26 # ChangeLog for gnustep-libs/gsweb
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gsweb/ChangeLog,v 1.9 2007/09/11 18:40:31 voyageur Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gsweb/ChangeLog,v 1.10 2007/12/08 19:51:56 voyageur Exp $
30 +
31 +*gsweb-1.3.0_pre20071207 (08 Dec 2007)
32 +
33 + 08 Dec 2007; Bernard Cafarelli <voyageur@g.o>
34 + -files/2/42_mod_gsweb.conf, +files/42_mod_gsweb.conf,
35 + -gsweb-1.2.0_pre20060324.ebuild, +gsweb-1.3.0_pre20071207.ebuild:
36 + Version bump, ebuild heavily rewritten, ported to gnustep-2 eclass
37
38 11 Sep 2007; Bernard Cafarelli <voyageur@g.o>
39 -files/1.1.1_pre20050312-build-fixes.patch:
40
41
42
43 1.1 gnustep-libs/gsweb/gsweb-1.3.0_pre20071207.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gsweb/gsweb-1.3.0_pre20071207.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gsweb/gsweb-1.3.0_pre20071207.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gsweb-1.3.0_pre20071207.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gsweb/gsweb-1.3.0_pre20071207.ebuild,v 1.1 2007/12/08 19:51:56 voyageur Exp $
53
54 inherit gnustep-2 apache-module
55
56 DESCRIPTION="GNUstepWeb: a library compatible with WebObjects 4.x"
57 HOMEPAGE="http://www.gnustep.org/"
58 SRC_URI="mirror://gentoo/${P}.tar.gz"
59
60 KEYWORDS="~amd64 ~ppc ~x86"
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63
64 DEPEND="gnustep-libs/gdl2
65 x11-libs/libPropList"
66 RDEPEND="${DEPEND}"
67 need_apache2
68
69 APACHE2_MOD_FILE="${S}/GSWAdaptors/Apache2/.libs/mod_gsw.so"
70 APACHE2_MOD_CONF="42_mod_gsweb"
71
72 src_compile() {
73 gnustep-base_src_compile
74 cd GSWAdaptors/Apache2
75 gnustep-base_src_compile
76 }
77
78 src_install() {
79 gnustep-base_src_install
80 cd GSWAdaptors/Apache2
81 apache-module_src_install
82
83 insinto /etc/gsweb
84 doins "${FILESDIR}"/gsweb.conf
85
86 if use doc; then
87 insinto ${GNUSTEP_SYSTEM_DOC}/GSWeb
88 doins "${S}"/GSWAdaptors/Doc/ConfigurationFile.html
89 fi
90 }
91
92 pkg_postinst() {
93 elog "To enable ${PN}, you need to edit your /etc/conf.d/apache2 file and"
94 elog "add \"-D GSWeb\" to APACHE2_OPTS"
95 elog "Configuration file was installed as"
96 elog " ${APACHE2_MODULES_CONFDIR}/${APACHE2_MOD_CONF}"
97 }
98
99
100
101 --
102 gentoo-commits@g.o mailing list