diff options
author | Johannes Huber <johu@gentoo.org> | 2012-05-14 13:04:17 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-05-14 13:04:17 +0000 |
commit | 69069597ff65d0438dbb95ec0c2d59a8b29647ea (patch) | |
tree | 4b23086a37429938ba782452e6fdd0be14a503dd /x11-libs/qt-xmlpatterns | |
parent | Removing Qt-4.7.2 (diff) | |
download | gentoo-2-69069597ff65d0438dbb95ec0c2d59a8b29647ea.tar.gz gentoo-2-69069597ff65d0438dbb95ec0c2d59a8b29647ea.tar.bz2 gentoo-2-69069597ff65d0438dbb95ec0c2d59a8b29647ea.zip |
Removing Qt-4.7.2
(Portage version: 2.2.0_alpha104/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt-xmlpatterns')
-rw-r--r-- | x11-libs/qt-xmlpatterns/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.7.2.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/x11-libs/qt-xmlpatterns/ChangeLog b/x11-libs/qt-xmlpatterns/ChangeLog index 3cbbc5473bb0..ecbded33c55d 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.105 2012/05/12 15:52:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/ChangeLog,v 1.106 2012/05/14 13:04:17 johu Exp $ + + 14 May 2012; Johannes Huber <johu@gentoo.org> -qt-xmlpatterns-4.7.2.ebuild: + Drop Qt-4.7.2 12 May 2012; Alexis Ballier <aballier@gentoo.org> qt-xmlpatterns-4.8.1.ebuild: diff --git a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.7.2.ebuild b/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.7.2.ebuild deleted file mode 100644 index a05bac721d06..000000000000 --- a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.7.2.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.7.2.ebuild,v 1.6 2011/07/13 12:51:08 xarthisius Exp $ - -EAPI="3" -inherit qt4-build - -DESCRIPTION="The patternist module for the Qt toolkit" -SLOT="4" -KEYWORDS="amd64 arm ~hppa ~ia64 ~mips ppc ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=,exceptions]" -RDEPEND="${DEPEND}" - -pkg_setup() { - QT4_TARGET_DIRECTORIES="src/xmlpatterns tools/xmlpatterns" - QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} - include/QtCore - include/QtNetwork - include/QtXml - include/QtXmlPatterns - src/network/ - src/xml/ - src/corelib/" - - QCONFIG_ADD="xmlpatterns" - QCONFIG_DEFINE="QT_XMLPATTERNS" - - qt4-build_pkg_setup -} - -src_configure() { - myconf="${myconf} -xmlpatterns" - qt4-build_src_configure -} |