Gentoo Archives: gentoo-commits

From: "Jason Donenfeld (zx2c4)" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pysctp: metadata.xml pysctp-0.6.ebuild ChangeLog
Date: Sun, 02 Dec 2012 02:34:07
Message-Id: 20121202023356.ED97B2171E@flycatcher.gentoo.org
1 zx2c4 12/12/02 02:33:56
2
3 Added: metadata.xml pysctp-0.6.ebuild ChangeLog
4 Log:
5 Initial version from Phil's maintainership.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 dev-python/pysctp/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysctp/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysctp/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 <maintainer>
21 <email>zx2c4@g.o</email>
22 <name>Jason A. Donenfeld</name>
23 </maintainer>
24 <maintainer>
25 <email>phil@×××××.com</email>
26 <name>Philippe Langlois</name>
27 </maintainer>
28 </pkgmetadata>
29
30
31
32
33 1.1 dev-python/pysctp/pysctp-0.6.ebuild
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysctp/pysctp-0.6.ebuild?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysctp/pysctp-0.6.ebuild?rev=1.1&content-type=text/plain
37
38 Index: pysctp-0.6.ebuild
39 ===================================================================
40 # Copyright 1999-2012 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: /var/cvsroot/gentoo-x86/dev-python/pysctp/pysctp-0.6.ebuild,v 1.1 2012/12/02 02:33:56 zx2c4 Exp $
43
44 EAPI=4
45
46 inherit distutils
47
48 DESCRIPTION="PySCTP gives access to the SCTP transport protocol from Python."
49 HOMEPAGE="https://github.com/philpraxis/pysctp"
50 SRC_URI="https://github.com/philpraxis/${PN}/archive/v${PV}.tar.gz"
51
52 LICENSE="LGPL-2"
53 SLOT="0"
54 KEYWORDS="~amd64 ~x86"
55 IUSE=""
56
57 PYTHON_DEPEND="2"
58 DEPEND="net-misc/lksctp-tools"
59 RDEPEND="${DEPEND}"
60
61
62
63 1.1 dev-python/pysctp/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysctp/ChangeLog?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysctp/ChangeLog?rev=1.1&content-type=text/plain
67
68 Index: ChangeLog
69 ===================================================================
70 # ChangeLog for dev-python/pysctp
71 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 # $Header: /var/cvsroot/gentoo-x86/dev-python/pysctp/ChangeLog,v 1.1 2012/12/02 02:33:56 zx2c4 Exp $
73
74 *pysctp-0.6 (02 Dec 2012)
75
76 02 Dec 2012; Jason A. Donenfeld <zx2c4@g.o> +metadata.xml,
77 +pysctp-0.6.ebuild:
78 Initial version from Phil's maintainership.