--- media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta22.ebuild +++ media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta22-r1.ebuild @@ -2,15 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta22.ebuild,v 1.2 2010/07/14 06:28:18 trapni Exp $ -# NOTE: The comments in this file are for instruction and documentation. -# They're not meant to appear with your final, production ebuild. Please -# remember to remove them before submitting or committing your ebuild. That -# doesn't mean you can't add your own comments though. - -# The 'Header' on the third line should just be left alone. When your ebuild -# will be committed to cvs, the details on that line will be automatically -# generated to contain the correct data. - EAPI=1 inherit eutils @@ -31,14 +22,15 @@ DEPEND="" RDEPEND="${DEPEND} - =media-libs/libpng-1.2* - >=x11-libs/libXinerama-1.0.2" + >=x11-libs/libXinerama-1.0.2 + x11-libs/qt-gui:4" src_unpack() { # TODO: unpack_makeself -- use this version once it supports makeself 2.1.6 for i in ${A}; do sh "${DISTDIR}/${i}" --target "${WORKDIR}" || die "unpack failed" done + rm "${WORKDIR}"/libQt* } src_install() {