From: "Ben de Groot (yngwin)" <yngwin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.3.2.ebuild
Date: Fri, 29 May 2009 23:22:53 +0000 [thread overview]
Message-ID: <E1MABPZ-0005Y0-F0@stork.gentoo.org> (raw)
yngwin 09/05/29 23:22:53
Modified: ChangeLog qscintilla-2.3.2.ebuild
Log:
Remove monolithic qt4 dep, as only split is in tree
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.24 x11-libs/qscintilla/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 20 Feb 2009 17:50:55 -0000 1.23
+++ ChangeLog 29 May 2009 23:22:53 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qscintilla
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.23 2009/02/20 17:50:55 jer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.24 2009/05/29 23:22:53 yngwin Exp $
+
+ 29 May 2009; Ben de Groot <yngwin@gentoo.org> qscintilla-2.3.2.ebuild:
+ Remove monolithic qt4 dep, as only split is in tree
20 Feb 2009; Jeroen Roovers <jer@gentoo.org> qscintilla-2.3.2.ebuild:
Stable for HPPA (bug #248083).
1.8 x11-libs/qscintilla/qscintilla-2.3.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.2.ebuild?r1=1.7&r2=1.8
Index: qscintilla-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qscintilla-2.3.2.ebuild 20 Feb 2009 17:50:55 -0000 1.7
+++ qscintilla-2.3.2.ebuild 29 May 2009 23:22:53 -0000 1.8
@@ -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/x11-libs/qscintilla/qscintilla-2.3.2.ebuild,v 1.7 2009/02/20 17:50:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.2.ebuild,v 1.8 2009/05/29 23:22:53 yngwin Exp $
EAPI=1
inherit eutils toolchain-funcs multilib
@@ -17,9 +17,7 @@
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="qt4 +python doc examples debug"
-RDEPEND="qt4? ( || ( x11-libs/qt-gui:4
- =x11-libs/qt-4.3*:4 )
- )
+RDEPEND="qt4? ( x11-libs/qt-gui:4 )
!qt4? ( x11-libs/qt:3 )"
DEPEND="${RDEPEND}"
# dev-python/PyQt needs qscintilla to build and qscintilla's python bindings
next reply other threads:[~2009-05-29 23:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-29 23:22 Ben de Groot (yngwin) [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-06-01 22:28 [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.3.2.ebuild Ben de Groot (yngwin)
2009-02-20 17:50 Jeroen Roovers (jer)
2009-02-06 16:30 Raul Porcel (armin76)
2009-02-04 23:26 Brent Baude (ranger)
2009-01-31 18:20 Tobias Klausmann (klausman)
2009-01-18 20:08 Markus Meier (maekke)
2009-01-17 16:31 Gysbert Wassenaar (nixnut)
2008-11-21 13:58 Ben de Groot (yngwin)
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=E1MABPZ-0005Y0-F0@stork.gentoo.org \
--to=yngwin@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