Gentoo Archives: gentoo-commits

From: "Rafael Martins (rafaelmartins)" <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/github-pages-publish: github-pages-publish-0.1.1.ebuild ChangeLog github-pages-publish-0.1.ebuild
Date: Tue, 31 Dec 2013 15:22:32
Message-Id: 20131231152227.A678F2004C@flycatcher.gentoo.org
1 rafaelmartins 13/12/31 15:22:27
2
3 Modified: ChangeLog
4 Added: github-pages-publish-0.1.1.ebuild
5 Removed: github-pages-publish-0.1.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.2 dev-vcs/github-pages-publish/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 31 Dec 2013 01:56:03 -0000 1.1
25 +++ ChangeLog 31 Dec 2013 15:22:27 -0000 1.2
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-vcs/github-pages-publish
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog,v 1.1 2013/12/31 01:56:03 rafaelmartins Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog,v 1.2 2013/12/31 15:22:27 rafaelmartins Exp $
31 +
32 +*github-pages-publish-0.1.1 (31 Dec 2013)
33 +
34 + 31 Dec 2013; Rafael G. Martins <rafaelmartins@g.o>
35 + +github-pages-publish-0.1.1.ebuild, -github-pages-publish-0.1.ebuild:
36 + Version bump.
37
38 *github-pages-publish-0.1 (31 Dec 2013)
39
40
41
42
43 1.1 dev-vcs/github-pages-publish/github-pages-publish-0.1.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/github-pages-publish-0.1.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/github-pages-publish/github-pages-publish-0.1.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: github-pages-publish-0.1.1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/github-pages-publish-0.1.1.ebuild,v 1.1 2013/12/31 15:22:27 rafaelmartins Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python2_7 )
57
58 GIT_ECLASS=
59 if [[ ${PV} = *9999* ]]; then
60 GIT_ECLASS="git-r3"
61 EGIT_REPO_URI="git://github.com/rafaelmartins/github-pages-publish.git
62 https://github.com/rafaelmartins/github-pages-publish.git"
63 fi
64
65 inherit distutils-r1 ${GIT_ECLASS}
66
67 DESCRIPTION="A script that commits files from a directory to Github Pages."
68 HOMEPAGE="https://pypi.python.org/pypi/github-pages-publish
69 https://github.com/rafaelmartins/github-pages-publish"
70
71 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
72 KEYWORDS="~amd64 ~x86"
73 if [[ ${PV} = *9999* ]]; then
74 SRC_URI=""
75 KEYWORDS=""
76 fi
77
78 LICENSE="BSD"
79 SLOT="0"
80 IUSE=""
81
82 DEPEND=">=dev-python/pygit2-0.20.0
83 virtual/python-argparse"
84 RDEPEND="${DEPEND}"