diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-11-11 15:29:15 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-11-11 15:29:15 +0000 |
commit | e0e9455f7d88125d54cdf2af69868d91a491f8c9 (patch) | |
tree | 6698be88a1f01532f3f78b49782ea6e148ec638f /x11-libs | |
parent | Remove obsolete versions (diff) | |
download | gentoo-2-e0e9455f7d88125d54cdf2af69868d91a491f8c9.tar.gz gentoo-2-e0e9455f7d88125d54cdf2af69868d91a491f8c9.tar.bz2 gentoo-2-e0e9455f7d88125d54cdf2af69868d91a491f8c9.zip |
Remove obsolete versions
(Portage version: 2.2_rc49/cvs/Linux x86_64)
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.2-r1.ebuild | 69 | ||||
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild | 53 | ||||
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.5.2.ebuild | 53 |
4 files changed, 6 insertions, 176 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog index 75707dd3fbd7..8286e3568979 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.58 2009/11/10 22:42:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.59 2009/11/11 15:29:15 yngwin Exp $ + + 11 Nov 2009; Ben de Groot <yngwin@gentoo.org> + -qt-assistant-4.4.2-r1.ebuild, -qt-assistant-4.5.1.ebuild, + -qt-assistant-4.5.2.ebuild: + Remove obsolete versions 10 Nov 2009; Jeroen Roovers <jer@gentoo.org> qt-assistant-4.5.3.ebuild: Stable for HPPA (bug #290922). diff --git a/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild deleted file mode 100644 index 31765ab263d7..000000000000 --- a/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild +++ /dev/null @@ -1,69 +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-assistant/qt-assistant-4.4.2-r1.ebuild,v 1.10 2009/03/16 00:48:06 zmedico 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 ~x86-fbsd" -IUSE="+webkit" - -DEPEND="~x11-libs/qt-gui-${PV} - ~x11-libs/qt-sql-${PV} - webkit? ( ~x11-libs/qt-webkit-${PV} )" -RDEPEND="${DEPEND} !<x11-libs/qt-4.4.0:4" - -# 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 - - # install correct assistant icon, bug 241208 - dodir /usr/share/pixmaps/ || die "dodir failed" - insinto /usr/share/pixmaps/ || die "insinto failed" - doins tools/assistant/tools/assistant/images/assistant.png \ - || die "doins failed" - # Note: absolute image path required here! - make_desktop_entry /usr/bin/assistant Assistant \ - /usr/share/pixmaps/assistant.png 'Qt;Development;GUIDesigner' \ - || die "make_desktop_entry failed" - - insinto ${QTDOCDIR} - doins -r doc/qch/ || die 'Installing qch files failed' -} diff --git a/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild deleted file mode 100644 index 2db5471ffabd..000000000000 --- a/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild +++ /dev/null @@ -1,53 +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-assistant/qt-assistant-4.5.1.ebuild,v 1.8 2009/08/18 12:54:02 jer Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The assistant help module for the Qt toolkit" -SLOT="4" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 -sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="~x11-libs/qt-gui-${PV}[debug=] - ~x11-libs/qt-sql-${PV}[debug=,sqlite] - ~x11-libs/qt-webkit-${PV}[debug=]" -RDEPEND="${DEPEND} !<x11-libs/qt-4.4.0:4" - -# Pixeltool isn't really assistant related, but it relies on -# the assistant libraries. And qdoc3 is needed by qt-creator... -QT4_TARGET_DIRECTORIES="tools/assistant tools/pixeltool tools/qdoc3" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -src/3rdparty/clucene/ -tools/shared/fontpanel -include/ -src/ -doc/" - -src_configure() { - myconf="${myconf} -no-xkb -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 -no-gtkstyle" - qt4-build_src_configure -} - -src_install() { - qt4-build_src_install - insinto ${QTDOCDIR} - doins -r "${S}"/doc/qch/ || die "Installing qch documentation failed" - dobin "${S}"/tools/qdoc3/qdoc3 || die "Installing qdoc3 failed" - - # install correct assistant icon, bug 241208 - dodir /usr/share/pixmaps/ || die "dodir failed" - insinto /usr/share/pixmaps/ || die "insinto failed" - doins tools/assistant/tools/assistant/images/assistant.png \ - || die "doins failed" - # Note: absolute image path required here! - make_desktop_entry /usr/bin/assistant Assistant \ - /usr/share/pixmaps/assistant.png 'Qt;Development;GUIDesigner' \ - || die "make_desktop_entry failed" -} diff --git a/x11-libs/qt-assistant/qt-assistant-4.5.2.ebuild b/x11-libs/qt-assistant/qt-assistant-4.5.2.ebuild deleted file mode 100644 index 5cee4e1c1f9c..000000000000 --- a/x11-libs/qt-assistant/qt-assistant-4.5.2.ebuild +++ /dev/null @@ -1,53 +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-assistant/qt-assistant-4.5.2.ebuild,v 1.4 2009/10/11 17:22:23 armin76 Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The assistant help module for the Qt toolkit" -SLOT="4" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 -sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="~x11-libs/qt-gui-${PV}[debug=] - ~x11-libs/qt-sql-${PV}[debug=,sqlite] - ~x11-libs/qt-webkit-${PV}[debug=]" -RDEPEND="${DEPEND} !<x11-libs/qt-4.4.0:4" - -# Pixeltool isn't really assistant related, but it relies on -# the assistant libraries. And qdoc3 is needed by qt-creator... -QT4_TARGET_DIRECTORIES="tools/assistant tools/pixeltool tools/qdoc3" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -src/3rdparty/clucene/ -tools/shared/fontpanel -include/ -src/ -doc/" - -src_configure() { - myconf="${myconf} -no-xkb -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 -no-gtkstyle" - qt4-build_src_configure -} - -src_install() { - qt4-build_src_install - insinto ${QTDOCDIR} - doins -r "${S}"/doc/qch/ || die "Installing qch documentation failed" - dobin "${S}"/tools/qdoc3/qdoc3 || die "Installing qdoc3 failed" - - # install correct assistant icon, bug 241208 - dodir /usr/share/pixmaps/ || die "dodir failed" - insinto /usr/share/pixmaps/ || die "insinto failed" - doins tools/assistant/tools/assistant/images/assistant.png \ - || die "doins failed" - # Note: absolute image path required here! - make_desktop_entry /usr/bin/assistant Assistant \ - /usr/share/pixmaps/assistant.png 'Qt;Development;GUIDesigner' \ - || die "make_desktop_entry failed" -} |