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: ChangeLog lince-0.99.3.ebuild lince-0.99.1.ebuild
Date: Wed, 16 Apr 2008 22:17:33
Message-Id: E1JmFwY-0001W5-28@stork.gentoo.org
1 coldwind 08/04/16 22:17:30
2
3 Modified: ChangeLog
4 Added: lince-0.99.3.ebuild
5 Removed: lince-0.99.1.ebuild
6 Log:
7 Bump to 0.99.3, remove old.
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.9 net-p2p/lince/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 22 Mar 2008 14:49:56 -0000 1.8
24 +++ ChangeLog 16 Apr 2008 22:17:29 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/lince
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.8 2008/03/22 14:49:56 coldwind Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.9 2008/04/16 22:17:29 coldwind Exp $
30 +
31 +*lince-0.99.3 (16 Apr 2008)
32 +
33 + 16 Apr 2008; Santiago M. Mola <coldwind@g.o> -lince-0.99.1.ebuild,
34 + +lince-0.99.3.ebuild:
35 + Bump to 0.99.3, remove old.
36
37 *lince-0.99.2 (22 Mar 2008)
38
39
40
41
42 1.1 net-p2p/lince/lince-0.99.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/lince-0.99.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/lince-0.99.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lince-0.99.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-0.99.3.ebuild,v 1.1 2008/04/16 22:17:29 coldwind Exp $
52
53 MY_P="Lince-${PV}"
54
55 DESCRIPTION="a light, powerfull and full feature gtkmm bittorrent client"
56 SRC_URI="mirror://sourceforge/lincetorrent/${MY_P}.tar.gz"
57 HOMEPAGE="http://lincetorrent.sourceforge.net"
58
59 RDEPEND="dev-cpp/gtkmm
60 x11-libs/cairo
61 >=net-libs/rb_libtorrent-0.13
62 dev-libs/libxml2
63 sys-devel/gettext"
64 DEPEND="${RDEPEND}
65 dev-util/intltool"
66
67 LICENSE="GPL-3"
68 SLOT="0"
69 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
70 IUSE=""
71
72 S=${WORKDIR}/${MY_P}
73
74 src_install () {
75 emake DESTDIR="${D}" install || die
76 }
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list