Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sphinxcontrib-httpdomain: sphinxcontrib-httpdomain-1.2.0.ebuild ChangeLog
Date: Mon, 28 Oct 2013 07:17:18
Message-Id: 20131028071711.A978620047@flycatcher.gentoo.org
1 patrick 13/10/28 07:17:11
2
3 Modified: ChangeLog
4 Added: sphinxcontrib-httpdomain-1.2.0.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.4 dev-python/sphinxcontrib-httpdomain/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-httpdomain/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-httpdomain/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-httpdomain/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 5 Sep 2013 18:46:42 -0000 1.3
24 +++ ChangeLog 28 Oct 2013 07:17:11 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/sphinxcontrib-httpdomain
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/ChangeLog,v 1.3 2013/09/05 18:46:42 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/ChangeLog,v 1.4 2013/10/28 07:17:11 patrick Exp $
30 +
31 +*sphinxcontrib-httpdomain-1.2.0 (28 Oct 2013)
32 +
33 + 28 Oct 2013; Patrick Lauer <patrick@g.o>
34 + +sphinxcontrib-httpdomain-1.2.0.ebuild:
35 + Bump
36
37 05 Sep 2013; Michał Górny <mgorny@g.o>
38 sphinxcontrib-httpdomain-1.1.8.ebuild, sphinxcontrib-httpdomain-1.1.9.ebuild:
39
40
41
42 1.1 dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: sphinxcontrib-httpdomain-1.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.2.0.ebuild,v 1.1 2013/10/28 07:17:11 patrick Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
55
56 inherit distutils-r1
57
58 DESCRIPTION="Extension providing a Sphinx domain for describing RESTful HTTP APIs"
59 HOMEPAGE="http://bitbucket.org/birkenfeld/sphinx-contrib/ \
60 http://packages.python.org/sphinxcontrib-httpdomain/"
61 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
62
63 LICENSE="BSD-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66
67 IUSE=""
68
69 RDEPEND=">=dev-python/sphinx-1.1[${PYTHON_USEDEP}]"
70 DEPEND="${RDEPEND}
71 dev-python/setuptools[${PYTHON_USEDEP}]"