From 7d829212853abb75dcdd974d87a8ae11fed8a46f Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sat, 28 Apr 2007 12:51:48 +0000 Subject: [PATCH] Virtuals have only run-time dependencies. Package-Manager: portage-2.1.2.5 --- virtual/c++-tr1-functional/ChangeLog | 6 +++++- virtual/c++-tr1-functional/c++-tr1-functional-0.ebuild | 6 +++--- virtual/c++-tr1-memory/ChangeLog | 5 ++++- virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild | 6 +++--- virtual/c++-tr1-type-traits/ChangeLog | 6 +++++- virtual/c++-tr1-type-traits/c++-tr1-type-traits-0.ebuild | 6 +++--- 6 files changed, 23 insertions(+), 12 deletions(-) diff --git a/virtual/c++-tr1-functional/ChangeLog b/virtual/c++-tr1-functional/ChangeLog index f4854af9ece6..2db2aa8cfde5 100644 --- a/virtual/c++-tr1-functional/ChangeLog +++ b/virtual/c++-tr1-functional/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/c++-tr1-functional # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-functional/ChangeLog,v 1.2 2007/04/04 21:10:38 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-functional/ChangeLog,v 1.3 2007/04/28 12:50:11 swegener Exp $ + + 28 Apr 2007; Sven Wegener + c++-tr1-functional-0.ebuild: + Virtuals have only run-time dependencies. *c++-tr1-functional-0 (29 Mar 2007) diff --git a/virtual/c++-tr1-functional/c++-tr1-functional-0.ebuild b/virtual/c++-tr1-functional/c++-tr1-functional-0.ebuild index 0e083bf34b9b..d6fffee05cce 100644 --- a/virtual/c++-tr1-functional/c++-tr1-functional-0.ebuild +++ b/virtual/c++-tr1-functional/c++-tr1-functional-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-functional/c++-tr1-functional-0.ebuild,v 1.1 2007/03/29 20:13:46 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-functional/c++-tr1-functional-0.ebuild,v 1.2 2007/04/28 12:50:11 swegener Exp $ DESCRIPTION="Virtual for C++ tr1 " HOMEPAGE="http://www.gentoo.org/proj/en/base/" @@ -9,5 +9,5 @@ LICENSE="as-is" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND="|| ( >=sys-devel/gcc-4.1 dev-libs/boost )" - +RDEPEND="|| ( >=sys-devel/gcc-4.1 dev-libs/boost )" +DEPEND="" diff --git a/virtual/c++-tr1-memory/ChangeLog b/virtual/c++-tr1-memory/ChangeLog index 81d5d439ed89..9abef6aaf6ab 100644 --- a/virtual/c++-tr1-memory/ChangeLog +++ b/virtual/c++-tr1-memory/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/c++-tr1-memory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-memory/ChangeLog,v 1.3 2007/04/04 21:11:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-memory/ChangeLog,v 1.4 2007/04/28 12:50:59 swegener Exp $ + + 28 Apr 2007; Sven Wegener c++-tr1-memory-0.ebuild: + Virtuals have only run-time dependencies. *c++-tr1-memory-0 (29 Mar 2007) diff --git a/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild b/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild index f1350f09bee0..dcd0b7af8290 100644 --- a/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild +++ b/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild,v 1.2 2007/03/29 20:21:01 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild,v 1.3 2007/04/28 12:50:59 swegener Exp $ DESCRIPTION="Virtual for C++ tr1 " HOMEPAGE="http://www.gentoo.org/proj/en/base/" @@ -9,5 +9,5 @@ LICENSE="as-is" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND="|| ( >=sys-devel/gcc-4.1 dev-libs/boost )" - +RDEPEND="|| ( >=sys-devel/gcc-4.1 dev-libs/boost )" +DEPEND="" diff --git a/virtual/c++-tr1-type-traits/ChangeLog b/virtual/c++-tr1-type-traits/ChangeLog index 2608b605e801..0563c20ca895 100644 --- a/virtual/c++-tr1-type-traits/ChangeLog +++ b/virtual/c++-tr1-type-traits/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/c++-tr1-type-traits # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-type-traits/ChangeLog,v 1.2 2007/04/04 21:11:46 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-type-traits/ChangeLog,v 1.3 2007/04/28 12:51:48 swegener Exp $ + + 28 Apr 2007; Sven Wegener + c++-tr1-type-traits-0.ebuild: + Virtuals have only run-time dependencies. *c++-tr1-type-traits-0 (29 Mar 2007) diff --git a/virtual/c++-tr1-type-traits/c++-tr1-type-traits-0.ebuild b/virtual/c++-tr1-type-traits/c++-tr1-type-traits-0.ebuild index d99bbd8d836c..bbb36b1a08aa 100644 --- a/virtual/c++-tr1-type-traits/c++-tr1-type-traits-0.ebuild +++ b/virtual/c++-tr1-type-traits/c++-tr1-type-traits-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-type-traits/c++-tr1-type-traits-0.ebuild,v 1.1 2007/03/29 20:04:18 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-type-traits/c++-tr1-type-traits-0.ebuild,v 1.2 2007/04/28 12:51:48 swegener Exp $ DESCRIPTION="Virtual for C++ tr1 " HOMEPAGE="http://www.gentoo.org/proj/en/base/" @@ -9,5 +9,5 @@ LICENSE="as-is" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND="|| ( >=sys-devel/gcc-4.1 dev-libs/boost )" - +RDEPEND="|| ( >=sys-devel/gcc-4.1 dev-libs/boost )" +DEPEND="" -- 2.26.2