# ChangeLog for app-emulation/emul-linux-x86-qtlibs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-qtlibs/ChangeLog,v 1.24 2007/02/04 12:49:31 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-qtlibs/ChangeLog,v 1.25 2007/02/12 09:11:20 blubb Exp $
+
+*emul-linux-x86-qtlibs-10.0 (12 Feb 2007)
+
+ 12 Feb 2007; Simon Stelling <blubb@gentoo.org>
+ +emul-linux-x86-qtlibs-10.0.ebuild:
+ version bump; bugs 153704, 160689
*emul-linux-x86-qtlibs-3.4.4-r5 (04 Feb 2007)
--- /dev/null
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-qtlibs/emul-linux-x86-qtlibs-10.0.ebuild,v 1.1 2007/02/12 09:11:20 blubb Exp $
+
+DESCRIPTION="Provides precompiled 32bit libraries"
+HOMEPAGE="http://amd64.gentoo.org/emul/content.xml"
+SRC_URI="mirror://gentoo/qt-3.3.6-r4.tbz2
+ mirror://gentoo/kdelibs-3.5.5-r8.tbz2
+ mirror://gentoo/kdeartwork-styles-3.5.5.tbz2"
+
+LICENSE="|| ( QPL-1.0 GPL-2 ) GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+RESTRICT="nostrip"
+S=${WORKDIR}
+
+DEPEND=""
+RDEPEND=">=app-emulation/emul-linux-x86-baselibs-10.0
+ >=app-emulation/emul-linux-x86-xlibs-7.0-r7"
+
+pkg_setup() {
+ einfo
+ elog "This package contains prebuilt versions of the following packages:"
+ for a in ${A} ; do
+ elog " ${a//.tbz2}"
+ done
+ einfo
+ echo
+ einfo "Note: You can safely ignore the 'trailing garbage after EOF'"
+ einfo " warnings below"
+}
+
+src_unpack() {
+ unpack ${A}
+
+ # we only want the libs
+ cd ${S}/usr && rm -rf share/
+ for dir in ${S}/usr/{qt/3,kde/3.5} ; do
+ find ${dir} -depth | egrep -v "(^${dir}/lib32|^${dir}$)" | xargs rm -rf
+ done
+}
+
+src_install() {
+ [[ -d ${S}/etc/revdep-rebuild ]] && rm -rf ${S}/etc/revdep-rebuild
+
+ if [[ -d ${S}/etc/env.d ]] ; then
+ for f in ${S}/etc/env.d/* ; do
+ mv -f $f{,-emul}
+ done
+ fi
+
+ cp -a "${WORKDIR}"/* "${D}"/ || die "copying files failed!"
+}
--- /dev/null
+MD5 23bf885a89a85c9ccf13aaa17966157f kdeartwork-styles-3.5.5.tbz2 125009
+RMD160 de07d2c343637d7b9343ef31a7712a3590bac6ec kdeartwork-styles-3.5.5.tbz2 125009
+SHA256 a63178e8b5c91e67d3a7eae848f3532fc3edd6d5a818703c278fddc346125578 kdeartwork-styles-3.5.5.tbz2 125009
+MD5 97d02fc0d256e9033b03126e385c4e86 kdelibs-3.5.5-r8.tbz2 18111478
+RMD160 c4aa3c68a56ae7a5dd2d0da1203be3f408216958 kdelibs-3.5.5-r8.tbz2 18111478
+SHA256 f243eb9528b0a2985abdc8a674a701a9618a9bd69afd99e7343bc673358249ab kdelibs-3.5.5-r8.tbz2 18111478
+MD5 bdb082358b0c72e280932208ad70898d qt-3.3.6-r4.tbz2 8057713
+RMD160 400f46973d65247645819007c3dffbf2860a0619 qt-3.3.6-r4.tbz2 8057713
+SHA256 4d44943fcf759371d3ef2e913c0b6760037c098b39cbf1aaa2e375e5640d3f96 qt-3.3.6-r4.tbz2 8057713