diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-01-06 14:54:28 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-01-06 14:54:28 +0000 |
commit | 8c7410721965b4e731b9e9cddd0461a923acdbb5 (patch) | |
tree | 5cdebfae2f76992333ba32864e918996cc69990f /x11-libs/qt-demo | |
parent | Clean out old ebuilds (diff) | |
download | gentoo-2-8c7410721965b4e731b9e9cddd0461a923acdbb5.tar.gz gentoo-2-8c7410721965b4e731b9e9cddd0461a923acdbb5.tar.bz2 gentoo-2-8c7410721965b4e731b9e9cddd0461a923acdbb5.zip |
Clean out old ebuilds
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-hh7 i686)
Diffstat (limited to 'x11-libs/qt-demo')
-rw-r--r-- | x11-libs/qt-demo/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qt-demo/qt-demo-4.4.0.ebuild | 53 | ||||
-rw-r--r-- | x11-libs/qt-demo/qt-demo-4.4.1.ebuild | 53 |
3 files changed, 6 insertions, 108 deletions
diff --git a/x11-libs/qt-demo/ChangeLog b/x11-libs/qt-demo/ChangeLog index 859b36ac1f7d..b7e538370370 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-demo/ChangeLog,v 1.7 2008/09/19 00:11:24 yngwin Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-demo/ChangeLog,v 1.8 2009/01/06 14:54:28 yngwin Exp $ + + 06 Jan 2009; Ben de Groot <yngwin@gentoo.org> -qt-demo-4.4.0.ebuild, + -qt-demo-4.4.1.ebuild: + Clean out old ebuilds *qt-demo-4.4.2 (18 Sep 2008) diff --git a/x11-libs/qt-demo/qt-demo-4.4.0.ebuild b/x11-libs/qt-demo/qt-demo-4.4.0.ebuild deleted file mode 100644 index 7ec5489fff79..000000000000 --- a/x11-libs/qt-demo/qt-demo-4.4.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2008 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.4.0.ebuild,v 1.5 2008/07/24 18:03:09 armin76 Exp $ - -EAPI="1" -inherit qt4-build - -DESCRIPTION="Demonstration module of the Qt toolkit." -HOMEPAGE="http://www.trolltech.com/" - -LICENSE="|| ( QPL-1.0 GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" -IUSE="" - -DEPEND=" - ~x11-libs/qt-assistant-${PV}:${SLOT} - ~x11-libs/qt-core-${PV}:${SLOT} - ~x11-libs/qt-dbus-${PV}:${SLOT} - ~x11-libs/qt-gui-${PV}:${SLOT} - ~x11-libs/qt-opengl-${PV}:${SLOT} - ~x11-libs/qt-phonon-${PV}:${SLOT} - ~x11-libs/qt-qt3support-${PV}:${SLOT} - ~x11-libs/qt-script-${PV}:${SLOT} - ~x11-libs/qt-sql-${PV}:${SLOT} - ~x11-libs/qt-svg-${PV}:${SLOT} - ~x11-libs/qt-test-${PV}:${SLOT} - ~x11-libs/qt-webkit-${PV}:${SLOT} - ~x11-libs/qt-xmlpatterns-${PV}:${SLOT} - !<=x11-libs/qt-4.4.0_alpha:${SLOT} - " -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES="demos - examples" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} - doc/src/images" - -src_compile() { - # Doesn't find qt-gui and fails linking - sed -e '/QT_BUILD_TREE/ s:=:+=:' \ - -i "${S}"/examples/tools/plugandpaint/plugandpaint.pro \ - || die "Fixing plugandpaint example failed." - - qt4-build_src_compile -} - -src_install() { - insinto ${QTDOCDIR}/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.4.1.ebuild b/x11-libs/qt-demo/qt-demo-4.4.1.ebuild deleted file mode 100644 index 6c63590b23e5..000000000000 --- a/x11-libs/qt-demo/qt-demo-4.4.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2008 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.4.1.ebuild,v 1.1 2008/08/11 13:02:07 yngwin Exp $ - -EAPI="1" -inherit qt4-build - -DESCRIPTION="Demonstration module of the Qt toolkit." -HOMEPAGE="http://www.trolltech.com/" - -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" -IUSE="" - -DEPEND=" - ~x11-libs/qt-assistant-${PV}:${SLOT} - ~x11-libs/qt-core-${PV}:${SLOT} - ~x11-libs/qt-dbus-${PV}:${SLOT} - ~x11-libs/qt-gui-${PV}:${SLOT} - ~x11-libs/qt-opengl-${PV}:${SLOT} - ~x11-libs/qt-phonon-${PV}:${SLOT} - ~x11-libs/qt-qt3support-${PV}:${SLOT} - ~x11-libs/qt-script-${PV}:${SLOT} - ~x11-libs/qt-sql-${PV}:${SLOT} - ~x11-libs/qt-svg-${PV}:${SLOT} - ~x11-libs/qt-test-${PV}:${SLOT} - ~x11-libs/qt-webkit-${PV}:${SLOT} - ~x11-libs/qt-xmlpatterns-${PV}:${SLOT} - !<=x11-libs/qt-4.4.0_alpha:${SLOT} - " -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES="demos - examples" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} - doc/src/images" - -src_compile() { - # Doesn't find qt-gui and fails linking - sed -e '/QT_BUILD_TREE/ s:=:+=:' \ - -i "${S}"/examples/tools/plugandpaint/plugandpaint.pro \ - || die "Fixing plugandpaint example failed." - - qt4-build_src_compile -} - -src_install() { - insinto ${QTDOCDIR}/src - doins -r "${S}"/doc/src/images || die "Installing images failed." - - qt4-build_src_install -} |