diff options
author | Yixun Lan <dlan@gentoo.org> | 2014-10-22 14:28:10 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2014-10-22 14:28:10 +0000 |
commit | 2b7f9560e1e3d9972496cf44348042d6a9d77754 (patch) | |
tree | 0cdee099a00ca3c5265838adb1d8b86c9966c559 /dev-vcs | |
parent | drop py3 support, found to be not py3 ready, cross tested by Arfrever (diff) | |
download | gentoo-2-2b7f9560e1e3d9972496cf44348042d6a9d77754.tar.gz gentoo-2-2b7f9560e1e3d9972496cf44348042d6a9d77754.tar.bz2 gentoo-2-2b7f9560e1e3d9972496cf44348042d6a9d77754.zip |
fix bashcomp, bug 526282. thanks Necoro
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/stgit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/stgit/stgit-0.16-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/stgit/stgit-0.17.1-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/stgit/ChangeLog b/dev-vcs/stgit/ChangeLog index 7e41a1556646..3b1ed336b7e5 100644 --- a/dev-vcs/stgit/ChangeLog +++ b/dev-vcs/stgit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/stgit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/ChangeLog,v 1.28 2014/08/03 14:27:38 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/ChangeLog,v 1.29 2014/10/22 14:28:10 dlan Exp $ + + 22 Oct 2014; Yixun Lan <dlan@gentoo.org> stgit-0.16-r2.ebuild, + stgit-0.17.1-r1.ebuild: + fix bashcomp, bug 526282. thanks Necoro 03 Aug 2014; Yixun Lan <dlan@gentoo.org> stgit-0.16-r2.ebuild: Stable for arm, bug #505796 diff --git a/dev-vcs/stgit/stgit-0.16-r2.ebuild b/dev-vcs/stgit/stgit-0.16-r2.ebuild index 3c54cdb82911..42ff753ab181 100644 --- a/dev-vcs/stgit/stgit-0.16-r2.ebuild +++ b/dev-vcs/stgit/stgit-0.16-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/stgit-0.16-r2.ebuild,v 1.7 2014/08/03 14:27:38 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/stgit-0.16-r2.ebuild,v 1.8 2014/10/22 14:28:10 dlan Exp $ EAPI="5" @@ -73,5 +73,5 @@ python_install_all() { distutils-r1_python_install_all - newbashcomp stgit-completion.bash ${PN} + newbashcomp stgit-completion.bash 'stg' } diff --git a/dev-vcs/stgit/stgit-0.17.1-r1.ebuild b/dev-vcs/stgit/stgit-0.17.1-r1.ebuild index 088777d7793e..ab124f2cc1e4 100644 --- a/dev-vcs/stgit/stgit-0.17.1-r1.ebuild +++ b/dev-vcs/stgit/stgit-0.17.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/stgit-0.17.1-r1.ebuild,v 1.1 2014/05/10 20:01:09 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/stgit-0.17.1-r1.ebuild,v 1.2 2014/10/22 14:28:10 dlan Exp $ EAPI="5" @@ -80,5 +80,5 @@ python_install_all() { distutils-r1_python_install_all - newbashcomp stgit-completion.bash ${PN} + newbashcomp stgit-completion.bash 'stg' } |