Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nntp/hellanzb: ChangeLog hellanzb-0.13-r3.ebuild hellanzb-0.13-r2.ebuild
Date: Thu, 22 Nov 2007 23:38:57
Message-Id: E1IvLdE-0006yF-F9@stork.gentoo.org
1 aballier 07/11/22 23:38:52
2
3 Modified: ChangeLog
4 Added: hellanzb-0.13-r3.ebuild
5 Removed: hellanzb-0.13-r2.ebuild
6 Log:
7 patch update to avoid a crash when the host in unreachable, thanks again to tonfa
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.4 net-nntp/hellanzb/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/hellanzb/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/hellanzb/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/hellanzb/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 20 Nov 2007 14:43:07 -0000 1.3
24 +++ ChangeLog 22 Nov 2007 23:38:51 -0000 1.4
25 @@ -1,6 +1,14 @@
26 # ChangeLog for net-nntp/hellanzb
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.3 2007/11/20 14:43:07 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.4 2007/11/22 23:38:51 aballier Exp $
30 +
31 +*hellanzb-0.13-r3 (22 Nov 2007)
32 +
33 + 22 Nov 2007; Alexis Ballier <aballier@g.o>
34 + files/hellanzb-0.13-fix_multiples_hosts.diff, -hellanzb-0.13-r2.ebuild,
35 + +hellanzb-0.13-r3.ebuild:
36 + patch update to avoid a crash when the host in unreachable, thanks again to
37 + tonfa
38
39 *hellanzb-0.13-r2 (20 Nov 2007)
40
41
42
43
44 1.1 net-nntp/hellanzb/hellanzb-0.13-r3.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/hellanzb/hellanzb-0.13-r3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/hellanzb/hellanzb-0.13-r3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: hellanzb-0.13-r3.ebuild
50 ===================================================================
51 # Copyright 1999-2007 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/hellanzb-0.13-r3.ebuild,v 1.1 2007/11/22 23:38:51 aballier Exp $
54
55 inherit distutils eutils
56
57 DESCRIPTION="Retrieves and processes .nzb files"
58 HOMEPAGE="http://www.hellanzb.com/"
59 SRC_URI="http://www.hellanzb.com/distfiles/${P}.tar.gz"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~x86 ~amd64"
64 IUSE="libnotify"
65
66 RDEPEND=">=dev-python/twisted-2.0
67 dev-python/twisted-web
68 || ( app-arch/unrar
69 app-arch/rar )
70 app-arch/par2cmdline
71 libnotify? ( dev-python/notify-python )"
72
73 DEPEND=""
74
75 DOCS="CHANGELOG CREDITS PKG-INFO README"
76
77 src_unpack() {
78 unpack ${A}
79 cd "${S}"
80
81 epatch "${FILESDIR}/${P}-datafiles.patch"
82 epatch "${FILESDIR}/${P}-Fix_conf_file_search_path.patch"
83 epatch "${FILESDIR}/${P}-Choose_interface_to_bind_on.patch"
84 epatch "${FILESDIR}/${P}-fix_multiples_hosts.diff"
85 }
86
87 src_install() {
88 distutils_src_install
89
90 newconfd "${FILESDIR}/hellanzb.conf" hellanzb
91 newinitd "${FILESDIR}/hellanzb.init" hellanzb
92
93 insinto etc
94 doins etc/hellanzb.conf.sample
95 }
96
97 pkg_postinst() {
98 elog "You can start hellanzb in the background automatically by using"
99 elog "the init-script. To do this, add it to your default runlevel:"
100 elog ""
101 elog " rc-update add hellanzb default"
102 elog ""
103 elog "Use this command to start the daemon now:"
104 elog ""
105 elog " /etc/init.d/hellanzb start"
106 elog ""
107 elog "You will have to config /etc/conf.d/hellanzb before the init-script"
108 elog "will work. It is recommended that you change the user under which"
109 elog "the daemon will run."
110 }
111
112
113
114 --
115 gentoo-commits@g.o mailing list