Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/lince: lince-0.99.2.ebuild
Date: Mon, 24 Mar 2008 20:32:50
Message-Id: E1JdtLb-0001xT-TS@stork.gentoo.org
1 coldwind 08/03/24 20:32:47
2
3 Modified: lince-0.99.2.ebuild
4 Log:
5 add gettext to dependencies
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 net-p2p/lince/lince-0.99.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/lince-0.99.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/lince-0.99.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/lince-0.99.2.ebuild?r1=1.1&r2=1.2
14
15 Index: lince-0.99.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-0.99.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- lince-0.99.2.ebuild 22 Mar 2008 14:49:56 -0000 1.1
22 +++ lince-0.99.2.ebuild 24 Mar 2008 20:32:47 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-0.99.2.ebuild,v 1.1 2008/03/22 14:49:56 coldwind Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-0.99.2.ebuild,v 1.2 2008/03/24 20:32:47 coldwind Exp $
28
29 DESCRIPTION="a light, powerfull and full feature gtkmm bittorrent client"
30 SRC_URI="mirror://sourceforge/lincetorrent/${P}.tar.gz"
31 @@ -9,8 +9,8 @@
32 DEPEND="dev-cpp/gtkmm
33 x11-libs/cairo
34 >=net-libs/rb_libtorrent-0.13_pre1912
35 - dev-libs/libxml2"
36 -
37 + dev-libs/libxml2
38 + sys-devel/gettext"
39 RDEPEND="${DEPEND}"
40
41 LICENSE="GPL-3"
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list