* [gentoo-commits] gentoo-x86 commit in kde-base/qtruby: qtruby-3.5.9.ebuild qtruby-3.5.8.ebuild ChangeLog
@ 2008-02-22 19:51 Ingmar Vanhassel (ingmar)
0 siblings, 0 replies; only message in thread
From: Ingmar Vanhassel (ingmar) @ 2008-02-22 19:51 UTC (permalink / raw
To: gentoo-commits
ingmar 08/02/22 19:51:30
Modified: qtruby-3.5.9.ebuild qtruby-3.5.8.ebuild ChangeLog
Log:
Missing dependency on dev-ruby/rubygems.
(Portage version: 2.1.4.4)
Revision Changes Path
1.2 kde-base/qtruby/qtruby-3.5.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/qtruby-3.5.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/qtruby-3.5.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/qtruby-3.5.9.ebuild?r1=1.1&r2=1.2
Index: qtruby-3.5.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/qtruby/qtruby-3.5.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtruby-3.5.9.ebuild 20 Feb 2008 23:35:01 -0000 1.1
+++ qtruby-3.5.9.ebuild 22 Feb 2008 19:51:30 -0000 1.2
@@ -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/kde-base/qtruby/qtruby-3.5.9.ebuild,v 1.1 2008/02/20 23:35:01 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/qtruby-3.5.9.ebuild,v 1.2 2008/02/22 19:51:30 ingmar Exp $
KMNAME=kdebindings
KMCOPYLIB="libsmokeqt smoke/qt"
@@ -13,8 +13,11 @@
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND=">=virtual/ruby-1.8
->=kde-base/smoke-${PV}:${SLOT}"
+DEPEND="
+ dev-ruby/rubygems
+ >=kde-base/smoke-${PV}:${SLOT}
+ >=virtual/ruby-1.8"
+RDEPEND="${DEPEND}"
PATCHES="${FILESDIR}/no-gtk-glib-check.diff"
1.7 kde-base/qtruby/qtruby-3.5.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/qtruby-3.5.8.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/qtruby-3.5.8.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/qtruby-3.5.8.ebuild?r1=1.6&r2=1.7
Index: qtruby-3.5.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/qtruby/qtruby-3.5.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qtruby-3.5.8.ebuild 9 Feb 2008 18:44:22 -0000 1.6
+++ qtruby-3.5.8.ebuild 22 Feb 2008 19:51:30 -0000 1.7
@@ -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/kde-base/qtruby/qtruby-3.5.8.ebuild,v 1.6 2008/02/09 18:44:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/qtruby-3.5.8.ebuild,v 1.7 2008/02/22 19:51:30 ingmar Exp $
KMNAME=kdebindings
KMCOPYLIB="libsmokeqt smoke/qt"
@@ -14,7 +14,9 @@
KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE=""
-DEPEND=" >=virtual/ruby-1.8
+DEPEND="
+dev-ruby/rubygems
+>=virtual/ruby-1.8
$(deprange 3.5.6 $MAXKDEVER kde-base/smoke)"
PATCHES="$FILESDIR/no-gtk-glib-check.diff"
1.72 kde-base/qtruby/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/qtruby/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 20 Feb 2008 23:35:01 -0000 1.71
+++ ChangeLog 22 Feb 2008 19:51:30 -0000 1.72
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/qtruby
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/ChangeLog,v 1.71 2008/02/20 23:35:01 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/ChangeLog,v 1.72 2008/02/22 19:51:30 ingmar Exp $
+
+ 22 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> qtruby-3.5.8.ebuild,
+ qtruby-3.5.9.ebuild:
+ Missing dependency on dev-ruby/rubygems.
*qtruby-3.5.9 (20 Feb 2008)
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-22 19:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-22 19:51 [gentoo-commits] gentoo-x86 commit in kde-base/qtruby: qtruby-3.5.9.ebuild qtruby-3.5.8.ebuild ChangeLog Ingmar Vanhassel (ingmar)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox