diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-11-11 14:45:08 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-11-11 14:45:08 +0000 |
commit | 3de6535873109370aa58076d45f07a18e5e8a8bf (patch) | |
tree | debe8c2fc9377634189e83285e3fde3dc7e763e8 /x11-libs | |
parent | Temporarily mask USE arts for kde-base/. (diff) | |
download | gentoo-2-3de6535873109370aa58076d45f07a18e5e8a8bf.tar.gz gentoo-2-3de6535873109370aa58076d45f07a18e5e8a8bf.tar.bz2 gentoo-2-3de6535873109370aa58076d45f07a18e5e8a8bf.zip |
Remove obsolete versions
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-svg/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-svg/qt-svg-4.4.2.ebuild | 38 | ||||
-rw-r--r-- | x11-libs/qt-svg/qt-svg-4.5.1-r1.ebuild | 48 | ||||
-rw-r--r-- | x11-libs/qt-svg/qt-svg-4.5.2.ebuild | 43 | ||||
-rw-r--r-- | x11-libs/qt-svg/qt-svg-4.5.3.ebuild | 43 |
5 files changed, 5 insertions, 173 deletions
diff --git a/x11-libs/qt-svg/ChangeLog b/x11-libs/qt-svg/ChangeLog index 255280b47383..df25364c8638 100644 --- a/x11-libs/qt-svg/ChangeLog +++ b/x11-libs/qt-svg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-svg # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.51 2009/11/10 22:40:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.52 2009/11/11 14:45:08 yngwin Exp $ + + 11 Nov 2009; Ben de Groot <yngwin@gentoo.org> -qt-svg-4.4.2.ebuild, + -qt-svg-4.5.1-r1.ebuild, -qt-svg-4.5.2.ebuild, -qt-svg-4.5.3.ebuild: + Remove obsolete versions 10 Nov 2009; Jeroen Roovers <jer@gentoo.org> qt-svg-4.5.3-r1.ebuild: Stable for HPPA (bug #290922). diff --git a/x11-libs/qt-svg/qt-svg-4.4.2.ebuild b/x11-libs/qt-svg/qt-svg-4.4.2.ebuild deleted file mode 100644 index 97a8401f9389..000000000000 --- a/x11-libs/qt-svg/qt-svg-4.4.2.ebuild +++ /dev/null @@ -1,38 +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-svg/qt-svg-4.4.2.ebuild,v 1.9 2009/02/18 19:56:49 jer Exp $ - -EAPI="1" -inherit qt4-build - -DESCRIPTION="The SVG module for the Qt toolkit." -HOMEPAGE="http://www.trolltech.com/" - -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="~x11-libs/qt-gui-${PV} - !<=x11-libs/qt-4.4.0_alpha:${SLOT}" -RDEPEND="${DEPEND}" - -QCONFIG_ADD="svg" -QCONFIG_DEFINE="QT_SVG" -QT4_TARGET_DIRECTORIES=" -src/svg -src/plugins/imageformats/svg -src/plugins/iconengines/svgiconengine" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}" - -src_compile() { - local myconf - myconf="${myconf} -svg -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-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility - -no-fontconfig -no-glib -no-opengl" - - qt4-build_src_compile -} diff --git a/x11-libs/qt-svg/qt-svg-4.5.1-r1.ebuild b/x11-libs/qt-svg/qt-svg-4.5.1-r1.ebuild deleted file mode 100644 index 83dbe51ecb19..000000000000 --- a/x11-libs/qt-svg/qt-svg-4.5.1-r1.ebuild +++ /dev/null @@ -1,48 +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-svg/qt-svg-4.5.1-r1.ebuild,v 1.9 2009/06/30 15:13:26 armin76 Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The SVG module for the Qt toolkit" -SLOT="4" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="+iconv" - -DEPEND="~x11-libs/qt-gui-${PV}[debug=]" -RDEPEND="${DEPEND}" - -QCONFIG_ADD="svg" -QCONFIG_DEFINE="QT_SVG" -QT4_TARGET_DIRECTORIES=" -src/svg -src/plugins/imageformats/svg -src/plugins/iconengines/svgiconengine" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -include/QtSvg/ -include/Qt/ -include/QtGui/ -include/QtCore/ -include/QtXml/ -src/corelib/ -src/gui/ -src/plugins/ -src/xml -src/3rdparty" - -src_prepare() { - qt4-build_src_prepare - epatch "${FILESDIR}/0279-svg-rendering-4.5.1-regression.diff" - -} - -src_configure() { - myconf="${myconf} $(qt_use iconv) -svg -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 -no-cups -no-nis -no-gif -no-libpng - -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon - -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility - -v -no-fontconfig -no-glib -no-opengl -no-gtkstyle -continue" - qt4-build_src_configure -} diff --git a/x11-libs/qt-svg/qt-svg-4.5.2.ebuild b/x11-libs/qt-svg/qt-svg-4.5.2.ebuild deleted file mode 100644 index 218c3f13fd57..000000000000 --- a/x11-libs/qt-svg/qt-svg-4.5.2.ebuild +++ /dev/null @@ -1,43 +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-svg/qt-svg-4.5.2.ebuild,v 1.4 2009/10/11 17:12:21 armin76 Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The SVG module for the Qt toolkit" -SLOT="4" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="iconv" - -DEPEND="~x11-libs/qt-gui-${PV}[debug=]" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES=" -src/svg -src/plugins/imageformats/svg -src/plugins/iconengines/svgiconengine" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -include/QtSvg/ -include/Qt/ -include/QtGui/ -include/QtCore/ -include/QtXml/ -src/corelib/ -src/gui/ -src/plugins/ -src/xml -src/3rdparty" - -QCONFIG_ADD="svg" -QCONFIG_DEFINE="QT_SVG" - -src_configure() { - myconf="${myconf} $(qt_use iconv) -svg -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 -no-cups -no-nis -no-gif -no-libpng - -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon - -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility - -v -no-fontconfig -no-glib -no-opengl -no-gtkstyle -continue" - qt4-build_src_configure -} diff --git a/x11-libs/qt-svg/qt-svg-4.5.3.ebuild b/x11-libs/qt-svg/qt-svg-4.5.3.ebuild deleted file mode 100644 index 8122d8d76e3f..000000000000 --- a/x11-libs/qt-svg/qt-svg-4.5.3.ebuild +++ /dev/null @@ -1,43 +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-svg/qt-svg-4.5.3.ebuild,v 1.2 2009/10/29 11:44:34 fauli Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The SVG module for the Qt toolkit" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" -IUSE="iconv" - -DEPEND="~x11-libs/qt-gui-${PV}[debug=]" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES=" -src/svg -src/plugins/imageformats/svg -src/plugins/iconengines/svgiconengine" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -include/QtSvg/ -include/Qt/ -include/QtGui/ -include/QtCore/ -include/QtXml/ -src/corelib/ -src/gui/ -src/plugins/ -src/xml -src/3rdparty" - -QCONFIG_ADD="svg" -QCONFIG_DEFINE="QT_SVG" - -src_configure() { - myconf="${myconf} $(qt_use iconv) -svg -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 -no-cups -no-nis -no-gif -no-libpng - -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon - -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility - -v -no-fontconfig -no-glib -no-opengl -no-gtkstyle -continue" - qt4-build_src_configure -} |