summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-05 23:32:09 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-05 23:32:09 +0000
commit641ceeed9563752faad385e5b4ee07428d60ea3e (patch)
tree16ae5caffe0d209c0c1f0549f8b4ae86e4995a66 /x11-libs/qt-script
parentMake it work fine on Linux-PAM too. (diff)
downloadhistorical-641ceeed9563752faad385e5b4ee07428d60ea3e.tar.gz
historical-641ceeed9563752faad385e5b4ee07428d60ea3e.tar.bz2
historical-641ceeed9563752faad385e5b4ee07428d60ea3e.zip
Old.
Package-Manager: portage-2.1.4.4
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.4.0_rc1.ebuild46
2 files changed, 5 insertions, 47 deletions
diff --git a/x11-libs/qt-script/ChangeLog b/x11-libs/qt-script/ChangeLog
index 4b2977e2dc48..ce18a58a91d7 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.2 2008/03/05 23:07:51 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.3 2008/03/05 23:24:19 ingmar Exp $
+
+ 05 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -qt-script-4.4.0_rc1.ebuild:
+ Old.
*qt-script-4.4.0_beta1 (05 Mar 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 5a4dc061b2c7..000000000000
--- a/x11-libs/qt-script/qt-script-4.4.0_rc1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2007 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.4 2007/12/22 23:06:15 mr_bones_ Exp $
-
-inherit qt4-build
-
-SRCTYPE="preview-opensource-src"
-DESCRIPTION="The ECMAScript module for the Qt toolkit"
-HOMEPAGE="http://www.trolltech.com/"
-
-MY_PV=${PV/_rc/-tp}
-
-SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-x11-${SRCTYPE}-${MY_PV}.tar.gz"
-S=${WORKDIR}/qt-x11-${SRCTYPE}-${MY_PV}
-
-LICENSE="|| ( QPL-1.0 GPL-2 )"
-SLOT="4"
-KEYWORDS="~x86"
-
-RDEPEND="~x11-libs/qt-core-${PV}"
-
-DEPEND="${RDEPEND}"
-
-QT4_TARGET_DIRECTORIES="src/script"
-
-src_unpack() {
- qt4-build_src_unpack
-
- skip_qmake_build_patch
- skip_project_generation_patch
- install_binaries_to_buildtree
-}
-
-src_compile() {
- local myconf=$(standard_configure_options)
-
- 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-qdbus -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 ${myconf}"
-
- echo ./configure ${myconf}
- ./configure ${myconf} || die
-
- build_target_directories
-}