diff options
author | Johannes Huber <johu@gentoo.org> | 2012-04-22 14:03:40 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-04-22 14:03:40 +0000 |
commit | a66bc510700237e50268e18ea9bf725a0343243d (patch) | |
tree | a1db635ec9a096022e81f8af1d8e2268e99d2232 /media-video/abby | |
parent | Initial version: libvpd-2.1.3 ~ppc ~ppc64 (diff) | |
download | gentoo-2-a66bc510700237e50268e18ea9bf725a0343243d.tar.gz gentoo-2-a66bc510700237e50268e18ea9bf725a0343243d.tar.bz2 gentoo-2-a66bc510700237e50268e18ea9bf725a0343243d.zip |
Move from deprecated qt4 eclass to qt4-r2, bump EAPI, add missing dep by Michael (kensington) <gentoo@scribeofthenile.com> wrt bug #410031.
(Portage version: 2.2.0_alpha100/cvs/Linux i686)
Diffstat (limited to 'media-video/abby')
-rw-r--r-- | media-video/abby/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/abby/abby-0.4.8.ebuild | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/media-video/abby/ChangeLog b/media-video/abby/ChangeLog index 4321ac539f04..12e714c194bb 100644 --- a/media-video/abby/ChangeLog +++ b/media-video/abby/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/abby # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/abby/ChangeLog,v 1.11 2012/01/31 14:42:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/abby/ChangeLog,v 1.12 2012/04/22 14:03:40 johu Exp $ + + 22 Apr 2012; Johannes Huber <johu@gentoo.org> abby-0.4.8.ebuild: + Move from deprecated qt4 eclass to qt4-r2, bump EAPI, add missing dep by + Michael (kensington) <gentoo@scribeofthenile.com> wrt bug #410031. 31 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> abby-0.4.2.ebuild: Revert back to ~ppc wrt #387611 diff --git a/media-video/abby/abby-0.4.8.ebuild b/media-video/abby/abby-0.4.8.ebuild index 243f189be59f..27cbb39988de 100644 --- a/media-video/abby/abby-0.4.8.ebuild +++ b/media-video/abby/abby-0.4.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/abby/abby-0.4.8.ebuild,v 1.1 2010/04/12 10:21:33 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/abby/abby-0.4.8.ebuild,v 1.2 2012/04/22 14:03:40 johu Exp $ -EAPI="1" -inherit qt4 +EAPI="4" +inherit qt4-r2 DESCRIPTION="GUI front-end for cclive and clive video extraction utilities" HOMEPAGE="http://code.google.com/p/abby/" @@ -15,15 +15,11 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="|| ( >=media-video/clive-2.2.5 >=media-video/cclive-0.5.0 ) + x11-libs/qt-core:4 x11-libs/qt-gui:4" DEPEND="${RDEPEND}" -src_compile() { - eqmake4 || die - emake || die -} - src_install() { - dobin abby || die + dobin abby dodoc AUTHORS ChangeLog README TODO NEWS } |