Gentoo Archives: gentoo-commits

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