Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/morbid: morbid-0.8.4.ebuild morbid-0.8.6.1.ebuild
Date: Mon, 20 Apr 2009 11:23:07
Message-Id: E1Lvrab-000775-4D@stork.gentoo.org
1 caleb 09/04/20 11:23:05
2
3 Modified: morbid-0.8.4.ebuild morbid-0.8.6.1.ebuild
4 Log:
5 Fixes per dev-zero
6 (Portage version: 2.1.6.11/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 dev-python/morbid/morbid-0.8.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/morbid/morbid-0.8.4.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/morbid/morbid-0.8.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/morbid/morbid-0.8.4.ebuild?r1=1.2&r2=1.3
14
15 Index: morbid-0.8.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/morbid/morbid-0.8.4.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- morbid-0.8.4.ebuild 19 Apr 2009 16:37:49 -0000 1.2
22 +++ morbid-0.8.4.ebuild 20 Apr 2009 11:23:05 -0000 1.3
23 @@ -1,12 +1,12 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/morbid-0.8.4.ebuild,v 1.2 2009/04/19 16:37:49 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/morbid-0.8.4.ebuild,v 1.3 2009/04/20 11:23:05 caleb Exp $
28
29 inherit distutils
30
31 DESCRIPTION="A Twisted-based publish/subscribe messaging server that uses the STOMP protocol"
32 -HOMEPAGE="http://pypi.python.org/pypi/morbid/0.8.4"
33 -SRC_URI="http://pypi.python.org/packages/source/m/morbid/${P}.tar.gz"
34 +HOMEPAGE="http://pypi.python.org/pypi/morbid"
35 +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
36
37 LICENSE="MIT"
38 SLOT="0"
39 @@ -16,7 +16,3 @@
40 RDEPEND="dev-python/twisted"
41 DEPEND="${RDEPEND}
42 dev-python/setuptools"
43 -
44 -src_install() {
45 - distutils_src_install
46 -}
47
48
49
50 1.3 dev-python/morbid/morbid-0.8.6.1.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/morbid/morbid-0.8.6.1.ebuild?rev=1.3&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/morbid/morbid-0.8.6.1.ebuild?rev=1.3&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/morbid/morbid-0.8.6.1.ebuild?r1=1.2&r2=1.3
55
56 Index: morbid-0.8.6.1.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-python/morbid/morbid-0.8.6.1.ebuild,v
59 retrieving revision 1.2
60 retrieving revision 1.3
61 diff -u -r1.2 -r1.3
62 --- morbid-0.8.6.1.ebuild 19 Apr 2009 16:37:49 -0000 1.2
63 +++ morbid-0.8.6.1.ebuild 20 Apr 2009 11:23:05 -0000 1.3
64 @@ -1,12 +1,12 @@
65 # Copyright 1999-2009 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/morbid-0.8.6.1.ebuild,v 1.2 2009/04/19 16:37:49 mr_bones_ Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/morbid-0.8.6.1.ebuild,v 1.3 2009/04/20 11:23:05 caleb Exp $
69
70 inherit distutils
71
72 DESCRIPTION="A Twisted-based publish/subscribe messaging server that uses the STOMP protocol"
73 -HOMEPAGE="http://pypi.python.org/pypi/morbid/0.8.4"
74 -SRC_URI="http://pypi.python.org/packages/source/m/morbid/${P}.tar.gz"
75 +HOMEPAGE="http://pypi.python.org/pypi/morbid"
76 +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
77
78 LICENSE="MIT"
79 SLOT="0"
80 @@ -16,7 +16,3 @@
81 RDEPEND="dev-python/twisted"
82 DEPEND="${RDEPEND}
83 dev-python/setuptools"
84 -
85 -src_install() {
86 - distutils_src_install
87 -}