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 1SUjOV-0003SQ-VN for garchives@archives.gentoo.org; Wed, 16 May 2012 18:56:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71C1AE07AD; Wed, 16 May 2012 18:56:17 +0000 (UTC) Received: from mail-qa0-f46.google.com (mail-qa0-f46.google.com [209.85.216.46]) by pigeon.gentoo.org (Postfix) with ESMTP id 420B5E07AD for ; Wed, 16 May 2012 18:56:17 +0000 (UTC) Received: by qadb17 with SMTP id b17so4789429qad.19 for ; Wed, 16 May 2012 11:56:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:x-mailer:content-type :content-transfer-encoding; bh=I3MTqLh5Yc/cUWh2oUDk+k1TYFAaoawztRtm6l9xP24=; b=PNGxR/uubCLvc9pKp8qge5ywmNQfAsATUAS2eOSOHSeBiok2WYARytbBsJUDmkpPzq xzyJOgO0MQoBDoTRn8mScCGKNQU39DTkDfP6T3Kd1Ypz/kFL13VzCfOTZt0L9dBHoEb2 d0mNz7t7AbHxCjEYJusqmOs2J5mJ4RgkNZllDTwCqREmof2JJY3DNhqKXo7wughGH3eF vFMDKwfj5Hq2Vc/WO9DZB4V2IpkGKC18JK16AjDgIKtI5nd6akVC2HhBwC1jcklC7Fdd lRtzboGapPmriUpl4Ri6twuGzoT3C/rgrXkfMzhUyw7gIQVI7CQ8ejcPRoLUDlLRaOQm KTTA== Received: by 10.224.33.8 with SMTP id f8mr11872247qad.11.1337194576723; Wed, 16 May 2012 11:56:16 -0700 (PDT) Received: from [192.168.107.2] (238.sub-75-197-153.myvzw.com. [75.197.153.238]) by mx.google.com with ESMTPS id gw8sm10285310qab.7.2012.05.16.11.56.11 (version=SSLv3 cipher=OTHER); Wed, 16 May 2012 11:56:16 -0700 (PDT) Message-ID: <4FB3F8AA.7000306@gmail.com> Date: Wed, 16 May 2012 14:57:46 -0400 From: Richard Farina User-Agent: d0N<\>32moh0EHS[-/4.5.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo genkernel development list X-BeenThere: gentoo-genkernel@gentoo.org X-BeenThere: gentoo-genkernel@lists.gentoo.org Reply-To: gentoo-genkernel@lists.gentoo.org MIME-Version: 1.0 To: gentoo-genkernel@lists.gentoo.org Subject: Re: [gentoo-genkernel] Re: patch for bashcompletion-r1 References: <4FB3A29E.9050608@gmail.com> <4FB3A2FA.3080504@hotmail.com> <1337182081.30813.1.camel@lillen.dodi> In-Reply-To: <1337182081.30813.1.camel@lillen.dodi> X-Enigmail-Version: 1.3.5 X-Mailer: OHV']['|_00|< d0N<\>32moh0EHS[- Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: ed9bb800-bb6f-485e-8ff4-34b162adc264 X-Archives-Hash: 120727b61a9952fd76a174476a2ddeeb On 05/16/12 11:28, Peter Hjalmarsson wrote: > When we are at it, is there a reason why genkernel.bash is not > distributed with the genkernel tarball instead for living in FILESDIR? Now you are getting all existential, I just wanted to shut up the warning ;-) I happily yield to either course. -Zero > > Regards > Peter > > ons 2012-05-16 klockan 08:52 -0400 skrev Richard Farina: >> On 05/16/12 08:50, Richard Farina wrote: >>> This has been driving me nuts for a while >>> >>> Get rid of deprecation warning by using bash-completion-r1 instead of >>> bash-completion. Simple and logical migration. >> HA! Or the patch not in reverse.... >> >> ozzie genkernel # diff -Naur genkernel-3.4.32.ebuild genkernel-3.4.30.ebuild >> --- genkernel-3.4.32.ebuild 2012-05-16 08:48:23.444013089 -0400 >> +++ genkernel-3.4.30.ebuild 2012-05-14 22:30:47.348296737 -0400 >> @@ -1,6 +1,6 @@ >> # Copyright 1999-2012 Gentoo Foundation >> # Distributed under the terms of the GNU General Public License v2 >> -# $Header: >> /var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.32.ebuild,v >> 1.1 2012/05/14 00:20:53 sping Exp $ >> +# $Header: >> /var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.30.ebuild,v >> 1.2 2012/05/03 22:26:18 sping Exp $ >> >> # genkernel-9999 -> latest Git branch "master" >> # genkernel-VERSION -> normal genkernel release >> @@ -38,12 +38,12 @@ >> then >> EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/${PN}.git >> http://git.overlays.gentoo.org/gitroot/proj/${PN}.git" >> - inherit git-2 bash-completion eutils >> + inherit git-2 bash-completion-r1 eutils >> S="${WORKDIR}/${PN}" >> SRC_URI="${COMMON_URI}" >> KEYWORDS="" >> else >> - inherit bash-completion eutils >> + inherit bash-completion-r1 eutils >> SRC_URI="mirror://gentoo/${P}.tar.bz2 >> ${MY_HOME}/sources/genkernel/${P}.tar.bz2 >> ${COMMON_URI}" >> @@ -134,7 +134,7 @@ >> "${DISTDIR}"/open-iscsi-${VERSION_ISCSI}.tar.gz \ >> "${D}"/var/cache/genkernel/src || die "Copying distfiles..." >> >> - dobashcompletion "${FILESDIR}"/genkernel.bash >> + newbashcomp "${FILESDIR}"/genkernel.bash "${PN}" >> insinto /etc >> doins "${FILESDIR}"/initramfs.mounts >> } >> >> >>> >>> Thanks, >>> Zero >>> >> >> > > > >