summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/abby/abby-0.4.8.ebuild')
-rw-r--r--media-video/abby/abby-0.4.8.ebuild16
1 files changed, 6 insertions, 10 deletions
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
}