Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/portbunny: portbunny-1.0.ebuild metadata.xml ChangeLog portbunny-1.0_p20080423.ebuild Manifest
Date: Fri, 25 Apr 2008 10:45:19
Message-Id: E1JpLQY-0008Ts-UK@stork.gentoo.org
1 wschlich 08/04/25 10:45:14
2
3 Added: portbunny-1.0.ebuild metadata.xml ChangeLog
4 portbunny-1.0_p20080423.ebuild Manifest
5 Log:
6 initial import
7 (Portage version: 2.1.5_rc4)
8
9 Revision Changes Path
10 1.1 net-analyzer/portbunny/portbunny-1.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/portbunny/portbunny-1.0.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/portbunny/portbunny-1.0.ebuild?rev=1.1&content-type=text/plain
14
15 Index: portbunny-1.0.ebuild
16 ===================================================================
17 # Copyright 1999-2008 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/portbunny/portbunny-1.0.ebuild,v 1.1 2008/04/25 10:45:14 wschlich Exp $
20
21 inherit eutils linux-mod
22
23 MY_PV_SNAP=${PV##*_p}
24 if [[ ${MY_PV_SNAP} != ${PV} ]]; then
25 MY_PV=${MY_PV_SNAP:6:2}${MY_PV_SNAP:4:2}${MY_PV_SNAP:2:2}
26 MY_P=PortBunny${MY_PV}
27 S="${WORKDIR}"/${MY_P}-dev
28 else
29 MY_P=PortBunny-${PV}
30 S="${WORKDIR}"/${MY_P}
31 fi
32
33 MODULE_NAMES="portbunny(kernel:)"
34 BUILD_TARGETS="all"
35
36 DESCRIPTION="A kernel based highspeed TCP SYN port scanner"
37 HOMEPAGE="http://recurity-labs.com/portbunny/"
38 SRC_URI="http://recurity-labs.com/portbunny/${MY_P}.tar.gz"
39
40 LICENSE="GPL-2"
41 SLOT="0"
42 KEYWORDS="~x86"
43 IUSE=""
44
45 DEPEND="dev-lang/python"
46
47 src_install() {
48 insinto /usr/share/portbunny
49 doins UI/share/portbunny/*
50 dosed "s:^\(ETC_SERVICES\)[[:space:]]\+=.*:\1 = '/usr/share/portbunny/services':g" \
51 /usr/share/portbunny/PBunnyServices.py
52 dobin UI/bin/portbunny.py
53 dosym portbunny.py /usr/bin/portbunny
54 dosed "s:^\(PBUNNY_SHARE\)[[:space:]]\+=.*:\1 = '/usr/share/portbunny/':g" \
55 /usr/bin/portbunny.py
56 dosed "s:^\(PBUNNY_SHARE2\)[[:space:]]\+=.*:\1 = '/usr/share/portbunny/':g" \
57 /usr/bin/portbunny.py
58
59 linux-mod_src_install
60 }
61
62 pkg_postinst() {
63 einfo
64 einfo "See http://recurity-labs.com/portbunny/README.pdf"
65 einfo
66 ewarn
67 ewarn "WARNING"
68 ewarn "WARNING: this software may HARM the stability of your system!"
69 ewarn "WARNING: do NOT use this on production machines!"
70 ewarn "WARNING"
71 ewarn
72 ebeep 10
73 }
74
75
76
77 1.1 net-analyzer/portbunny/metadata.xml
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/portbunny/metadata.xml?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/portbunny/metadata.xml?rev=1.1&content-type=text/plain
81
82 Index: metadata.xml
83 ===================================================================
84 <?xml version="1.0" encoding="UTF-8"?>
85 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
86 <pkgmetadata>
87 <herd>no-herd</herd>
88 <maintainer>
89 <email>wschlich@g.o</email>
90 <name>Wolfram Schlich</name>
91 <description>Primary maintainer</description>
92 </maintainer>
93 </pkgmetadata>
94
95
96
97 1.1 net-analyzer/portbunny/ChangeLog
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/portbunny/ChangeLog?rev=1.1&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/portbunny/ChangeLog?rev=1.1&content-type=text/plain
101
102 Index: ChangeLog
103 ===================================================================
104 # ChangeLog for net-analyzer/portbunny
105 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
106 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/portbunny/ChangeLog,v 1.1 2008/04/25 10:45:14 wschlich Exp $
107
108 *portbunny-1.0_p20080423 (25 Apr 2008)
109 *portbunny-1.0 (25 Apr 2008)
110
111 25 Apr 2008; Wolfram Schlich <wschlich@g.o> +metadata.xml,
112 +portbunny-1.0.ebuild, +portbunny-1.0_p20080423.ebuild:
113 initial import
114
115
116
117
118 1.1 net-analyzer/portbunny/portbunny-1.0_p20080423.ebuild
119
120 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/portbunny/portbunny-1.0_p20080423.ebuild?rev=1.1&view=markup
121 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/portbunny/portbunny-1.0_p20080423.ebuild?rev=1.1&content-type=text/plain
122
123 Index: portbunny-1.0_p20080423.ebuild
124 ===================================================================
125 # Copyright 1999-2008 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/portbunny/portbunny-1.0_p20080423.ebuild,v 1.1 2008/04/25 10:45:14 wschlich Exp $
128
129 inherit eutils linux-mod
130
131 MY_PV_SNAP=${PV##*_p}
132 if [[ ${MY_PV_SNAP} != ${PV} ]]; then
133 MY_PV=${MY_PV_SNAP:6:2}${MY_PV_SNAP:4:2}${MY_PV_SNAP:2:2}
134 MY_P=PortBunny${MY_PV}
135 S="${WORKDIR}"/${MY_P}-dev
136 else
137 MY_P=PortBunny-${PV}
138 S="${WORKDIR}"/${MY_P}
139 fi
140
141 MODULE_NAMES="portbunny(kernel:)"
142 BUILD_TARGETS="all"
143
144 DESCRIPTION="A kernel based highspeed TCP SYN port scanner"
145 HOMEPAGE="http://recurity-labs.com/portbunny/"
146 SRC_URI="http://recurity-labs.com/portbunny/${MY_P}.tar.gz"
147
148 LICENSE="GPL-2"
149 SLOT="0"
150 KEYWORDS="~x86"
151 IUSE=""
152
153 DEPEND="dev-lang/python"
154
155 src_install() {
156 insinto /usr/share/portbunny
157 doins UI/share/portbunny/*
158 dosed "s:^\(ETC_SERVICES\)[[:space:]]\+=.*:\1 = '/usr/share/portbunny/services':g" \
159 /usr/share/portbunny/PBunnyServices.py
160 dobin UI/bin/portbunny.py
161 dosym portbunny.py /usr/bin/portbunny
162 dosed "s:^\(PBUNNY_SHARE\)[[:space:]]\+=.*:\1 = '/usr/share/portbunny/':g" \
163 /usr/bin/portbunny.py
164 dosed "s:^\(PBUNNY_SHARE2\)[[:space:]]\+=.*:\1 = '/usr/share/portbunny/':g" \
165 /usr/bin/portbunny.py
166
167 linux-mod_src_install
168 }
169
170 pkg_postinst() {
171 einfo
172 einfo "See http://recurity-labs.com/portbunny/README.pdf"
173 einfo
174 ewarn
175 ewarn "WARNING"
176 ewarn "WARNING: this software may HARM the stability of your system!"
177 ewarn "WARNING: do NOT use this on production machines!"
178 ewarn "WARNING"
179 ewarn
180 ebeep 10
181 }
182
183
184
185 1.1 net-analyzer/portbunny/Manifest
186
187 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/portbunny/Manifest?rev=1.1&view=markup
188 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/portbunny/Manifest?rev=1.1&content-type=text/plain
189
190 Index: Manifest
191 ===================================================================
192 DIST PortBunny-1.0.tar.gz 213855 RMD160 5b5b54733bccc2860515a952097c1f9351a47dd1 SHA1 532f27fa29c3d24677cc6961159ed22531b83358 SHA256 cfe1e5b84b66577299d920dd6f1a1637e948dd4fb2a75ab5265de273ffb6287c
193 DIST PortBunny230408.tar.gz 224753 RMD160 b7d1237dce113810c2740d9cc62a61a0a7c960f4 SHA1 68a52f806f6513ee05ebabd77eb97cd957032e67 SHA256 ace967834ffe36a0e2f073a46b3a81b48671cc78e2d2cca6eb2ca6a63d05ead3
194 EBUILD portbunny-1.0.ebuild 1451 RMD160 fe9ad7f35aa5d2b142e4773e8e9234ee544e479f SHA1 8ed993de97b21d7b171abbd323fcd18e8033b8dc SHA256 0ae99a6535c28da95d3d0e725b221e21a3877f56b684f6161f9404b8f947cf92
195 EBUILD portbunny-1.0_p20080423.ebuild 1451 RMD160 fe9ad7f35aa5d2b142e4773e8e9234ee544e479f SHA1 8ed993de97b21d7b171abbd323fcd18e8033b8dc SHA256 0ae99a6535c28da95d3d0e725b221e21a3877f56b684f6161f9404b8f947cf92
196 MISC ChangeLog 336 RMD160 367d7319bb481de58c5b9b2ec0624514498712e0 SHA1 cac49de2e60bf6d49b12e6aa286197076fa8ffb1 SHA256 da5f9d00d4217caca6c356be6fd6e6b81d048cb5d1b20380caa4e7efab012473
197 MISC metadata.xml 300 RMD160 3b9c1cd628f9d7ac94b68543ec737d5c2381a47e SHA1 33c5efd31a8aa789118535b921e211ffb5023ac3 SHA256 bc07a9aecce5770d1ace9af0a6c6af8ff6c7b16eb5e7947a1b178d1970855e43
198
199
200
201 --
202 gentoo-commits@l.g.o mailing list