summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-12-05 16:21:26 +0000
committerJeroen Roovers <jer@gentoo.org>2012-12-05 16:21:26 +0000
commit6cdcc8a03a580d04dfcbfea2366c748926b9b42a (patch)
tree78b321c0e9d9ebef09796c044c39b5bcb9c0fbf9 /net-analyzer/ffp
parentInstall binary into sbin by Sergey S. Starikoff (bug #390603). (diff)
downloadgentoo-2-6cdcc8a03a580d04dfcbfea2366c748926b9b42a.tar.gz
gentoo-2-6cdcc8a03a580d04dfcbfea2366c748926b9b42a.tar.bz2
gentoo-2-6cdcc8a03a580d04dfcbfea2366c748926b9b42a.zip
Respect CC. Set LICENSE=BSD-2 by Ulrich Müller (bug #446054).
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/ffp')
-rw-r--r--net-analyzer/ffp/ChangeLog10
-rw-r--r--net-analyzer/ffp/ffp-0.0.8-r1.ebuild (renamed from net-analyzer/ffp/ffp-0.0.8.ebuild)18
2 files changed, 21 insertions, 7 deletions
diff --git a/net-analyzer/ffp/ChangeLog b/net-analyzer/ffp/ChangeLog
index fe61daae9279..af7bc07fa825 100644
--- a/net-analyzer/ffp/ChangeLog
+++ b/net-analyzer/ffp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/ffp
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ChangeLog,v 1.3 2007/02/09 04:01:17 flameeyes Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ChangeLog,v 1.4 2012/12/05 16:21:26 jer Exp $
+
+*ffp-0.0.8-r1 (05 Dec 2012)
+
+ 05 Dec 2012; Jeroen Roovers <jer@gentoo.org> -ffp-0.0.8.ebuild,
+ +ffp-0.0.8-r1.ebuild:
+ Respect CC. Set LICENSE=BSD-2 by Ulrich Müller (bug #446054).
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/net-analyzer/ffp/ffp-0.0.8.ebuild b/net-analyzer/ffp/ffp-0.0.8-r1.ebuild
index f43c16621066..39438fdcb46f 100644
--- a/net-analyzer/ffp/ffp-0.0.8.ebuild
+++ b/net-analyzer/ffp/ffp-0.0.8-r1.ebuild
@@ -1,20 +1,28 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ffp-0.0.8.ebuild,v 1.2 2005/07/19 13:05:12 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ffp-0.0.8-r1.ebuild,v 1.1 2012/12/05 16:21:26 jer Exp $
+
+EAPI=4
+inherit toolchain-funcs
DESCRIPTION="a tool to do fuzzy fingerprinting for man-in-the-middle attacks"
HOMEPAGE="http://www.thc.org/thc-ffp/"
SRC_URI="http://www.thc.org/releases/${P}.tar.gz"
-LICENSE="as-is"
+LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="dev-libs/openssl"
+RDEPEND="${DEPEND}"
+
+DOCS=( README TODO doc/ffp.pdf )
+src_prepare() {
+ tc-export CC
+}
src_install() {
- make install DESTDIR="${D}" || die
- dodoc README TODO doc/ffp.pdf
+ default
dohtml doc/ffp.html
}