summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 09:02:08 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 09:02:08 +0000
commit5b2a1e4a9a9ce31b758431e9ead02db92c4f285e (patch)
tree31a2d31bf87b65eb57eb69d7cf18059bb4ab4873 /net-mail/vqadmin
parentRemove gnuconfig_update usage, leave it to econf. (diff)
downloadgentoo-2-5b2a1e4a9a9ce31b758431e9ead02db92c4f285e.tar.gz
gentoo-2-5b2a1e4a9a9ce31b758431e9ead02db92c4f285e.tar.bz2
gentoo-2-5b2a1e4a9a9ce31b758431e9ead02db92c4f285e.zip
Remove gnuconfig_update usage, leave it to econf.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'net-mail/vqadmin')
-rw-r--r--net-mail/vqadmin/ChangeLog7
-rw-r--r--net-mail/vqadmin/vqadmin-2.3.6.ebuild16
2 files changed, 9 insertions, 14 deletions
diff --git a/net-mail/vqadmin/ChangeLog b/net-mail/vqadmin/ChangeLog
index 90949808580a..9dcdb85ad73d 100644
--- a/net-mail/vqadmin/ChangeLog
+++ b/net-mail/vqadmin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/vqadmin
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vqadmin/ChangeLog,v 1.4 2006/02/20 22:13:32 hansmi Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vqadmin/ChangeLog,v 1.5 2007/01/05 09:02:08 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> vqadmin-2.3.6.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
20 Feb 2006; Michael Hanselmann <hansmi@gentoo.org> vqadmin-2.3.6.ebuild:
Changed to virtual/qmail.
diff --git a/net-mail/vqadmin/vqadmin-2.3.6.ebuild b/net-mail/vqadmin/vqadmin-2.3.6.ebuild
index 5253c493a595..9b5b3a713404 100644
--- a/net-mail/vqadmin/vqadmin-2.3.6.ebuild
+++ b/net-mail/vqadmin/vqadmin-2.3.6.ebuild
@@ -1,8 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vqadmin/vqadmin-2.3.6.ebuild,v 1.7 2006/02/20 22:13:32 hansmi Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vqadmin/vqadmin-2.3.6.ebuild,v 1.8 2007/01/05 09:02:08 flameeyes Exp $
DESCRIPTION="A web based control pannel to manage Virtual Qmail Domains. Works with qmailadmin"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -17,12 +15,6 @@ RDEPEND="${DEPEND}
net-mail/qmailadmin
net-www/apache"
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
src_compile() {
local dir_vhost="/var/www/localhost/"
local dir_vpopmail="/var/vpopmail"
@@ -103,8 +95,8 @@ src_install () {
# einfo "Now, You can create a user. Example: "
# einfo " htpasswd -c /etc/apache/conf/vqadmin.passwd username"
# einfo "then: "
-# einfo " cd /etc/apache/conf/ && chown root.apache vqadmin.passwd"
-# einfo " chmod 640 vqadmin.passwd"
+# einfo " cd /etc/apache/conf/ && chown root.apache vqadmin.passwd"
+# einfo " chmod 640 vqadmin.passwd"
# einfo ""
# einfo "IMPORTANT ! Use the -c (-create) switch ONLY the first time"
# einfo "IMPORTANT ! You will have to restart apache to get vqadmin working"