summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-video/quickrip/ChangeLog5
-rw-r--r--media-video/quickrip/quickrip-0.8-r1.ebuild6
-rw-r--r--net-dialup/qlcr/ChangeLog6
-rw-r--r--net-dialup/qlcr/qlcr-0.4.0.ebuild5
-rw-r--r--net-dialup/qlcr/qlcr-0.4.1.ebuild5
5 files changed, 16 insertions, 11 deletions
diff --git a/media-video/quickrip/ChangeLog b/media-video/quickrip/ChangeLog
index 6211bb07d5c5..ab0f0fc31f36 100644
--- a/media-video/quickrip/ChangeLog
+++ b/media-video/quickrip/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/quickrip
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/ChangeLog,v 1.17 2005/06/29 22:15:01 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/ChangeLog,v 1.18 2005/07/25 15:56:14 caleb Exp $
+
+ 25 Jul 2005; Caleb Tennis <caleb@gentoo.org> quickrip-0.8-r1.ebuild:
+ Change qt dep per bug #100235
29 Jun 2005; Carsten Lohrke <carlo@gentoo.org> quickrip-0.8-r1.ebuild:
stable on x86
diff --git a/media-video/quickrip/quickrip-0.8-r1.ebuild b/media-video/quickrip/quickrip-0.8-r1.ebuild
index 8cadbfdf5ce9..2593a7ec24e6 100644
--- a/media-video/quickrip/quickrip-0.8-r1.ebuild
+++ b/media-video/quickrip/quickrip-0.8-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.8-r1.ebuild,v 1.2 2005/06/29 22:15:01 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.8-r1.ebuild,v 1.3 2005/07/25 15:56:14 caleb Exp $
-inherit eutils
+inherit eutils qt3
S="${WORKDIR}/quickrip"
DESCRIPTION="Basic DVD ripper written in Python with Qt and command line interfaces."
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 -mips -ppc x86"
IUSE=""
DEPEND="virtual/libc
>=dev-lang/python-2.2
- >=x11-libs/qt-3.1
+ $(qt_min_version 3.1)
>=dev-python/PyQt-3.5-r1
media-video/mplayer
media-video/transcode"
diff --git a/net-dialup/qlcr/ChangeLog b/net-dialup/qlcr/ChangeLog
index 4c71d25fc958..7e3ff6a47dd0 100644
--- a/net-dialup/qlcr/ChangeLog
+++ b/net-dialup/qlcr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/qlcr
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/ChangeLog,v 1.3 2005/07/01 15:09:09 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/ChangeLog,v 1.4 2005/07/25 15:57:20 caleb Exp $
+
+ 25 Jul 2005; Caleb Tennis <caleb@gentoo.org> qlcr-0.4.0.ebuild,
+ qlcr-0.4.1.ebuild:
+ Change qt dep per bug #100235
01 Jul 2005; Caleb Tennis <caleb@gentoo.org> qlcr-0.4.0.ebuild,
qlcr-0.4.1.ebuild:
diff --git a/net-dialup/qlcr/qlcr-0.4.0.ebuild b/net-dialup/qlcr/qlcr-0.4.0.ebuild
index f1a845ca0ad4..597931812397 100644
--- a/net-dialup/qlcr/qlcr-0.4.0.ebuild
+++ b/net-dialup/qlcr/qlcr-0.4.0.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.0.ebuild,v 1.2 2005/07/01 15:09:09 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.0.ebuild,v 1.3 2005/07/25 15:57:20 caleb Exp $
inherit eutils kde-functions
-set-qtdir 3
DESCRIPTION="Qt based Least Cost Router for Germany"
HOMEPAGE="http://www.thepingofdeath.de/index.php"
@@ -15,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=x11-libs/qt-3.3
+DEPEND="$(qt_min_version 3.3)
>=net-dialup/wvdial-1.54.0
net-misc/ntp
net-misc/wget"
diff --git a/net-dialup/qlcr/qlcr-0.4.1.ebuild b/net-dialup/qlcr/qlcr-0.4.1.ebuild
index 544f915cdfc8..eeb8794ad630 100644
--- a/net-dialup/qlcr/qlcr-0.4.1.ebuild
+++ b/net-dialup/qlcr/qlcr-0.4.1.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1.ebuild,v 1.2 2005/07/01 15:09:09 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1.ebuild,v 1.3 2005/07/25 15:57:20 caleb Exp $
inherit eutils kde-functions
-set-qtdir 3
DESCRIPTION="Qt based Least Cost Router for Germany"
HOMEPAGE="http://www.thepingofdeath.de/index.php"
@@ -15,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=x11-libs/qt-3.3
+DEPEND="$(qt_min_version 3.3)
>=net-dialup/wvdial-1.54.0
net-misc/ntp
net-misc/wget"