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 4044A1381F3 for ; Tue, 7 May 2013 05:22:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA0E5E08C1; Tue, 7 May 2013 05:22:10 +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 546EDE08C1 for ; Tue, 7 May 2013 05:22:10 +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 59FCF33DFFA for ; Tue, 7 May 2013 05:22:09 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 984) id 1F9F82171D; Tue, 7 May 2013 05:22:08 +0000 (UTC) From: "Fabian Groffen (grobian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grobian@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/findutils: findutils-4.5.11.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: findutils-4.5.11.ebuild ChangeLog X-VCS-Directories: sys-apps/findutils X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130507052208.1F9F82171D@flycatcher.gentoo.org> Date: Tue, 7 May 2013 05:22:08 +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: edc385e0-7bed-457a-bfea-36dc1eea5943 X-Archives-Hash: 681b309246c84c96d8f464c8c0b1dc6c grobian 13/05/07 05:22:08 Modified: findutils-4.5.11.ebuild ChangeLog Log: Fix for Prefix, bug #468786 (Portage version: 2.2.01.21938-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89) Revision Changes Path 1.2 sys-apps/findutils/findutils-4.5.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild?r1=1.1&r2=1.2 Index: findutils-4.5.11.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- findutils-4.5.11.ebuild 5 May 2013 23:49:45 -0000 1.1 +++ findutils-4.5.11.ebuild 7 May 2013 05:22:07 -0000 1.2 @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild,v 1.1 2013/05/05 23:49:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild,v 1.2 2013/05/07 05:22:07 grobian Exp $ -EAPI="2" +EAPI="3" inherit eutils flag-o-matic toolchain-funcs multilib @@ -47,5 +47,5 @@ dodoc NEWS README TODO ChangeLog # We don't need this, so punt it. - rm "${D}"/usr/bin/oldfind "${D}"/usr/share/man/man1/oldfind.1 || die + rm "${ED}"/usr/bin/oldfind "${ED}"/usr/share/man/man1/oldfind.1 || die } 1.213 sys-apps/findutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?rev=1.213&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?rev=1.213&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?r1=1.212&r2=1.213 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v retrieving revision 1.212 retrieving revision 1.213 diff -u -r1.212 -r1.213 --- ChangeLog 5 May 2013 23:49:45 -0000 1.212 +++ ChangeLog 7 May 2013 05:22:07 -0000 1.213 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/findutils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.212 2013/05/05 23:49:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.213 2013/05/07 05:22:07 grobian Exp $ + + 07 May 2013; Fabian Groffen findutils-4.5.11.ebuild: + Fix for Prefix, bug #468786 *findutils-4.5.11 (05 May 2013)