Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/vqadmin: vqadmin-2.3.6.ebuild ChangeLog vqadmin-2.3.7.ebuild
Date: Sun, 03 Feb 2008 10:06:34
Message-Id: E1JLbk7-0000yP-3y@stork.gentoo.org
1 hollow 08/02/03 10:06:31
2
3 Modified: vqadmin-2.3.6.ebuild ChangeLog
4 Added: vqadmin-2.3.7.ebuild
5 Log:
6 version bump; convert to webapp; fixes #208584
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.10 net-mail/vqadmin/vqadmin-2.3.6.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vqadmin/vqadmin-2.3.6.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vqadmin/vqadmin-2.3.6.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vqadmin/vqadmin-2.3.6.ebuild?r1=1.9&r2=1.10
15
16 Index: vqadmin-2.3.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/vqadmin/vqadmin-2.3.6.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- vqadmin-2.3.6.ebuild 29 Jul 2007 17:02:17 -0000 1.9
23 +++ vqadmin-2.3.6.ebuild 3 Feb 2008 10:06:30 -0000 1.10
24 @@ -1,6 +1,8 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vqadmin/vqadmin-2.3.6.ebuild,v 1.9 2007/07/29 17:02:17 phreak Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/vqadmin/vqadmin-2.3.6.ebuild,v 1.10 2008/02/03 10:06:30 hollow Exp $
30 +
31 +inherit depend.apache
32
33 DESCRIPTION="A web based control pannel to manage Virtual Qmail Domains. Works with qmailadmin"
34 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
35 @@ -12,8 +14,9 @@
36 DEPEND=">=net-mail/vpopmail-5.3
37 virtual/qmail"
38 RDEPEND="${DEPEND}
39 - net-mail/qmailadmin
40 - www-servers/apache"
41 + net-mail/qmailadmin"
42 +
43 +need_apache
44
45 src_compile() {
46 local dir_vhost="/var/www/localhost/"
47 @@ -57,7 +60,7 @@
48 make DESTDIR=${D} install || die
49
50 # Install documentation.
51 - dodoc ACL AUTHORS BUGS LICENSE ChangeLog FAQ INSTALL NEWS TODO README
52 + dodoc ACL AUTHORS BUGS ChangeLog FAQ INSTALL NEWS TODO README
53 }
54
55 #pkg_config() {
56
57
58
59 1.8 net-mail/vqadmin/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vqadmin/ChangeLog?rev=1.8&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vqadmin/ChangeLog?rev=1.8&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vqadmin/ChangeLog?r1=1.7&r2=1.8
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/net-mail/vqadmin/ChangeLog,v
68 retrieving revision 1.7
69 retrieving revision 1.8
70 diff -u -r1.7 -r1.8
71 --- ChangeLog 29 Jul 2007 17:02:17 -0000 1.7
72 +++ ChangeLog 3 Feb 2008 10:06:30 -0000 1.8
73 @@ -1,6 +1,12 @@
74 # ChangeLog for net-mail/vqadmin
75 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vqadmin/ChangeLog,v 1.7 2007/07/29 17:02:17 phreak Exp $
77 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
78 +# $Header: /var/cvsroot/gentoo-x86/net-mail/vqadmin/ChangeLog,v 1.8 2008/02/03 10:06:30 hollow Exp $
79 +
80 +*vqadmin-2.3.7 (03 Feb 2008)
81 +
82 + 03 Feb 2008; Benedikt Böhm <hollow@g.o> +files/postinstall-en.txt,
83 + vqadmin-2.3.6.ebuild, +vqadmin-2.3.7.ebuild:
84 + version bump; convert to webapp; fixes #208584
85
86 29 Jul 2007; Christian Heim <phreak@g.o> vqadmin-2.3.6.ebuild:
87 Fixing the DEPEND/RDEPEND for the move of net-www/apache to
88
89
90
91 1.1 net-mail/vqadmin/vqadmin-2.3.7.ebuild
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vqadmin/vqadmin-2.3.7.ebuild?rev=1.1&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vqadmin/vqadmin-2.3.7.ebuild?rev=1.1&content-type=text/plain
95
96 Index: vqadmin-2.3.7.ebuild
97 ===================================================================
98 # Copyright 1999-2008 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 # $Header: /var/cvsroot/gentoo-x86/net-mail/vqadmin/vqadmin-2.3.7.ebuild,v 1.1 2008/02/03 10:06:30 hollow Exp $
101
102 inherit webapp eutils autotools
103
104 DESCRIPTION="A web based control pannel to manage Virtual Qmail Domains. Works with qmailadmin"
105 HOMEPAGE="http://www.inter7.com/index.php?page=vqadmin"
106 SRC_URI="http://www.inter7.com/vqadmin/${P}.tar.gz"
107
108 LICENSE="GPL-2"
109 SLOT="0"
110 WEBAPP_MANUAL_SLOT="yes"
111 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
112 IUSE=""
113
114 DEPEND="virtual/qmail
115 >=net-mail/vpopmail-5.3"
116 RDEPEND="${DEPEND}
117 net-mail/qmailadmin"
118
119 src_unpack() {
120 unpack ${A}
121 cd "${S}"
122
123 # fixes for sane webapp integration
124 sed -i \
125 -e "s|html/|/usr/share/${PN}/|g" \
126 -e "s|/images/vqadmin/|/vqadmin/|g" \
127 -e "s|/cgi-bin/vqadmin/|/cgi-bin/|g" \
128 -e "s|vqadmin\.cgi|vqadmin|g" \
129 *.h *.c html/*.html
130 }
131
132 src_compile() {
133 econf ${myopts} \
134 --enable-qmaildir=/var/qmail \
135 --enable-vpopuser=vpopmail \
136 --enable-vpopgroup=vpopmail \
137 --enable-cgibindir="${MY_CGIBINDIR}" \
138 || die "econf failed"
139
140 emake || die "make failed"
141 }
142
143 src_install () {
144 webapp_src_preinst
145
146 insinto /usr/share/${PN}
147 doins html/*
148
149 insinto "${MY_HTDOCSDIR}"
150 doins html/*.css
151
152 insinto "${MY_CGIBINDIR}"
153 doins vqadmin.acl
154 insopts -m 755
155 doins vqadmin
156
157 dodoc ACL AUTHORS BUGS ChangeLog FAQ INSTALL NEWS TODO README
158
159 webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
160 webapp_src_install
161 }
162
163
164
165 --
166 gentoo-commits@l.g.o mailing list