Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sphinx-bootstrap-theme: metadata.xml sphinx-bootstrap-theme-0.3.9.ebuild Manifest ChangeLog
Date: Tue, 25 Feb 2014 17:23:42
Message-Id: 20140225172308.A075E2004C@flycatcher.gentoo.org
1 bicatali 14/02/25 17:23:08
2
3 Added: metadata.xml sphinx-bootstrap-theme-0.3.9.ebuild
4 Manifest ChangeLog
5 Log:
6 Initial import
7
8 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
9
10 Revision Changes Path
11 1.1 dev-python/sphinx-bootstrap-theme/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx-bootstrap-theme/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx-bootstrap-theme/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 <herd>python</herd>
22 <upstream>
23 <remote-id type="pypi">sphinx-bootstrap-theme</remote-id>
24 </upstream>
25 </pkgmetadata>
26
27
28
29 1.1 dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.3.9.ebuild
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.3.9.ebuild?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.3.9.ebuild?rev=1.1&content-type=text/plain
33
34 Index: sphinx-bootstrap-theme-0.3.9.ebuild
35 ===================================================================
36 # Copyright 1999-2014 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.3.9.ebuild,v 1.1 2014/02/25 17:23:08 bicatali Exp $
39
40 EAPI=5
41 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
42
43 inherit distutils-r1
44
45 DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework"
46 HOMEPAGE="http://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html"
47 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48
49 LICENSE="MIT"
50 SLOT="0"
51 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
52
53 IUSE=""
54
55
56
57 1.1 dev-python/sphinx-bootstrap-theme/Manifest
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx-bootstrap-theme/Manifest?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx-bootstrap-theme/Manifest?rev=1.1&content-type=text/plain
61
62 Index: Manifest
63 ===================================================================
64 DIST sphinx-bootstrap-theme-0.3.9.tar.gz 835004 SHA256 5f47ce597d688218f1bd3cffba573c68d1537a99b3a85c7e07ce10e8516ff083 SHA512 7e2bdf1f57f95906a1d78578e91285aebf6aa116a02a3380f3de80390125efb070904c13338938135cc1ae5bac1f59eb7272bc94471660fd6f0a736adbfeb4ab WHIRLPOOL 6c44cdc69863508318096e4c60c989f447d6c2583681c6abe7c0eef280082120460fae7714b5cc9d983bcd110e2f025d43c194ff325cf19d73737a4b02294f4f
65 EBUILD sphinx-bootstrap-theme-0.3.9.ebuild 606 SHA256 e9fdfa364a5876da6653553cddc0e9165d16d989db26252fbab42c453d4530cb SHA512 5ecfcc081b9dc3b154ba78dc94a75834fdfdcf93d5c4c75c32cb7b6ad5f4f6cdaf71e8d2c3b57bfbcbe518e4587f17aa94183288742aa8ac83dd2aa3c0a0da0e WHIRLPOOL b552de17451469bc822ab7e635ab3ac1bceae0b5fdad2c0d797f64b91aa45618a8d2e29399910de0c1414d5232969684cc41cb0e6ca9a9647587450670687567
66 MISC metadata.xml 242 SHA256 6a2d74c166fa651e21966a4d3b8a49d401171a2d0dcc92ee807dccb83495ac70 SHA512 5a3c53fef8377d08dd1663d44d018bba4daa00026ffd4a6f025aedac6b3b35b5ed05f4a9b09a5cfd1bb5e0f1a834bc9990182ec414e78a76a0aa9e692f782d65 WHIRLPOOL 6d80dd069ff191856f0fd7e8f8af8cc7fd700cc880491fddde877dd7a28945dd2703d42e2b4a4826c5d8d6ac6b947a3530597fbeeece93fadf53e58f5363420e
67
68
69
70 1.1 dev-python/sphinx-bootstrap-theme/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx-bootstrap-theme/ChangeLog?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx-bootstrap-theme/ChangeLog?rev=1.1&content-type=text/plain
74
75 Index: ChangeLog
76 ===================================================================
77 # ChangeLog for dev-python/sphinx-bootstrap-theme
78 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
79 # $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-bootstrap-theme/ChangeLog,v 1.1 2014/02/25 17:23:08 bicatali Exp $
80
81 *sphinx-bootstrap-theme-0.3.9 (25 Feb 2014)
82
83 25 Feb 2014; Sébastien Fabbro <bicatali@g.o> +metadata.xml,
84 +sphinx-bootstrap-theme-0.3.9.ebuild:
85 Initial import