diff options
author | Johannes Huber <johu@gentoo.org> | 2012-03-27 18:22:33 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-03-27 18:22:33 +0000 |
commit | 9341dc6e30f37f200d341c85afb06f8aecc21a0e (patch) | |
tree | 22a4140e0b71cdb8db7d3b2d34ff8c58b0d147ab /x11-libs/qt-demo | |
parent | Removing Qt-4.6.2 (diff) | |
download | gentoo-2-9341dc6e30f37f200d341c85afb06f8aecc21a0e.tar.gz gentoo-2-9341dc6e30f37f200d341c85afb06f8aecc21a0e.tar.bz2 gentoo-2-9341dc6e30f37f200d341c85afb06f8aecc21a0e.zip |
Removing Qt-4.6.2
(Portage version: 2.2.0_alpha95/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt-demo')
-rw-r--r-- | x11-libs/qt-demo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-demo/qt-demo-4.6.2.ebuild | 48 |
2 files changed, 4 insertions, 49 deletions
diff --git a/x11-libs/qt-demo/ChangeLog b/x11-libs/qt-demo/ChangeLog index eb8099be1b2f..f88b8cee49aa 100644 --- a/x11-libs/qt-demo/ChangeLog +++ b/x11-libs/qt-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-demo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-demo/ChangeLog,v 1.80 2012/01/29 23:26:38 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-demo/ChangeLog,v 1.81 2012/03/27 18:22:33 johu Exp $ + + 27 Mar 2012; Johannes Huber <johu@gentoo.org> -qt-demo-4.6.2.ebuild: + Drop Qt-4.6.2 29 Jan 2012; Joseph Jezak <josejx@gentoo.org> qt-demo-4.7.4.ebuild: Marked ppc ppc64 stable for bug #390963. diff --git a/x11-libs/qt-demo/qt-demo-4.6.2.ebuild b/x11-libs/qt-demo/qt-demo-4.6.2.ebuild deleted file mode 100644 index c46adcb33d6f..000000000000 --- a/x11-libs/qt-demo/qt-demo-4.6.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-demo/qt-demo-4.6.2.ebuild,v 1.7 2011/03/26 17:08:50 dilfridge Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="Demonstration module of the Qt toolkit" -SLOT="4" -KEYWORDS="alpha amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="kde" - -DEPEND="~x11-libs/qt-assistant-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-core-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-dbus-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-gui-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-multimedia-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-opengl-${PV}:${SLOT}[aqua=] - !kde? ( || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=] - media-libs/phonon[aqua=] ) ) - kde? ( media-libs/phonon[aqua=] ) - ~x11-libs/qt-script-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-sql-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-svg-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-test-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-webkit-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-xmlpatterns-${PV}:${SLOT}[aqua=]" - -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES="demos - examples" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} - doc/src/images - src/ - include/ - tools/" - -PATCHES=( - "${FILESDIR}/${PN}-4.6-plugandpaint.patch" -) - -src_install() { - insinto "${QTDOCDIR#${EPREFIX}}"/src - doins -r "${S}"/doc/src/images || die "Installing images failed." - - qt4-build_src_install -} |