From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JfqHo-0006Dy-SG for garchives@archives.gentoo.org; Sun, 30 Mar 2008 05:40:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EDC3E0537; Sun, 30 Mar 2008 05:40:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 388F9E0537 for ; Sun, 30 Mar 2008 05:40:55 +0000 (UTC) Received: from gentoo.org (c-71-193-142-160.hsd1.or.comcast.net [71.193.142.160]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 8250866F32; Sun, 30 Mar 2008 05:40:54 +0000 (UTC) Date: Sat, 29 Mar 2008 22:40:51 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: ChangeLog iproute2-2.6.24.20080108.ebuild Message-ID: <20080330054051.GE24954@comet.had1.or.comcast.net> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-Archives-Salt: 815aebb9-e44f-4387-8831-ed513e5125b2 X-Archives-Hash: 6f16e122e10cbe7346a248bd1bddc3cb On 17:26 Sat 29 Mar , Mike Frysinger (vapier) wrote: > 1.1 sys-apps/iproute2/iproute2-2.6.24.20080108.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/iproute2-2.6.24.20080108.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/iproute2-2.6.24.20080108.ebuild?rev=1.1&content-type=text/plain > local check base=${PORTAGE_CONFIGROOT}/etc/portage/patches > for check in {${CATEGORY}/${PF},${CATEGORY}/${P},${CATEGORY}/${PN}}; do > EPATCH_SOURCE=${base}/${CTARGET}/${check} > [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${base}/${CHOST}/${check} > [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${base}/${check} > if [[ -d ${EPATCH_SOURCE} ]] ; then > EPATCH_SUFFIX="patch" > EPATCH_FORCE="yes" \ > EPATCH_MULTI_MSG="Applying user patches from ${EPATCH_SOURCE} ..." \ > epatch > break > fi > done This looks like it should be generic code somewhere else. Thanks, Donnie -- gentoo-dev@lists.gentoo.org mailing list