Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/netkit-telnetd: netkit-telnetd-0.17-r6.ebuild
Date: Thu, 28 Oct 2010 10:14:16
Message-Id: 20101028101413.CE06F20051@flycatcher.gentoo.org
1 ssuominen 10/10/28 10:14:13
2
3 Modified: netkit-telnetd-0.17-r6.ebuild
4 Log:
5 quoting
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 net-misc/netkit-telnetd/netkit-telnetd-0.17-r6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r6.ebuild?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r6.ebuild?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r6.ebuild?r1=1.17&r2=1.18
15
16 Index: netkit-telnetd-0.17-r6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r6.ebuild,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- netkit-telnetd-0.17-r6.ebuild 18 Oct 2010 16:01:06 -0000 1.17
23 +++ netkit-telnetd-0.17-r6.ebuild 28 Oct 2010 10:14:13 -0000 1.18
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r6.ebuild,v 1.17 2010/10/18 16:01:06 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r6.ebuild,v 1.18 2010/10/28 10:14:13 ssuominen Exp $
29
30 inherit eutils
31
32 @@ -22,7 +22,7 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd ${S}
37 + cd "${S}"
38 # Patch: [0]
39 # Gentoo lacks a maintainer for this package right now. And a
40 # security problem arose. While reviewing our options for how
41 @@ -30,13 +30,13 @@
42 # better to just stay in sync with debian's own netkit-telnet
43 # package. Lots of bug fixes by them over time which were not in
44 # our telnetd.
45 - epatch ${WORKDIR}/netkit-telnet_0.17-${PATCHLEVEL}.diff || die
46 + epatch "${WORKDIR}"/netkit-telnet_0.17-${PATCHLEVEL}.diff || die
47
48 # Patch: [1]
49 # after the deb patch we need to add a small patch that defines
50 # gnu source. This is needed for gcc-3.4.x (needs to be pushed
51 # back to the deb folk?)
52 - epatch ${FILESDIR}/netkit-telnetd-0.17-cflags-gnu_source.patch \
53 + epatch "${FILESDIR}"/netkit-telnetd-0.17-cflags-gnu_source.patch \
54 || die
55 }
56
57 @@ -64,9 +64,9 @@
58 dosym telnetd.8 /usr/share/man/man8/in.telnetd.8
59 doman telnetlogin/telnetlogin.8
60 dodoc BUGS ChangeLog README
61 - dodoc ${FILESDIR}/net.issue.sample
62 + dodoc "${FILESDIR}"/net.issue.sample
63 newdoc telnet/README README.telnet
64 newdoc telnet/TODO TODO.telnet
65 insinto /etc/xinetd.d
66 - newins ${FILESDIR}/telnetd.xinetd telnetd
67 + newins "${FILESDIR}"/telnetd.xinetd telnetd
68 }