kensington 14/12/31 15:10:26 Modified: ChangeLog Added: flawfinder-1.31.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.19 dev-util/flawfinder/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/flawfinder/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/flawfinder/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/flawfinder/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/flawfinder/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 10 May 2012 16:04:16 -0000 1.18 +++ ChangeLog 31 Dec 2014 15:10:26 -0000 1.19 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/flawfinder -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/ChangeLog,v 1.18 2012/05/10 16:04:16 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/ChangeLog,v 1.19 2014/12/31 15:10:26 kensington Exp $ + +*flawfinder-1.31 (31 Dec 2014) + + 31 Dec 2014; Michael Palimaka <[email protected]> +flawfinder-1.31.ebuild: + Version bump. 10 May 2012; Agostino Sarubbo <[email protected]> -flawfinder-1.24.ebuild, -flawfinder-1.27-r1.ebuild: 1.1 dev-util/flawfinder/flawfinder-1.31.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/flawfinder/flawfinder-1.31.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/flawfinder/flawfinder-1.31.ebuild?rev=1.1&content-type=text/plain Index: flawfinder-1.31.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/flawfinder-1.31.ebuild,v 1.1 2014/12/31 15:10:26 kensington Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit eutils python-single-r1 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 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND}" src_install() { dobin ${PN} doman ${PN}.1 dodoc announcement ChangeLog README announcement dodoc flawfinder.pdf python_fix_shebang "${ED}"usr/bin/flawfinder }
