Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/netkit-bootpd: netkit-bootpd-2.4.ebuild ChangeLog netkit-bootpd-0.17-r1.ebuild
Date: Thu, 01 Nov 2007 21:30:03
Message-Id: E1Inhbm-0000nR-7V@stork.gentoo.org
1 jokey 07/11/01 21:29:46
2
3 Modified: netkit-bootpd-2.4.ebuild ChangeLog
4 Removed: netkit-bootpd-0.17-r1.ebuild
5 Log:
6 Add blocker for bootparamd
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.5 net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild?r1=1.4&r2=1.5
15
16 Index: netkit-bootpd-2.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- netkit-bootpd-2.4.ebuild 12 Oct 2007 13:35:34 -0000 1.4
23 +++ netkit-bootpd-2.4.ebuild 1 Nov 2007 21:29:45 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild,v 1.4 2007/10/12 13:35:34 pylon Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild,v 1.5 2007/11/01 21:29:45 jokey Exp $
29
30 inherit eutils
31
32 @@ -13,11 +13,15 @@
33 SLOT="0"
34 KEYWORDS="~hppa ~mips ppc ~sparc x86"
35 IUSE=""
36 +
37 +DEPEND="!<=net-misc/netkit-bootpd-0.17-r2"
38 +RDEPEND=${DEPEND}
39 +
40 S="${WORKDIR}/${MY_P}"
41
42 src_unpack() {
43 unpack ${A}
44 - epatch ${FILESDIR}/${P}-misc.patch
45 + epatch "${FILESDIR}"/${P}-misc.patch
46 }
47
48 src_compile() {
49
50
51
52 1.17 net-misc/netkit-bootpd/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootpd/ChangeLog?rev=1.17&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootpd/ChangeLog?rev=1.17&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootpd/ChangeLog?r1=1.16&r2=1.17
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/ChangeLog,v
61 retrieving revision 1.16
62 retrieving revision 1.17
63 diff -u -r1.16 -r1.17
64 --- ChangeLog 24 Oct 2007 16:53:00 -0000 1.16
65 +++ ChangeLog 1 Nov 2007 21:29:45 -0000 1.17
66 @@ -1,6 +1,11 @@
67 # ChangeLog for net-misc/netkit-bootpd
68 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/ChangeLog,v 1.16 2007/10/24 16:53:00 jer Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/ChangeLog,v 1.17 2007/11/01 21:29:45 jokey Exp $
71 +
72 + 01 Nov 2007; Markus Ullmann <jokey@g.o>
73 + -files/0.17-jumpstart.patch, -netkit-bootpd-0.17-r1.ebuild,
74 + netkit-bootpd-2.4.ebuild:
75 + Add blocker for bootparamd
76
77 24 Oct 2007; Jeroen Roovers <jer@g.o> netkit-bootpd-0.17-r1.ebuild:
78 Marked ~hppa (bug #194704).
79
80
81
82 --
83 gentoo-commits@g.o mailing list