summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-06-23 23:46:02 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-06-23 23:46:02 +0000
commit17f03a334d663632386b2991a88c4e04b0f6f74c (patch)
treeb264b6f5c93a694f2aad2038754c792f6003eccd /x11-apps
parentVersion bump upstream (diff)
downloadgentoo-2-17f03a334d663632386b2991a88c4e04b0f6f74c.tar.gz
gentoo-2-17f03a334d663632386b2991a88c4e04b0f6f74c.tar.bz2
gentoo-2-17f03a334d663632386b2991a88c4e04b0f6f74c.zip
Cleaning old versions per lu_zero. qt->qt3/qt4 USE flag change
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/ati-drivers-extra/ChangeLog7
-rw-r--r--x11-apps/ati-drivers-extra/ati-drivers-extra-8.22.5.ebuild10
-rw-r--r--x11-apps/ati-drivers-extra/ati-drivers-extra-8.23.7.ebuild10
3 files changed, 16 insertions, 11 deletions
diff --git a/x11-apps/ati-drivers-extra/ChangeLog b/x11-apps/ati-drivers-extra/ChangeLog
index 40dd5dfcae7d..8b4d740f8995 100644
--- a/x11-apps/ati-drivers-extra/ChangeLog
+++ b/x11-apps/ati-drivers-extra/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/ati-drivers-extra
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/ati-drivers-extra/ChangeLog,v 1.10 2006/03/13 02:27:28 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/ati-drivers-extra/ChangeLog,v 1.11 2006/06/23 23:46:02 cardoe Exp $
+
+ 23 Jun 2006; Doug Goldstein <cardoe@gentoo.org>
+ -ati-drivers-extra-8.21.7.ebuild, ati-drivers-extra-8.22.5.ebuild,
+ ati-drivers-extra-8.23.7.ebuild:
+ Cleaning old versions per lu_zero. qt->qt3/qt4 USE flag change
*ati-drivers-extra-8.23.7 (13 Mar 2006)
diff --git a/x11-apps/ati-drivers-extra/ati-drivers-extra-8.22.5.ebuild b/x11-apps/ati-drivers-extra/ati-drivers-extra-8.22.5.ebuild
index 6c34f928f4bd..11de1a85abb0 100644
--- a/x11-apps/ati-drivers-extra/ati-drivers-extra-8.22.5.ebuild
+++ b/x11-apps/ati-drivers-extra/ati-drivers-extra-8.22.5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/ati-drivers-extra/ati-drivers-extra-8.22.5.ebuild,v 1.1 2006/02/11 14:27:56 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/ati-drivers-extra/ati-drivers-extra-8.22.5.ebuild,v 1.2 2006/06/23 23:46:02 cardoe Exp $
-IUSE="qt"
+IUSE="qt3"
inherit eutils rpm
@@ -16,7 +16,7 @@ LICENSE="ATI GPL-2 QPL-1.0"
KEYWORDS="-amd64 ~x86" # (~amd64 yet to be fixed)(see bug 95684)
DEPEND="=x11-drivers/ati-drivers-${PV}*
- qt? ( >=x11-libs/qt-3.0 )"
+ qt3? ( >=x11-libs/qt-3.0 )"
ATIBIN="${D}/opt/ati/bin"
SLOT="0"
@@ -59,7 +59,7 @@ src_compile() {
cd ${WORKDIR}/extra/fgl_glxgears
make -f Makefile.Linux || ewarn "fgl_glxgears not build!"
- if use qt
+ if use qt3
then
einfo "Building the QT fglx panel..."
cd ${WORKDIR}/extra/fglrx_panel
@@ -74,7 +74,7 @@ src_install() {
exeinto /opt/ati/bin
doexe ${WORKDIR}/extra/fgl_glxgears/fgl_glxgears
- if use qt
+ if use qt3
then
doexe ${WORKDIR}/extra/fglrx_panel/fireglcontrol
diff --git a/x11-apps/ati-drivers-extra/ati-drivers-extra-8.23.7.ebuild b/x11-apps/ati-drivers-extra/ati-drivers-extra-8.23.7.ebuild
index c0e71d229f61..981b974b19fb 100644
--- a/x11-apps/ati-drivers-extra/ati-drivers-extra-8.23.7.ebuild
+++ b/x11-apps/ati-drivers-extra/ati-drivers-extra-8.23.7.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/ati-drivers-extra/ati-drivers-extra-8.23.7.ebuild,v 1.1 2006/03/13 02:27:28 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/ati-drivers-extra/ati-drivers-extra-8.23.7.ebuild,v 1.2 2006/06/23 23:46:02 cardoe Exp $
-IUSE="qt"
+IUSE="qt3"
inherit eutils rpm
@@ -16,7 +16,7 @@ LICENSE="ATI GPL-2 QPL-1.0"
KEYWORDS="-amd64 ~x86" # (~amd64 yet to be fixed)(see bug 95684)
DEPEND="=x11-drivers/ati-drivers-${PV}*
- qt? ( >=x11-libs/qt-3.0 )"
+ qt3? ( >=x11-libs/qt-3.0 )"
ATIBIN="${D}/opt/ati/bin"
SLOT="0"
@@ -59,7 +59,7 @@ src_compile() {
cd ${WORKDIR}/extra/fgl_glxgears
make -f Makefile.Linux || ewarn "fgl_glxgears not build!"
- if use qt
+ if use qt3
then
einfo "Building the QT fglx panel..."
cd ${WORKDIR}/extra/fglrx_panel
@@ -74,7 +74,7 @@ src_install() {
exeinto /opt/ati/bin
doexe ${WORKDIR}/extra/fgl_glxgears/fgl_glxgears
- if use qt
+ if use qt3
then
doexe ${WORKDIR}/extra/fglrx_panel/fireglcontrol