summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-11-11 12:53:17 +0000
committerBen de Groot <yngwin@gentoo.org>2009-11-11 12:53:17 +0000
commit0315e56d313e4a9872c1b049e44ab39d454d5899 (patch)
treed0df74cd86de3929e888c4d455b08d1cfadb8295
parentStable for ppc. (diff)
downloadgentoo-2-0315e56d313e4a9872c1b049e44ab39d454d5899.tar.gz
gentoo-2-0315e56d313e4a9872c1b049e44ab39d454d5899.tar.bz2
gentoo-2-0315e56d313e4a9872c1b049e44ab39d454d5899.zip
Remove obsolete versions
(Portage version: 2.2_rc49/cvs/Linux x86_64)
-rw-r--r--x11-libs/qt/ChangeLog6
-rw-r--r--x11-libs/qt/qt-4.4.2.ebuild25
-rw-r--r--x11-libs/qt/qt-4.5.1.ebuild38
-rw-r--r--x11-libs/qt/qt-4.5.2.ebuild38
4 files changed, 5 insertions, 102 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog
index 25464ce316a7..c2db6d0da174 100644
--- a/x11-libs/qt/ChangeLog
+++ b/x11-libs/qt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.598 2009/11/09 19:04:21 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.599 2009/11/11 12:53:17 yngwin Exp $
+
+ 11 Nov 2009; Ben de Groot <yngwin@gentoo.org> -qt-4.4.2.ebuild,
+ -qt-4.5.1.ebuild, -qt-4.5.2.ebuild:
+ Remove obsolete versions
09 Nov 2009; Joseph Jezak <josejx@gentoo.org> qt-4.5.3.ebuild:
Marked ppc/ppc64 stable for bug #290922.
diff --git a/x11-libs/qt/qt-4.4.2.ebuild b/x11-libs/qt/qt-4.4.2.ebuild
deleted file mode 100644
index d1aea9e9eda9..000000000000
--- a/x11-libs/qt/qt-4.4.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.2.ebuild,v 1.9 2009/02/20 17:56:39 jer Exp $
-
-DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework."
-HOMEPAGE="http://www.trolltech.com/"
-
-LICENSE="|| ( GPL-3 GPL-2 )"
-SLOT="4"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-
-IUSE="dbus opengl qt3support"
-
-DEPEND=""
-RDEPEND="~x11-libs/qt-gui-${PV}
- ~x11-libs/qt-svg-${PV}
- ~x11-libs/qt-test-${PV}
- ~x11-libs/qt-sql-${PV}
- ~x11-libs/qt-script-${PV}
- ~x11-libs/qt-assistant-${PV}
- ~x11-libs/qt-xmlpatterns-${PV}
- !sparc? ( !alpha? ( !ia64? ( !x86-fbsd? ( ~x11-libs/qt-webkit-${PV} ) ) ) )
- dbus? ( ~x11-libs/qt-dbus-${PV} )
- opengl? ( ~x11-libs/qt-opengl-${PV} )
- qt3support? ( ~x11-libs/qt-qt3support-${PV} )"
diff --git a/x11-libs/qt/qt-4.5.1.ebuild b/x11-libs/qt/qt-4.5.1.ebuild
deleted file mode 100644
index 5f6a0a74a2f5..000000000000
--- a/x11-libs/qt/qt-4.5.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.5.1.ebuild,v 1.11 2009/06/06 08:43:39 maekke Exp $
-
-EAPI=2
-DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
-HOMEPAGE="http://www.qtsoftware.com/"
-
-LICENSE="|| ( LGPL-2.1 GPL-3 )"
-SLOT="4"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 -sparc x86"
-IUSE="+dbus kde opengl +qt3support"
-
-DEPEND=""
-RDEPEND="~x11-libs/qt-core-${PV}
- ~x11-libs/qt-gui-${PV}
- ~x11-libs/qt-svg-${PV}
- ~x11-libs/qt-sql-${PV}
- ~x11-libs/qt-script-${PV}
- ~x11-libs/qt-xmlpatterns-${PV}
- dbus? ( ~x11-libs/qt-dbus-${PV} )
- opengl? ( ~x11-libs/qt-opengl-${PV} )
- !kde? ( || ( ~x11-libs/qt-phonon-${PV} media-sound/phonon ) )
- kde? ( media-sound/phonon )
- qt3support? ( ~x11-libs/qt-qt3support-${PV} )
- ~x11-libs/qt-webkit-${PV}
- ~x11-libs/qt-test-${PV}
- ~x11-libs/qt-assistant-${PV}"
-
-pkg_postinst() {
- echo
- elog "Please note that this meta package is only provided for convenience."
- elog "No packages should depend directly on this meta package, but on the"
- elog "specific split Qt packages needed. This ebuild will be removed in"
- elog "future versions. Users that want all Qt components installed are"
- elog "advised to use the set currently available in qting-edge overlay."
- echo
-}
diff --git a/x11-libs/qt/qt-4.5.2.ebuild b/x11-libs/qt/qt-4.5.2.ebuild
deleted file mode 100644
index 65d9301ab60e..000000000000
--- a/x11-libs/qt/qt-4.5.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.5.2.ebuild,v 1.4 2009/10/11 17:31:20 armin76 Exp $
-
-EAPI=2
-DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
-HOMEPAGE="http://www.qtsoftware.com/"
-
-LICENSE="|| ( LGPL-2.1 GPL-3 )"
-SLOT="4"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 -sparc x86"
-IUSE="dbus kde opengl qt3support"
-
-DEPEND=""
-RDEPEND="~x11-libs/qt-core-${PV}
- ~x11-libs/qt-gui-${PV}
- ~x11-libs/qt-svg-${PV}
- ~x11-libs/qt-sql-${PV}
- ~x11-libs/qt-script-${PV}
- ~x11-libs/qt-xmlpatterns-${PV}
- dbus? ( ~x11-libs/qt-dbus-${PV} )
- opengl? ( ~x11-libs/qt-opengl-${PV} )
- !kde? ( || ( ~x11-libs/qt-phonon-${PV} media-sound/phonon ) )
- kde? ( media-sound/phonon )
- qt3support? ( ~x11-libs/qt-qt3support-${PV} )
- ~x11-libs/qt-webkit-${PV}
- ~x11-libs/qt-test-${PV}
- ~x11-libs/qt-assistant-${PV}"
-
-pkg_postinst() {
- echo
- elog "Please note that this meta package is only provided for convenience."
- elog "No packages should depend directly on this meta package, but on the"
- elog "specific split Qt packages needed. This ebuild will be removed in"
- elog "future versions. Users that want all Qt components installed are"
- elog "advised to use the set currently available in qting-edge overlay."
- echo
-}