diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 09:02:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 09:02:08 +0000 |
commit | 8a723bc673c7934b699c2dfcc83f3b8fbb5f8ee6 (patch) | |
tree | c79bb8e4d78e75bc3809297b6904bac117dd989d /net-mail/vqadmin | |
parent | Fixing idea url to upstream, who publish our patch now (diff) | |
download | historical-8a723bc673c7934b699c2dfcc83f3b8fbb5f8ee6.tar.gz historical-8a723bc673c7934b699c2dfcc83f3b8fbb5f8ee6.tar.bz2 historical-8a723bc673c7934b699c2dfcc83f3b8fbb5f8ee6.zip |
Remove gnuconfig_update usage, leave it to econf.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'net-mail/vqadmin')
-rw-r--r-- | net-mail/vqadmin/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/vqadmin/vqadmin-2.3.6.ebuild | 16 |
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" |