* [gentoo-portage-dev] [PATCH] bin/bashrc-functions.sh: remove portageq function
@ 2014-10-26 1:37 Zac Medico
2014-10-27 7:59 ` Alexander Berntsen
0 siblings, 1 reply; 2+ messages in thread
From: Zac Medico @ 2014-10-26 1:37 UTC (permalink / raw
To: gentoo-portage-dev
Since commit 0cc4c1ac21a2ea94cfb1f6ff4b461a9e349d47df,
$PORTAGE_BIN_PATH/portageq no longer exists, which breaks the portageq
shell function inside bashrc-functions.sh. Note that
$PORTAGE_BIN_PATH/ebuild-helpers/portageq is in $PATH, so we can simply
remove the redundant function.
Fixes: 0cc4c1a ("Install Portage using setup.py")
X-Gento-Bug: 524964
X-Gentoo-URL: https://bugs.gentoo.org/show_bug.cgi?id=524964
---
bin/bashrc-functions.sh | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/bin/bashrc-functions.sh b/bin/bashrc-functions.sh
index 503b172..cc02546 100644
--- a/bin/bashrc-functions.sh
+++ b/bin/bashrc-functions.sh
@@ -1,12 +1,7 @@
#!/bin/bash
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-portageq() {
- PYTHONPATH=${PORTAGE_PYTHONPATH:-${PORTAGE_PYM_PATH}}\
- "${PORTAGE_PYTHON:-/usr/bin/python}" "${PORTAGE_BIN_PATH}/portageq" "$@"
-}
-
register_die_hook() {
local x
for x in $* ; do
--
2.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [gentoo-portage-dev] [PATCH] bin/bashrc-functions.sh: remove portageq function
2014-10-26 1:37 [gentoo-portage-dev] [PATCH] bin/bashrc-functions.sh: remove portageq function Zac Medico
@ 2014-10-27 7:59 ` Alexander Berntsen
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Berntsen @ 2014-10-27 7:59 UTC (permalink / raw
To: gentoo-portage-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Sure. Go ahead and push, Zac.
- --
Alexander
bernalex@gentoo.org
https://secure.plaimi.net/~alexander
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iF4EAREIAAYFAlRN+04ACgkQRtClrXBQc7Ud1AEAk3axfG6tjx6KW8BtmaAa9MNX
VH/nYUSYe1wbjo4PtqMBAIvfuQoPnwLvUqx5ScLchbaaB/CGTnC0+m6oaMhwjgef
=92kQ
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-27 7:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-26 1:37 [gentoo-portage-dev] [PATCH] bin/bashrc-functions.sh: remove portageq function Zac Medico
2014-10-27 7:59 ` Alexander Berntsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox