From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RUqzj-0000xV-3o for garchives@archives.gentoo.org; Mon, 28 Nov 2011 02:30:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C38F21C071; Mon, 28 Nov 2011 02:30:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3FC7621C071 for ; Mon, 28 Nov 2011 02:30:46 +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 7724165386 for ; Mon, 28 Nov 2011 02:30:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id 4593C2004C; Mon, 28 Nov 2011 02:30:44 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-mail/mswatch: mswatch-1.2.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mswatch-1.2.0.ebuild ChangeLog X-VCS-Directories: net-mail/mswatch X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Message-Id: <20111128023044.4593C2004C@flycatcher.gentoo.org> Date: Mon, 28 Nov 2011 02:30:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8cbadbe7-bce3-4ee9-8e3c-9878dc071107 X-Archives-Hash: ee6d5408b503dc00aa1af66605214291 radhermit 11/11/28 02:30:44 Modified: mswatch-1.2.0.ebuild ChangeLog Log: Fix autotools-utils usage (bug #392169). =20 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64) Revision Changes Path 1.3 net-mail/mswatch/mswatch-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/m= swatch-1.2.0.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/m= swatch-1.2.0.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/m= swatch-1.2.0.ebuild?r1=3D1.2&r2=3D1.3 Index: mswatch-1.2.0.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mswatch-1.2.0.ebuild 27 Nov 2011 03:35:47 -0000 1.2 +++ mswatch-1.2.0.ebuild 28 Nov 2011 02:30:44 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild= ,v 1.2 2011/11/27 03:35:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild= ,v 1.3 2011/11/28 02:30:44 radhermit Exp $ =20 EAPI=3D"4" =20 @@ -22,15 +22,11 @@ CONFIG_CHECK=3D"~INOTIFY_USER" ERROR_INOTIFY_USER=3D"${P} requires in-kernel inotify support." =20 -AUTOTOOLS_IN_SOURCE_BUILD=3D1 +DOCS=3D( AUTHORS NEWS README THANKS TODO ) =20 src_configure() { - econf \ - --with-notify=3Dinotify \ - $(use_enable static-libs static) -} - -src_install() { - default - remove_libtool_files + local myeconfargs=3D( + --with-notify=3Dinotify + ) + autotools-utils_src_configure } 1.3 net-mail/mswatch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/C= hangeLog?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/C= hangeLog?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/C= hangeLog?r1=3D1.2&r2=3D1.3 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 27 Nov 2011 03:35:47 -0000 1.2 +++ ChangeLog 28 Nov 2011 02:30:44 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mswatch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v 1.2 2011= /11/27 03:35:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v 1.3 2011= /11/28 02:30:44 radhermit Exp $ + + 28 Nov 2011; Tim Harder mswatch-1.2.0.ebuild: + Fix autotools-utils usage (bug #392169). =20 27 Nov 2011; Tim Harder mswatch-1.2.0.ebuild: Build in the source tree.