diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:48:34 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:48:34 +0000 |
commit | 8902defdb8e9a6f96af61196c01ceaa64965058e (patch) | |
tree | 50622913b7a1752f4c6448af9e432147fd9e8e1f /dev-util | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-8902defdb8e9a6f96af61196c01ceaa64965058e.tar.gz historical-8902defdb8e9a6f96af61196c01ceaa64965058e.tar.bz2 historical-8902defdb8e9a6f96af61196c01ceaa64965058e.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'dev-util')
72 files changed, 252 insertions, 179 deletions
diff --git a/dev-util/ald/ChangeLog b/dev-util/ald/ChangeLog index 93bbc037d325..fbd8602c34ca 100644 --- a/dev-util/ald/ChangeLog +++ b/dev-util/ald/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ald -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ald/ChangeLog,v 1.3 2007/02/09 03:00:14 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ald/ChangeLog,v 1.4 2009/09/23 17:39:22 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ald-0.1.7.ebuild: + Remove virtual/libc 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-util/ald/ald-0.1.7.ebuild b/dev-util/ald/ald-0.1.7.ebuild index eda57c25f957..0dececee887a 100644 --- a/dev-util/ald/ald-0.1.7.ebuild +++ b/dev-util/ald/ald-0.1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/ald/ald-0.1.7.ebuild,v 1.3 2007/07/12 01:05:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ald/ald-0.1.7.ebuild,v 1.4 2009/09/23 17:39:22 patrick Exp $ DESCRIPTION="Assembly Language Debugger - a tool for debugging executable programs at the assembly level" HOMEPAGE="http://ald.sourceforge.net/" @@ -10,8 +10,7 @@ SLOT="0" KEYWORDS="x86" IUSE="ncurses" DEPEND="ncurses? ( sys-libs/ncurses )" -RDEPEND="virtual/libc - ncurses? ( sys-libs/ncurses )" +RDEPEND="${DEPEND}" src_compile() { econf $(use_enable ncurses curses) || die diff --git a/dev-util/alleyoop/ChangeLog b/dev-util/alleyoop/ChangeLog index 5d04440c97f1..daad7c434163 100644 --- a/dev-util/alleyoop/ChangeLog +++ b/dev-util/alleyoop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/alleyoop -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.14 2009/04/25 20:05:10 patrick Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.15 2009/09/23 17:39:45 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> alleyoop-0.8.2.ebuild, + alleyoop-0.9.1.ebuild, alleyoop-0.9.2.ebuild, alleyoop-0.9.5.ebuild: + Remove virtual/libc *alleyoop-0.9.5 (25 Apr 2009) diff --git a/dev-util/alleyoop/alleyoop-0.8.2.ebuild b/dev-util/alleyoop/alleyoop-0.8.2.ebuild index a0a3e9b2a461..255cd197c7f5 100644 --- a/dev-util/alleyoop/alleyoop-0.8.2.ebuild +++ b/dev-util/alleyoop/alleyoop-0.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/alleyoop/alleyoop-0.8.2.ebuild,v 1.10 2006/11/07 11:35:46 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.8.2.ebuild,v 1.11 2009/09/23 17:39:45 patrick Exp $ inherit gnome2 eutils @@ -18,8 +18,7 @@ RDEPEND=">=dev-libs/glib-2.2 >=gnome-base/libgnomeui-2.2 >=gnome-base/libglade-2.2 sys-devel/binutils - dev-util/valgrind - virtual/libc" + dev-util/valgrind" DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/dev-util/alleyoop/alleyoop-0.9.1.ebuild b/dev-util/alleyoop/alleyoop-0.9.1.ebuild index 76e8c4f84648..cdd22c402834 100644 --- a/dev-util/alleyoop/alleyoop-0.9.1.ebuild +++ b/dev-util/alleyoop/alleyoop-0.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/alleyoop/alleyoop-0.9.1.ebuild,v 1.4 2007/07/12 01:05:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.1.ebuild,v 1.5 2009/09/23 17:39:45 patrick Exp $ inherit gnome2 eutils @@ -18,8 +18,7 @@ RDEPEND=">=dev-libs/glib-2.2 >=gnome-base/libgnomeui-2.2 >=gnome-base/libglade-2.2 sys-devel/binutils - >=dev-util/valgrind-2.4 - virtual/libc" + >=dev-util/valgrind-2.4" DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/dev-util/alleyoop/alleyoop-0.9.2.ebuild b/dev-util/alleyoop/alleyoop-0.9.2.ebuild index cdb684340918..854791104f93 100644 --- a/dev-util/alleyoop/alleyoop-0.9.2.ebuild +++ b/dev-util/alleyoop/alleyoop-0.9.2.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/alleyoop/alleyoop-0.9.2.ebuild,v 1.5 2007/07/12 01:05:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.2.ebuild,v 1.6 2009/09/23 17:39:45 patrick Exp $ inherit gnome2 eutils @@ -18,8 +18,7 @@ RDEPEND=">=dev-libs/glib-2.2 >=gnome-base/libgnomeui-2.2 >=gnome-base/libglade-2.2 sys-devel/binutils - >=dev-util/valgrind-2.4 - virtual/libc" + >=dev-util/valgrind-2.4" DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/dev-util/alleyoop/alleyoop-0.9.5.ebuild b/dev-util/alleyoop/alleyoop-0.9.5.ebuild index 9232badded51..f8edf523c294 100644 --- a/dev-util/alleyoop/alleyoop-0.9.5.ebuild +++ b/dev-util/alleyoop/alleyoop-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.5.ebuild,v 1.1 2009/04/25 20:05:10 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.5.ebuild,v 1.2 2009/09/23 17:39:45 patrick Exp $ inherit gnome2 eutils @@ -18,8 +18,7 @@ RDEPEND=">=dev-libs/glib-2.2 >=gnome-base/libgnomeui-2.2 >=gnome-base/libglade-2.2 sys-devel/binutils - >=dev-util/valgrind-2.4 - virtual/libc" + >=dev-util/valgrind-2.4" DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/dev-util/as11/ChangeLog b/dev-util/as11/ChangeLog index bf854e67994d..67ed3de0e26f 100644 --- a/dev-util/as11/ChangeLog +++ b/dev-util/as11/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/as11 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/ChangeLog,v 1.7 2009/08/04 21:39:45 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/ChangeLog,v 1.8 2009/09/23 17:40:06 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> as11-1.0.ebuild: + Remove virtual/libc 04 Aug 2009; <vostorga@gentoo.org> as11-1.0.ebuild: Respecting CC variable, bug #243968 diff --git a/dev-util/as11/as11-1.0.ebuild b/dev-util/as11/as11-1.0.ebuild index 22170773593f..6e58c1b8377f 100644 --- a/dev-util/as11/as11-1.0.ebuild +++ b/dev-util/as11/as11-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/as11-1.0.ebuild,v 1.7 2009/08/04 21:39:45 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/as11-1.0.ebuild,v 1.8 2009/09/23 17:40:06 patrick Exp $ inherit toolchain-funcs @@ -15,7 +15,7 @@ IUSE="" S=${WORKDIR}/${PN} -DEPEND="virtual/libc" +DEPEND="" RDEPEND="" src_compile() { diff --git a/dev-util/awka/ChangeLog b/dev-util/awka/ChangeLog index 7b7d58e138c4..4416fb2971e0 100644 --- a/dev-util/awka/ChangeLog +++ b/dev-util/awka/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/awka # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/awka/ChangeLog,v 1.9 2009/08/06 18:00:28 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/awka/ChangeLog,v 1.10 2009/09/23 17:40:29 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> awka-0.7.5.ebuild: + Remove virtual/libc 06 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> awka-0.7.5.ebuild: Explicitly inheriting toolchain-funcs diff --git a/dev-util/awka/awka-0.7.5.ebuild b/dev-util/awka/awka-0.7.5.ebuild index d7ca574166e7..30d4b4736d1d 100644 --- a/dev-util/awka/awka-0.7.5.ebuild +++ b/dev-util/awka/awka-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/awka/awka-0.7.5.ebuild,v 1.12 2009/08/06 18:00:28 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/awka/awka-0.7.5.ebuild,v 1.13 2009/09/23 17:40:29 patrick Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND}" src_compile() { diff --git a/dev-util/bnfc/ChangeLog b/dev-util/bnfc/ChangeLog index 751d942b079b..bfd1d616775b 100644 --- a/dev-util/bnfc/ChangeLog +++ b/dev-util/bnfc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/bnfc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.12 2009/08/01 12:56:44 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.13 2009/09/23 17:40:59 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> bnfc-2.1.2.ebuild, + bnfc-2.2.ebuild, bnfc-2.4_beta.ebuild: + Remove virtual/libc 01 Aug 2009; Lennart Kolmodin <kolmodin@gentoo.org> bnfc-2.1.2.ebuild, bnfc-2.2.ebuild, bnfc-2.4_beta.ebuild: diff --git a/dev-util/bnfc/bnfc-2.1.2.ebuild b/dev-util/bnfc/bnfc-2.1.2.ebuild index 9b80f3166c30..058269b201c1 100644 --- a/dev-util/bnfc/bnfc-2.1.2.ebuild +++ b/dev-util/bnfc/bnfc-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v 1.7 2009/08/01 12:56:44 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v 1.8 2009/09/23 17:40:59 patrick Exp $ DESCRIPTION="BNF Converter -- a sophisticated parser generator" HOMEPAGE="http://www.cs.chalmers.se/~markus/BNFC/" @@ -14,7 +14,7 @@ IUSE="doc" DEPEND="<dev-lang/ghc-6.6 doc? ( virtual/latex-base )" -RDEPEND="virtual/libc" +RDEPEND="" S="${WORKDIR}/BNFC" diff --git a/dev-util/bnfc/bnfc-2.2.ebuild b/dev-util/bnfc/bnfc-2.2.ebuild index 4b8ce31de9ce..eff81aa313f9 100644 --- a/dev-util/bnfc/bnfc-2.2.ebuild +++ b/dev-util/bnfc/bnfc-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.6 2009/08/01 12:56:44 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.7 2009/09/23 17:40:59 patrick Exp $ inherit base ghc-package eutils @@ -18,7 +18,7 @@ IUSE="doc" DEPEND=">=dev-lang/ghc-6.2 doc? ( virtual/latex-base )" -RDEPEND="virtual/libc" +RDEPEND="" S="${WORKDIR}/${MY_PN}_${PV}" diff --git a/dev-util/bnfc/bnfc-2.4_beta.ebuild b/dev-util/bnfc/bnfc-2.4_beta.ebuild index 67ef9ebfd272..de3fdb0ada84 100644 --- a/dev-util/bnfc/bnfc-2.4_beta.ebuild +++ b/dev-util/bnfc/bnfc-2.4_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v 1.3 2009/08/01 12:56:44 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v 1.4 2009/09/23 17:40:59 patrick Exp $ inherit base ghc-package eutils @@ -23,7 +23,7 @@ DEPEND=">=dev-lang/ghc-6.6 doc? ( virtual/latex-base ) dev-haskell/mtl" -RDEPEND="virtual/libc" +RDEPEND="" S="${WORKDIR}/${MY_PN}" diff --git a/dev-util/btyacc/ChangeLog b/dev-util/btyacc/ChangeLog index 1ec8a3b8299f..02007d7d45fa 100644 --- a/dev-util/btyacc/ChangeLog +++ b/dev-util/btyacc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/btyacc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v 1.10 2009/09/04 13:34:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v 1.11 2009/09/23 17:41:22 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> btyacc-3.0.ebuild: + Remove virtual/libc *btyacc-3.0-r1 (04 Sep 2009) diff --git a/dev-util/btyacc/btyacc-3.0.ebuild b/dev-util/btyacc/btyacc-3.0.ebuild index 725dad78f313..568312b211f0 100644 --- a/dev-util/btyacc/btyacc-3.0.ebuild +++ b/dev-util/btyacc/btyacc-3.0.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/btyacc/btyacc-3.0.ebuild,v 1.8 2008/10/31 06:19:16 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild,v 1.9 2009/09/23 17:41:22 patrick Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="http://www.siber.com/btyacc/${MY_P}.tar.gz" LICENSE="freedist" SLOT="0" KEYWORDS="x86 ppc" -DEPEND="virtual/libc" +DEPEND="" S="${WORKDIR}" src_unpack() { diff --git a/dev-util/cssc/ChangeLog b/dev-util/cssc/ChangeLog index 2c7bbfab209b..ebaf84f7661b 100644 --- a/dev-util/cssc/ChangeLog +++ b/dev-util/cssc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cssc -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cssc/ChangeLog,v 1.10 2008/04/18 22:05:05 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cssc/ChangeLog,v 1.11 2009/09/23 17:41:43 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> cssc-1.0.1.ebuild: + Remove virtual/libc 18 Apr 2008; Markus Meier <maekke@gentoo.org> -cssc-0.15_alpha0.ebuild, cssc-1.0.1.ebuild: diff --git a/dev-util/cssc/cssc-1.0.1.ebuild b/dev-util/cssc/cssc-1.0.1.ebuild index 0d17f7d5883a..c4b5238b2f1b 100644 --- a/dev-util/cssc/cssc-1.0.1.ebuild +++ b/dev-util/cssc/cssc-1.0.1.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/cssc/cssc-1.0.1.ebuild,v 1.4 2008/04/18 22:05:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cssc/cssc-1.0.1.ebuild,v 1.5 2009/09/23 17:41:43 patrick Exp $ DESCRIPTION="CSSC is the GNU Project's replacement for SCCS" SRC_URI="mirror://sourceforge/cssc/CSSC-${PV}.tar.gz" @@ -12,7 +12,7 @@ KEYWORDS="~amd64 x86" IUSE="" RESTRICT="test" -DEPEND="virtual/libc" +DEPEND="" src_compile() { econf --enable-binary || die diff --git a/dev-util/cunit/ChangeLog b/dev-util/cunit/ChangeLog index 8391b7d6ad48..dc6d9d17ef41 100644 --- a/dev-util/cunit/ChangeLog +++ b/dev-util/cunit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/cunit -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.27 2009/01/10 16:14:10 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.28 2009/09/23 17:42:09 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> cunit-1.0.0.8.ebuild, + cunit-1.1.0.1-r1.ebuild, cunit-2.0.ebuild, cunit-2.1.ebuild, + cunit-2.1-r1.ebuild: + Remove virtual/libc 10 Jan 2009; Raúl Porcel <armin76@gentoo.org> cunit-2.1-r1.ebuild: alpha/ia64/sparc stable wrt #241732 diff --git a/dev-util/cunit/cunit-1.0.0.8.ebuild b/dev-util/cunit/cunit-1.0.0.8.ebuild index 2573e195a225..9cb4a02aa05c 100644 --- a/dev-util/cunit/cunit-1.0.0.8.ebuild +++ b/dev-util/cunit/cunit-1.0.0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/cunit/cunit-1.0.0.8.ebuild,v 1.5 2004/07/14 22:55:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-1.0.0.8.ebuild,v 1.6 2009/09/23 17:42:09 patrick Exp $ S=${WORKDIR}/CUnit-1.0-8 DESCRIPTION="CUnit - C Unit Test Framework" @@ -8,7 +8,7 @@ DESCRIPTION="CUnit - C Unit Test Framework" SRC_URI="mirror://sourceforge/cunit/CUnit-1.0-8.tar.gz" HOMEPAGE="http://cunit.sourceforge.net" -DEPEND="virtual/libc" +DEPEND="" SLOT="0" LICENSE="LGPL-2" diff --git a/dev-util/cunit/cunit-1.1.0.1-r1.ebuild b/dev-util/cunit/cunit-1.1.0.1-r1.ebuild index ff677e45fa03..404ab8fa5457 100644 --- a/dev-util/cunit/cunit-1.1.0.1-r1.ebuild +++ b/dev-util/cunit/cunit-1.1.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/cunit/cunit-1.1.0.1-r1.ebuild,v 1.1 2005/04/12 08:00:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-1.1.0.1-r1.ebuild,v 1.2 2009/09/23 17:42:09 patrick Exp $ inherit eutils @@ -10,7 +10,7 @@ DESCRIPTION="CUnit - C Unit Test Framework" SRC_URI="mirror://sourceforge/cunit/CUnit-1.1-1.tar.gz" HOMEPAGE="http://cunit.sourceforge.net" -DEPEND="virtual/libc" +DEPEND="" SLOT="0" LICENSE="LGPL-2" diff --git a/dev-util/cunit/cunit-2.0.ebuild b/dev-util/cunit/cunit-2.0.ebuild index 2ac5bf22130a..24bc476390a8 100644 --- a/dev-util/cunit/cunit-2.0.ebuild +++ b/dev-util/cunit/cunit-2.0.ebuild @@ -1,13 +1,13 @@ -# 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/cunit/cunit-2.0.ebuild,v 1.6 2007/08/13 20:46:58 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.0.ebuild,v 1.7 2009/09/23 17:42:09 patrick Exp $ inherit eutils autotools DESCRIPTION="CUnit - C Unit Test Framework" SRC_URI="mirror://sourceforge/cunit/${P}-1.tar.gz" HOMEPAGE="http://cunit.sourceforge.net" -DEPEND="virtual/libc" +DEPEND="" SLOT="0" LICENSE="LGPL-2" KEYWORDS="~amd64 ppc sparc ~x86" diff --git a/dev-util/cunit/cunit-2.1-r1.ebuild b/dev-util/cunit/cunit-2.1-r1.ebuild index 193affc6bb95..b6b1f0164913 100644 --- a/dev-util/cunit/cunit-2.1-r1.ebuild +++ b/dev-util/cunit/cunit-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.4 2009/01/10 16:14:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.5 2009/09/23 17:42:09 patrick Exp $ inherit eutils autotools @@ -12,7 +12,7 @@ DESCRIPTION="CUnit - C Unit Test Framework" SRC_URI="mirror://sourceforge/cunit/${MY_P}-src.tar.gz" HOMEPAGE="http://cunit.sourceforge.net" -DEPEND="virtual/libc" +DEPEND="" SLOT="0" LICENSE="LGPL-2" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" diff --git a/dev-util/cunit/cunit-2.1.ebuild b/dev-util/cunit/cunit-2.1.ebuild index fbc9fe63116a..0ac46512bd1f 100644 --- a/dev-util/cunit/cunit-2.1.ebuild +++ b/dev-util/cunit/cunit-2.1.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/cunit/cunit-2.1.ebuild,v 1.6 2008/10/27 07:25:02 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v 1.7 2009/09/23 17:42:09 patrick Exp $ inherit eutils autotools @@ -12,7 +12,7 @@ DESCRIPTION="CUnit - C Unit Test Framework" SRC_URI="mirror://sourceforge/cunit/${MY_P}-src.tar.gz" HOMEPAGE="http://cunit.sourceforge.net" -DEPEND="virtual/libc" +DEPEND="" SLOT="0" LICENSE="LGPL-2" KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc ~ppc64 sparc x86" diff --git a/dev-util/cutils/ChangeLog b/dev-util/cutils/ChangeLog index 2eabbd031257..0a6844cc49ee 100644 --- a/dev-util/cutils/ChangeLog +++ b/dev-util/cutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cutils -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cutils/ChangeLog,v 1.25 2008/11/24 23:23:51 tcunha Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cutils/ChangeLog,v 1.26 2009/09/23 17:42:34 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> cutils-1.6-r2.ebuild: + Remove virtual/libc 24 Nov 2008; Tiago Cunha <tcunha@gentoo.org> +files/cutils-infopage.patch, cutils-1.6-r3.ebuild: diff --git a/dev-util/cutils/cutils-1.6-r2.ebuild b/dev-util/cutils/cutils-1.6-r2.ebuild index 2d37f44182b0..d77c0e0847ce 100644 --- a/dev-util/cutils/cutils-1.6-r2.ebuild +++ b/dev-util/cutils/cutils-1.6-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/cutils/cutils-1.6-r2.ebuild,v 1.7 2008/11/20 01:09:42 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cutils/cutils-1.6-r2.ebuild,v 1.8 2009/09/23 17:42:34 patrick Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="ppc sparc x86 ~amd64" IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} >=sys-apps/sed-4" diff --git a/dev-util/cvsd/ChangeLog b/dev-util/cvsd/ChangeLog index 31bfe9899a87..af0ff5f33db6 100644 --- a/dev-util/cvsd/ChangeLog +++ b/dev-util/cvsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cvsd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/ChangeLog,v 1.28 2009/07/12 18:13:17 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/ChangeLog,v 1.29 2009/09/23 17:42:58 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> cvsd-1.0.7.ebuild, + cvsd-1.0.8.ebuild: + Remove virtual/libc 12 Jul 2009; Mark Loeser <halcy0n@gentoo.org> cvsd-1.0.7.ebuild, cvsd-1.0.8.ebuild, cvsd-1.0.16.ebuild: diff --git a/dev-util/cvsd/cvsd-1.0.7.ebuild b/dev-util/cvsd/cvsd-1.0.7.ebuild index 4c161e5d7002..6508c7e34323 100644 --- a/dev-util/cvsd/cvsd-1.0.7.ebuild +++ b/dev-util/cvsd/cvsd-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/cvsd-1.0.7.ebuild,v 1.9 2009/07/12 18:13:17 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/cvsd-1.0.7.ebuild,v 1.10 2009/09/23 17:42:58 patrick Exp $ inherit eutils @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" IUSE="tcpd" -DEPEND="virtual/libc - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" +DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" RDEPEND="${DEPEND} >=dev-lang/perl-5.8.0 >=dev-util/cvs-1.11.6" diff --git a/dev-util/cvsd/cvsd-1.0.8.ebuild b/dev-util/cvsd/cvsd-1.0.8.ebuild index 79c7f1ef2fe1..9b52c29ffd54 100644 --- a/dev-util/cvsd/cvsd-1.0.8.ebuild +++ b/dev-util/cvsd/cvsd-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/cvsd-1.0.8.ebuild,v 1.5 2009/07/12 18:13:17 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/cvsd-1.0.8.ebuild,v 1.6 2009/09/23 17:42:58 patrick Exp $ inherit eutils @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="tcpd" -DEPEND="virtual/libc - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" +DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" RDEPEND="${DEPEND} >=dev-lang/perl-5.8.0 >=dev-util/cvs-1.11.6" diff --git a/dev-util/cvsspam/ChangeLog b/dev-util/cvsspam/ChangeLog index f979d737ad48..a77b5eaa9be9 100644 --- a/dev-util/cvsspam/ChangeLog +++ b/dev-util/cvsspam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cvsspam -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsspam/ChangeLog,v 1.12 2008/03/14 10:00:32 phreak Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsspam/ChangeLog,v 1.13 2009/09/23 17:43:19 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> cvsspam-0.2.11.ebuild, + cvsspam-0.2.11-r1.ebuild, cvsspam-0.2.12.ebuild: + Remove virtual/libc 14 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml, cvsspam-0.2.11.ebuild, cvsspam-0.2.11-r1.ebuild, cvsspam-0.2.12.ebuild: diff --git a/dev-util/cvsspam/cvsspam-0.2.11-r1.ebuild b/dev-util/cvsspam/cvsspam-0.2.11-r1.ebuild index 38a6492f3bc8..500ea3cb2bdd 100644 --- a/dev-util/cvsspam/cvsspam-0.2.11-r1.ebuild +++ b/dev-util/cvsspam/cvsspam-0.2.11-r1.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/cvsspam/cvsspam-0.2.11-r1.ebuild,v 1.4 2008/03/14 10:00:32 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsspam/cvsspam-0.2.11-r1.ebuild,v 1.5 2009/09/23 17:43:19 patrick Exp $ inherit eutils @@ -8,7 +8,7 @@ DESCRIPTION="Utility to send colored HTML CVS-mails" SRC_URI="http://www.badgers-in-foil.co.uk/projects/cvsspam/${P}.tar.gz" HOMEPAGE="http://www.badgers-in-foil.co.uk/projects/cvsspam/" LICENSE="GPL-2" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="dev-lang/ruby" KEYWORDS="ppc x86" SLOT="0" diff --git a/dev-util/cvsspam/cvsspam-0.2.11.ebuild b/dev-util/cvsspam/cvsspam-0.2.11.ebuild index dc6515452238..c6c4fea5ec7d 100644 --- a/dev-util/cvsspam/cvsspam-0.2.11.ebuild +++ b/dev-util/cvsspam/cvsspam-0.2.11.ebuild @@ -1,12 +1,12 @@ -# 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/cvsspam/cvsspam-0.2.11.ebuild,v 1.5 2008/03/14 10:00:32 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsspam/cvsspam-0.2.11.ebuild,v 1.6 2009/09/23 17:43:19 patrick Exp $ DESCRIPTION="Utility to send colored HTML CVS-mails" SRC_URI="http://www.badgers-in-foil.co.uk/projects/cvsspam/${P}.tar.gz" HOMEPAGE="http://www.badgers-in-foil.co.uk/projects/cvsspam/" LICENSE="GPL-2" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="dev-lang/ruby" KEYWORDS="x86 ppc" SLOT="0" diff --git a/dev-util/cvsspam/cvsspam-0.2.12.ebuild b/dev-util/cvsspam/cvsspam-0.2.12.ebuild index 95a2326d5bfd..cbc917963051 100644 --- a/dev-util/cvsspam/cvsspam-0.2.12.ebuild +++ b/dev-util/cvsspam/cvsspam-0.2.12.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/cvsspam/cvsspam-0.2.12.ebuild,v 1.2 2008/03/14 10:00:32 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsspam/cvsspam-0.2.12.ebuild,v 1.3 2009/09/23 17:43:19 patrick Exp $ inherit eutils @@ -8,7 +8,7 @@ DESCRIPTION="Utility to send colored HTML CVS-mails" SRC_URI="http://www.badgers-in-foil.co.uk/projects/cvsspam/releases/${P}.tar.gz" HOMEPAGE="http://www.badgers-in-foil.co.uk/projects/cvsspam/" LICENSE="GPL-2" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="dev-lang/ruby" KEYWORDS="~x86 ~ppc" SLOT="0" diff --git a/dev-util/cweb/ChangeLog b/dev-util/cweb/ChangeLog index 1647cb33c772..fd361c59069a 100644 --- a/dev-util/cweb/ChangeLog +++ b/dev-util/cweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cweb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/ChangeLog,v 1.19 2009/09/01 17:50:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/ChangeLog,v 1.20 2009/09/23 17:43:43 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> cweb-3.64.ebuild, + cweb-3.64-r1.ebuild: + Remove virtual/libc *cweb-3.64-r1 (01 Sep 2009) diff --git a/dev-util/cweb/cweb-3.64-r1.ebuild b/dev-util/cweb/cweb-3.64-r1.ebuild index a3306e4c4d2f..6cf0b6b52838 100644 --- a/dev-util/cweb/cweb-3.64-r1.ebuild +++ b/dev-util/cweb/cweb-3.64-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.64-r1.ebuild,v 1.1 2009/09/01 17:50:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.64-r1.ebuild,v 1.2 2009/09/23 17:43:43 patrick Exp $ EAPI="2" @@ -16,8 +16,7 @@ LICENSE="BSD" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND="virtual/libc - !app-text/tetex +DEPEND="!app-text/tetex !app-text/texlive-core !app-text/ptex" diff --git a/dev-util/cweb/cweb-3.64.ebuild b/dev-util/cweb/cweb-3.64.ebuild index c96acdadb321..9d365413ca4f 100644 --- a/dev-util/cweb/cweb-3.64.ebuild +++ b/dev-util/cweb/cweb-3.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.64.ebuild,v 1.15 2009/08/03 22:29:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.64.ebuild,v 1.16 2009/09/23 17:43:43 patrick Exp $ S=${WORKDIR} DESCRIPTION="Knuth's and Levy's C/C++ documenting system" @@ -12,8 +12,7 @@ LICENSE="BSD" KEYWORDS="~amd64 ppc sparc x86" IUSE="" -DEPEND="virtual/libc - !app-text/tetex +DEPEND="!app-text/tetex !app-text/texlive-core !app-text/ptex" diff --git a/dev-util/dejagnu/ChangeLog b/dev-util/dejagnu/ChangeLog index d3291d1253f5..cab941fdf4c3 100644 --- a/dev-util/dejagnu/ChangeLog +++ b/dev-util/dejagnu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/dejagnu # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dejagnu/ChangeLog,v 1.16 2009/08/01 11:46:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dejagnu/ChangeLog,v 1.17 2009/09/23 17:44:09 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> dejagnu-1.4.4-r1.ebuild: + Remove virtual/libc 01 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org> dejagnu-1.4.4-r1.ebuild: diff --git a/dev-util/dejagnu/dejagnu-1.4.4-r1.ebuild b/dev-util/dejagnu/dejagnu-1.4.4-r1.ebuild index 3df7ab909865..39376fc350e8 100644 --- a/dev-util/dejagnu/dejagnu-1.4.4-r1.ebuild +++ b/dev-util/dejagnu/dejagnu-1.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dejagnu/dejagnu-1.4.4-r1.ebuild,v 1.13 2009/08/01 11:46:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dejagnu/dejagnu-1.4.4-r1.ebuild,v 1.14 2009/09/23 17:44:09 patrick Exp $ inherit eutils @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="doc" -DEPEND="virtual/libc - dev-lang/tcl +DEPEND="dev-lang/tcl dev-tcltk/expect" src_unpack() { diff --git a/dev-util/duma/ChangeLog b/dev-util/duma/ChangeLog index 08fcdac4e5b7..655b294fbdd2 100644 --- a/dev-util/duma/ChangeLog +++ b/dev-util/duma/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/duma # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/duma/ChangeLog,v 1.11 2009/08/30 21:44:23 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/duma/ChangeLog,v 1.12 2009/09/23 17:44:31 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> duma-2.4.27.ebuild, + duma-2.5.8.ebuild, duma-2.5.13.ebuild, duma-2.5.14-r1.ebuild: + Remove virtual/libc 30 Aug 2009; Steve Arnold <nerdboy@gentoo.org> duma-2.5.13.ebuild: Back-ported several build and QA fixes from 2.5.15 (closes bug 279118). diff --git a/dev-util/duma/duma-2.4.27.ebuild b/dev-util/duma/duma-2.4.27.ebuild index 4a324b1087ba..d6c39ad1b221 100644 --- a/dev-util/duma/duma-2.4.27.ebuild +++ b/dev-util/duma/duma-2.4.27.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/duma/duma-2.4.27.ebuild,v 1.4 2008/06/05 03:04:58 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/duma/duma-2.4.27.ebuild,v 1.5 2009/09/23 17:44:31 patrick Exp $ inherit eutils versionator multilib toolchain-funcs # flag-o-matic @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND} app-shells/bash" diff --git a/dev-util/duma/duma-2.5.13.ebuild b/dev-util/duma/duma-2.5.13.ebuild index 96d3b1b2988d..857d0736389b 100644 --- a/dev-util/duma/duma-2.5.13.ebuild +++ b/dev-util/duma/duma-2.5.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/duma/duma-2.5.13.ebuild,v 1.6 2009/08/30 21:44:23 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/duma/duma-2.5.13.ebuild,v 1.7 2009/09/23 17:44:31 patrick Exp $ inherit eutils flag-o-matic multilib toolchain-funcs versionator @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="examples" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND} app-shells/bash" diff --git a/dev-util/duma/duma-2.5.14-r1.ebuild b/dev-util/duma/duma-2.5.14-r1.ebuild index 56793008d686..17badea7237b 100644 --- a/dev-util/duma/duma-2.5.14-r1.ebuild +++ b/dev-util/duma/duma-2.5.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/duma/duma-2.5.14-r1.ebuild,v 1.2 2009/04/01 01:02:31 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/duma/duma-2.5.14-r1.ebuild,v 1.3 2009/09/23 17:44:31 patrick Exp $ inherit eutils toolchain-funcs versionator @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="examples" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND} app-shells/bash" diff --git a/dev-util/duma/duma-2.5.8.ebuild b/dev-util/duma/duma-2.5.8.ebuild index b03ec8f3bb39..06e2146a4f8c 100644 --- a/dev-util/duma/duma-2.5.8.ebuild +++ b/dev-util/duma/duma-2.5.8.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/duma/duma-2.5.8.ebuild,v 1.2 2008/06/05 03:04:58 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/duma/duma-2.5.8.ebuild,v 1.3 2009/09/23 17:44:31 patrick Exp $ inherit eutils toolchain-funcs versionator @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="examples" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND} app-shells/bash" diff --git a/dev-util/huc/ChangeLog b/dev-util/huc/ChangeLog index e09ad2151a61..e78d655b572a 100644 --- a/dev-util/huc/ChangeLog +++ b/dev-util/huc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/huc -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/huc/ChangeLog,v 1.12 2008/10/06 12:47:47 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/huc/ChangeLog,v 1.13 2009/09/23 17:44:55 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> huc-0.1.ebuild: + Remove virtual/libc 06 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> huc-0.1.ebuild: Ignore the makefile and build manually, respects LDFLAGS and does not diff --git a/dev-util/huc/huc-0.1.ebuild b/dev-util/huc/huc-0.1.ebuild index ae37d9e2f518..fe83dd95d5d3 100644 --- a/dev-util/huc/huc-0.1.ebuild +++ b/dev-util/huc/huc-0.1.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/huc/huc-0.1.ebuild,v 1.16 2008/10/06 12:47:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/huc/huc-0.1.ebuild,v 1.17 2009/09/23 17:44:55 patrick Exp $ inherit toolchain-funcs @@ -13,7 +13,7 @@ LICENSE="GPL-2" KEYWORDS="ppc sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" doecho() { echo "$@" diff --git a/dev-util/hxd/ChangeLog b/dev-util/hxd/ChangeLog index 5b7998e6b69f..6dd8d5f708bc 100644 --- a/dev-util/hxd/ChangeLog +++ b/dev-util/hxd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/hxd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/ChangeLog,v 1.10 2009/08/23 04:31:47 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/ChangeLog,v 1.11 2009/09/23 17:45:18 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> hxd-0.70.ebuild, + hxd-0.70.02.ebuild: + Remove virtual/libc *hxd-0.70.02 (23 Aug 2009) diff --git a/dev-util/hxd/hxd-0.70.02.ebuild b/dev-util/hxd/hxd-0.70.02.ebuild index 73225e05c382..240e82ca4cc0 100644 --- a/dev-util/hxd/hxd-0.70.02.ebuild +++ b/dev-util/hxd/hxd-0.70.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.02.ebuild,v 1.1 2009/08/23 04:31:47 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.02.ebuild,v 1.2 2009/09/23 17:45:18 patrick Exp $ inherit toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~sparc ~mips ~ppc" IUSE="" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND}" src_unpack() { diff --git a/dev-util/hxd/hxd-0.70.ebuild b/dev-util/hxd/hxd-0.70.ebuild index 85347519dc6d..6fed9c0844c3 100644 --- a/dev-util/hxd/hxd-0.70.ebuild +++ b/dev-util/hxd/hxd-0.70.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/hxd/hxd-0.70.ebuild,v 1.8 2008/12/27 05:46:19 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.ebuild,v 1.9 2009/09/23 17:45:18 patrick Exp $ DESCRIPTION="Binary to hexadecimal converter" HOMEPAGE="http://www-tet.ee.tu-berlin.de/solyga/linux/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~sparc ~mips ~ppc" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_install() { dobin hxd unhxd diff --git a/dev-util/its4/ChangeLog b/dev-util/its4/ChangeLog index 25591524c9e2..83283d79205f 100644 --- a/dev-util/its4/ChangeLog +++ b/dev-util/its4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/its4 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/its4/ChangeLog,v 1.6 2007/07/02 15:09:43 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/its4/ChangeLog,v 1.7 2009/09/23 17:45:41 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> its4-1.1.1.ebuild: + Remove virtual/libc 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> its4-1.1.1.ebuild: (QA) RESTRICT clean up. diff --git a/dev-util/its4/its4-1.1.1.ebuild b/dev-util/its4/its4-1.1.1.ebuild index 38f396a7bfee..3bc0cba088d2 100644 --- a/dev-util/its4/its4-1.1.1.ebuild +++ b/dev-util/its4/its4-1.1.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/its4/its4-1.1.1.ebuild,v 1.5 2007/07/02 15:09:43 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/its4/its4-1.1.1.ebuild,v 1.6 2009/09/23 17:45:41 patrick Exp $ DESCRIPTION="ITS4: Software Security Tool" HOMEPAGE="http://www.cigital.com/its4/" @@ -9,7 +9,7 @@ LICENSE="ITS4" SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="sys-devel/gcc virtual/libc" +DEPEND="sys-devel/gcc" RESTRICT="mirror fetch" #RDEPEND="" S="${WORKDIR}/${PN}" diff --git a/dev-util/leaktracer/ChangeLog b/dev-util/leaktracer/ChangeLog index bc5158c2a8a2..07d95719f529 100644 --- a/dev-util/leaktracer/ChangeLog +++ b/dev-util/leaktracer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/leaktracer -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/leaktracer/ChangeLog,v 1.12 2008/01/03 21:03:48 dev-zero Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/leaktracer/ChangeLog,v 1.13 2009/09/23 17:46:04 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> leaktracer-2.4.ebuild: + Remove virtual/libc *leaktracer-2.4-r2 (03 Jan 2008) diff --git a/dev-util/leaktracer/leaktracer-2.4.ebuild b/dev-util/leaktracer/leaktracer-2.4.ebuild index fdf09062cc59..4c81bf34b7fa 100644 --- a/dev-util/leaktracer/leaktracer-2.4.ebuild +++ b/dev-util/leaktracer/leaktracer-2.4.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/leaktracer/leaktracer-2.4.ebuild,v 1.7 2007/03/05 03:52:55 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/leaktracer/leaktracer-2.4.ebuild,v 1.8 2009/09/23 17:46:04 patrick Exp $ inherit eutils @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="virtual/libc - >=dev-lang/perl-5 +DEPEND=">=dev-lang/perl-5 sys-devel/gdb" src_compile() { diff --git a/dev-util/lockrun/ChangeLog b/dev-util/lockrun/ChangeLog index aa91ca9c6357..06615697c04c 100644 --- a/dev-util/lockrun/ChangeLog +++ b/dev-util/lockrun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/lockrun # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lockrun/ChangeLog,v 1.5 2009/04/11 09:41:12 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lockrun/ChangeLog,v 1.6 2009/09/23 17:46:25 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> lockrun-2.ebuild: + Remove virtual/libc 11 Apr 2009; Benedikt Böhm <hollow@gentoo.org> lockrun-2.ebuild: stable on x86 wrt #265452 diff --git a/dev-util/lockrun/lockrun-2.ebuild b/dev-util/lockrun/lockrun-2.ebuild index 18a936c28b2a..5658d73d0b97 100644 --- a/dev-util/lockrun/lockrun-2.ebuild +++ b/dev-util/lockrun/lockrun-2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lockrun/lockrun-2.ebuild,v 1.5 2009/04/11 09:41:12 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lockrun/lockrun-2.ebuild,v 1.6 2009/09/23 17:46:25 patrick Exp $ inherit toolchain-funcs @@ -14,7 +14,7 @@ IUSE="" RESTRICT="test" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND}" S="${WORKDIR}" diff --git a/dev-util/pscan/ChangeLog b/dev-util/pscan/ChangeLog index 372457232658..9c1dde4166e6 100644 --- a/dev-util/pscan/ChangeLog +++ b/dev-util/pscan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/pscan -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/ChangeLog,v 1.11 2007/05/11 09:05:05 robbat2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/ChangeLog,v 1.12 2009/09/23 17:46:47 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> pscan-20000721.ebuild, + pscan-20000721-r1.ebuild: + Remove virtual/libc 11 May 2007; Robin H. Johnson <robbat2@gentoo.org> pscan-20000721.ebuild, pscan-20000721-r1.ebuild: diff --git a/dev-util/pscan/pscan-20000721-r1.ebuild b/dev-util/pscan/pscan-20000721-r1.ebuild index 7f0c671718bd..83f38bd8fb28 100644 --- a/dev-util/pscan/pscan-20000721-r1.ebuild +++ b/dev-util/pscan/pscan-20000721-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/pscan/pscan-20000721-r1.ebuild,v 1.6 2007/05/11 09:05:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/pscan-20000721-r1.ebuild,v 1.7 2009/09/23 17:46:47 patrick Exp $ inherit toolchain-funcs @@ -17,7 +17,7 @@ IUSE="" # Does NOT contain a testsuite, but does contain a test.c that confuses src_test RESTRICT="test" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} sys-devel/flex" diff --git a/dev-util/pscan/pscan-20000721.ebuild b/dev-util/pscan/pscan-20000721.ebuild index 39ef006e7c82..e4d6c7f67438 100644 --- a/dev-util/pscan/pscan-20000721.ebuild +++ b/dev-util/pscan/pscan-20000721.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/pscan/pscan-20000721.ebuild,v 1.7 2007/05/11 09:05:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/pscan-20000721.ebuild,v 1.8 2009/09/23 17:46:47 patrick Exp $ inherit toolchain-funcs @@ -17,7 +17,7 @@ IUSE="" # Does NOT contain a testsuite, but does contain a test.c that confuses src_test RESTRICT="test" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} sys-devel/flex" 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 diff --git a/dev-util/re2c/ChangeLog b/dev-util/re2c/ChangeLog index abeddb193773..528a86f99839 100644 --- a/dev-util/re2c/ChangeLog +++ b/dev-util/re2c/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/re2c -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.56 2008/09/29 20:03:51 jer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.57 2009/09/23 17:47:41 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> re2c-0.12.0.ebuild, + re2c-0.13.2.ebuild, re2c-0.13.5.ebuild: + Remove virtual/libc 29 Sep 2008; Jeroen Roovers <jer@gentoo.org> re2c-0.13.5.ebuild: Stable for HPPA (bug #236487). diff --git a/dev-util/re2c/re2c-0.12.0.ebuild b/dev-util/re2c/re2c-0.12.0.ebuild index 47ac6badc2bd..e11143185559 100644 --- a/dev-util/re2c/re2c-0.12.0.ebuild +++ b/dev-util/re2c/re2c-0.12.0.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/re2c/re2c-0.12.0.ebuild,v 1.11 2008/08/04 17:53:28 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v 1.12 2009/09/23 17:47:41 patrick Exp $ inherit eutils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/dev-util/re2c/re2c-0.13.2.ebuild b/dev-util/re2c/re2c-0.13.2.ebuild index d5de4d49b6e7..f0541f872aba 100644 --- a/dev-util/re2c/re2c-0.13.2.ebuild +++ b/dev-util/re2c/re2c-0.13.2.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/re2c/re2c-0.13.2.ebuild,v 1.2 2008/08/04 17:53:28 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.2.ebuild,v 1.3 2009/09/23 17:47:41 patrick Exp $ inherit eutils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/dev-util/re2c/re2c-0.13.5.ebuild b/dev-util/re2c/re2c-0.13.5.ebuild index 1f41930d9afc..aa1ff1913f7e 100644 --- a/dev-util/re2c/re2c-0.13.5.ebuild +++ b/dev-util/re2c/re2c-0.13.5.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/re2c/re2c-0.13.5.ebuild,v 1.7 2008/09/29 20:03:51 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5.ebuild,v 1.8 2009/09/23 17:47:41 patrick Exp $ inherit eutils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/dev-util/reswrap/ChangeLog b/dev-util/reswrap/ChangeLog index 34265e8b1419..f4ddc00d719c 100644 --- a/dev-util/reswrap/ChangeLog +++ b/dev-util/reswrap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/reswrap -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/ChangeLog,v 1.11 2007/03/26 12:18:04 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/ChangeLog,v 1.12 2009/09/23 17:48:09 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> reswrap-3.1.0.ebuild, + reswrap-3.2.0.ebuild: + Remove virtual/libc 26 Mar 2007; Raúl Porcel <armin76@gentoo.org> reswrap-3.2.0.ebuild: ia64 stable wrt bug 168328 diff --git a/dev-util/reswrap/reswrap-3.1.0.ebuild b/dev-util/reswrap/reswrap-3.1.0.ebuild index 5e451af31b62..5f71f4f278e3 100644 --- a/dev-util/reswrap/reswrap-3.1.0.ebuild +++ b/dev-util/reswrap/reswrap-3.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/reswrap/reswrap-3.1.0.ebuild,v 1.1 2005/05/07 19:43:22 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/reswrap-3.1.0.ebuild,v 1.2 2009/09/23 17:48:09 patrick Exp $ FOX_COMPONENT="utils" FOX_PV="1.2.15" @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~ppc64 ~sparc" IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" FOXCONF="--disable-bz2lib \ --disable-cups \ diff --git a/dev-util/reswrap/reswrap-3.2.0.ebuild b/dev-util/reswrap/reswrap-3.2.0.ebuild index 30448152302e..c844ad9c23d2 100644 --- a/dev-util/reswrap/reswrap-3.2.0.ebuild +++ b/dev-util/reswrap/reswrap-3.2.0.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/reswrap/reswrap-3.2.0.ebuild,v 1.10 2007/03/26 12:18:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/reswrap-3.2.0.ebuild,v 1.11 2009/09/23 17:48:09 patrick Exp $ FOX_COMPONENT="utils" FOX_PV="1.4.12" @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" FOXCONF="--disable-bz2lib \ --disable-cups \ diff --git a/dev-util/shc/ChangeLog b/dev-util/shc/ChangeLog index aa0b83016784..e65c6e39e724 100644 --- a/dev-util/shc/ChangeLog +++ b/dev-util/shc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/shc -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.14 2007/08/13 20:50:43 dertobi123 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.15 2009/09/23 17:48:34 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> shc-3.6.ebuild, + shc-3.7.ebuild: + Remove virtual/libc 13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> shc-3.7.ebuild: ppc. stable diff --git a/dev-util/shc/shc-3.6.ebuild b/dev-util/shc/shc-3.6.ebuild index a5072bea1e9d..c7c45dcf1882 100644 --- a/dev-util/shc/shc-3.6.ebuild +++ b/dev-util/shc/shc-3.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/shc/shc-3.6.ebuild,v 1.8 2005/08/07 13:41:28 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.6.ebuild,v 1.9 2009/09/23 17:48:34 patrick Exp $ DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~alpha ppc ~sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { ## the "test"-target leads to an access-violation -> so we skip it diff --git a/dev-util/shc/shc-3.7.ebuild b/dev-util/shc/shc-3.7.ebuild index bd875a46e252..397ad2e59936 100644 --- a/dev-util/shc/shc-3.7.ebuild +++ b/dev-util/shc/shc-3.7.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/shc/shc-3.7.ebuild,v 1.6 2007/08/13 20:50:43 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.7.ebuild,v 1.7 2009/09/23 17:48:34 patrick Exp $ DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="alpha ppc ~sparc ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { ## the "test"-target leads to an access-violation -> so we skip it |