Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/xchat-otr: xchat-otr-0.3.ebuild
Date: Mon, 28 Jun 2010 08:41:40
Message-Id: 20100628084136.8274A2C621@corvid.gentoo.org
1 polynomial-c 10/06/28 08:41:36
2
3 Modified: xchat-otr-0.3.ebuild
4 Log:
5 Fixes suggested by (QA-man) ssumoinen.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-irc/xchat-otr/xchat-otr-0.3.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-otr/xchat-otr-0.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-otr/xchat-otr-0.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-otr/xchat-otr-0.3.ebuild?r1=1.1&r2=1.2
14
15 Index: xchat-otr-0.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-otr/xchat-otr-0.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xchat-otr-0.3.ebuild 28 Jun 2010 08:34:16 -0000 1.1
22 +++ xchat-otr-0.3.ebuild 28 Jun 2010 08:41:36 -0000 1.2
23 @@ -1,8 +1,9 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-otr/xchat-otr-0.3.ebuild,v 1.1 2010/06/28 08:34:16 polynomial-c Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-otr/xchat-otr-0.3.ebuild,v 1.2 2010/06/28 08:41:36 polynomial-c Exp $
28
29 -inherit cmake-utils eutils
30 +EAPI="2"
31 +inherit cmake-utils
32
33 DESCRIPTION="Off-The-Record messaging (OTR) for xchat"
34 HOMEPAGE="http://irssi-otr.tuxfamily.org"
35 @@ -20,12 +21,11 @@
36
37 RDEPEND="net-libs/libotr
38 net-irc/xchat
39 - dev-libs/glib
40 + dev-libs/glib:2
41 dev-libs/libgcrypt
42 dev-libs/libgpg-error"
43
44 DEPEND="${RDEPEND}
45 - >=dev-util/cmake-2.4.7
46 dev-util/pkgconfig
47 dev-lang/python"