Gentoo Archives: gentoo-commits

From: "Gunnar Wrobel (wrobel)" <wrobel@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/dragonflycms: ChangeLog dragonflycms-9.2.1.ebuild dragonflycms-9.1.2.1.ebuild
Date: Thu, 28 Feb 2008 07:06:45
Message-Id: E1JUcqo-0000vf-1R@stork.gentoo.org
1 wrobel 08/02/28 07:06:42
2
3 Modified: ChangeLog
4 Added: dragonflycms-9.2.1.ebuild
5 Removed: dragonflycms-9.1.2.1.ebuild
6 Log:
7 Fixed broken installation routine, bump to 9.2.1 and updated postinstall
8 instructions.
9 (Portage version: 2.1.4_rc7)
10
11 Revision Changes Path
12 1.19 www-apps/dragonflycms/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/dragonflycms/ChangeLog?rev=1.19&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/dragonflycms/ChangeLog?rev=1.19&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/dragonflycms/ChangeLog?r1=1.18&r2=1.19
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-apps/dragonflycms/ChangeLog,v
21 retrieving revision 1.18
22 retrieving revision 1.19
23 diff -u -r1.18 -r1.19
24 --- ChangeLog 22 Feb 2008 15:49:28 -0000 1.18
25 +++ ChangeLog 28 Feb 2008 07:06:41 -0000 1.19
26 @@ -1,6 +1,13 @@
27 # ChangeLog for www-apps/dragonflycms
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-apps/dragonflycms/ChangeLog,v 1.18 2008/02/22 15:49:28 hollow Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-apps/dragonflycms/ChangeLog,v 1.19 2008/02/28 07:06:41 wrobel Exp $
31 +
32 +*dragonflycms-9.2.1 (28 Feb 2008)
33 +
34 + 28 Feb 2008; Gunnar Wrobel <wrobel@g.o> files/postinstall-en.txt,
35 + -dragonflycms-9.1.2.1.ebuild, +dragonflycms-9.2.1.ebuild:
36 + Fixed broken installation routine, bump to 9.2.1 and updated postinstall
37 + instructions.
38
39 22 Feb 2008; Benedikt Böhm <hollow@g.o>
40 dragonflycms-9.1.2.1.ebuild:
41
42
43
44 1.1 www-apps/dragonflycms/dragonflycms-9.2.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/dragonflycms/dragonflycms-9.2.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/dragonflycms/dragonflycms-9.2.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: dragonflycms-9.2.1.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/www-apps/dragonflycms/dragonflycms-9.2.1.ebuild,v 1.1 2008/02/28 07:06:41 wrobel Exp $
54
55 inherit webapp depend.php
56
57 MY_P=Dragonfly${PV}
58
59 DESCRIPTION="A feature-rich open source content management system based off of PHP-Nuke 6.5"
60 HOMEPAGE="http://dragonflycms.org"
61 SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
62
63 RESTRICT="fetch"
64
65 LICENSE="GPL-2"
66 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86"
67 IUSE=""
68
69 need_httpd_cgi
70 need_php_httpd
71
72 S="${WORKDIR}"
73
74 pkg_nofetch() {
75 einfo "Please download ${MY_P}.tar.bz2 from:"
76 einfo "http://dragonflycms.org/Downloads/get=28.html"
77 einfo "and move it to ${DISTDIR}"
78 }
79
80 src_install() {
81 webapp_src_preinst
82
83 dodoc documentation/{BACKUP,IMPORTANT_NOTES,INSTALL,README,UPGRADE}.txt
84
85 insinto "${MY_HTDOCSDIR}"
86 doins -r public_html/*
87
88 webapp_configfile "${MY_HTDOCSDIR}"/install/config.php
89
90 for x in cpg_error.log includes cache modules/coppermine/albums \
91 modules/coppermine/albums/userpics uploads/avatars \
92 uploads/forums; do
93 webapp_serverowned "${MY_HTDOCSDIR}"/${x}
94 done
95
96 webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
97 webapp_src_install
98 }
99
100
101
102 --
103 gentoo-commits@l.g.o mailing list