diff options
author | Alex Alexander <wired@gentoo.org> | 2011-04-13 21:12:44 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2011-04-13 21:12:44 +0000 |
commit | ce2db36f3c25a433dec5380e093a2b92a698dabd (patch) | |
tree | aecaa87623e909245fb82dfdfa3f99063fb90b50 /x11-libs/qt-demo | |
parent | Remove old. (diff) | |
download | historical-ce2db36f3c25a433dec5380e093a2b92a698dabd.tar.gz historical-ce2db36f3c25a433dec5380e093a2b92a698dabd.tar.bz2 historical-ce2db36f3c25a433dec5380e093a2b92a698dabd.zip |
old version cleanup
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qt-demo')
-rw-r--r-- | x11-libs/qt-demo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-demo/qt-demo-4.7.0.ebuild | 55 | ||||
-rw-r--r-- | x11-libs/qt-demo/qt-demo-4.7.1.ebuild | 55 |
3 files changed, 5 insertions, 111 deletions
diff --git a/x11-libs/qt-demo/ChangeLog b/x11-libs/qt-demo/ChangeLog index 5674a4c31196..46eea94e6ebf 100644 --- a/x11-libs/qt-demo/ChangeLog +++ b/x11-libs/qt-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-demo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-demo/ChangeLog,v 1.65 2011/03/26 17:08:50 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-demo/ChangeLog,v 1.66 2011/04/13 21:05:31 wired Exp $ + + 13 Apr 2011; Alex Alexander <wired@gentoo.org> -qt-demo-4.7.0.ebuild, + -qt-demo-4.7.1.ebuild: + old version cleanup 26 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org> qt-demo-4.6.2.ebuild, qt-demo-4.6.3.ebuild, qt-demo-4.7.0.ebuild, diff --git a/x11-libs/qt-demo/qt-demo-4.7.0.ebuild b/x11-libs/qt-demo/qt-demo-4.7.0.ebuild deleted file mode 100644 index df2d7b97c243..000000000000 --- a/x11-libs/qt-demo/qt-demo-4.7.0.ebuild +++ /dev/null @@ -1,55 +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.7.0.ebuild,v 1.6 2011/03/26 17:08:50 dilfridge Exp $ - -EAPI="3" -inherit qt4-build - -DESCRIPTION="Demonstration module of the Qt toolkit" -SLOT="4" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="kde qt3support" - -DEPEND="~x11-libs/qt-assistant-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-core-${PV}:${SLOT}[aqua=,qt3support=] - ~x11-libs/qt-dbus-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-gui-${PV}:${SLOT}[aqua=,qt3support=] - ~x11-libs/qt-multimedia-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-opengl-${PV}:${SLOT}[aqua=,qt3support=] - !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=,qt3support=] - ~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}" - -PATCHES=( "${FILESDIR}/${PN}-4.6-plugandpaint.patch" ) - -pkg_setup() { - QT4_TARGET_DIRECTORIES="demos - examples" - QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} - doc/src/images - src/ - include/ - tools/" - - qt4-build_pkg_setup -} - -src_configure() { - myconf="${myconf} $(qt_use qt3support)" - qt4-build_src_configure -} - -src_install() { - insinto "${QTDOCDIR#${EPREFIX}}"/src - doins -r "${S}"/doc/src/images || die "Installing images failed." - - qt4-build_src_install -} diff --git a/x11-libs/qt-demo/qt-demo-4.7.1.ebuild b/x11-libs/qt-demo/qt-demo-4.7.1.ebuild deleted file mode 100644 index ebbddfc437f9..000000000000 --- a/x11-libs/qt-demo/qt-demo-4.7.1.ebuild +++ /dev/null @@ -1,55 +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.7.1.ebuild,v 1.2 2011/03/26 17:08:50 dilfridge Exp $ - -EAPI="3" -inherit qt4-build - -DESCRIPTION="Demonstration module of the Qt toolkit" -SLOT="4" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="kde qt3support" - -DEPEND="~x11-libs/qt-assistant-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-core-${PV}:${SLOT}[aqua=,qt3support=] - ~x11-libs/qt-dbus-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-gui-${PV}:${SLOT}[aqua=,qt3support=] - ~x11-libs/qt-multimedia-${PV}:${SLOT}[aqua=] - ~x11-libs/qt-opengl-${PV}:${SLOT}[aqua=,qt3support=] - !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=,qt3support=] - ~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}" - -PATCHES=( "${FILESDIR}/${PN}-4.6-plugandpaint.patch" ) - -pkg_setup() { - QT4_TARGET_DIRECTORIES="demos - examples" - QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} - doc/src/images - src/ - include/ - tools/" - - qt4-build_pkg_setup -} - -src_configure() { - myconf="${myconf} $(qt_use qt3support)" - qt4-build_src_configure -} - -src_install() { - insinto "${QTDOCDIR#${EPREFIX}}"/src - doins -r "${S}"/doc/src/images || die "Installing images failed." - - qt4-build_src_install -} |