diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-05-14 23:45:37 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-05-14 23:45:37 +0000 |
commit | a5277805f0208ea1c6aa34b60754692257f3f216 (patch) | |
tree | d37d35a56ab732f5be5d9950582fd64f6c43d00d /x11-libs/qt-webkit | |
parent | Remove old (diff) | |
download | gentoo-2-a5277805f0208ea1c6aa34b60754692257f3f216.tar.gz gentoo-2-a5277805f0208ea1c6aa34b60754692257f3f216.tar.bz2 gentoo-2-a5277805f0208ea1c6aa34b60754692257f3f216.zip |
Remove old
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-webkit')
-rw-r--r-- | x11-libs/qt-webkit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.5.0.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/x11-libs/qt-webkit/ChangeLog b/x11-libs/qt-webkit/ChangeLog index a3070e5c5d6c..584818fc5791 100644 --- a/x11-libs/qt-webkit/ChangeLog +++ b/x11-libs/qt-webkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-webkit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.34 2009/05/13 18:06:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.35 2009/05/14 23:45:37 yngwin Exp $ + + 14 May 2009; Ben de Groot <yngwin@gentoo.org> -qt-webkit-4.5.0.ebuild: + Remove old 13 May 2009; Brent Baude <ranger@gentoo.org> ChangeLog: Marking qt-webkit-4.5.1 ppc stable for bug 266201 diff --git a/x11-libs/qt-webkit/qt-webkit-4.5.0.ebuild b/x11-libs/qt-webkit/qt-webkit-4.5.0.ebuild deleted file mode 100644 index 3333e166cfd6..000000000000 --- a/x11-libs/qt-webkit/qt-webkit-4.5.0.ebuild +++ /dev/null @@ -1,34 +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-webkit/qt-webkit-4.5.0.ebuild,v 1.4 2009/03/18 10:46:04 armin76 Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The Webkit module for the Qt toolkit" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="~x11-libs/qt-core-${PV}[debug=,ssl] - ~x11-libs/qt-gui-${PV}[debug=] - || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[debug=] media-sound/phonon )" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES="src/3rdparty/webkit/WebCore tools/designer/src/plugins/qwebview" -QT4_EXTRACT_DIRECTORIES=" -include/ -src/ -tools/" -QCONFIG_ADD="webkit" -QCONFIG_DEFINE="QT_WEBKIT" - -src_prepare() { - [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900 - qt4-build_src_prepare -} - -src_configure() { - myconf="${myconf} -webkit" - qt4-build_src_configure -} |