* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.5.0_rc1.ebuild
@ 2009-02-11 23:15 Ben de Groot (yngwin)
0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot (yngwin) @ 2009-02-11 23:15 UTC (permalink / raw
To: gentoo-commits
yngwin 09/02/11 23:15:09
Modified: ChangeLog
Added: qt-assistant-4.5.0_rc1.ebuild
Log:
Qt 4.5.0_rc1 version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.26 x11-libs/qt-assistant/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 6 Feb 2009 16:28:44 -0000 1.25
+++ ChangeLog 11 Feb 2009 23:15:09 -0000 1.26
@@ -1,6 +1,13 @@
# ChangeLog for x11-libs/qt-assistant
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.25 2009/02/06 16:28:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.26 2009/02/11 23:15:09 yngwin Exp $
+
+*qt-assistant-4.5.0_rc1 (11 Feb 2009)
+
+ 11 Feb 2009; Ben de Groot <yngwin@gentoo.org>
+ +qt-assistant-4.5.0_rc1.ebuild:
+ Version bump. Dropping keywords for arches that don't have qt-webkit
+ keyworded, which is now a hard dependency.
06 Feb 2009; Raúl Porcel <armin76@gentoo.org>
qt-assistant-4.4.2-r1.ebuild:
1.1 x11-libs/qt-assistant/qt-assistant-4.5.0_rc1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.0_rc1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.0_rc1.ebuild?rev=1.1&content-type=text/plain
Index: qt-assistant-4.5.0_rc1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.0_rc1.ebuild,v 1.1 2009/02/11 23:15:09 yngwin Exp $
EAPI="2"
inherit qt4-build
DESCRIPTION="The assistant help module for the Qt toolkit"
LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="4"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 -sparc ~x86"
IUSE=""
DEPEND="~x11-libs/qt-gui-${PV}[debug=]
~x11-libs/qt-sql-${PV}[debug=,sqlite]
~x11-libs/qt-webkit-${PV}[debug=]"
RDEPEND="${DEPEND}"
# Pixeltool isn't really assistant related, but it relies on
# the assistant libraries. And qdoc3 is needed by qt-creator...
QT4_TARGET_DIRECTORIES="tools/assistant tools/pixeltool tools/qdoc3"
QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
src/3rdparty/clucene/
tools/shared/fontpanel
include/
src/
doc/"
src_configure() {
myconf="${myconf} -no-xkb -no-fontconfig -no-xrender -no-xrandr
-no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
-no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng
-no-libmng -no-libjpeg -no-openssl -system-zlib -no-phonon
-no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
-no-fontconfig -no-glib -no-opengl -no-qt3support -no-svg -no-gtkstyle"
qt4-build_src_configure
}
src_install() {
qt4-build_src_install
insinto ${QTDOCDIR}
doins -r "${S}"/doc/qch/ || die "Installing qch documentation failed"
dobin "${S}"/tools/qdoc3/qdoc3 || die "Installing qdoc3 failed"
domenu "${FILESDIR}"/Assistant.desktop
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.5.0_rc1.ebuild
@ 2009-03-18 22:17 Markos Chandras (hwoarang)
0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-03-18 22:17 UTC (permalink / raw
To: gentoo-commits
hwoarang 09/03/18 22:17:37
Modified: ChangeLog
Removed: qt-assistant-4.5.0_rc1.ebuild
Log:
Dropping 4.5.0_rc1
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Revision Changes Path
1.33 x11-libs/qt-assistant/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 18 Mar 2009 10:51:33 -0000 1.32
+++ ChangeLog 18 Mar 2009 22:17:37 -0000 1.33
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-assistant
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.32 2009/03/18 10:51:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.33 2009/03/18 22:17:37 hwoarang Exp $
+
+ 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org>
+ -qt-assistant-4.5.0_rc1.ebuild:
+ Dropping 4.5.0_rc1
18 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-assistant-4.5.0.ebuild:
Add ~alpha/~ia64
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-18 22:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-11 23:15 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.5.0_rc1.ebuild Ben de Groot (yngwin)
-- strict thread matches above, loose matches on Subject: below --
2009-03-18 22:17 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox