diff options
author | Johannes Huber <johu@gentoo.org> | 2012-05-14 12:32:13 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-05-14 12:32:13 +0000 |
commit | c310de1748a2d84d97669e6baaeaca5a0347c36d (patch) | |
tree | 6d2360174b5a0c97977e03edb1adf55e8539b9bc /x11-libs | |
parent | Version bump for dev channel release. Remove old. (diff) | |
download | gentoo-2-c310de1748a2d84d97669e6baaeaca5a0347c36d.tar.gz gentoo-2-c310de1748a2d84d97669e6baaeaca5a0347c36d.tar.bz2 gentoo-2-c310de1748a2d84d97669e6baaeaca5a0347c36d.zip |
Removing Qt-4.7.2
(Portage version: 2.2.0_alpha104/cvs/Linux i686)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-dbus/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-dbus/qt-dbus-4.7.2.ebuild | 39 |
2 files changed, 4 insertions, 40 deletions
diff --git a/x11-libs/qt-dbus/ChangeLog b/x11-libs/qt-dbus/ChangeLog index e04c4011e0c9..dd4649fd7d71 100644 --- a/x11-libs/qt-dbus/ChangeLog +++ b/x11-libs/qt-dbus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-dbus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.109 2012/05/12 15:39:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.110 2012/05/14 12:32:13 johu Exp $ + + 14 May 2012; Johannes Huber <johu@gentoo.org> -qt-dbus-4.7.2.ebuild: + Drop Qt-4.7.2 12 May 2012; Alexis Ballier <aballier@gentoo.org> qt-dbus-4.8.1.ebuild: keyword ~amd64-fbsd diff --git a/x11-libs/qt-dbus/qt-dbus-4.7.2.ebuild b/x11-libs/qt-dbus/qt-dbus-4.7.2.ebuild deleted file mode 100644 index 40a5e076df94..000000000000 --- a/x11-libs/qt-dbus/qt-dbus-4.7.2.ebuild +++ /dev/null @@ -1,39 +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-dbus/qt-dbus-4.7.2.ebuild,v 1.8 2011/07/13 12:47:33 xarthisius Exp $ - -EAPI="3" -inherit qt4-build - -DESCRIPTION="The DBus module for the Qt toolkit" -SLOT="4" -KEYWORDS="amd64 arm ~hppa ~ia64 ~mips ppc ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=] - >=sys-apps/dbus-1.0.2" -RDEPEND="${DEPEND}" - -pkg_setup() { - QT4_TARGET_DIRECTORIES=" - src/dbus - tools/qdbus/qdbus - tools/qdbus/qdbusxml2cpp - tools/qdbus/qdbuscpp2xml" - QCONFIG_ADD="dbus dbus-linked" - QCONFIG_DEFINE="QT_DBUS" - - QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} - include/QtCore - include/QtDBus - include/QtXml - src/corelib - src/xml" - - qt4-build_pkg_setup -} - -src_configure() { - myconf="${myconf} -dbus-linked" - qt4-build_src_configure -} |