summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2009-09-29 12:11:59 +0000
committerRobert Buchholz <rbu@gentoo.org>2009-09-29 12:11:59 +0000
commitc660cc02b541a4f69dbcfdafb2829059c808096c (patch)
tree218a7a7b6ad8ae72f550ce55e75a5dc1d495b95d /dev-util/flawfinder/flawfinder-1.27.ebuild
parentNew revision, thanks to the comments from Rob Kendrick (upstream); the init s... (diff)
downloadhistorical-c660cc02b541a4f69dbcfdafb2829059c808096c.tar.gz
historical-c660cc02b541a4f69dbcfdafb2829059c808096c.tar.bz2
historical-c660cc02b541a4f69dbcfdafb2829059c808096c.zip
Fix IndexError that occurs when there is whitespace at the end of the file
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-util/flawfinder/flawfinder-1.27.ebuild')
-rw-r--r--dev-util/flawfinder/flawfinder-1.27.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-util/flawfinder/flawfinder-1.27.ebuild b/dev-util/flawfinder/flawfinder-1.27.ebuild
deleted file mode 100644
index 6bcb78390b31..000000000000
--- a/dev-util/flawfinder/flawfinder-1.27.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/flawfinder-1.27.ebuild,v 1.2 2009/01/25 23:21:01 angelos Exp $
-
-DESCRIPTION="Examines C/C++ source code for security flaws"
-HOMEPAGE="http://www.dwheeler.com/flawfinder/"
-SRC_URI="http://www.dwheeler.com/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/python"
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1
- dodoc ChangeLog INSTALL.txt README announcement
- dodoc flawfinder.pdf
-}