diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-27 11:05:10 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-27 11:05:10 +0000 |
commit | 6936cd7e061dadbae70a759ef3451f3f7ec8badf (patch) | |
tree | 5162e0c6ae01af5e08fd50dc607a54da09b4c2a8 /dev-util | |
parent | run eqmake4 rather than qmake from the build system (diff) | |
download | gentoo-2-6936cd7e061dadbae70a759ef3451f3f7ec8badf.tar.gz gentoo-2-6936cd7e061dadbae70a759ef3451f3f7ec8badf.tar.bz2 gentoo-2-6936cd7e061dadbae70a759ef3451f3f7ec8badf.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/splint/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/splint/splint-3.1.1.ebuild | 8 | ||||
-rw-r--r-- | dev-util/splint/splint-3.1.2.ebuild | 6 |
3 files changed, 13 insertions, 9 deletions
diff --git a/dev-util/splint/ChangeLog b/dev-util/splint/ChangeLog index eb8a5a64b5de..2314417b4018 100644 --- a/dev-util/splint/ChangeLog +++ b/dev-util/splint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/splint -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.16 2007/12/25 06:54:15 jer Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.17 2008/01/27 11:05:10 grobian Exp $ + + 27 Jan 2008; Fabian Groffen <grobian@gentoo.org> splint-3.1.1.ebuild, + splint-3.1.2.ebuild: + Dropped ppc-macos keyword, see you in prefix 25 Dec 2007; Jeroen Roovers <jer@gentoo.org> splint-3.1.2.ebuild: Marked ~hppa too. diff --git a/dev-util/splint/splint-3.1.1.ebuild b/dev-util/splint/splint-3.1.1.ebuild index c924283163a3..032485507486 100644 --- a/dev-util/splint/splint-3.1.1.ebuild +++ b/dev-util/splint/splint-3.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.1.ebuild,v 1.10 2006/05/21 18:29:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.1.ebuild,v 1.11 2008/01/27 11:05:10 grobian 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 ppc ~ppc-macos ppc64 x86" +KEYWORDS="~amd64 ppc ppc64 x86" IUSE="" DEPEND="sys-devel/gcc" @@ -19,7 +19,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dobin ${S}/splint doman ${S}/doc/*.1 } diff --git a/dev-util/splint/splint-3.1.2.ebuild b/dev-util/splint/splint-3.1.2.ebuild index 24610944ee12..55563da64a1e 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-2007 Gentoo Foundation +# 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.3 2007/12/25 06:54:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2.ebuild,v 1.4 2008/01/27 11:05:10 grobian 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 ~ppc-macos ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="" |