summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-02-14 14:05:03 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-02-14 14:05:03 +0000
commit9dc304a07de834dc8b9ca096373c8b9c1cc0bc7b (patch)
treecce74c7a89c6f4e64b1330cba37c7396ba1d4ac1 /x11-libs/qt-script
parentMasking =x11-libs/qt-script-4.5.0_rc1-r1 because of build failures, bug 258961 (diff)
downloadgentoo-2-9dc304a07de834dc8b9ca096373c8b9c1cc0bc7b.tar.gz
gentoo-2-9dc304a07de834dc8b9ca096373c8b9c1cc0bc7b.tar.bz2
gentoo-2-9dc304a07de834dc8b9ca096373c8b9c1cc0bc7b.zip
Dropping ebuild, fixes bug #258961
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt-script')
-rw-r--r--x11-libs/qt-script/ChangeLog6
-rw-r--r--x11-libs/qt-script/qt-script-4.5.0_rc1-r1.ebuild36
2 files changed, 5 insertions, 37 deletions
diff --git a/x11-libs/qt-script/ChangeLog b/x11-libs/qt-script/ChangeLog
index 44750ea43210..6b19266cb9f4 100644
--- a/x11-libs/qt-script/ChangeLog
+++ b/x11-libs/qt-script/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-script
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.22 2009/02/14 00:56:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.23 2009/02/14 14:05:03 hwoarang Exp $
+
+ 14 Feb 2009; Markos Chandras <hwoarang@gentoo.org>
+ -qt-script-4.5.0_rc1-r1.ebuild:
+ Dropping ebuild, fixes #258961
*qt-script-4.5.0_rc1-r1 (14 Feb 2009)
diff --git a/x11-libs/qt-script/qt-script-4.5.0_rc1-r1.ebuild b/x11-libs/qt-script/qt-script-4.5.0_rc1-r1.ebuild
deleted file mode 100644
index 2b997f2e7e32..000000000000
--- a/x11-libs/qt-script/qt-script-4.5.0_rc1-r1.ebuild
+++ /dev/null
@@ -1,36 +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-script/qt-script-4.5.0_rc1-r1.ebuild,v 1.1 2009/02/14 00:56:52 hwoarang Exp $
-
-EAPI="2"
-inherit qt4-build
-
-DESCRIPTION="The ECMAScript module for the Qt toolkit"
-LICENSE="|| ( GPL-3 GPL-2 )"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="~x11-libs/qt-core-${PV}[debug=]"
-RDEPEND="${DEPEND}"
-PDEPEND="~x11-libs/qt-gui-${PV}"
-
-QT4_TARGET_DIRECTORIES="src/script/ src/scripttools/"
-QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
-include/Qt/
-include/QtCore/
-include/QtScriptTools/
-include/QtGui/
-include/QtScript/
-src/corelib/
-src/gui"
-
-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-webkit -no-phonon
- -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
- -no-fontconfig -no-glib -no-opengl -no-svg -no-gtkstyle"
- qt4-build_src_configure
-}