summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Coie <rac@gentoo.org>2003-06-08 04:40:14 +0000
committerRobert Coie <rac@gentoo.org>2003-06-08 04:40:14 +0000
commit84e16d25b6cd44b98e366f65dd35ac222de93883 (patch)
treec7b5cb576479404c67b3a1d01833691ef5fed9ef /dev-util/splint
parentadd IUSE (diff)
downloadhistorical-84e16d25b6cd44b98e366f65dd35ac222de93883.tar.gz
historical-84e16d25b6cd44b98e366f65dd35ac222de93883.tar.bz2
historical-84e16d25b6cd44b98e366f65dd35ac222de93883.zip
add IUSE
Diffstat (limited to 'dev-util/splint')
-rw-r--r--dev-util/splint/ChangeLog5
-rw-r--r--dev-util/splint/Manifest4
-rw-r--r--dev-util/splint/splint-3.0.1.6.ebuild5
3 files changed, 8 insertions, 6 deletions
diff --git a/dev-util/splint/ChangeLog b/dev-util/splint/ChangeLog
index b491e381938b..1298d96e915e 100644
--- a/dev-util/splint/ChangeLog
+++ b/dev-util/splint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/splint
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.1 2003/05/08 17:44:29 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.2 2003/06/08 04:40:12 rac Exp $
+
+ 07 Jun 2003; <rac@gentoo.org> splint-3.0.1.6.ebuild:
+ Add IUSE
*splint-3.0.1.6 (08 May 2003)
diff --git a/dev-util/splint/Manifest b/dev-util/splint/Manifest
index d57888ee0b03..e5bfbbc83ce5 100644
--- a/dev-util/splint/Manifest
+++ b/dev-util/splint/Manifest
@@ -1,3 +1,3 @@
-MD5 f319e899c118beb38868822c23d466ad splint-3.0.1.6.ebuild 557
-MD5 008c61a9a90fd01717d3145f663c7f5a ChangeLog 396
+MD5 7a7c1ffbd7a917fd95550e6a2fb19f9a splint-3.0.1.6.ebuild 563
+MD5 2ecbea632457f5dc736d55383ec483a2 ChangeLog 463
MD5 6c02dbe00c00b90917d9ab37920c27f1 files/digest-splint-3.0.1.6 68
diff --git a/dev-util/splint/splint-3.0.1.6.ebuild b/dev-util/splint/splint-3.0.1.6.ebuild
index 6b99e61cd937..009f789f27e2 100644
--- a/dev-util/splint/splint-3.0.1.6.ebuild
+++ b/dev-util/splint/splint-3.0.1.6.ebuild
@@ -1,15 +1,14 @@
# 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.0.1.6.ebuild,v 1.1 2003/05/08 17:44:29 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.0.1.6.ebuild,v 1.2 2003/06/08 04:40:12 rac 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"
src_install() {