Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ncrack/, profiles/
Date: Sun, 26 Jun 2016 13:59:05
Message-Id: 1466949329.159a1c8001544cdecd8efd3913920cfedad6775a.mgorny@gentoo
1 commit: 159a1c8001544cdecd8efd3913920cfedad6775a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 13:52:36 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 13:55:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159a1c80
7
8 net-analyzer/ncrack: Remove permanently p.masked package, #586174
9
10 Remove the package that has been p.masked since day one (Nov 2010),
11 has been bumped once (May 2011) and hasn't seen any attention since.
12
13 net-analyzer/ncrack/Manifest | 2 --
14 net-analyzer/ncrack/metadata.xml | 13 ----------
15 net-analyzer/ncrack/ncrack-0.3_alpha.ebuild | 33 ------------------------
16 net-analyzer/ncrack/ncrack-0.4_alpha.ebuild | 40 -----------------------------
17 profiles/package.mask | 4 ---
18 5 files changed, 92 deletions(-)
19
20 diff --git a/net-analyzer/ncrack/Manifest b/net-analyzer/ncrack/Manifest
21 deleted file mode 100644
22 index c029fd7..0000000
23 --- a/net-analyzer/ncrack/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST ncrack-0.3ALPHA.tar.gz 4430878 SHA256 e9293f772ebb57c482ac83c57e76fa08b00df216c16987822cdf007928e21168 SHA512 c48fb35853e07946831b0fafe759720d6822e61185c892d53d3f626462e03c362faa1fbbfaab899b2f0e6d5c25b0cf7b445021e61ee9f2f309be886acd1414e6 WHIRLPOOL d0f7c828121239893a27070634dcdb97d82ca40ed491b05808e9ef83db185dcea28376f8ae595f529ba3033363a760cef8e14de7f560574b321054fe4363d017
27 -DIST ncrack-0.4ALPHA.tar.gz 2208130 SHA256 f8bd7e0ef68559490064ec0a5f139b2b9c49aeaf9f6323e080db9ff344c87603 SHA512 19f547f7f6e809d2bca3c20bbb0be5bc46d2ead8330b847a2fb4cc767548ba1fb8a05badaa9d128f9f5c925c5ed41285de0f12a46061354ec1ae0d29b14a364d WHIRLPOOL daab1c456d850ac61aced0d27b2584b6769602fc730945d98b41cf82a05a7a3e183c83410935b6bd840bf124859f5c191fc605c6c9eaa7df065cf8160b2690ce
28
29 diff --git a/net-analyzer/ncrack/metadata.xml b/net-analyzer/ncrack/metadata.xml
30 deleted file mode 100644
31 index e0f66e9..0000000
32 --- a/net-analyzer/ncrack/metadata.xml
33 +++ /dev/null
34 @@ -1,13 +0,0 @@
35 -<?xml version="1.0" encoding="UTF-8"?>
36 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
37 -<pkgmetadata>
38 -<maintainer type="person">
39 -<email>hwoarang@g.o</email>
40 -<name>Markos Chandras</name>
41 -</maintainer>
42 -<use>
43 -<flag name="ssh">Compile and link against the internal openssh modified library.</flag>
44 -</use>
45 -<longdescription lang="en">
46 -</longdescription>
47 -</pkgmetadata>
48
49 diff --git a/net-analyzer/ncrack/ncrack-0.3_alpha.ebuild b/net-analyzer/ncrack/ncrack-0.3_alpha.ebuild
50 deleted file mode 100644
51 index 31d3db9..0000000
52 --- a/net-analyzer/ncrack/ncrack-0.3_alpha.ebuild
53 +++ /dev/null
54 @@ -1,33 +0,0 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -# $Id$
58 -
59 -EAPI=2
60 -
61 -inherit base versionator
62 -
63 -MY_P="${PN}-$(get_version_component_range 1-2)ALPHA"
64 -
65 -DESCRIPTION="a high-speed network authentication cracking tool"
66 -HOMEPAGE="http://nmap.org/ncrack/"
67 -SRC_URI="http://nmap.org/${PN}/dist/${MY_P}.tar.gz"
68 -
69 -LICENSE="GPL-2"
70 -SLOT="0"
71 -KEYWORDS="~amd64 ~x86"
72 -IUSE="ssl"
73 -
74 -RDEPEND="ssl? ( dev-libs/openssl )"
75 -DEPEND="${RDEPEND}"
76 -
77 -S=${WORKDIR}/${MY_P}
78 -
79 -src_prepare() {
80 - sed -i -e '/STRIP =/s:= .*:= echo:' Makefile.in || die
81 -}
82 -
83 -src_configure() {
84 - econf --with-openssl=$(use ssl && echo yes || echo no)
85 -}
86 -
87 -DOCS=( CHANGELOG docs/{AUTHORS,TODO,{engine,mirror_pool,openssh-library}.txt} )
88
89 diff --git a/net-analyzer/ncrack/ncrack-0.4_alpha.ebuild b/net-analyzer/ncrack/ncrack-0.4_alpha.ebuild
90 deleted file mode 100644
91 index 028c18d..0000000
92 --- a/net-analyzer/ncrack/ncrack-0.4_alpha.ebuild
93 +++ /dev/null
94 @@ -1,40 +0,0 @@
95 -# Copyright 1999-2011 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -# $Id$
98 -
99 -EAPI=2
100 -
101 -inherit base versionator
102 -
103 -MY_P="${PN}-$(get_version_component_range 1-2)ALPHA"
104 -
105 -DESCRIPTION="a high-speed network authentication cracking tool"
106 -HOMEPAGE="http://nmap.org/ncrack/"
107 -SRC_URI="http://nmap.org/${PN}/dist/${MY_P}.tar.gz"
108 -
109 -LICENSE="GPL-2"
110 -SLOT="0"
111 -KEYWORDS="~amd64 ~x86"
112 -IUSE="ssh ssl"
113 -
114 -RDEPEND="ssl? ( dev-libs/openssl )
115 - ssh? ( net-misc/openssh )"
116 -DEPEND="${RDEPEND}"
117 -
118 -DOCS=( CHANGELOG docs/{AUTHORS,TODO,{devguide,mirror_pool,ncrack\.usage,openssh-library}.txt} )
119 -
120 -S=${WORKDIR}/${MY_P}
121 -
122 -src_prepare() {
123 - sed -i -e '/STRIP =/s:= .*:= echo:' Makefile.in || die
124 -}
125 -
126 -src_configure() {
127 - econf --with-openssl=$(use ssl && echo yes || echo no) \
128 - --with-openssh=$(use ssh && echo yes || echo no)
129 -}
130 -
131 -src_install() {
132 - base_src_install
133 - doman docs/${PN}.1 || die "doman failed"
134 -}
135
136 diff --git a/profiles/package.mask b/profiles/package.mask
137 index d1dbc39..364f66b 100644
138 --- a/profiles/package.mask
139 +++ b/profiles/package.mask
140 @@ -890,10 +890,6 @@ kde-misc/kgtk
141 # - no SLOTting yet!
142 =dev-scheme/guile-2.0.0
143
144 -# Markos Chandras <hwoarang@g.o> (01 Nov 2010)
145 -# Masking alpha releases
146 -net-analyzer/ncrack
147 -
148 # Mike Frysinger <vapier@g.o> (07 Mar 2010)
149 # Very old packages that people should have upgraded away from
150 # long ago. Courtesy mask ... time to upgrade.