rafaelmartins 14/06/22 00:08:22 Modified: github-pages-publish-0.1.2.ebuild ChangeLog Log: fixed deps. bug #514274 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.2 dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild?r1=1.1&r2=1.2 Index: github-pages-publish-0.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- github-pages-publish-0.1.2.ebuild 12 Jan 2014 00:27:56 -0000 1.1 +++ github-pages-publish-0.1.2.ebuild 22 Jun 2014 00:08:22 -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/github-pages-publish/github-pages-publish-0.1.2.ebuild,v 1.1 2014/01/12 00:27:56 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild,v 1.2 2014/06/22 00:08:22 rafaelmartins Exp $ EAPI=5 @@ -30,6 +30,7 @@ SLOT="0" IUSE="" -DEPEND=">=dev-python/pygit2-0.20.0 +DEPEND="dev-python/setuptools + >=dev-python/pygit2-0.20.0 virtual/python-argparse" RDEPEND="${DEPEND}" 1.4 dev-vcs/github-pages-publish/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 12 Jan 2014 00:27:56 -0000 1.3 +++ ChangeLog 22 Jun 2014 00:08:22 -0000 1.4 @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/github-pages-publish # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog,v 1.3 2014/01/12 00:27:56 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog,v 1.4 2014/06/22 00:08:22 rafaelmartins Exp $ + + 22 Jun 2014; Rafael G. Martins <[email protected]> + github-pages-publish-0.1.2.ebuild: + fixed deps. bug #514274 *github-pages-publish-0.1.2 (12 Jan 2014)
