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: metadata.xml netkit-bootparamd-0.17-r1.ebuild ChangeLog netkit-bootparamd-0.17-r2.ebuild Manifest
Date: Thu, 01 Nov 2007 21:29:16
Message-Id: E1Inhb1-0000mG-7K@stork.gentoo.org
1 jokey 07/11/01 21:28:59
2
3 Added: metadata.xml netkit-bootparamd-0.17-r1.ebuild
4 ChangeLog netkit-bootparamd-0.17-r2.ebuild Manifest
5 Log:
6 Add this from netkit-bootp, keeping keywords
7 (Portage version: 2.1.3.16, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 net-misc/netkit-bootparamd/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>no-herd</herd>
21 <maintainer>
22 <email>maintainer-needed@g.o</email>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild
29
30 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild?rev=1.1&content-type=text/plain
32
33 Index: netkit-bootparamd-0.17-r1.ebuild
34 ===================================================================
35 # Copyright 1999-2007 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $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 $
38
39 DESCRIPTION="Netkit - bootparamd"
40 HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
41 SRC_URI="mirror://debian/pool/main/n/netkit-bootparamd/${PN}_${PV}.orig.tar.gz"
42
43 LICENSE="BSD"
44 SLOT="0"
45 KEYWORDS="~hppa mips ppc sparc x86"
46 IUSE=""
47
48 src_compile() {
49 # this is needed here
50 ./configure || die "configure failed"
51 make || die "make failed"
52 }
53
54 src_install() {
55 into /usr
56 dosbin rpc.bootparamd/bootparamd || die "binary install failed"
57 dosym bootparamd /usr/sbin/rpc.bootparamd
58 doman rpc.bootparamd/bootparamd.8
59 dosym bootparamd.8 /usr/share/man/man8/rpc.bootparamd.8
60 doman rpc.bootparamd/bootparams.5
61 dodoc README ChangeLog
62 newdoc rpc.bootparamd/README README.bootparamd
63 }
64
65
66
67 1.1 net-misc/netkit-bootparamd/ChangeLog
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog?rev=1.1&content-type=text/plain
71
72 Index: ChangeLog
73 ===================================================================
74 # ChangeLog for net-misc/netkit-bootparamd
75 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
76 # $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog,v 1.1 2007/11/01 21:28:58 jokey Exp $
77
78 *netkit-bootparamd-0.17-r2 (01 Nov 2007)
79 *netkit-bootparamd-0.17-r1 (01 Nov 2007)
80
81 01 Nov 2007; Markus Ullmann <jokey@g.o>
82 +files/0.17-jumpstart.patch, +metadata.xml,
83 +netkit-bootparamd-0.17-r1.ebuild, +netkit-bootparamd-0.17-r2.ebuild:
84 Split bootpd and bootparamd
85
86
87
88
89 1.1 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild?rev=1.1&content-type=text/plain
93
94 Index: netkit-bootparamd-0.17-r2.ebuild
95 ===================================================================
96 # Copyright 1999-2007 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 # $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 $
99
100 inherit eutils
101
102 DESCRIPTION="Netkit - bootparamd"
103 HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
104 SRC_URI="mirror://debian/pool/main/n/netkit-bootparamd/${PN}_${PV}.orig.tar.gz"
105
106 LICENSE="BSD"
107 SLOT="0"
108 KEYWORDS="~hppa ~mips ~ppc ~sparc ~x86"
109 IUSE=""
110
111 src_unpack() {
112 unpack ${A}
113 epatch "${FILESDIR}"/0.17-jumpstart.patch
114 }
115
116 src_compile() {
117 # Note this is not an autoconf configure
118 ./configure || die "configure failed"
119 emake || die "make failed"
120 }
121
122 src_install() {
123 into /usr
124 dosbin rpc.bootparamd/bootparamd || die "installing binary failed"
125 dosym bootparamd /usr/sbin/rpc.bootparamd
126 doman rpc.bootparamd/bootparamd.8
127 dosym bootparamd.8.gz /usr/share/man/man8/rpc.bootparamd.8.gz
128 doman rpc.bootparamd/bootparams.5
129 dodoc README ChangeLog
130 newdoc rpc.bootparamd/README README.bootparamd
131 }
132
133
134
135 1.1 net-misc/netkit-bootparamd/Manifest
136
137 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/Manifest?rev=1.1&view=markup
138 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netkit-bootparamd/Manifest?rev=1.1&content-type=text/plain
139
140 Index: Manifest
141 ===================================================================
142 AUX 0.17-jumpstart.patch 1163 RMD160 ba6abc5ad4e3d11a60708777b9027aa33039a251 SHA1 46e99c2ed189e1bda8ca5b76beff0241ae8f65a2 SHA256 99a6ca055bf905fc12f53dbef031b754225579087ba0fa072b21070399aef562
143 MD5 6d9cf6a3cff3c0b1c71ce938a7a5fc6a files/0.17-jumpstart.patch 1163
144 RMD160 ba6abc5ad4e3d11a60708777b9027aa33039a251 files/0.17-jumpstart.patch 1163
145 SHA256 99a6ca055bf905fc12f53dbef031b754225579087ba0fa072b21070399aef562 files/0.17-jumpstart.patch 1163
146 DIST netkit-bootparamd_0.17.orig.tar.gz 13934 RMD160 f71e5449823b87c4f188be0ef63575ee58cdb241 SHA1 60a0e705e47ffbc91f203fe3b3c6ee59f7733fcb SHA256 7fd44b14f7ee5bf930bdd03b0c3a15bdb6efb60a862af47269b05361c4ed395c
147 EBUILD netkit-bootparamd-0.17-r1.ebuild 922 RMD160 5fcf80dd10c90b1526838ad23f3358919f0fef6f SHA1 c21982dbf1aef0476d5574b85691e985ba81ddad SHA256 a655ca079f9b3ec769e7684920bd5635600991a29fb1181e94cd57804e05c887
148 MD5 baed55e69baacc625fe96282b9136c92 netkit-bootparamd-0.17-r1.ebuild 922
149 RMD160 5fcf80dd10c90b1526838ad23f3358919f0fef6f netkit-bootparamd-0.17-r1.ebuild 922
150 SHA256 a655ca079f9b3ec769e7684920bd5635600991a29fb1181e94cd57804e05c887 netkit-bootparamd-0.17-r1.ebuild 922
151 EBUILD netkit-bootparamd-0.17-r2.ebuild 1080 RMD160 bbf2baad2c0a1e01e7e93891681cd1c288cf5da1 SHA1 95d91c53abd344df22d1b021d488a603a57ff907 SHA256 8910046d2e11cd07a947fff262da8572e4b25f2118967d8d137983c05e5a1a5e
152 MD5 ba998e6913ad8aec8af3247ef4e25bae netkit-bootparamd-0.17-r2.ebuild 1080
153 RMD160 bbf2baad2c0a1e01e7e93891681cd1c288cf5da1 netkit-bootparamd-0.17-r2.ebuild 1080
154 SHA256 8910046d2e11cd07a947fff262da8572e4b25f2118967d8d137983c05e5a1a5e netkit-bootparamd-0.17-r2.ebuild 1080
155 MISC ChangeLog 408 RMD160 302228cbee9848f8e09c721a21fdac0da038d283 SHA1 67ec72de24b4d7a2e98e85d734c4295a29362db4 SHA256 737eab1e02c43e78043a26d0b3b9874fc2d1eb0221dae7bc7e252d6c20718e5b
156 MD5 eaeecfc2e7e3e173a6e505036f95e5de ChangeLog 408
157 RMD160 302228cbee9848f8e09c721a21fdac0da038d283 ChangeLog 408
158 SHA256 737eab1e02c43e78043a26d0b3b9874fc2d1eb0221dae7bc7e252d6c20718e5b ChangeLog 408
159 MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a
160 MD5 ed8349e980407e49b724e04ee5a9a2ed metadata.xml 231
161 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c metadata.xml 231
162 SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a metadata.xml 231
163 MD5 36c32189189155360923a078226d0999 files/digest-netkit-bootparamd-0.17-r1 280
164 RMD160 5af969622988c2669d3635f945620055c4ca8d2a files/digest-netkit-bootparamd-0.17-r1 280
165 SHA256 a8aff015a7f44f6d1950b597a31374b5855e3e29085622399852559f86817b95 files/digest-netkit-bootparamd-0.17-r1 280
166 MD5 36c32189189155360923a078226d0999 files/digest-netkit-bootparamd-0.17-r2 280
167 RMD160 5af969622988c2669d3635f945620055c4ca8d2a files/digest-netkit-bootparamd-0.17-r2 280
168 SHA256 a8aff015a7f44f6d1950b597a31374b5855e3e29085622399852559f86817b95 files/digest-netkit-bootparamd-0.17-r2 280
169
170
171
172 --
173 gentoo-commits@g.o mailing list