diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-16 20:20:46 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-16 20:20:46 +0000 |
commit | c4ef443f2bf0d89d57c523441a8e3f1b2ec85371 (patch) | |
tree | 04c60fc10bada15b5daf0104e2cc0b5a246f95b7 /dev-util/splint | |
parent | marked pysoulseek-1.2.4b stable (diff) | |
download | historical-c4ef443f2bf0d89d57c523441a8e3f1b2ec85371.tar.gz historical-c4ef443f2bf0d89d57c523441a8e3f1b2ec85371.tar.bz2 historical-c4ef443f2bf0d89d57c523441a8e3f1b2ec85371.zip |
stable bump
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 624fcbe187e4..26852efc7636 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.4 2003/12/07 11:32:45 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.5 2003/12/16 20:20:36 lanius Exp $ + + 16 Dec 2003; Heinrich Wendel <lanius@gentoo.org> splint-3.1.1.ebuild: + stable bump 07 Dec 2003; David Holm <dholm@gentoo.org> splint-3.1.1.ebuild: Added to ~ppc. diff --git a/dev-util/splint/Manifest b/dev-util/splint/Manifest index cb908cb5fb80..c8949313af66 100644 --- a/dev-util/splint/Manifest +++ b/dev-util/splint/Manifest @@ -1,5 +1,5 @@ -MD5 358b74893ac04e3b0bda507c871b3227 ChangeLog 666 MD5 6b84024248a58203822bef9cf6f19066 splint-3.0.1.6.ebuild 567 -MD5 04fc6598d42b45851d3ab2ae3ab286ca splint-3.1.1.ebuild 583 +MD5 f593c1017ee70ef2feefe134114ecd70 ChangeLog 754 +MD5 68d299d9deb30026a23adf1e42d56280 splint-3.1.1.ebuild 582 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 ba4312a959d1..437daa335836 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.3 2003/12/07 11:32:45 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.1.ebuild,v 1.4 2003/12/16 20:20:36 lanius 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 ~ppc" +KEYWORDS="x86 ppc" IUSE="" DEPEND="sys-devel/gcc" MAKEOPTS="-j1" |