From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BF204138B02 for ; Tue, 19 Feb 2013 07:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FDB4E003C; Tue, 19 Feb 2013 07:37:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC2D2E003C for ; Tue, 19 Feb 2013 07:37:44 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4A9333DDDE for ; Tue, 19 Feb 2013 07:37:43 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2282) id 89C5A2171D; Tue, 19 Feb 2013 07:37:42 +0000 (UTC) From: "Eray Aslan (eras)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, eras@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-mail/mailbase: mailbase-1.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mailbase-1.1.ebuild ChangeLog X-VCS-Directories: net-mail/mailbase X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130219073742.89C5A2171D@flycatcher.gentoo.org> Date: Tue, 19 Feb 2013 07:37:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ca9e6785-2bc6-4890-927e-dd30cf905822 X-Archives-Hash: 607c9bef2f64ad0f377405cb086dc919 eras 13/02/19 07:37:42 Modified: mailbase-1.1.ebuild ChangeLog Log: Remove spurious / from elog output - bug #458120 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F) Revision Changes Path 1.11 net-mail/mailbase/mailbase-1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailbase/mailbase-1.1.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailbase/mailbase-1.1.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailbase/mailbase-1.1.ebuild?r1=1.10&r2=1.11 Index: mailbase-1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-1.1.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- mailbase-1.1.ebuild 22 Jan 2013 17:21:40 -0000 1.10 +++ mailbase-1.1.ebuild 19 Feb 2013 07:37:42 -0000 1.11 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-1.1.ebuild,v 1.10 2013/01/22 17:21:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-1.1.ebuild,v 1.11 2013/02/19 07:37:42 eras Exp $ inherit pam eutils user @@ -63,8 +63,8 @@ ewarn " those which mailbase wants to set it to (03775)." ewarn " If you did not change them on purpose, consider running:" ewarn - ewarn " chown root:mail ${ROOT}/var/spool/mail/" - ewarn " chmod 03775 ${ROOT}/var/spool/mail/" + ewarn " chown root:mail ${ROOT}var/spool/mail/" + ewarn " chmod 03775 ${ROOT}var/spool/mail/" echo fi } 1.88 net-mail/mailbase/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailbase/ChangeLog?rev=1.88&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailbase/ChangeLog?rev=1.88&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailbase/ChangeLog?r1=1.87&r2=1.88 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/mailbase/ChangeLog,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- ChangeLog 22 Jan 2013 17:21:40 -0000 1.87 +++ ChangeLog 19 Feb 2013 07:37:42 -0000 1.88 @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mailbase # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/ChangeLog,v 1.87 2013/01/22 17:21:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/ChangeLog,v 1.88 2013/02/19 07:37:42 eras Exp $ + + 19 Feb 2013; Eray Aslan mailbase-1.1.ebuild: + Remove spurious / from elog output - bug #458120 22 Jan 2013; Agostino Sarubbo mailbase-1.1.ebuild: Stable for x86, wrt bug #452366