diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 21:54:04 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 21:54:04 +0000 |
commit | ec3455454211dec54a725e9c19cbf78c29a10eda (patch) | |
tree | d289c798260b4dfd44cd478b94c3a8c9ece0a564 /media-video/qdvdauthor | |
parent | initial ebuild, thanks goes to suka, fix bug #220112. (diff) | |
download | gentoo-2-ec3455454211dec54a725e9c19cbf78c29a10eda.tar.gz gentoo-2-ec3455454211dec54a725e9c19cbf78c29a10eda.tar.bz2 gentoo-2-ec3455454211dec54a725e9c19cbf78c29a10eda.zip |
QA: Get rid of deprecated qt_min_version().
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-video/qdvdauthor')
-rw-r--r-- | media-video/qdvdauthor/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/qdvdauthor/qdvdauthor-1.0.0.ebuild | 6 | ||||
-rw-r--r-- | media-video/qdvdauthor/qdvdauthor-1.2.0.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/media-video/qdvdauthor/ChangeLog b/media-video/qdvdauthor/ChangeLog index 1895edf8c531..5e05ebe2734b 100644 --- a/media-video/qdvdauthor/ChangeLog +++ b/media-video/qdvdauthor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/qdvdauthor # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qdvdauthor/ChangeLog,v 1.23 2008/06/08 22:59:38 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/qdvdauthor/ChangeLog,v 1.24 2008/07/27 21:54:04 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qdvdauthor-1.0.0.ebuild, + qdvdauthor-1.2.0.ebuild: + QA: Get rid of deprecated qt_min_version(). *qdvdauthor-1.2.0 (08 Jun 2008) diff --git a/media-video/qdvdauthor/qdvdauthor-1.0.0.ebuild b/media-video/qdvdauthor/qdvdauthor-1.0.0.ebuild index e5f941ed36b3..9641514cea05 100644 --- a/media-video/qdvdauthor/qdvdauthor-1.0.0.ebuild +++ b/media-video/qdvdauthor/qdvdauthor-1.0.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qdvdauthor/qdvdauthor-1.0.0.ebuild,v 1.2 2008/03/17 22:16:28 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/qdvdauthor/qdvdauthor-1.0.0.ebuild,v 1.3 2008/07/27 21:54:04 carlo Exp $ + +EAPI=1 inherit eutils flag-o-matic qt3 @@ -20,7 +22,7 @@ DEPEND=">=media-video/dvdauthor-0.6.11 xine? ( >=media-libs/xine-lib-1.1.0 ) mplayer? ( media-video/mplayer ) !xine? ( !mplayer? ( >=media-libs/xine-lib-1.1.0 ) ) - $(qt_min_version 3.2)" + x11-libs/qt:3" RDEPEND="${DEPEND} media-libs/netpbm diff --git a/media-video/qdvdauthor/qdvdauthor-1.2.0.ebuild b/media-video/qdvdauthor/qdvdauthor-1.2.0.ebuild index 65947d62fd1f..1c94b4bc12b6 100644 --- a/media-video/qdvdauthor/qdvdauthor-1.2.0.ebuild +++ b/media-video/qdvdauthor/qdvdauthor-1.2.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qdvdauthor/qdvdauthor-1.2.0.ebuild,v 1.1 2008/06/08 22:59:38 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/qdvdauthor/qdvdauthor-1.2.0.ebuild,v 1.2 2008/07/27 21:54:04 carlo Exp $ + +EAPI=1 inherit eutils flag-o-matic qt3 @@ -20,7 +22,7 @@ DEPEND=">=media-video/dvdauthor-0.6.11 xine? ( >=media-libs/xine-lib-1.1.0 ) mplayer? ( media-video/mplayer ) !xine? ( !mplayer? ( >=media-libs/xine-lib-1.1.0 ) ) - $(qt_min_version 3.2)" + x11-libs/qt:3" RDEPEND="${DEPEND} media-libs/netpbm |