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.2p.ebuild bitstormlite-0.2n.ebuild
Date: Tue, 04 Dec 2007 15:26:32
Message-Id: E1IzZfH-0000RW-RZ@stork.gentoo.org
1 armin76 07/12/04 15:26:27
2
3 Modified: ChangeLog
4 Added: bitstormlite-0.2p.ebuild
5 Removed: bitstormlite-0.2n.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.8 net-p2p/bitstormlite/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 22 Nov 2007 19:35:52 -0000 1.7
24 +++ ChangeLog 4 Dec 2007 15:26:27 -0000 1.8
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.7 2007/11/22 19:35:52 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.8 2007/12/04 15:26:27 armin76 Exp $
30 +
31 +*bitstormlite-0.2p (04 Dec 2007)
32 +
33 + 04 Dec 2007; Raúl Porcel <armin76@g.o> -bitstormlite-0.2n.ebuild,
34 + +bitstormlite-0.2p.ebuild:
35 + Version bump
36
37 *bitstormlite-0.2n (22 Nov 2007)
38
39
40
41
42 1.1 net-p2p/bitstormlite/bitstormlite-0.2p.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?rev=1.1&content-type=text/plain
46
47 Index: bitstormlite-0.2p.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.2p.ebuild,v 1.1 2007/12/04 15:26:27 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