jlec 14/06/27 06:57:58 Modified: ChangeLog python-exconsole-0.1.5.ebuild Log: dev-python/python-exconsole: Fix QA problems (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 dev-python/python-exconsole/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exconsole/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exconsole/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exconsole/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-exconsole/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 27 Jun 2014 06:54:20 -0000 1.1 +++ ChangeLog 27 Jun 2014 06:57:58 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-exconsole # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exconsole/ChangeLog,v 1.1 2014/06/27 06:54:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exconsole/ChangeLog,v 1.2 2014/06/27 06:57:58 jlec Exp $ + + 27 Jun 2014; Justin Lecher <[email protected]> python-exconsole-0.1.5.ebuild: + Fix QA problems *python-exconsole-0.1.5 (27 Jun 2014) 1.2 dev-python/python-exconsole/python-exconsole-0.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exconsole/python-exconsole-0.1.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exconsole/python-exconsole-0.1.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exconsole/python-exconsole-0.1.5.ebuild?r1=1.1&r2=1.2 Index: python-exconsole-0.1.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-exconsole/python-exconsole-0.1.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-exconsole-0.1.5.ebuild 27 Jun 2014 06:54:20 -0000 1.1 +++ python-exconsole-0.1.5.ebuild 27 Jun 2014 06:57:58 -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-python/python-exconsole/python-exconsole-0.1.5.ebuild,v 1.1 2014/06/27 06:54:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exconsole/python-exconsole-0.1.5.ebuild,v 1.2 2014/06/27 06:57:58 jlec Exp $ EAPI=5 @@ -16,9 +16,3 @@ LICENSE="LGPL-3" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} -" - -
