summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-06-27 18:54:20 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-06-27 18:54:20 +0000
commit01ea64c4a6c9b0d8d91efa5073e31e7d00bb2234 (patch)
tree885cec11a06815db13b494dac5b6f39a8a7fca75 /app-admin
parentRemove old. (diff)
downloadgentoo-2-01ea64c4a6c9b0d8d91efa5073e31e7d00bb2234.tar.gz
gentoo-2-01ea64c4a6c9b0d8d91efa5073e31e7d00bb2234.tar.bz2
gentoo-2-01ea64c4a6c9b0d8d91efa5073e31e7d00bb2234.zip
Remove call to bash-completion_pkg_postinst from pkg_postinst() since such function is not present in bash-completion-r1.eclass. Since bash-completion shouldn't be behind USE flag always pass --enable-command-not-found.
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/packagekit-base/ChangeLog8
-rw-r--r--app-admin/packagekit-base/packagekit-base-0.7.4.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/app-admin/packagekit-base/ChangeLog b/app-admin/packagekit-base/ChangeLog
index 4cdb6955e23d..5df5977d0671 100644
--- a/app-admin/packagekit-base/ChangeLog
+++ b/app-admin/packagekit-base/ChangeLog
@@ -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 <ssuominen@gentoo.org>
+ 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-completion
+ shouldn't be behind USE flag always pass --enable-command-not-found.
27 Jun 2012; Samuli Suominen <ssuominen@gentoo.org>
packagekit-base-0.7.4.ebuild:
diff --git a/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild b/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
index 01949551b8ab..96d9fd42dc52 100644
--- a/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
+++ b/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
@@ -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 $
EAPI="3"
@@ -111,7 +111,7 @@ src_configure() {
--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 @@ pkg_postinst() {
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
}
pkg_prerm() {