From d73c2152d49f964968f8dac6ad3fdac1274e339e Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Sat, 17 Feb 2007 11:26:15 +0000 Subject: Remove incorrect usage of ${ROOT}, fixes bug 167285. (Portage version: 2.1.2-r9) --- mail-mta/netqmail/ChangeLog | 6 +++++- mail-mta/netqmail/netqmail-1.05-r4.ebuild | 4 ++-- mail-mta/netqmail/netqmail-1.05-r5.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/mail-mta/netqmail/ChangeLog b/mail-mta/netqmail/ChangeLog index 7b3d3cd5f67d..7c7bc6f1f0ff 100644 --- a/mail-mta/netqmail/ChangeLog +++ b/mail-mta/netqmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/netqmail # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/ChangeLog,v 1.26 2007/02/11 18:54:22 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/ChangeLog,v 1.27 2007/02/17 11:26:15 hansmi Exp $ + + 17 Feb 2007; Michael Hanselmann + netqmail-1.05-r4.ebuild, netqmail-1.05-r5.ebuild: + Remove incorrect usage of ${ROOT}, fixes bug 167285. *netqmail-1.05-r5 (11 Feb 2007) diff --git a/mail-mta/netqmail/netqmail-1.05-r4.ebuild b/mail-mta/netqmail/netqmail-1.05-r4.ebuild index b0875c4bccec..e32dd524f5d6 100644 --- a/mail-mta/netqmail/netqmail-1.05-r4.ebuild +++ b/mail-mta/netqmail/netqmail-1.05-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/netqmail-1.05-r4.ebuild,v 1.18 2007/01/15 19:52:32 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/netqmail-1.05-r4.ebuild,v 1.19 2007/02/17 11:26:15 hansmi Exp $ inherit eutils toolchain-funcs fixheadtails flag-o-matic @@ -207,7 +207,7 @@ src_install() { for i in /var/qmail/alias/.qmail-{mailer-daemon,postmaster,root} do - if [[ ! -f ${ROOT}${i} ]]; then + if [[ ! -f ${i} ]]; then touch ${D}${i} fowners alias:qmail ${i} fi diff --git a/mail-mta/netqmail/netqmail-1.05-r5.ebuild b/mail-mta/netqmail/netqmail-1.05-r5.ebuild index 6f4d0b19eb0e..17678fcbfea3 100644 --- a/mail-mta/netqmail/netqmail-1.05-r5.ebuild +++ b/mail-mta/netqmail/netqmail-1.05-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/netqmail-1.05-r5.ebuild,v 1.1 2007/02/11 18:54:22 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/netqmail-1.05-r5.ebuild,v 1.2 2007/02/17 11:26:15 hansmi Exp $ inherit eutils toolchain-funcs fixheadtails flag-o-matic @@ -217,7 +217,7 @@ src_install() { for i in /var/qmail/alias/.qmail-{mailer-daemon,postmaster,root} do - if [[ ! -f ${ROOT}${i} ]]; then + if [[ ! -f ${i} ]]; then touch ${D}${i} fowners alias:qmail ${i} fi -- cgit v1.2.3-65-gdbad