Gentoo Archives: gentoo-commits

From: "Stanislav Ochotnicky (sochotnicky)" <sochotnicky@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/lince: ChangeLog lince-1.2.ebuild
Date: Wed, 05 May 2010 21:47:46
Message-Id: 20100505214739.B760D2C3FB@corvid.gentoo.org
1 sochotnicky 10/05/05 21:47:39
2
3 Modified: ChangeLog
4 Added: lince-1.2.ebuild
5 Log:
6 Version bump. Dropped optional useflag (changed to hard dep)
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.19 net-p2p/lince/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 25 Oct 2009 17:15:01 -0000 1.18
23 +++ ChangeLog 5 May 2010 21:47:39 -0000 1.19
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-p2p/lince
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.18 2009/10/25 17:15:01 tove Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.19 2010/05/05 21:47:39 sochotnicky Exp $
30 +
31 +*lince-1.2 (05 May 2010)
32 +
33 + 05 May 2010; Stanislav Ochotnicky <sochotnicky@g.o>
34 + +lince-1.2.ebuild:
35 + Version bump. Dropped optional useflag (changed to hard dep)
36
37 25 Oct 2009; Torsten Veller <tove@g.o> metadata.xml:
38 Remove coldwind from metadata.xml (#181764)
39
40
41
42 1.1 net-p2p/lince/lince-1.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/lince-1.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/lince-1.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lince-1.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-1.2.ebuild,v 1.1 2010/05/05 21:47:39 sochotnicky Exp $
52
53 EAPI="1"
54
55 DESCRIPTION="A light, powerful and full-featured gtkmm bittorrent client"
56 SRC_URI="mirror://sourceforge/lincetorrent/${P}.tar.gz"
57 HOMEPAGE="http://lincetorrent.sourceforge.net"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
62 IUSE="dbus"
63
64 RDEPEND="dev-cpp/gtkmm:2.4
65 dev-cpp/cairomm
66 >=dev-cpp/glibmm-2.16
67 >=net-libs/rb_libtorrent-0.13
68 >=dev-libs/boost-1.36
69 dev-libs/libxml2
70 sys-devel/gettext
71 dbus? ( dev-libs/dbus-glib )
72 x11-libs/libnotify"
73 DEPEND="${RDEPEND}
74 dev-util/intltool"
75
76 src_compile() {
77 econf $(use_with dbus)
78 emake || die "emake failed"
79 }
80
81 src_install () {
82 emake DESTDIR="${D}" install || die "emake install failed"
83 }