summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-07-09 11:43:33 +0000
committerJohannes Huber <johu@gentoo.org>2012-07-09 11:43:33 +0000
commita83a42d2949e89c796e1391fb659c1083b461317 (patch)
tree09eb50d67f40b02f336b3eeed4d59ecca4bea549 /x11-libs/qt-xmlpatterns
parentStable for amd64, wrt bug #422131 (diff)
downloadgentoo-2-a83a42d2949e89c796e1391fb659c1083b461317.tar.gz
gentoo-2-a83a42d2949e89c796e1391fb659c1083b461317.tar.bz2
gentoo-2-a83a42d2949e89c796e1391fb659c1083b461317.zip
Removing Qt-4.6.3
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-xmlpatterns')
-rw-r--r--x11-libs/qt-xmlpatterns/ChangeLog5
-rw-r--r--x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.6.3.ebuild36
2 files changed, 4 insertions, 37 deletions
diff --git a/x11-libs/qt-xmlpatterns/ChangeLog b/x11-libs/qt-xmlpatterns/ChangeLog
index d1dc729ff02a..8d25439f8508 100644
--- a/x11-libs/qt-xmlpatterns/ChangeLog
+++ b/x11-libs/qt-xmlpatterns/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-xmlpatterns
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/ChangeLog,v 1.117 2012/07/09 04:33:59 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/ChangeLog,v 1.118 2012/07/09 11:43:33 johu Exp $
+
+ 09 Jul 2012; Johannes Huber <johu@gentoo.org> -qt-xmlpatterns-4.6.3.ebuild:
+ Drop Qt-4.6.3
09 Jul 2012; Joseph Jezak <josejx@gentoo.org> qt-xmlpatterns-4.8.2.ebuild:
Marked ppc/ppc64 for bug #424625.
diff --git a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.6.3.ebuild b/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.6.3.ebuild
deleted file mode 100644
index e1435c10747c..000000000000
--- a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.6.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.6.3.ebuild,v 1.8 2011/08/17 16:59:58 chithanh Exp $
-
-EAPI="2"
-inherit qt4-build
-
-DESCRIPTION="The patternist module for the Qt toolkit"
-SLOT="4"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=,exceptions]"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="src/xmlpatterns tools/xmlpatterns"
-QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
-include/QtCore
-include/QtXml
-include/QtNetwork
-include/QtXmlPatterns
-src/network/
-src/xml/
-src/corelib/"
-
-QCONFIG_ADD="xmlpatterns"
-QCONFIG_DEFINE="QT_XMLPATTERNS"
-
-PATCHES=(
- "${FILESDIR}/qt-4.6-nolibx11.patch"
-)
-
-src_configure() {
- myconf="${myconf} -xmlpatterns"
- qt4-build_src_configure
-}