summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-02-16 06:49:32 +0000
committerJonathan Callen <abcd@gentoo.org>2010-02-16 06:49:32 +0000
commitb48a051ce689346887c16d553bba1f8ada7aaf33 (patch)
tree2a8bd022d50c3fd73e831c20af42a8baffd19d5b /x11-libs/qt-assistant
parentDrop old patches (diff)
downloadgentoo-2-b48a051ce689346887c16d553bba1f8ada7aaf33.tar.gz
gentoo-2-b48a051ce689346887c16d553bba1f8ada7aaf33.tar.bz2
gentoo-2-b48a051ce689346887c16d553bba1f8ada7aaf33.zip
Drop old patch
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt-assistant')
-rw-r--r--x11-libs/qt-assistant/ChangeLog6
-rw-r--r--x11-libs/qt-assistant/files/qt-assistant-4.6.0_rc1-tools.patch37
2 files changed, 5 insertions, 38 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog
index 868b9f74aec0..6e87c8dcef8a 100644
--- a/x11-libs/qt-assistant/ChangeLog
+++ b/x11-libs/qt-assistant/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-assistant
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.70 2010/02/15 15:08:26 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.71 2010/02/16 06:49:26 abcd Exp $
+
+ 16 Feb 2010; Jonathan Callen <abcd@gentoo.org>
+ -files/qt-assistant-4.6.0_rc1-tools.patch:
+ Drop old patch
*qt-assistant-4.6.2 (15 Feb 2010)
diff --git a/x11-libs/qt-assistant/files/qt-assistant-4.6.0_rc1-tools.patch b/x11-libs/qt-assistant/files/qt-assistant-4.6.0_rc1-tools.patch
deleted file mode 100644
index 6426ee9aef3c..000000000000
--- a/x11-libs/qt-assistant/files/qt-assistant-4.6.0_rc1-tools.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff --git a/tools/tools.pro b/tools/tools.pro
-index 87ba3c9..26a82ed 100644
---- a/tools/tools.pro
-+++ b/tools/tools.pro
-@@ -5,31 +5,8 @@ no-png {
- } else {
- SUBDIRS += assistant \
- pixeltool \
-- porting \
-- qtestlib \
-- qttracereplay
-- contains(QT_EDITION, Console) {
-- SUBDIRS += designer/src/uitools # Linguist depends on this
-- } else {
-- SUBDIRS += designer
-- }
-- SUBDIRS += linguist
-- symbian: SUBDIRS = designer
-- wince*: SUBDIRS = qtestlib designer
-- unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig
-- win32:!wince*:SUBDIRS += activeqt
-+ qdoc3
- }
-
--mac {
-- SUBDIRS += macdeployqt
--}
--
--embedded:SUBDIRS += kmap2qmap
--
--contains(QT_CONFIG, declarative):SUBDIRS += qmlviewer qmldebugger
--contains(QT_CONFIG, dbus):SUBDIRS += qdbus
--!wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns xmlpatternsvalidator
--embedded: SUBDIRS += makeqpf
--
- CONFIG+=ordered
- QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)"