diff options
author | 2003-12-07 11:32:51 +0000 | |
---|---|---|
committer | 2003-12-07 11:32:51 +0000 | |
commit | 4235a9b6299f207a7d4853efef4f410a78094d3e (patch) | |
tree | b97f2b56adc2afabf28fc30022d28542c2349f3e /dev-util/splint | |
parent | cleanup (diff) | |
download | historical-4235a9b6299f207a7d4853efef4f410a78094d3e.tar.gz historical-4235a9b6299f207a7d4853efef4f410a78094d3e.tar.bz2 historical-4235a9b6299f207a7d4853efef4f410a78094d3e.zip |
Added to ~ppc
Diffstat (limited to 'dev-util/splint')
-rw-r--r-- | dev-util/splint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/splint/Manifest | 4 | ||||
-rw-r--r-- | dev-util/splint/splint-3.1.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/splint/ChangeLog b/dev-util/splint/ChangeLog index c25766dd5e51..624fcbe187e4 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.3 2003/09/05 22:06:38 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.4 2003/12/07 11:32:45 dholm Exp $ + + 07 Dec 2003; David Holm <dholm@gentoo.org> splint-3.1.1.ebuild: + Added to ~ppc. *splint-3.1.1 (05 Sep 2003) diff --git a/dev-util/splint/Manifest b/dev-util/splint/Manifest index c7eb6c14bb45..cb908cb5fb80 100644 --- a/dev-util/splint/Manifest +++ b/dev-util/splint/Manifest @@ -1,5 +1,5 @@ -MD5 df6d5fea9227cdc74d9bc98df9b7387d ChangeLog 582 +MD5 358b74893ac04e3b0bda507c871b3227 ChangeLog 666 MD5 6b84024248a58203822bef9cf6f19066 splint-3.0.1.6.ebuild 567 -MD5 985855381e098d6bbb940e9be89c41dd splint-3.1.1.ebuild 581 +MD5 04fc6598d42b45851d3ab2ae3ab286ca splint-3.1.1.ebuild 583 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/splint-3.1.1.ebuild b/dev-util/splint/splint-3.1.1.ebuild index 7d4e4be4a793..ba4312a959d1 100644 --- a/dev-util/splint/splint-3.1.1.ebuild +++ b/dev-util/splint/splint-3.1.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 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.2 2003/09/06 20:32:23 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.1.ebuild,v 1.3 2003/12/07 11:32:45 dholm 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" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="sys-devel/gcc" MAKEOPTS="-j1" |