summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <vlooe@web.de>2009-06-09 22:59:43 +0200
committerFlorian Fischer <vlooe@web.de>2009-06-09 22:59:43 +0200
commitd3364a31a7369273ba49458a6cbd9ac9fd31227b (patch)
tree69347c9cae5064fab6c5acbfc772fa0910202623
parentsynced x11-libs/qt with portage tree (diff)
downloadmultilib-portage-d3364a31a7369273ba49458a6cbd9ac9fd31227b.tar.gz
multilib-portage-d3364a31a7369273ba49458a6cbd9ac9fd31227b.tar.bz2
multilib-portage-d3364a31a7369273ba49458a6cbd9ac9fd31227b.zip
synced x11-libs/qt-assistant with portage tree
-rw-r--r--metadata/cache/x11-libs/qt-assistant-4.5.12
-rw-r--r--x11-libs/qt-assistant/Manifest2
-rw-r--r--x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild5
3 files changed, 4 insertions, 5 deletions
diff --git a/metadata/cache/x11-libs/qt-assistant-4.5.1 b/metadata/cache/x11-libs/qt-assistant-4.5.1
index d9dce95a5..8c438a409 100644
--- a/metadata/cache/x11-libs/qt-assistant-4.5.1
+++ b/metadata/cache/x11-libs/qt-assistant-4.5.1
@@ -6,7 +6,7 @@ http://download.qtsoftware.com/qt/source/qt-x11-opensource-src-4.5.1.tar.bz2
http://www.qtsoftware.com/
|| ( LGPL-2.1 GPL-3 )
The assistant help module for the Qt toolkit
-~alpha ~amd64 arm ~hppa ~ia64 ppc ~ppc64 -sparc ~x86 ~x86-fbsd
+~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 -sparc x86 ~x86-fbsd
base eutils flag-o-matic multilib multilib-native portability qt4-build toolchain-funcs versionator
custom-cxxflags debug pch lib32
diff --git a/x11-libs/qt-assistant/Manifest b/x11-libs/qt-assistant/Manifest
index 5db4e908a..ee4ed64f6 100644
--- a/x11-libs/qt-assistant/Manifest
+++ b/x11-libs/qt-assistant/Manifest
@@ -3,4 +3,4 @@ DIST qt-x11-opensource-src-4.4.2-headers.tar.bz2 2509611 RMD160 3424d4049f1c0695
DIST qt-x11-opensource-src-4.4.2.tar.bz2 102816706 RMD160 5719ab5800ca181417e0dff7f961af7b371ddd97 SHA1 0bc56934565f529a2708533a4f160fbc87b9d9e0 SHA256 0530fefc452e5029877739164e133de7df5faa519b0fb3d9fcf40b467350c675
DIST qt-x11-opensource-src-4.5.1.tar.bz2 114667436 RMD160 702d7c6bb9787cd5602dcb8afce52bdfcfd52179 SHA1 50ba9b6d2eb7056e47dc53775be509c4ff6ec015 SHA256 b994c40e41386c9d82f025dd9198e1161717021216680adef97da3f1b8947c75
EBUILD qt-assistant-4.4.2-r1.ebuild 2259 RMD160 f91efdcb73c81fc82529e42d55fd03d1e792a6aa SHA1 9b322a026755de5727cfedb66e5beef461a6faa7 SHA256 fb9ec02f3b9fbc63c85d0c3c381cb0c9e67989f62f4649a3c5023078ce00b436
-EBUILD qt-assistant-4.5.1.ebuild 2019 RMD160 aed0b1a2c868d4a1911a3022c0c661cb3d0410c7 SHA1 41a64873f00489bfbae77325d0a1c20ce1240460 SHA256 a1b22661820c23112a497a04c19dc909c4194ce7854e174a10094f42628f0fad
+EBUILD qt-assistant-4.5.1.ebuild 2016 RMD160 fcc7ed77beaf6055ed68740de6ca056c62969b49 SHA1 100940a14564c5d046cbce302a1759323d7fcf48 SHA256 fa3fdfdf1ae84474267223b254ef3e0686e2aa8357b7c063c78f0609b2a86d90
diff --git a/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild
index eaa3bfc7c..af404982a 100644
--- a/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild
+++ b/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild
@@ -1,13 +1,13 @@
# 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.1.ebuild,v 1.5 2009/05/28 11:50:14 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v 1.7 2009/06/06 08:41:17 maekke Exp $
EAPI="2"
inherit qt4-build multilib-native
DESCRIPTION="The assistant help module for the Qt toolkit"
SLOT="4"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 -sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="~x11-libs/qt-gui-${PV}[debug=,lib32?]
@@ -50,5 +50,4 @@ multilib-native_src_install_internal() {
make_desktop_entry /usr/bin/assistant Assistant \
/usr/share/pixmaps/assistant.png 'Qt;Development;GUIDesigner' \
|| die "make_desktop_entry failed"
-
}