diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-01-06 15:22:06 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-01-06 15:22:06 +0000 |
commit | b031bcc68f2d1e2ed3f023be2d435e8518623589 (patch) | |
tree | 94d386b2c27a07d2ddf8aef652a6dfc630e8188c /x11-libs/qt-webkit | |
parent | Clean out old ebuilds (diff) | |
download | gentoo-2-b031bcc68f2d1e2ed3f023be2d435e8518623589.tar.gz gentoo-2-b031bcc68f2d1e2ed3f023be2d435e8518623589.tar.bz2 gentoo-2-b031bcc68f2d1e2ed3f023be2d435e8518623589.zip |
Clean out old ebuilds
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-hh7 i686)
Diffstat (limited to 'x11-libs/qt-webkit')
-rw-r--r-- | x11-libs/qt-webkit/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.4.0.ebuild | 31 | ||||
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.4.1.ebuild | 31 |
3 files changed, 6 insertions, 64 deletions
diff --git a/x11-libs/qt-webkit/ChangeLog b/x11-libs/qt-webkit/ChangeLog index 063f2b16d2c7..4fc3374213ec 100644 --- a/x11-libs/qt-webkit/ChangeLog +++ b/x11-libs/qt-webkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-webkit -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.14 2008/10/25 21:03:11 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.15 2009/01/06 15:22:06 yngwin Exp $ + + 06 Jan 2009; Ben de Groot <yngwin@gentoo.org> -qt-webkit-4.4.0.ebuild, + -qt-webkit-4.4.1.ebuild: + Clean out old ebuilds 25 Oct 2008; Mike Frysinger <vapier@gentoo.org> qt-webkit-4.4.2.ebuild: Add -mminimal-toc to workaround ppc64 compiler issues #241900. diff --git a/x11-libs/qt-webkit/qt-webkit-4.4.0.ebuild b/x11-libs/qt-webkit/qt-webkit-4.4.0.ebuild deleted file mode 100644 index e20e90becaad..000000000000 --- a/x11-libs/qt-webkit/qt-webkit-4.4.0.ebuild +++ /dev/null @@ -1,31 +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-webkit/qt-webkit-4.4.0.ebuild,v 1.4 2008/06/13 23:26:10 ingmar Exp $ - -EAPI="1" -inherit qt4-build - -DESCRIPTION="The Webkit module for the Qt toolkit." -HOMEPAGE="http://www.trolltech.com/" - -LICENSE="|| ( QPL-1.0 GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="~x11-libs/qt-gui-${PV} - !<=x11-libs/qt-4.4.0_alpha:${SLOT}" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES="src/3rdparty/webkit/WebCore tools/designer/src/plugins/qwebview" -QT4_EXTRACT_DIRECTORIES="src/3rdparty/webkit src/3rdparty/sqlite -tools/designer/src/plugins/qwebview" -QCONFIG_ADD="webkit" -QCONFIG_DEFINE="QT_WEBKIT" - -src_compile() { - local myconf - myconf="${myconf} -webkit" - - qt4-build_src_compile -} diff --git a/x11-libs/qt-webkit/qt-webkit-4.4.1.ebuild b/x11-libs/qt-webkit/qt-webkit-4.4.1.ebuild deleted file mode 100644 index 29b2c19f0830..000000000000 --- a/x11-libs/qt-webkit/qt-webkit-4.4.1.ebuild +++ /dev/null @@ -1,31 +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-webkit/qt-webkit-4.4.1.ebuild,v 1.2 2008/08/27 14:43:46 armin76 Exp $ - -EAPI="1" -inherit qt4-build - -DESCRIPTION="The Webkit module for the Qt toolkit." -HOMEPAGE="http://www.trolltech.com/" - -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 -sparc ~x86" -IUSE="" - -DEPEND="~x11-libs/qt-gui-${PV} - !<=x11-libs/qt-4.4.0_alpha:${SLOT}" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES="src/3rdparty/webkit/WebCore tools/designer/src/plugins/qwebview" -QT4_EXTRACT_DIRECTORIES="src/3rdparty/webkit src/3rdparty/sqlite -tools/designer/src/plugins/qwebview" -QCONFIG_ADD="webkit" -QCONFIG_DEFINE="QT_WEBKIT" - -src_compile() { - local myconf - myconf="${myconf} -webkit" - - qt4-build_src_compile -} |