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 1SjxNx-0006hJ-2I for garchives@archives.gentoo.org; Wed, 27 Jun 2012 18:54:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58564E0678; Wed, 27 Jun 2012 18:54:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1961BE0678 for ; Wed, 27 Jun 2012 18:54:23 +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 47C521B4710 for ; Wed, 27 Jun 2012 18:54:22 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 06FFC2004B; Wed, 27 Jun 2012 18:54:21 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-base: packagekit-base-0.7.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: packagekit-base-0.7.4.ebuild ChangeLog X-VCS-Directories: app-admin/packagekit-base X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20120627185421.06FFC2004B@flycatcher.gentoo.org> Date: Wed, 27 Jun 2012 18:54:21 +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: a44d49ea-8969-4c17-b352-7e593ca3950a X-Archives-Hash: e038d87b0c9f0c20bbdcc4d94199611f ssuominen 12/06/27 18:54:21 Modified: packagekit-base-0.7.4.ebuild ChangeLog Log: Remove call to bash-completion_pkg_postinst from pkg_postinst() since s= uch function is not present in bash-completion-r1.eclass. Since bash-comp= letion shouldn't be behind USE flag always pass --enable-command-not-foun= d. =20 (Portage version: 2.2.0_alpha113/cvs/Linux x86_64) Revision Changes Path 1.4 app-admin/packagekit-base/packagekit-base-0.7.4.ebui= ld file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagek= it-base/packagekit-base-0.7.4.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagek= it-base/packagekit-base-0.7.4.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagek= it-base/packagekit-base-0.7.4.ebuild?r1=3D1.3&r2=3D1.4 Index: packagekit-base-0.7.4.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/app-admin/packagekit-base/packagekit-ba= se-0.7.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- packagekit-base-0.7.4.ebuild 27 Jun 2012 18:49:04 -0000 1.3 +++ packagekit-base-0.7.4.ebuild 27 Jun 2012 18:54:20 -0000 1.4 @@ -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/app-admin/packagekit-base/packagekit-= base-0.7.4.ebuild,v 1.3 2012/06/27 18:49:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-= base-0.7.4.ebuild,v 1.4 2012/06/27 18:54:20 ssuominen Exp $ =20 EAPI=3D"3" =20 @@ -111,7 +111,7 @@ --disable-strict \ --disable-local \ $(use_enable doc gtk-doc) \ - $(use_enable bash-completion command-not-found) \ + --enable-command-not-found \ --disable-debuginfo-install \ --disable-gstreamer-plugin \ --disable-service-packs \ @@ -167,10 +167,7 @@ ewarn "Please, consider rebuilding ${MY_PN} with policykit USE flag." ewarn "THIS IS A SECURITY ISSUE." echo - ebeep - epause 5 fi - bash-completion_pkg_postinst } =20 pkg_prerm() { 1.24 app-admin/packagekit-base/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagek= it-base/ChangeLog?rev=3D1.24&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagek= it-base/ChangeLog?rev=3D1.24&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagek= it-base/ChangeLog?r1=3D1.23&r2=3D1.24 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/app-admin/packagekit-base/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 27 Jun 2012 18:49:04 -0000 1.23 +++ ChangeLog 27 Jun 2012 18:54:20 -0000 1.24 @@ -1,6 +1,12 @@ # ChangeLog for app-admin/packagekit-base # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v= 1.23 2012/06/27 18:49:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v= 1.24 2012/06/27 18:54:20 ssuominen Exp $ + + 27 Jun 2012; Samuli Suominen + packagekit-base-0.7.4.ebuild: + Remove call to bash-completion_pkg_postinst from pkg_postinst() since = such + function is not present in bash-completion-r1.eclass. Since bash-compl= etion + shouldn't be behind USE flag always pass --enable-command-not-found. =20 27 Jun 2012; Samuli Suominen packagekit-base-0.7.4.ebuild: