diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-03 22:36:49 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-03 22:36:49 +0000 |
commit | 04afa68ef7c42768a17f774729c8dc8005f3d3f2 (patch) | |
tree | 476da5ea55bdd5a78020f76c184420cb651a01ae /x11-libs | |
parent | gcc4 patch (diff) | |
download | historical-04afa68ef7c42768a17f774729c8dc8005f3d3f2.tar.gz historical-04afa68ef7c42768a17f774729c8dc8005f3d3f2.tar.bz2 historical-04afa68ef7c42768a17f774729c8dc8005f3d3f2.zip |
repoman: Trim trailing whitespace
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/Manifest | 12 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.0.0_beta2-r3.ebuild | 4 |
2 files changed, 13 insertions, 3 deletions
diff --git a/x11-libs/qt/Manifest b/x11-libs/qt/Manifest index b3d753f5da5e..41a7a899d84b 100644 --- a/x11-libs/qt/Manifest +++ b/x11-libs/qt/Manifest @@ -1,4 +1,7 @@ -MD5 f78138de568143ca7a802925e8244aa5 qt-4.0.0_beta2-r3.ebuild 6045 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 ae56e36050512086d7e9ae76f25872a9 qt-4.0.0_beta2-r3.ebuild 6047 MD5 4f8e5fad7ce7529afc9f924f618ae0f0 qt-3.3.4-r3.ebuild 8950 MD5 88875c77c2482de25169850cfc19faf5 qt-3.3.3-r1.ebuild 7987 MD5 f95213fd78b54c46551f61351142beb7 qt-4.0.0_beta2.ebuild 5982 @@ -39,3 +42,10 @@ MD5 471c09f2792eec732d715a983b7f7244 files/qt-3.3.3-immodule-20040819-event-inve MD5 eb6eb6b68c8f747b12a3a53efc4b6480 files/0038-dragobject-dont-prefer-unknown.patch 2551 MD5 e0a483959b1d3dad0fc58adc242624c1 files/qt-3.3.3-amd64-fullscreen.patch 1220 MD5 fff1c03b4a3ad38904a30d1b2de88a07 files/qt4b2r3_nomkdir.patch 866 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCoNuTI1lqEGTUzyQRAsUCAKDVrDCDjHSlxF2PPfGqBk18xc1pNwCgyBdq +LJuCVzDSvSzY7sBJNu+Apps= +=Cy03 +-----END PGP SIGNATURE----- diff --git a/x11-libs/qt/qt-4.0.0_beta2-r3.ebuild b/x11-libs/qt/qt-4.0.0_beta2-r3.ebuild index fea68caa5f2e..b2547e260d1f 100644 --- a/x11-libs/qt/qt-4.0.0_beta2-r3.ebuild +++ b/x11-libs/qt/qt-4.0.0_beta2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.0.0_beta2-r3.ebuild,v 1.1 2005/06/03 21:03:13 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.0.0_beta2-r3.ebuild,v 1.2 2005/06/03 22:36:49 swegener Exp $ inherit eutils flag-o-matic @@ -163,7 +163,7 @@ src_install() { ln -s $(qt_mkspecs_dir) default cd ${S} - if use doc; then + if use doc; then make INSTALL_ROOT=${D} install_htmldocs || die fi |