diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:47:08 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:47:08 +0000 |
commit | 0a4d2c5cb2a3b52e450ae98bdd78875f8c4d4404 (patch) | |
tree | dcb18c3550cc0190deb6985daba56cc975fff591 /dev-util/rats | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-0a4d2c5cb2a3b52e450ae98bdd78875f8c4d4404.tar.gz gentoo-2-0a4d2c5cb2a3b52e450ae98bdd78875f8c4d4404.tar.bz2 gentoo-2-0a4d2c5cb2a3b52e450ae98bdd78875f8c4d4404.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/rats')
-rw-r--r-- | dev-util/rats/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/rats/rats-2.1-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-util/rats/rats-2.1-r2.ebuild | 7 | ||||
-rw-r--r-- | dev-util/rats/rats-2.1.ebuild | 6 |
4 files changed, 15 insertions, 13 deletions
diff --git a/dev-util/rats/ChangeLog b/dev-util/rats/ChangeLog index aba816dae811..89983d6acb65 100644 --- a/dev-util/rats/ChangeLog +++ b/dev-util/rats/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/rats -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rats/ChangeLog,v 1.19 2008/02/20 19:27:56 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rats/ChangeLog,v 1.20 2009/09/23 17:47:08 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> rats-2.1.ebuild, + rats-2.1-r1.ebuild, rats-2.1-r2.ebuild: + Remove virtual/libc 20 Feb 2008; Raúl Porcel <armin76@gentoo.org> rats-2.1-r2.ebuild: sparc stable wrt #210248 diff --git a/dev-util/rats/rats-2.1-r1.ebuild b/dev-util/rats/rats-2.1-r1.ebuild index e2a23e448b67..70a81222b0e3 100644 --- a/dev-util/rats/rats-2.1-r1.ebuild +++ b/dev-util/rats/rats-2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rats/rats-2.1-r1.ebuild,v 1.3 2007/08/27 20:24:57 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rats/rats-2.1-r1.ebuild,v 1.4 2009/09/23 17:47:08 patrick Exp $ inherit eutils @@ -11,8 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="dev-libs/expat - virtual/libc" +DEPEND="dev-libs/expat" src_unpack() { unpack ${A} diff --git a/dev-util/rats/rats-2.1-r2.ebuild b/dev-util/rats/rats-2.1-r2.ebuild index c21a18f7e271..cd8932ab180c 100644 --- a/dev-util/rats/rats-2.1-r2.ebuild +++ b/dev-util/rats/rats-2.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rats/rats-2.1-r2.ebuild,v 1.7 2008/02/20 19:27:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rats/rats-2.1-r2.ebuild,v 1.8 2009/09/23 17:47:08 patrick Exp $ inherit eutils @@ -11,8 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="" -DEPEND="dev-libs/expat - virtual/libc" +DEPEND="dev-libs/expat" src_unpack() { unpack ${A} diff --git a/dev-util/rats/rats-2.1.ebuild b/dev-util/rats/rats-2.1.ebuild index a9b66d102b96..7b6c4bb1ebd8 100644 --- a/dev-util/rats/rats-2.1.ebuild +++ b/dev-util/rats/rats-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rats/rats-2.1.ebuild,v 1.11 2007/08/27 20:24:57 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rats/rats-2.1.ebuild,v 1.12 2009/09/23 17:47:08 patrick Exp $ DESCRIPTION="RATS - Rough Auditing Tool for Security" HOMEPAGE="http://www.fortifysoftware.com/security-resources/rats.jsp" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -DEPEND="dev-libs/expat virtual/libc" +DEPEND="dev-libs/expat" src_compile() { econf --datadir="/usr/share/${PN}/" || die |