summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-05-16 09:31:23 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-05-16 09:31:23 +0000
commitf31b423304d641612349ecb85ed3c3d09ffdc268 (patch)
treeced524391ce4708a0b6b6254a22fe1b0fa122ff3 /x11-libs/qt-test
parentOld. (diff)
downloadgentoo-2-f31b423304d641612349ecb85ed3c3d09ffdc268.tar.gz
gentoo-2-f31b423304d641612349ecb85ed3c3d09ffdc268.tar.bz2
gentoo-2-f31b423304d641612349ecb85ed3c3d09ffdc268.zip
Old.
(Portage version: 2.1.5)
Diffstat (limited to 'x11-libs/qt-test')
-rw-r--r--x11-libs/qt-test/ChangeLog6
-rw-r--r--x11-libs/qt-test/qt-test-4.4.0_rc1.ebuild30
2 files changed, 5 insertions, 31 deletions
diff --git a/x11-libs/qt-test/ChangeLog b/x11-libs/qt-test/ChangeLog
index 3c32b6da1881..44d8baf9796c 100644
--- a/x11-libs/qt-test/ChangeLog
+++ b/x11-libs/qt-test/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-test
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.5 2008/05/15 12:49:46 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.6 2008/05/16 09:31:23 ingmar Exp $
+
+ 16 May 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -qt-test-4.4.0_rc1.ebuild:
+ Old.
*qt-test-4.4.0 (15 May 2008)
diff --git a/x11-libs/qt-test/qt-test-4.4.0_rc1.ebuild b/x11-libs/qt-test/qt-test-4.4.0_rc1.ebuild
deleted file mode 100644
index f1de015fcd69..000000000000
--- a/x11-libs/qt-test/qt-test-4.4.0_rc1.ebuild
+++ /dev/null
@@ -1,30 +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-test/qt-test-4.4.0_rc1.ebuild,v 1.5 2008/04/10 13:44:11 ingmar Exp $
-
-inherit qt4-build
-
-DESCRIPTION="The testing framework 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/testlib"
-
-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
-}