From: "Michael Palimaka (kensington)" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qtscriptgenerator: qtscriptgenerator-0.2.0.ebuild ChangeLog
Date: Tue, 23 Jul 2013 15:07:01 +0000 (UTC) [thread overview]
Message-ID: <20130723150701.719AE2171C@flycatcher.gentoo.org> (raw)
kensington 13/07/23 15:07:01
Modified: qtscriptgenerator-0.2.0.ebuild ChangeLog
Log:
Fix Qt dependencies wrt bug #476624.
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Revision Changes Path
1.8 x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild?r1=1.7&r2=1.8
Index: qtscriptgenerator-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qtscriptgenerator-0.2.0.ebuild 17 Mar 2013 09:41:32 -0000 1.7
+++ qtscriptgenerator-0.2.0.ebuild 23 Jul 2013 15:07:01 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild,v 1.7 2013/03/17 09:41:32 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild,v 1.8 2013/07/23 15:07:01 kensington Exp $
EAPI=4
@@ -20,7 +20,7 @@
DEPEND="
dev-qt/qtcore:4
- dev-qt/qtgui:4
+ || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) <dev-qt/qtgui-4.8.5:4 )
dev-qt/qtopengl:4
!kde? ( || (
dev-qt/qtphonon:4
1.30 x11-libs/qtscriptgenerator/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 17 Mar 2013 09:41:32 -0000 1.29
+++ ChangeLog 23 Jul 2013 15:07:01 -0000 1.30
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qtscriptgenerator
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog,v 1.29 2013/03/17 09:41:32 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog,v 1.30 2013/07/23 15:07:01 kensington Exp $
+
+ 23 Jul 2013; Michael Palimaka <kensington@gentoo.org>
+ qtscriptgenerator-0.2.0.ebuild:
+ Fix Qt dependencies wrt bug #476624.
17 Mar 2013; Sergey Popov <pinkbyte@gentoo.org>
qtscriptgenerator-0.2.0.ebuild:
next reply other threads:[~2013-07-23 15:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-23 15:07 Michael Palimaka (kensington) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-23 13:54 [gentoo-commits] gentoo-x86 commit in x11-libs/qtscriptgenerator: qtscriptgenerator-0.2.0.ebuild ChangeLog Davide Pesavento (pesa)
2015-06-22 14:33 Davide Pesavento (pesa)
2014-12-31 13:43 Michael Palimaka (kensington)
2013-03-17 9:41 Sergey Popov (pinkbyte)
2013-03-02 23:45 Markos Chandras (hwoarang)
2012-12-30 14:04 Michael Palimaka (kensington)
2012-06-07 21:19 Brent Baude (ranger)
2012-06-07 20:21 Johannes Huber (johu)
2012-06-01 19:21 Agostino Sarubbo (ago)
2012-05-02 12:32 Johannes Huber (johu)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130723150701.719AE2171C@flycatcher.gentoo.org \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox