commit: 1423e507a98f30f5c08c82eb19a9121e042d36a1 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 17:11:11 2016 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Tue Feb 9 17:11:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=1423e507
net-misc/mediadownloader: EAPI=5, shorten DESCRIPTION Package-Manager: portage-2.2.27 net-misc/mediadownloader/mediadownloader-1.5.2.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/mediadownloader/mediadownloader-1.5.2.ebuild b/net-misc/mediadownloader/mediadownloader-1.5.2.ebuild index 25c5028..44a0edf 100644 --- a/net-misc/mediadownloader/mediadownloader-1.5.2.ebuild +++ b/net-misc/mediadownloader/mediadownloader-1.5.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit qt4-r2 -DESCRIPTION="Qt4 application for searching, watching and downloading items with Google Images and YouTube" -HOMEPAGE="http://sourceforge.net/projects/googleimagedown" +DESCRIPTION="Search, watch, and download stuff from Google Images and YouTube" +HOMEPAGE="http://sourceforge.net/projects/googleimagedown/" SRC_URI="mirror://sourceforge/googleimagedown/${PN}_${PV}-src.tar.gz" LICENSE="GPL-3" @@ -16,12 +16,12 @@ KEYWORDS="~amd64 ~x86" IUSE="kde" DEPEND=" - x11-libs/libX11 - x11-libs/libXtst dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qtwebkit:4 + x11-libs/libX11 + x11-libs/libXtst kde? ( media-libs/phonon[qt4] ) !kde? ( || ( dev-qt/qtphonon media-libs/phonon[qt4] ) ) "
