diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-28 21:39:23 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-28 21:39:23 +0000 |
commit | 698aaa27b7e9a8adb5eea0fafd09a8624693e1ed (patch) | |
tree | 93c3ef7e2316c3fb0436cf56db4ee17f37a4c0e6 /x11-themes | |
parent | QA: Get rid of deprecated qt4_min_version(). Please fix your ebuilds to supp... (diff) | |
download | gentoo-2-698aaa27b7e9a8adb5eea0fafd09a8624693e1ed.tar.gz gentoo-2-698aaa27b7e9a8adb5eea0fafd09a8624693e1ed.tar.bz2 gentoo-2-698aaa27b7e9a8adb5eea0fafd09a8624693e1ed.zip |
QA: Get rid of deprecated qt_min_version() by removing superfluous Qt dependency. Quoting issue.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/alloy/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/alloy/alloy-0.5.2.ebuild | 9 | ||||
-rw-r--r-- | x11-themes/alloy/alloy-0.5.3.ebuild | 9 |
3 files changed, 14 insertions, 11 deletions
diff --git a/x11-themes/alloy/ChangeLog b/x11-themes/alloy/ChangeLog index 582995db721b..1866c96012d7 100644 --- a/x11-themes/alloy/ChangeLog +++ b/x11-themes/alloy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/alloy # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.27 2008/02/19 02:06:30 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.28 2008/07/28 21:39:23 carlo Exp $ + + 28 Jul 2008; Carsten Lohrke <carlo@gentoo.org> alloy-0.5.2.ebuild, + alloy-0.5.3.ebuild: + QA: Get rid of deprecated qt_min_version() by removing superfluous Qt + dependency. Quoting issue. 19 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> alloy-0.5.2.ebuild: Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528. diff --git a/x11-themes/alloy/alloy-0.5.2.ebuild b/x11-themes/alloy/alloy-0.5.2.ebuild index 24d9fd42a273..d114ac7d37ae 100644 --- a/x11-themes/alloy/alloy-0.5.2.ebuild +++ b/x11-themes/alloy/alloy-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.2.ebuild,v 1.14 2008/02/19 02:06:30 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.2.ebuild,v 1.15 2008/07/28 21:39:23 carlo Exp $ inherit kde eutils @@ -13,12 +13,11 @@ LICENSE="GPL-2" KEYWORDS="alpha ~amd64 ia64 ppc sparc x86 ~x86-fbsd" IUSE="" -DEPEND="|| ( =kde-base/kwin-3.5* =kde-base/kdebase-3.5 ) - $(qt_min_version 3.3)" -need-kde 3.2 +DEPEND="|| ( =kde-base/kwin-3.5* =kde-base/kdebase-3.5 )" +need-kde 3.5 src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}"/remove-extra-semicolon.patch } diff --git a/x11-themes/alloy/alloy-0.5.3.ebuild b/x11-themes/alloy/alloy-0.5.3.ebuild index 4db17b2d8587..01dd994b066c 100644 --- a/x11-themes/alloy/alloy-0.5.3.ebuild +++ b/x11-themes/alloy/alloy-0.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.3.ebuild,v 1.1 2007/04/08 11:07:30 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.3.ebuild,v 1.2 2008/07/28 21:39:23 carlo Exp $ inherit kde @@ -13,6 +13,5 @@ LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND="|| ( kde-base/kwin >=kde-base/kdebase-3.2 ) - $(qt_min_version 3.3)" -need-kde 3.2 +DEPEND="|| ( kde-base/kwin >=kde-base/kdebase-3.2 )" +need-kde 3.5 |