Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sphinxcontrib-plantuml: metadata.xml ChangeLog sphinxcontrib-plantuml-0.4.ebuild
Date: Mon, 02 Jun 2014 09:06:41
Message-Id: 20140602090637.D9A442004E@flycatcher.gentoo.org
1 pva 14/06/02 09:06:37
2
3 Added: metadata.xml ChangeLog
4 sphinxcontrib-plantuml-0.4.ebuild
5 Log:
6 Initial commit. Text tools forever!
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F1989B07)
9
10 Revision Changes Path
11 1.1 dev-python/sphinxcontrib-plantuml/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-plantuml/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-plantuml/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <maintainer>
22 <email>pva@g.o</email>
23 <name>Peter Volkov</name>
24 </maintainer>
25 <longdescription lang="en">
26 This package allows inline plantuml diagrams inside sphinx text files.
27 </longdescription>
28 </pkgmetadata>
29
30
31
32 1.1 dev-python/sphinxcontrib-plantuml/ChangeLog
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-plantuml/ChangeLog?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-plantuml/ChangeLog?rev=1.1&content-type=text/plain
36
37 Index: ChangeLog
38 ===================================================================
39 # ChangeLog for dev-python/sphinxcontrib-plantuml
40 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
41 # $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-plantuml/ChangeLog,v 1.1 2014/06/02 09:06:37 pva Exp $
42
43 *sphinxcontrib-plantuml-0.4 (02 Jun 2014)
44
45 02 Jun 2014; Peter Volkov <pva@g.o>
46 +sphinxcontrib-plantuml-0.4.ebuild, +metadata.xml:
47 Initial commit. Text tools forever!
48
49
50
51
52 1.1 dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.4.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.4.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.4.ebuild?rev=1.1&content-type=text/plain
56
57 Index: sphinxcontrib-plantuml-0.4.ebuild
58 ===================================================================
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.4.ebuild,v 1.1 2014/06/02 09:06:37 pva Exp $
62
63 EAPI=5
64 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
65
66 inherit distutils-r1
67
68 DESCRIPTION="Extension to embed UML diagram by using PlantUML"
69 HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib"
70 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
71
72 LICENSE="BSD-2"
73 SLOT="0"
74 KEYWORDS="~amd64 ~x86"
75
76 IUSE=""
77
78 DEPEND="
79 >=dev-python/sphinx-1.1[${PYTHON_USEDEP}]
80 dev-python/setuptools[${PYTHON_USEDEP}]
81 "
82 RDEPEND="${DEPEND}
83 media-gfx/plantuml
84 "
85
86 DOCS="README.rst"