summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-06-26 15:52:36 +0200
committerMichał Górny <mgorny@gentoo.org>2016-06-26 15:55:29 +0200
commit159a1c8001544cdecd8efd3913920cfedad6775a (patch)
treece4d6ad13a23d0216a5a8a2b010a72dcf972fb54
parentmedia-libs/shivavg: Remove p.masked package, #584372 (diff)
downloadgentoo-159a1c8001544cdecd8efd3913920cfedad6775a.tar.gz
gentoo-159a1c8001544cdecd8efd3913920cfedad6775a.tar.bz2
gentoo-159a1c8001544cdecd8efd3913920cfedad6775a.zip
net-analyzer/ncrack: Remove permanently p.masked package, #586174
Remove the package that has been p.masked since day one (Nov 2010), has been bumped once (May 2011) and hasn't seen any attention since.
-rw-r--r--net-analyzer/ncrack/Manifest2
-rw-r--r--net-analyzer/ncrack/metadata.xml13
-rw-r--r--net-analyzer/ncrack/ncrack-0.3_alpha.ebuild33
-rw-r--r--net-analyzer/ncrack/ncrack-0.4_alpha.ebuild40
-rw-r--r--profiles/package.mask4
5 files changed, 0 insertions, 92 deletions
diff --git a/net-analyzer/ncrack/Manifest b/net-analyzer/ncrack/Manifest
deleted file mode 100644
index c029fd7ffecf..000000000000
--- a/net-analyzer/ncrack/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ncrack-0.3ALPHA.tar.gz 4430878 SHA256 e9293f772ebb57c482ac83c57e76fa08b00df216c16987822cdf007928e21168 SHA512 c48fb35853e07946831b0fafe759720d6822e61185c892d53d3f626462e03c362faa1fbbfaab899b2f0e6d5c25b0cf7b445021e61ee9f2f309be886acd1414e6 WHIRLPOOL d0f7c828121239893a27070634dcdb97d82ca40ed491b05808e9ef83db185dcea28376f8ae595f529ba3033363a760cef8e14de7f560574b321054fe4363d017
-DIST ncrack-0.4ALPHA.tar.gz 2208130 SHA256 f8bd7e0ef68559490064ec0a5f139b2b9c49aeaf9f6323e080db9ff344c87603 SHA512 19f547f7f6e809d2bca3c20bbb0be5bc46d2ead8330b847a2fb4cc767548ba1fb8a05badaa9d128f9f5c925c5ed41285de0f12a46061354ec1ae0d29b14a364d WHIRLPOOL daab1c456d850ac61aced0d27b2584b6769602fc730945d98b41cf82a05a7a3e183c83410935b6bd840bf124859f5c191fc605c6c9eaa7df065cf8160b2690ce
diff --git a/net-analyzer/ncrack/metadata.xml b/net-analyzer/ncrack/metadata.xml
deleted file mode 100644
index e0f66e9541d1..000000000000
--- a/net-analyzer/ncrack/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-<email>hwoarang@gentoo.org</email>
-<name>Markos Chandras</name>
-</maintainer>
-<use>
-<flag name="ssh">Compile and link against the internal openssh modified library.</flag>
-</use>
-<longdescription lang="en">
-</longdescription>
-</pkgmetadata>
diff --git a/net-analyzer/ncrack/ncrack-0.3_alpha.ebuild b/net-analyzer/ncrack/ncrack-0.3_alpha.ebuild
deleted file mode 100644
index 31d3db9dbacd..000000000000
--- a/net-analyzer/ncrack/ncrack-0.3_alpha.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit base versionator
-
-MY_P="${PN}-$(get_version_component_range 1-2)ALPHA"
-
-DESCRIPTION="a high-speed network authentication cracking tool"
-HOMEPAGE="http://nmap.org/ncrack/"
-SRC_URI="http://nmap.org/${PN}/dist/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl"
-
-RDEPEND="ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- sed -i -e '/STRIP =/s:= .*:= echo:' Makefile.in || die
-}
-
-src_configure() {
- econf --with-openssl=$(use ssl && echo yes || echo no)
-}
-
-DOCS=( CHANGELOG docs/{AUTHORS,TODO,{engine,mirror_pool,openssh-library}.txt} )
diff --git a/net-analyzer/ncrack/ncrack-0.4_alpha.ebuild b/net-analyzer/ncrack/ncrack-0.4_alpha.ebuild
deleted file mode 100644
index 028c18d94bab..000000000000
--- a/net-analyzer/ncrack/ncrack-0.4_alpha.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit base versionator
-
-MY_P="${PN}-$(get_version_component_range 1-2)ALPHA"
-
-DESCRIPTION="a high-speed network authentication cracking tool"
-HOMEPAGE="http://nmap.org/ncrack/"
-SRC_URI="http://nmap.org/${PN}/dist/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssh ssl"
-
-RDEPEND="ssl? ( dev-libs/openssl )
- ssh? ( net-misc/openssh )"
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGELOG docs/{AUTHORS,TODO,{devguide,mirror_pool,ncrack\.usage,openssh-library}.txt} )
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- sed -i -e '/STRIP =/s:= .*:= echo:' Makefile.in || die
-}
-
-src_configure() {
- econf --with-openssl=$(use ssl && echo yes || echo no) \
- --with-openssh=$(use ssh && echo yes || echo no)
-}
-
-src_install() {
- base_src_install
- doman docs/${PN}.1 || die "doman failed"
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index d1dbc39afa2a..364f66bc068e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -890,10 +890,6 @@ kde-misc/kgtk
# - no SLOTting yet!
=dev-scheme/guile-2.0.0
-# Markos Chandras <hwoarang@gentoo.org> (01 Nov 2010)
-# Masking alpha releases
-net-analyzer/ncrack
-
# Mike Frysinger <vapier@gentoo.org> (07 Mar 2010)
# Very old packages that people should have upgraded away from
# long ago. Courtesy mask ... time to upgrade.