Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/hrktorrent: hrktorrent-0.3.0.ebuild ChangeLog hrktorrent-0.2.3.ebuild
Date: Tue, 05 Feb 2008 15:51:10
Message-Id: E1JMQ4d-0001JL-Be@stork.gentoo.org
1 drac 08/02/05 15:51:03
2
3 Modified: hrktorrent-0.3.0.ebuild ChangeLog
4 Removed: hrktorrent-0.2.3.ebuild
5 Log:
6 amd64 stable
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.2 net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild?r1=1.1&r2=1.2
15
16 Index: hrktorrent-0.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hrktorrent-0.3.0.ebuild 25 Dec 2007 17:35:40 -0000 1.1
23 +++ hrktorrent-0.3.0.ebuild 5 Feb 2008 15:51:02 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild,v 1.1 2007/12/25 17:35:40 drac Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild,v 1.2 2008/02/05 15:51:02 drac Exp $
30
31 inherit toolchain-funcs
32
33 @@ -10,10 +10,10 @@
34
35 LICENSE="BSD"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 +KEYWORDS="amd64 ~x86"
39 IUSE=""
40
41 -RDEPEND="=net-libs/rb_libtorrent-0.12*"
42 +RDEPEND=">=net-libs/rb_libtorrent-0.12"
43 DEPEND="${RDEPEND}
44 dev-cpp/asio
45 dev-util/pkgconfig"
46 @@ -29,10 +29,6 @@
47 }
48
49 pkg_postinst() {
50 - local docsuffix=$(ecompress --suffix)
51 -
52 - elog "A sample configuration file for ${PN} can be found in"
53 - elog "/usr/share/doc/${PF}/hrktorrent.rc.example${docsuffix}"
54 - elog "To use a config file, extract it, put it in your home directory"
55 - elog "and name it \".hrktorrent.rc\""
56 + elog "Extract ${PN}.rc.example from /usr/share/doc/${PF} to"
57 + elog "your home directory as .${PN}.rc for example config."
58 }
59
60
61
62 1.6 net-p2p/hrktorrent/ChangeLog
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?rev=1.6&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?rev=1.6&content-type=text/plain
66 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?r1=1.5&r2=1.6
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v
71 retrieving revision 1.5
72 retrieving revision 1.6
73 diff -u -r1.5 -r1.6
74 --- ChangeLog 25 Dec 2007 17:35:40 -0000 1.5
75 +++ ChangeLog 5 Feb 2008 15:51:02 -0000 1.6
76 @@ -1,6 +1,10 @@
77 # ChangeLog for net-p2p/hrktorrent
78 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.5 2007/12/25 17:35:40 drac Exp $
80 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
81 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.6 2008/02/05 15:51:02 drac Exp $
82 +
83 + 05 Feb 2008; Samuli Suominen <drac@g.o> -hrktorrent-0.2.3.ebuild,
84 + hrktorrent-0.3.0.ebuild:
85 + amd64 stable
86
87 *hrktorrent-0.3.0 (25 Dec 2007)
88
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list