Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/bitstormlite: ChangeLog bitstormlite-0.2n.ebuild bitstormlite-0.2m.ebuild
Date: Thu, 22 Nov 2007 19:41:29
Message-Id: E1IvHq4-00054q-Lw@stork.gentoo.org
1 armin76 07/11/22 19:35:52
2
3 Modified: ChangeLog
4 Added: bitstormlite-0.2n.ebuild
5 Removed: bitstormlite-0.2m.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.7 net-p2p/bitstormlite/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 25 Sep 2007 19:11:37 -0000 1.6
24 +++ ChangeLog 22 Nov 2007 19:35:52 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/bitstormlite
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.6 2007/09/25 19:11:37 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.7 2007/11/22 19:35:52 armin76 Exp $
30 +
31 +*bitstormlite-0.2n (22 Nov 2007)
32 +
33 + 22 Nov 2007; Raúl Porcel <armin76@g.o> -bitstormlite-0.2m.ebuild,
34 + +bitstormlite-0.2n.ebuild:
35 + Version bump
36
37 *bitstormlite-0.2m (25 Sep 2007)
38
39
40
41
42 1.1 net-p2p/bitstormlite/bitstormlite-0.2n.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2n.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2n.ebuild?rev=1.1&content-type=text/plain
46
47 Index: bitstormlite-0.2n.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2n.ebuild,v 1.1 2007/11/22 19:35:52 armin76 Exp $
52
53 DESCRIPTION="A light BitTorrent client based on c++ and gtk+."
54 HOMEPAGE="http://sourceforge.net/projects/bbom/"
55 SRC_URI="mirror://sourceforge/bbom/BitStormLite-${PV}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~x86"
60 IUSE=""
61 DEPEND="net-misc/curl
62 dev-util/pkgconfig
63 >=x11-libs/gtk+-2.6"
64
65 S="${WORKDIR}/BitStormLite-${PV}"
66
67 src_install() {
68 emake DESTDIR="${D}" install || die "emake install failed"
69 }
70
71
72
73 --
74 gentoo-commits@g.o mailing list