diff options
author | Ned Ludd <solar@gentoo.org> | 2003-09-05 22:06:54 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-09-05 22:06:54 +0000 |
commit | 921816d9d652d398cec0a0f05716f544f4c13955 (patch) | |
tree | 959328e9f98cf762bb99117262d7c24f4f5a7149 /dev-util | |
parent | version bump 3.0.1.6 -> 3.1.1 (diff) | |
download | historical-921816d9d652d398cec0a0f05716f544f4c13955.tar.gz historical-921816d9d652d398cec0a0f05716f544f4c13955.tar.bz2 historical-921816d9d652d398cec0a0f05716f544f4c13955.zip |
version bump 3.0.1.6 -> 3.1.1
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/splint/Manifest | 4 | ||||
-rw-r--r-- | dev-util/splint/files/digest-splint-3.1.1 | 1 | ||||
-rw-r--r-- | dev-util/splint/splint-3.1.1.ebuild | 19 |
3 files changed, 22 insertions, 2 deletions
diff --git a/dev-util/splint/Manifest b/dev-util/splint/Manifest index cd9b34465e30..7e710d58d777 100644 --- a/dev-util/splint/Manifest +++ b/dev-util/splint/Manifest @@ -1,5 +1,5 @@ -MD5 2ecbea632457f5dc736d55383ec483a2 ChangeLog 463 +MD5 df6d5fea9227cdc74d9bc98df9b7387d ChangeLog 582 MD5 79dd9ce0f4433ceea74cd139443fac0d splint-3.0.1.6.ebuild 563 -MD5 26d751ff5be025369d2cf04847f8b57a splint-3.1.1.ebuild 564 +MD5 e18587854e81de05562a646b5d4d2018 splint-3.1.1.ebuild 578 MD5 6c02dbe00c00b90917d9ab37920c27f1 files/digest-splint-3.0.1.6 68 MD5 29844a798047c02aa27ffc8ac6d9ae36 files/digest-splint-3.1.1 66 diff --git a/dev-util/splint/files/digest-splint-3.1.1 b/dev-util/splint/files/digest-splint-3.1.1 new file mode 100644 index 000000000000..313a57fec413 --- /dev/null +++ b/dev-util/splint/files/digest-splint-3.1.1 @@ -0,0 +1 @@ +MD5 91635d98644312302f6f16abe73c2474 splint-3.1.1.src.tgz 2425108 diff --git a/dev-util/splint/splint-3.1.1.ebuild b/dev-util/splint/splint-3.1.1.ebuild new file mode 100644 index 000000000000..b46ac2018505 --- /dev/null +++ b/dev-util/splint/splint-3.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.1.ebuild,v 1.1 2003/09/05 22:06:38 solar Exp $ + +DESCRIPTION="Check C programs for vulnerabilities and programming mistakes" +HOMEPAGE="http://lclint.cs.virginia.edu/" +SRC_URI="http://www.splint.org/downloads/${P}.src.tgz" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" +IUSE="" +DEPEND="sys-devel/gcc" +MAKEOPTS="-j1" + +src_install() { + make DESTDIR=${D} install || die + dobin ${S}/splint + doman ${S}/doc/*.1 +} |