diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-01-06 14:48:01 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-01-06 14:48:01 +0000 |
commit | 89ad2274685bdee323132aa50808e72382f5c378 (patch) | |
tree | 7cf4e9dc4a2ab1c72ee467a4e56ede9042827216 /x11-libs | |
parent | Removed the dependency on virtual/libc. (diff) | |
download | gentoo-2-89ad2274685bdee323132aa50808e72382f5c378.tar.gz gentoo-2-89ad2274685bdee323132aa50808e72382f5c378.tar.bz2 gentoo-2-89ad2274685bdee323132aa50808e72382f5c378.zip |
Clean out old ebuilds
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-hh7 i686)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-assistant/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.4.0-r1.ebuild | 56 | ||||
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.4.1.ebuild | 61 | ||||
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.4.2.ebuild | 61 |
4 files changed, 6 insertions, 179 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog index f3fbec623bc8..61e97a7723c4 100644 --- a/x11-libs/qt-assistant/ChangeLog +++ b/x11-libs/qt-assistant/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/qt-assistant # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.17 2009/01/05 23:55:06 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.18 2009/01/06 14:48:01 yngwin Exp $ + + 06 Jan 2009; Ben de Groot <yngwin@gentoo.org> + -qt-assistant-4.4.0-r1.ebuild, -qt-assistant-4.4.1.ebuild, + -qt-assistant-4.4.2.ebuild: + Clean out old ebuilds *qt-assistant-4.4.2-r1 (05 Jan 2009) diff --git a/x11-libs/qt-assistant/qt-assistant-4.4.0-r1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.4.0-r1.ebuild deleted file mode 100644 index 6e4f110a59ae..000000000000 --- a/x11-libs/qt-assistant/qt-assistant-4.4.0-r1.ebuild +++ /dev/null @@ -1,56 +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-assistant/qt-assistant-4.4.0-r1.ebuild,v 1.4 2008/06/13 23:20:12 ingmar Exp $ - -EAPI="1" -inherit qt4-build - -DESCRIPTION="The assistant help module for the Qt toolkit." -HOMEPAGE="http://www.trolltech.com/" - -LICENSE="|| ( QPL-1.0 GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="~x11-libs/qt-gui-${PV} - ~x11-libs/qt-sql-${PV} - !<=x11-libs/qt-4.4.0_alpha:${SLOT}" -RDEPEND="${DEPEND}" - -# Pixeltool isn't really assistant related, but it relies on -# the assistant libraries. -QT4_TARGET_DIRECTORIES="tools/assistant tools/pixeltool" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -doc/qch/ -src/3rdparty/clucene/ -tools/shared/fontpanel" - -pkg_setup() { - qt4-build_pkg_setup - - if ! built_with_use x11-libs/qt-sql sqlite; then - die "You must first emerge x11-libs/qt-sql with the \"sqlite\" use flag in order to use qt-assistant" - fi -} - -src_compile() { - local myconf - - myconf="${myconf} -no-xkb -no-tablet -no-fontconfig -no-xrender -no-xrandr - -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl - -no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng - -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon - -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility -no-fontconfig - -no-glib -no-opengl -no-qt3support -no-svg" - - qt4-build_src_compile -} - -src_install() { - qt4-build_src_install - domenu "${FILESDIR}"/Assistant.desktop || die "domenu failed" - - insinto ${QTDOCDIR} - doins -r doc/qch/ || die 'Installing qch files failed.' -} diff --git a/x11-libs/qt-assistant/qt-assistant-4.4.1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.4.1.ebuild deleted file mode 100644 index 9f2630a73e67..000000000000 --- a/x11-libs/qt-assistant/qt-assistant-4.4.1.ebuild +++ /dev/null @@ -1,61 +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-assistant/qt-assistant-4.4.1.ebuild,v 1.2 2008/10/01 20:13:13 yngwin Exp $ - -EAPI="1" -inherit qt4-build - -DESCRIPTION="The assistant help module for the Qt toolkit." -HOMEPAGE="http://www.trolltech.com/" - -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="webkit" - -DEPEND="~x11-libs/qt-gui-${PV} - ~x11-libs/qt-sql-${PV} - !alpha? ( !ia64? ( !ppc? ( webkit? ( ~x11-libs/qt-webkit-${PV} ) ) ) ) - !<=x11-libs/qt-4.4.0_alpha:${SLOT}" -RDEPEND="${DEPEND}" - -# Pixeltool isn't really assistant related, but it relies on -# the assistant libraries. -QT4_TARGET_DIRECTORIES="tools/assistant tools/pixeltool" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -doc/qch/ -src/3rdparty/clucene/ -tools/shared/fontpanel" - -pkg_setup() { - qt4-build_pkg_setup - - if ! built_with_use x11-libs/qt-sql sqlite; then - die "You must first emerge x11-libs/qt-sql with the \"sqlite\" use flag in order to use qt-assistant" - fi -} - -src_compile() { - local myconf - myconf="${myconf} -no-xkb -no-tablet -no-fontconfig -no-xrender -no-xrandr - -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl - -no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng - -no-libmng -no-libjpeg -no-openssl -system-zlib -no-phonon - -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility - -no-fontconfig -no-glib -no-opengl -no-qt3support -no-svg" - if use webkit; then - myconf="$myconf -assistant-webkit" - else - myconf="$myconf -no-webkit" - fi - - qt4-build_src_compile -} - -src_install() { - qt4-build_src_install - domenu "${FILESDIR}"/Assistant.desktop || die "domenu failed" - - insinto ${QTDOCDIR} - doins -r doc/qch/ || die 'Installing qch files failed.' -} diff --git a/x11-libs/qt-assistant/qt-assistant-4.4.2.ebuild b/x11-libs/qt-assistant/qt-assistant-4.4.2.ebuild deleted file mode 100644 index 81eeac29f296..000000000000 --- a/x11-libs/qt-assistant/qt-assistant-4.4.2.ebuild +++ /dev/null @@ -1,61 +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-assistant/qt-assistant-4.4.2.ebuild,v 1.2 2008/10/01 20:13:13 yngwin Exp $ - -EAPI="1" -inherit qt4-build - -DESCRIPTION="The assistant help module for the Qt toolkit." -HOMEPAGE="http://www.trolltech.com/" - -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="+webkit" - -DEPEND="~x11-libs/qt-gui-${PV} - ~x11-libs/qt-sql-${PV} - !alpha? ( !ia64? ( !ppc? ( webkit? ( ~x11-libs/qt-webkit-${PV} ) ) ) ) - !<=x11-libs/qt-4.4.0_alpha:${SLOT}" -RDEPEND="${DEPEND}" - -# Pixeltool isn't really assistant related, but it relies on -# the assistant libraries. -QT4_TARGET_DIRECTORIES="tools/assistant tools/pixeltool" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -doc/qch/ -src/3rdparty/clucene/ -tools/shared/fontpanel" - -pkg_setup() { - qt4-build_pkg_setup - - if ! built_with_use x11-libs/qt-sql sqlite; then - die "You must first emerge x11-libs/qt-sql with the \"sqlite\" use flag in order to use qt-assistant" - fi -} - -src_compile() { - local myconf - myconf="${myconf} -no-xkb -no-tablet -no-fontconfig -no-xrender -no-xrandr - -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl - -no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng - -no-libmng -no-libjpeg -no-openssl -system-zlib -no-phonon - -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility - -no-fontconfig -no-glib -no-opengl -no-qt3support -no-svg" - if use webkit; then - myconf="$myconf -assistant-webkit" - else - myconf="$myconf -no-webkit" - fi - - qt4-build_src_compile -} - -src_install() { - qt4-build_src_install - domenu "${FILESDIR}"/Assistant.desktop || die "domenu failed" - - insinto ${QTDOCDIR} - doins -r doc/qch/ || die 'Installing qch files failed.' -} |