summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-05-16 09:29:16 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-05-16 09:29:16 +0000
commitdc8a1a9990ac8c6552b2437dcfcd073c072e411b (patch)
treee153dbb3911d76455bb8886c7ddfd6e582edab5a /x11-libs
parentOld. (diff)
downloadgentoo-2-dc8a1a9990ac8c6552b2437dcfcd073c072e411b.tar.gz
gentoo-2-dc8a1a9990ac8c6552b2437dcfcd073c072e411b.tar.bz2
gentoo-2-dc8a1a9990ac8c6552b2437dcfcd073c072e411b.zip
Old.
(Portage version: 2.1.5)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt-script/ChangeLog6
-rw-r--r--x11-libs/qt-script/qt-script-4.4.0_rc1.ebuild37
2 files changed, 5 insertions, 38 deletions
diff --git a/x11-libs/qt-script/ChangeLog b/x11-libs/qt-script/ChangeLog
index 2b75cad65643..b7dbc3663b6f 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.5 2008/05/15 12:47:56 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.6 2008/05/16 09:29:16 ingmar Exp $
+
+ 16 May 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -qt-script-4.4.0_rc1.ebuild:
+ Old.
*qt-script-4.4.0 (15 May 2008)
diff --git a/x11-libs/qt-script/qt-script-4.4.0_rc1.ebuild b/x11-libs/qt-script/qt-script-4.4.0_rc1.ebuild
deleted file mode 100644
index b64b8c24f6b6..000000000000
--- a/x11-libs/qt-script/qt-script-4.4.0_rc1.ebuild
+++ /dev/null
@@ -1,37 +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-script/qt-script-4.4.0_rc1.ebuild,v 1.6 2008/04/10 13:42:44 ingmar Exp $
-
-inherit qt4-build
-
-DESCRIPTION="The ECMAScript module for the Qt toolkit"
-HOMEPAGE="http://www.trolltech.com/"
-
-LICENSE="|| ( QPL-1.0 GPL-3 GPL-2 )"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="~x11-libs/qt-core-${PV}"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="src/script/"
-QT4_EXTRACT_DIRECTORIES="
-include/Qt/
-include/QtCore/
-include/QtScript/
-src/corelib/global/
-src/corelib/kernel/
-src/corelib/plugin/"
-
-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-webkit -no-phonon
- -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
- -no-fontconfig -no-glib -no-opengl -no-svg"
-
- qt4-build_src_compile
-}