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-r6.ebuild
Date: Wed, 18 Jun 2008 14:06:02
Message-Id: E1K8yIP-0007Ah-1J@stork.gentoo.org
1 yngwin 08/06/18 14:05:57
2
3 Modified: ChangeLog
4 Added: hellanzb-0.13-r6.ebuild
5 Log:
6 Add patch to fix bug 224945 (upstream bug 393).
7 (Portage version: 2.2_pre8/cvs/Linux 2.6.25-hh5 i686)
8
9 Revision Changes Path
10 1.8 net-nntp/hellanzb/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/hellanzb/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/hellanzb/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/hellanzb/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 1 Jun 2008 22:20:11 -0000 1.7
23 +++ ChangeLog 18 Jun 2008 14:05:56 -0000 1.8
24 @@ -1,6 +1,13 @@
25 # ChangeLog for net-nntp/hellanzb
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.7 2008/06/01 22:20:11 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.8 2008/06/18 14:05:56 yngwin Exp $
29 +
30 +*hellanzb-0.13-r6 (18 Jun 2008)
31 +
32 + 18 Jun 2008; Ben de Groot <yngwin@g.o>
33 + +files/hellanzb-0.13-strip-extra-space-in-group.patch,
34 + +hellanzb-0.13-r6.ebuild:
35 + Add patch to fix bug 224945 (upstream bug 393).
36
37 01 Jun 2008; Alexis Ballier <aballier@g.o> hellanzb-0.13-r5.ebuild:
38 Add optional dep on pyopenssl for nntps support, by Michiel de Bruijne
39
40
41
42 1.1 net-nntp/hellanzb/hellanzb-0.13-r6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/hellanzb/hellanzb-0.13-r6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/hellanzb/hellanzb-0.13-r6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hellanzb-0.13-r6.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-r6.ebuild,v 1.1 2008/06/18 14:05:56 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 ssl"
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 ssl? ( dev-python/pyopenssl )
70 libnotify? ( dev-python/notify-python )"
71
72 DEPEND=""
73
74 DOCS="CHANGELOG CREDITS PKG-INFO README"
75
76 src_unpack() {
77 unpack ${A}
78 cd "${S}"
79
80 epatch "${FILESDIR}/${P}-datafiles.patch"
81 epatch "${FILESDIR}/${P}-Fix_conf_file_search_path.patch"
82 epatch "${FILESDIR}/${P}-Choose_interface_to_bind_on.patch"
83 epatch "${FILESDIR}/${P}-fix_multiples_hosts.diff"
84 epatch "${FILESDIR}/${P}-strip-extra-space-in-group.patch"
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@l.g.o mailing list