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: pysctp-0.6.ebuild ChangeLog
Date: Sun, 02 Dec 2012 02:56:53
Message-Id: 20121202025641.549542171E@flycatcher.gentoo.org
1 zx2c4 12/12/02 02:56:41
2
3 Modified: pysctp-0.6.ebuild ChangeLog
4 Log:
5 Rename the tarball to something reasonable.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 dev-python/pysctp/pysctp-0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysctp/pysctp-0.6.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysctp/pysctp-0.6.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysctp/pysctp-0.6.ebuild?r1=1.2&r2=1.3
15
16 Index: pysctp-0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pysctp/pysctp-0.6.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pysctp-0.6.ebuild 2 Dec 2012 02:44:04 -0000 1.2
23 +++ pysctp-0.6.ebuild 2 Dec 2012 02:56:41 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysctp/pysctp-0.6.ebuild,v 1.2 2012/12/02 02:44:04 zx2c4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysctp/pysctp-0.6.ebuild,v 1.3 2012/12/02 02:56:41 zx2c4 Exp $
29
30 EAPI=4
31
32 @@ -8,7 +8,7 @@
33
34 DESCRIPTION="PySCTP gives access to the SCTP transport protocol from Python."
35 HOMEPAGE="https://github.com/philpraxis/pysctp"
36 -SRC_URI="https://github.com/philpraxis/${PN}/archive/v${PV}.tar.gz"
37 +SRC_URI="https://github.com/philpraxis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38
39 LICENSE="LGPL-2"
40 SLOT="0"
41
42
43
44 1.3 dev-python/pysctp/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysctp/ChangeLog?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysctp/ChangeLog?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysctp/ChangeLog?r1=1.2&r2=1.3
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/pysctp/ChangeLog,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- ChangeLog 2 Dec 2012 02:44:04 -0000 1.2
57 +++ ChangeLog 2 Dec 2012 02:56:41 -0000 1.3
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/pysctp
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysctp/ChangeLog,v 1.2 2012/12/02 02:44:04 zx2c4 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysctp/ChangeLog,v 1.3 2012/12/02 02:56:41 zx2c4 Exp $
63 +
64 + 02 Dec 2012; Jason A. Donenfeld <zx2c4@g.o> pysctp-0.6.ebuild:
65 + Rename the tarball to something reasonable.
66
67 02 Dec 2012; Jason A. Donenfeld <zx2c4@g.o> pysctp-0.6.ebuild:
68 Remove extranious header installation.