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