From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0F4CF138247 for ; Sun, 12 Jan 2014 00:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D768E09F0; Sun, 12 Jan 2014 00:27:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C9CDE09F0 for ; Sun, 12 Jan 2014 00:27:58 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A9E433F725 for ; Sun, 12 Jan 2014 00:27:58 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2278) id C43F82004C; Sun, 12 Jan 2014 00:27:56 +0000 (UTC) From: "Rafael Martins (rafaelmartins)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, rafaelmartins@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/github-pages-publish: github-pages-publish-0.1.2.ebuild ChangeLog github-pages-publish-0.1.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: github-pages-publish-0.1.2.ebuild ChangeLog github-pages-publish-0.1.1.ebuild X-VCS-Directories: dev-vcs/github-pages-publish X-VCS-Committer: rafaelmartins X-VCS-Committer-Name: Rafael Martins Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140112002756.C43F82004C@flycatcher.gentoo.org> Date: Sun, 12 Jan 2014 00:27:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2e2a81ed-3ba5-4c0a-883c-31d78f171954 X-Archives-Hash: c3890d160dcbeb6a81382e5afb88e607 rafaelmartins 14/01/12 00:27:56 Modified: ChangeLog Added: github-pages-publish-0.1.2.ebuild Removed: github-pages-publish-0.1.1.ebuild Log: Version bump. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.3 dev-vcs/github-pages-publish/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 31 Dec 2013 15:22:27 -0000 1.2 +++ ChangeLog 12 Jan 2014 00:27:56 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/github-pages-publish -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog,v 1.2 2013/12/31 15:22:27 rafaelmartins Exp $ +# 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 $ + +*github-pages-publish-0.1.2 (12 Jan 2014) + + 12 Jan 2014; Rafael G. Martins + +github-pages-publish-0.1.2.ebuild, -github-pages-publish-0.1.1.ebuild: + Version bump. *github-pages-publish-0.1.1 (31 Dec 2013) 1.1 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.1&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.1&content-type=text/plain Index: github-pages-publish-0.1.2.ebuild =================================================================== # 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 $ EAPI=5 PYTHON_COMPAT=( python2_7 ) GIT_ECLASS= if [[ ${PV} = *9999* ]]; then GIT_ECLASS="git-r3" EGIT_REPO_URI="git://github.com/rafaelmartins/github-pages-publish.git https://github.com/rafaelmartins/github-pages-publish.git" fi inherit distutils-r1 ${GIT_ECLASS} DESCRIPTION="A script that commits files from a directory to Github Pages." HOMEPAGE="https://pypi.python.org/pypi/github-pages-publish https://github.com/rafaelmartins/github-pages-publish" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" if [[ ${PV} = *9999* ]]; then SRC_URI="" KEYWORDS="" fi LICENSE="BSD" SLOT="0" IUSE="" DEPEND=">=dev-python/pygit2-0.20.0 virtual/python-argparse" RDEPEND="${DEPEND}"