diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-02-27 11:11:01 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-02-27 11:11:01 +0000 |
commit | 8bfe677f6f0724c064571533cfbc0ed5e89f8fba (patch) | |
tree | 82b56dcc6b4f80e5a7c136f95cfa96b5d9039242 /dev-util/splint | |
parent | Fix digest, bug #210686 (diff) | |
download | historical-8bfe677f6f0724c064571533cfbc0ed5e89f8fba.tar.gz historical-8bfe677f6f0724c064571533cfbc0ed5e89f8fba.tar.bz2 historical-8bfe677f6f0724c064571533cfbc0ed5e89f8fba.zip |
amd64 stable wrt bug #210010
Package-Manager: portage-2.1.4.4
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.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/splint/ChangeLog b/dev-util/splint/ChangeLog index 6ff9ae761f61..4ba73961b886 100644 --- a/dev-util/splint/ChangeLog +++ b/dev-util/splint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/splint # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.24 2008/02/24 22:38:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.25 2008/02/27 11:11:01 coldwind Exp $ + + 27 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> splint-3.1.2.ebuild: + amd64 stable wrt bug #210010 24 Feb 2008; Jeroen Roovers <jer@gentoo.org> -splint-3.0.1.6.ebuild, -splint-3.1.1.ebuild: diff --git a/dev-util/splint/Manifest b/dev-util/splint/Manifest index d2b718c0d1f0..8eb79b69710d 100644 --- a/dev-util/splint/Manifest +++ b/dev-util/splint/Manifest @@ -1,4 +1,4 @@ DIST splint-3.1.2.src.tgz 2284033 RMD160 52e9786d3cbeaa437877a33b18e42b32dff3b96b SHA1 0df489cb228dcfffb149b38c57614c2c3e200501 SHA256 c78db643df663313e3fa9d565118391825dd937617819c6efc7966cdf444fb0a -EBUILD splint-3.1.2.ebuild 601 RMD160 909bf07651abe074fa4c4bdef7c7b708c354e013 SHA1 920bb56234a608eb5d82616ed80c8c8c63000bd7 SHA256 944f81118b4b1cfc7409cabb0c5dfc921e0665d338691d50e421d8292a1b9e61 -MISC ChangeLog 2642 RMD160 6bd142e82cbf79ba953828fc12fb569478c2f068 SHA1 bae1fa2527365357d796a03cea51081b68c4dd12 SHA256 7d8a7114a74fbc2463dc9efdf10699afc4801a28ee64670ebe3bec0b5276b935 +EBUILD splint-3.1.2.ebuild 606 RMD160 acf49fdc8756a358037c6bdfd1ca03706c171830 SHA1 5b5a3176fa1c78aee68e51548f93ae2c1c40c7b6 SHA256 8ddf1a9a97dea50046a10a054da6fbcc2300c65d86ced70bbeb88d9dcacc8911 +MISC ChangeLog 2754 RMD160 d3a6473c9e98f2f894bfaea411c696d308ab11b0 SHA1 1f573dd74979a438db6dbe6c226b40a6d3a4e8de SHA256 41e43396c697e7e72ce283525a32075e56368bb699d44552a565418230b9df85 MISC metadata.xml 247 RMD160 ce510949efadc662a8bdf3f163ab8da65425031b SHA1 9e77d3a27a86999fbe9fd9c8098a6f487512cd89 SHA256 219ac51d48f3a246086b75c336a1be44caafec3dd2c86ba61a44caa6374778df diff --git a/dev-util/splint/splint-3.1.2.ebuild b/dev-util/splint/splint-3.1.2.ebuild index 852e64521878..725033880af3 100644 --- a/dev-util/splint/splint-3.1.2.ebuild +++ b/dev-util/splint/splint-3.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2.ebuild,v 1.9 2008/02/24 22:26:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2.ebuild,v 1.10 2008/02/27 11:11:01 coldwind Exp $ DESCRIPTION="Check C programs for vulnerabilities and programming mistakes" HOMEPAGE="http://lclint.cs.virginia.edu/" @@ -8,7 +8,7 @@ SRC_URI="http://www.splint.org/downloads/${P}.src.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 hppa ppc ppc64 sparc x86" +KEYWORDS="amd64 hppa ppc ppc64 sparc x86" IUSE="" DEPEND="" |