Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/hotot: hotot-0.9.6_p20110726.ebuild ChangeLog hotot-0.9.5.531_p20110218.ebuild hotot-0.9.5.531.ebuild
Date: Tue, 26 Jul 2011 17:03:33
Message-Id: 20110726170323.029432004B@flycatcher.gentoo.org
1 xmw 11/07/26 17:03:23
2
3 Modified: ChangeLog
4 Added: hotot-0.9.6_p20110726.ebuild
5 Removed: hotot-0.9.5.531_p20110218.ebuild
6 hotot-0.9.5.531.ebuild
7 Log:
8 New snapshot, remove old versions
9
10 (Portage version: 2.1.10.3/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.5 net-misc/hotot/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.5&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.5&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?r1=1.4&r2=1.5
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v
22 retrieving revision 1.4
23 retrieving revision 1.5
24 diff -u -r1.4 -r1.5
25 --- ChangeLog 26 Jul 2011 16:37:45 -0000 1.4
26 +++ ChangeLog 26 Jul 2011 17:03:22 -0000 1.5
27 @@ -1,6 +1,12 @@
28 # ChangeLog for net-misc/hotot
29 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.4 2011/07/26 16:37:45 xmw Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.5 2011/07/26 17:03:22 xmw Exp $
32 +
33 +*hotot-0.9.6_p20110726 (26 Jul 2011)
34 +
35 + 26 Jul 2011; Michael Weber <xmw@g.o> -hotot-0.9.5.531.ebuild,
36 + -hotot-0.9.5.531_p20110218.ebuild, +hotot-0.9.6_p20110726.ebuild:
37 + New snapshot, remove old versions
38
39 *hotot-0.9.6_p20110703-r1 (26 Jul 2011)
40
41
42
43
44 1.1 net-misc/hotot/hotot-0.9.6_p20110726.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.6_p20110726.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.6_p20110726.ebuild?rev=1.1&content-type=text/plain
48
49 Index: hotot-0.9.6_p20110726.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.6_p20110726.ebuild,v 1.1 2011/07/26 17:03:22 xmw Exp $
54
55 EAPI=2
56
57 PYTHON_DEPEND="2"
58 SUPPORT_PYTHON_ABIS="1"
59 RESTRICT_PYTHON_ABIS="2.4 3.*"
60
61 inherit distutils python
62
63 DESCRIPTION="lightweight & open source microblogging client"
64 HOMEPAGE="http://hotot.org"
65 SRC_URI="mirror://gentoo/${P}.tar.bz2"
66
67 LICENSE="LGPL-3"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 RDEPEND="dev-libs/keybinder[python]
73 dev-python/notify-python
74 dev-python/python-distutils-extra
75 >=dev-python/pywebkitgtk-1.1.8"
76 DEPEND="${RDEPEND}"