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: ChangeLog hotot-9999.ebuild
Date: Mon, 28 Jan 2013 14:03:35
Message-Id: 20130128140330.3B9BF2171D@flycatcher.gentoo.org
1 xmw 13/01/28 14:03:30
2
3 Modified: ChangeLog hotot-9999.ebuild
4 Log:
5 Updated EGIT_REPO_URI.
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.28 net-misc/hotot/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 18 Jan 2013 10:23:00 -0000 1.27
23 +++ ChangeLog 28 Jan 2013 14:03:30 -0000 1.28
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-misc/hotot
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.27 2013/01/18 10:23:00 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.28 2013/01/28 14:03:30 xmw Exp $
29 +
30 + 28 Jan 2013; Michael Weber <xmw@g.o> hotot-9999.ebuild:
31 + Updated EGIT_REPO_URI.
32
33 18 Jan 2013; Agostino Sarubbo <ago@g.o> hotot-0.9.8.11.ebuild:
34 Stable for x86, wrt bug #452472
35
36
37
38 1.6 net-misc/hotot/hotot-9999.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-9999.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-9999.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-9999.ebuild?r1=1.5&r2=1.6
43
44 Index: hotot-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-9999.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- hotot-9999.ebuild 29 Aug 2012 22:22:13 -0000 1.5
51 +++ hotot-9999.ebuild 28 Jan 2013 14:03:30 -0000 1.6
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2012 Gentoo Foundation
54 +# Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-9999.ebuild,v 1.5 2012/08/29 22:22:13 xmw Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-9999.ebuild,v 1.6 2013/01/28 14:03:30 xmw Exp $
58
59 EAPI=4
60
61 @@ -11,7 +11,7 @@
62
63 DESCRIPTION="lightweight & open source microblogging client"
64 HOMEPAGE="http://hotot.org"
65 -EGIT_REPO_URI="https://github.com/shellex/Hotot.git"
66 +EGIT_REPO_URI="git://github.com/lyricat/Hotot.git"
67
68 LICENSE="LGPL-3"
69 SLOT="0"
70 @@ -37,10 +37,6 @@
71 python_pkg_setup
72 }
73
74 -src_prepare() {
75 - rm -v po/it_IT.po || die
76 -}
77 -
78 src_configure() {
79 mycmakeargs="${mycmakeargs} \
80 $(cmake-utils_use_with chrome CHROME) \