summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-04-27 12:01:41 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-04-27 12:01:41 +0000
commit9584f820cdba512a8ac47979ac37db0d55b16d55 (patch)
treee927eb65da0d0a7936704cf9ad3273313a6875f6 /net-analyzer/metasploit/metasploit-2.3-r1.ebuild
parentstable on amd64 (diff)
downloadhistorical-9584f820cdba512a8ac47979ac37db0d55b16d55.tar.gz
historical-9584f820cdba512a8ac47979ac37db0d55b16d55.tar.bz2
historical-9584f820cdba512a8ac47979ac37db0d55b16d55.zip
Revision bump; add conf.d file and init.d enhancements. Thanks once again to soulse in bug 90543. Tidy old ebuilds.
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'net-analyzer/metasploit/metasploit-2.3-r1.ebuild')
-rw-r--r--net-analyzer/metasploit/metasploit-2.3-r1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/net-analyzer/metasploit/metasploit-2.3-r1.ebuild b/net-analyzer/metasploit/metasploit-2.3-r1.ebuild
deleted file mode 100644
index 951e67950688..000000000000
--- a/net-analyzer/metasploit/metasploit-2.3-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-2.3-r1.ebuild,v 1.1 2005/02/25 11:09:56 ka0ttic Exp $
-
-DESCRIPTION="The Metasploit Framework is an advanced open-source platform for developing, testing, and using vulnerability exploit code."
-HOMEPAGE="http://www.metasploit.org/"
-
-# Need to change the name
-MY_P=${P/metasploit/framework}
-
-SRC_URI="http://metasploit.com/tools/${MY_P}.tar.gz"
-
-S=${WORKDIR}/${MY_P}
-
-LICENSE="GPL-2 Artistic"
-
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/Net-SSLeay
- dev-perl/Term-ReadLine-Perl
- dev-perl/TermReadKey"
-
-src_install() {
- dodir /usr/lib/
- dodir /usr/bin/
-
- # should be as simple as copying everything into the target...
- cp -a ${S} ${D}usr/lib/metasploit || die
-
- # and creating symlinks in the /usr/bin dir
- cd ${D}/usr/bin
- ln -s ../lib/metasploit/msf* ./ || die
- chown -R root:root ${D}
-
- newinitd ${FILESDIR}/msfweb.initd msfweb || die "newinitd failed"
-}
-
-pkg_postinst() {
- ewarn "You may wish to perform a metasploit update to get"
- ewarn "the latest modules (e.g. run 'msfupdate -u')"
-}