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-bootparamd: netkit-bootparamd-0.17-r1.ebuild netkit-bootparamd-0.17-r2.ebuild ChangeLog
Date: Thu, 01 Nov 2007 21:56:34
Message-Id: E1Ini1d-0000xM-Jg@stork.gentoo.org
1 jokey 07/11/01 21:56:29
2
3 Modified: netkit-bootparamd-0.17-r1.ebuild
4 netkit-bootparamd-0.17-r2.ebuild ChangeLog
5 Log:
6 Fix blocker, should be other way round
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.2 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: netkit-bootparamd-0.17-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- netkit-bootparamd-0.17-r1.ebuild 1 Nov 2007 21:28:58 -0000 1.1
23 +++ netkit-bootparamd-0.17-r1.ebuild 1 Nov 2007 21:56:29 -0000 1.2
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-bootparamd/netkit-bootparamd-0.17-r1.ebuild,v 1.1 2007/11/01 21:28:58 jokey Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild,v 1.2 2007/11/01 21:56:29 jokey Exp $
29
30 DESCRIPTION="Netkit - bootparamd"
31 HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
32 @@ -11,6 +11,9 @@
33 KEYWORDS="~hppa mips ppc sparc x86"
34 IUSE=""
35
36 +DEPEND="!<=net-misc/netkit-bootpd-0.17-r2"
37 +RDEPEND=${DEPEND}
38 +
39 src_compile() {
40 # this is needed here
41 ./configure || die "configure failed"
42
43
44
45 1.2 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild?r1=1.1&r2=1.2
50
51 Index: netkit-bootparamd-0.17-r2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- netkit-bootparamd-0.17-r2.ebuild 1 Nov 2007 21:28:58 -0000 1.1
58 +++ netkit-bootparamd-0.17-r2.ebuild 1 Nov 2007 21:56:29 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2007 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild,v 1.1 2007/11/01 21:28:58 jokey Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild,v 1.2 2007/11/01 21:56:29 jokey Exp $
64
65 inherit eutils
66
67 @@ -13,6 +13,9 @@
68 KEYWORDS="~hppa ~mips ~ppc ~sparc ~x86"
69 IUSE=""
70
71 +DEPEND="!<=net-misc/netkit-bootpd-0.17-r2"
72 +RDEPEND=${DEPEND}
73 +
74 src_unpack() {
75 unpack ${A}
76 epatch "${FILESDIR}"/0.17-jumpstart.patch
77
78
79
80 1.2 net-misc/netkit-bootparamd/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog?r1=1.1&r2=1.2
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- ChangeLog 1 Nov 2007 21:28:58 -0000 1.1
93 +++ ChangeLog 1 Nov 2007 21:56:29 -0000 1.2
94 @@ -1,6 +1,10 @@
95 # ChangeLog for net-misc/netkit-bootparamd
96 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog,v 1.1 2007/11/01 21:28:58 jokey Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog,v 1.2 2007/11/01 21:56:29 jokey Exp $
99 +
100 + 01 Nov 2007; Markus Ullmann <jokey@g.o>
101 + netkit-bootparamd-0.17-r1.ebuild, netkit-bootparamd-0.17-r2.ebuild:
102 + Fix blocker, should be other way round
103
104 *netkit-bootparamd-0.17-r2 (01 Nov 2007)
105 *netkit-bootparamd-0.17-r1 (01 Nov 2007)
106
107
108
109 --
110 gentoo-commits@g.o mailing list