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.5.531.ebuild metadata.xml ChangeLog hotot-9999.ebuild
Date: Wed, 05 Jan 2011 15:30:33
Message-Id: 20110105153022.E14BD20051@flycatcher.gentoo.org
1 xmw 11/01/05 15:30:22
2
3 Added: hotot-0.9.5.531.ebuild metadata.xml ChangeLog
4 hotot-9999.ebuild
5 Log:
6 Initial import
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 net-misc/hotot/hotot-0.9.5.531.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.5.531.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.5.531.ebuild?rev=1.1&content-type=text/plain
15
16 Index: hotot-0.9.5.531.ebuild
17 ===================================================================
18 # Copyright 1999-2011 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.5.531.ebuild,v 1.1 2011/01/05 15:30:22 xmw Exp $
21
22 EAPI=2
23
24 PYTHON_DEPEND="2"
25 SUPPORT_PYTHON_ABIS="1"
26 RESTRICT_PYTHON_ABIS="2.4 3.*"
27
28 inherit distutils python versionator
29
30 DESCRIPTION="lightweight & open source microblogging client"
31 HOMEPAGE="http://hotot.org"
32 MY_P=${PN}-$(get_version_component_range 1-3)_hg~20101108.$(get_version_component_range 4)
33 SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.7z"
34
35 LICENSE="LGPL-3"
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 IUSE=""
39
40 RDEPEND="dev-libs/keybinder[python]
41 dev-python/notify-python
42 dev-python/python-distutils-extra
43 >=dev-python/pywebkitgtk-1.1.8"
44 DEPEND="${RDEPEND}
45 app-arch/p7zip"
46
47 S=${WORKDIR}/${PN}
48
49
50
51 1.1 net-misc/hotot/metadata.xml
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/metadata.xml?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/metadata.xml?rev=1.1&content-type=text/plain
55
56 Index: metadata.xml
57 ===================================================================
58 <?xml version="1.0" encoding="UTF-8"?>
59 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
60 <pkgmetadata>
61 <herd>no-herd</herd>
62 <maintainer>
63 <email>xmw@g.o</email>
64 <name>Michael Weber</name>
65 </maintainer>
66 </pkgmetadata>
67
68
69
70 1.1 net-misc/hotot/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.1&content-type=text/plain
74
75 Index: ChangeLog
76 ===================================================================
77 # ChangeLog for net-misc/hotot
78 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
79 # $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.1 2011/01/05 15:30:22 xmw Exp $
80
81 *hotot-9999 (05 Jan 2011)
82 *hotot-0.9.5.531 (05 Jan 2011)
83
84 05 Jan 2011; Michael Weber <xmw@g.o> +hotot-0.9.5.531.ebuild,
85 +hotot-9999.ebuild, +metadata.xml:
86 Initial import, thanks to Paweł Pogorzelski <pawelpogorzelski@×××××.com> on
87 bug #346297.
88
89
90
91
92 1.1 net-misc/hotot/hotot-9999.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-9999.ebuild?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-9999.ebuild?rev=1.1&content-type=text/plain
96
97 Index: hotot-9999.ebuild
98 ===================================================================
99 # Copyright 1999-2011 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-9999.ebuild,v 1.1 2011/01/05 15:30:22 xmw Exp $
102
103 EAPI=2
104
105 PYTHON_DEPEND="2"
106 SUPPORT_PYTHON_ABIS="1"
107 RESTRICT_PYTHON_ABIS="2.4 3.*"
108
109 inherit distutils mercurial python
110
111 DESCRIPTION="lightweight & open source microblogging client"
112 HOMEPAGE="http://hotot.org"
113 SRC_URI=""
114 EHG_REPO_URI="https://${PN}.googlecode.com/hg/${PN}"
115
116 LICENSE="LGPL-3"
117 SLOT="0"
118 KEYWORDS=""
119 IUSE=""
120
121 RDEPEND="dev-libs/keybinder[python]
122 dev-python/notify-python
123 dev-python/python-distutils-extra
124 >=dev-python/pywebkitgtk-1.1.8"
125 DEPEND="${RDEPEND}"