dlan 14/10/22 14:28:10
Modified: stgit-0.16-r2.ebuild stgit-0.17.1-r1.ebuild
ChangeLog
Log:
fix bashcomp, bug 526282. thanks Necoro
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with
key 0xAABEFD55)
Revision Changes Path
1.8 dev-vcs/stgit/stgit-0.16-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/stgit/stgit-0.16-r2.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/stgit/stgit-0.16-r2.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/stgit/stgit-0.16-r2.ebuild?r1=1.7&r2=1.8
Index: stgit-0.16-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/stgit/stgit-0.16-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- stgit-0.16-r2.ebuild 3 Aug 2014 14:27:38 -0000 1.7
+++ stgit-0.16-r2.ebuild 22 Oct 2014 14:28:10 -0000 1.8
@@ -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 @@
distutils-r1_python_install_all
- newbashcomp stgit-completion.bash ${PN}
+ newbashcomp stgit-completion.bash 'stg'
}
1.2 dev-vcs/stgit/stgit-0.17.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/stgit/stgit-0.17.1-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/stgit/stgit-0.17.1-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/stgit/stgit-0.17.1-r1.ebuild?r1=1.1&r2=1.2
Index: stgit-0.17.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/stgit/stgit-0.17.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stgit-0.17.1-r1.ebuild 10 May 2014 20:01:09 -0000 1.1
+++ stgit-0.17.1-r1.ebuild 22 Oct 2014 14:28:10 -0000 1.2
@@ -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 @@
distutils-r1_python_install_all
- newbashcomp stgit-completion.bash ${PN}
+ newbashcomp stgit-completion.bash 'stg'
}
1.29 dev-vcs/stgit/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/stgit/ChangeLog?rev=1.29&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/stgit/ChangeLog?rev=1.29&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/stgit/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/stgit/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 3 Aug 2014 14:27:38 -0000 1.28
+++ ChangeLog 22 Oct 2014 14:28:10 -0000 1.29
@@ -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 <[email protected]> stgit-0.16-r2.ebuild,
+ stgit-0.17.1-r1.ebuild:
+ fix bashcomp, bug 526282. thanks Necoro
03 Aug 2014; Yixun Lan <[email protected]> stgit-0.16-r2.ebuild:
Stable for arm, bug #505796