diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-12-16 14:04:33 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-12-16 14:04:33 +0000 |
commit | 3c3d03937d03abf49f1b251a2280a558f9a42a2e (patch) | |
tree | 84ab3564518bc7e40d5b79acc6d02d20114104ca /media-video/abby | |
parent | version bump (diff) | |
download | gentoo-2-3c3d03937d03abf49f1b251a2280a558f9a42a2e.tar.gz gentoo-2-3c3d03937d03abf49f1b251a2280a558f9a42a2e.tar.bz2 gentoo-2-3c3d03937d03abf49f1b251a2280a558f9a42a2e.zip |
version bump
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'media-video/abby')
-rw-r--r-- | media-video/abby/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/abby/abby-0.4.6.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/media-video/abby/ChangeLog b/media-video/abby/ChangeLog index 2b56162e42c6..cd4d94527d0b 100644 --- a/media-video/abby/ChangeLog +++ b/media-video/abby/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/abby # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/abby/ChangeLog,v 1.8 2009/11/25 10:24:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/abby/ChangeLog,v 1.9 2009/12/16 14:04:33 aballier Exp $ + +*abby-0.4.6 (16 Dec 2009) + + 16 Dec 2009; Alexis Ballier <aballier@gentoo.org> +abby-0.4.6.ebuild: + version bump 25 Nov 2009; Markus Meier <maekke@gentoo.org> abby-0.4.2.ebuild: amd64 stable, bug #284544 diff --git a/media-video/abby/abby-0.4.6.ebuild b/media-video/abby/abby-0.4.6.ebuild new file mode 100644 index 000000000000..454b6d5fb742 --- /dev/null +++ b/media-video/abby/abby-0.4.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/abby/abby-0.4.6.ebuild,v 1.1 2009/12/16 14:04:33 aballier Exp $ + +EAPI="1" +inherit qt4 + +DESCRIPTION="GUI front-end for cclive and clive video extraction utilities" +HOMEPAGE="http://code.google.com/p/abby/" +SRC_URI="http://abby.googlecode.com/files/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND="|| ( >=media-video/clive-2.2.5 >=media-video/cclive-0.5.0 ) + x11-libs/qt-gui:4" +DEPEND="${RDEPEND}" + +src_compile() { + eqmake4 || die + emake || die +} + +src_install() { + dobin abby || die + dodoc AUTHORS CHANGES README TODO NEWS +} |