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/ctorrent: ChangeLog ctorrent-3.3.ebuild
Date: Sat, 19 Apr 2008 17:20:53
Message-Id: E1JnGk6-00028O-3T@stork.gentoo.org
1 armin76 08/04/19 17:20:50
2
3 Modified: ChangeLog
4 Added: ctorrent-3.3.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.5_rc5)
8
9 Revision Changes Path
10 1.36 net-p2p/ctorrent/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ctorrent/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ctorrent/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ctorrent/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 17 Dec 2007 20:04:43 -0000 1.35
23 +++ ChangeLog 19 Apr 2008 17:20:49 -0000 1.36
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-p2p/ctorrent
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.35 2007/12/17 20:04:43 armin76 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.36 2008/04/19 17:20:49 armin76 Exp $
30 +
31 +*ctorrent-3.3 (19 Apr 2008)
32 +
33 + 19 Apr 2008; Raúl Porcel <armin76@g.o> -files/as-needed.patch,
34 + +ctorrent-3.3.ebuild:
35 + Version bump
36
37 *ctorrent-3.2-r1 (17 Dec 2007)
38
39
40
41
42 1.1 net-p2p/ctorrent/ctorrent-3.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ctorrent/ctorrent-3.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ctorrent/ctorrent-3.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ctorrent-3.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/ctorrent/ctorrent-3.3.ebuild,v 1.1 2008/04/19 17:20:49 armin76 Exp $
52
53 inherit eutils
54
55 MY_P="${PN}-dnh${PV}"
56
57 DESCRIPTION="Enhanced CTorrent is a BitTorrent console client written in C and C++."
58 HOMEPAGE="http://www.rahul.net/dholmes/ctorrent/"
59 SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
60
61 SLOT="0"
62 LICENSE="GPL-2"
63 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
64 IUSE=""
65
66 S="${WORKDIR}/${MY_P}"
67
68 DEPEND="dev-libs/openssl"
69
70 src_install() {
71 emake DESTDIR="${D}" install || die "emake install failed."
72 dodoc AUTHORS ChangeLog README-DNH.TXT README NEWS
73 }
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list