Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/xcffib: metadata.xml xcffib-0.1.5.ebuild Manifest ChangeLog
Date: Fri, 26 Sep 2014 13:44:32
Message-Id: 20140926134428.A4FAD653C@oystercatcher.gentoo.org
1 idella4 14/09/26 13:44:28
2
3 Added: metadata.xml xcffib-0.1.5.ebuild Manifest ChangeLog
4 Log:
5 new minimal ebuild written by me, new dep to testsuite of new release cairocffi-0.6
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.1 dev-python/xcffib/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>python</herd>
21 </pkgmetadata>
22
23
24
25 1.1 dev-python/xcffib/xcffib-0.1.5.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/xcffib-0.1.5.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/xcffib-0.1.5.ebuild?rev=1.1&content-type=text/plain
29
30 Index: xcffib-0.1.5.ebuild
31 ===================================================================
32 # Copyright 1999-2014 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-python/xcffib/xcffib-0.1.5.ebuild,v 1.1 2014/09/26 13:44:28 idella4 Exp $
35
36 EAPI="5"
37 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
38
39 inherit distutils-r1
40
41 DESCRIPTION="A drop in replacement for xpyb, an XCB python binding"
42 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 HOMEPAGE=" http://github.com/tych0/xcffib"
44
45 LICENSE="MIT"
46 SLOT="0"
47 KEYWORDS="~amd64 ~x86"
48 IUSE=""
49
50 RDEPEND=">=dev-python/cffi-0.8.2[${PYTHON_USEDEP}]
51 dev-python/six[${PYTHON_USEDEP}]"
52 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53
54
55
56 1.1 dev-python/xcffib/Manifest
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/Manifest?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/Manifest?rev=1.1&content-type=text/plain
60
61 Index: Manifest
62 ===================================================================
63 DIST xcffib-0.1.5.tar.gz 66893 SHA256 6389eb80b409df98630fce9bcb1c8d07f3a2e72918e649d3984e8a8581455538 SHA512 15709a2eb24eb165113e6dbfd07a194c09c91ceeab07a061f03ddd7bd229b55efe5f5d75d0af8a08574b872ac70ecea67b76449dd6d6ff69b4c1f9cc091d07c0 WHIRLPOOL 4f2c22d20780753e28f23aa79c375fc8c691dee85e1c3fe62a2c6c9bb00e4821616d9331bdefcb8ba932d89c96b6f2d52e634aecec3cd892adaf49f8bedabb83
64 EBUILD xcffib-0.1.5.ebuild 551 SHA256 d7c8429ae9ba9b81ec3cce53268ee972731c2a8c46a3c0cf0eadcaac4ad24e62 SHA512 2b09bcf431ee05a80c82cb4728399cdb7bb800f04265fff0d4ece046f10f7ba51aa2dde63ffb4ce62cc65e4778c3fb52948365776854321516e83598852fd0e9 WHIRLPOOL e7db5acc450bd60a619793889aee7b2d4a66bf79222b3702b80bc6f5e458fd4ce3fd8a074d28e4729c6ae747b235ab8224595be09192741f3ac4ebf522bc54b0
65 MISC metadata.xml 160 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a SHA512 7c02a1de1ddcb6b7c6378cceff0458da3a15d5381417f7cdf01874e7c372664b8899863f41b3a2fd8d6ad67ceb732dac6da0cc17575bf8e3e6d89480417c6628 WHIRLPOOL ed2795e4466eda8c804d5067c87386e269a59fe959393057ca5ddc36851e00f5210c4da1adf4bbdfdbb7d1d3d5c60aced25727ca12fdc8305d9e263a3aca9b13
66
67
68
69 1.1 dev-python/xcffib/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/ChangeLog?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/ChangeLog?rev=1.1&content-type=text/plain
73
74 Index: ChangeLog
75 ===================================================================
76 # ChangeLog for dev-python/xcffib
77 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 # $Header: /var/cvsroot/gentoo-x86/dev-python/xcffib/ChangeLog,v 1.1 2014/09/26 13:44:28 idella4 Exp $
79
80 *xcffib-0.1.5 (26 Sep 2014)
81
82 26 Sep 2014; Ian Delaney <idella4@g.o> +metadata.xml,
83 +xcffib-0.1.5.ebuild:
84 new minimal ebuild written by me, new dep to testsuite of new release
85 cairocffi-0.6