diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-04 18:42:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-04 18:42:55 +0000 |
commit | 0e7f2edc1143b53af15d89fe7d96adce2a394abf (patch) | |
tree | b2d28a1c404bd6a74437ae55653278f9547b6cab /media-video | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-0e7f2edc1143b53af15d89fe7d96adce2a394abf.tar.gz gentoo-2-0e7f2edc1143b53af15d89fe7d96adce2a394abf.tar.bz2 gentoo-2-0e7f2edc1143b53af15d89fe7d96adce2a394abf.zip |
Stable on x86 wrt bug#410031.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/abby/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/abby/abby-0.2.1.ebuild | 29 | ||||
-rw-r--r-- | media-video/abby/abby-0.4.2.ebuild | 29 | ||||
-rw-r--r-- | media-video/abby/abby-0.4.3.ebuild | 29 | ||||
-rw-r--r-- | media-video/abby/abby-0.4.4.ebuild | 29 | ||||
-rw-r--r-- | media-video/abby/abby-0.4.6.ebuild | 29 | ||||
-rw-r--r-- | media-video/abby/abby-0.4.8.ebuild | 4 |
7 files changed, 8 insertions, 148 deletions
diff --git a/media-video/abby/ChangeLog b/media-video/abby/ChangeLog index 7b75fe170e3c..31e9fb5f0435 100644 --- a/media-video/abby/ChangeLog +++ b/media-video/abby/ChangeLog @@ -1,6 +1,11 @@ # 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.13 2012/04/24 12:40:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/abby/ChangeLog,v 1.14 2012/05/04 18:42:55 scarabeus Exp $ + + 04 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> -abby-0.2.1.ebuild, + -abby-0.4.2.ebuild, -abby-0.4.3.ebuild, -abby-0.4.4.ebuild, + -abby-0.4.6.ebuild, abby-0.4.8.ebuild: + Stable on x86 wrt bug#410031. 24 Apr 2012; Agostino Sarubbo <ago@gentoo.org> abby-0.4.8.ebuild: Stable for amd64, wrt bug #410031 diff --git a/media-video/abby/abby-0.2.1.ebuild b/media-video/abby/abby-0.2.1.ebuild deleted file mode 100644 index eaa26a6c9b51..000000000000 --- a/media-video/abby/abby-0.2.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.2.1.ebuild,v 1.2 2009/05/10 12:23:35 yngwin 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 media-video/cclive ) - x11-libs/qt-gui:4" -DEPEND="${RDEPEND}" - -src_compile() { - eqmake4 || die - emake || die -} - -src_install() { - dobin abby || die - dodoc AUTHORS CHANGES README TODO -} diff --git a/media-video/abby/abby-0.4.2.ebuild b/media-video/abby/abby-0.4.2.ebuild deleted file mode 100644 index ebb4c05966ae..000000000000 --- a/media-video/abby/abby-0.4.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.2.ebuild,v 1.5 2012/01/31 14:42:02 ssuominen 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.3 >=media-video/cclive-0.4.6 ) - x11-libs/qt-gui:4" -DEPEND="${RDEPEND}" - -src_compile() { - eqmake4 || die - emake || die -} - -src_install() { - dobin abby || die - dodoc AUTHORS CHANGES README TODO -} diff --git a/media-video/abby/abby-0.4.3.ebuild b/media-video/abby/abby-0.4.3.ebuild deleted file mode 100644 index de9215c9ff68..000000000000 --- a/media-video/abby/abby-0.4.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.3.ebuild,v 1.1 2009/09/18 09:49:05 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.3 >=media-video/cclive-0.4.6 ) - x11-libs/qt-gui:4" -DEPEND="${RDEPEND}" - -src_compile() { - eqmake4 || die - emake || die -} - -src_install() { - dobin abby || die - dodoc AUTHORS CHANGES README TODO -} diff --git a/media-video/abby/abby-0.4.4.ebuild b/media-video/abby/abby-0.4.4.ebuild deleted file mode 100644 index f2ac59986abf..000000000000 --- a/media-video/abby/abby-0.4.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.4.ebuild,v 1.1 2009/10/27 13:09:46 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 -} diff --git a/media-video/abby/abby-0.4.6.ebuild b/media-video/abby/abby-0.4.6.ebuild deleted file mode 100644 index 454b6d5fb742..000000000000 --- a/media-video/abby/abby-0.4.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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 -} diff --git a/media-video/abby/abby-0.4.8.ebuild b/media-video/abby/abby-0.4.8.ebuild index e232ed240697..0b5e96e2b5c7 100644 --- a/media-video/abby/abby-0.4.8.ebuild +++ b/media-video/abby/abby-0.4.8.ebuild @@ -1,6 +1,6 @@ # 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.3 2012/04/24 12:40:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/abby/abby-0.4.8.ebuild,v 1.4 2012/05/04 18:42:55 scarabeus Exp $ EAPI="4" inherit qt4-r2 @@ -11,7 +11,7 @@ SRC_URI="http://abby.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" RDEPEND="|| ( >=media-video/clive-2.2.5 >=media-video/cclive-0.5.0 ) |