diff options
author | Alex Alexander <wired@gentoo.org> | 2011-04-14 22:41:23 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2011-04-14 22:41:23 +0000 |
commit | 7fc2e058de98652a4f6c6e55b3e46220eea365ed (patch) | |
tree | fca0b1d5608c89240da0303d9952720529c83e24 /x11-libs | |
parent | added webkit use flag, fixes bug #348423 (diff) | |
download | gentoo-2-7fc2e058de98652a4f6c6e55b3e46220eea365ed.tar.gz gentoo-2-7fc2e058de98652a4f6c6e55b3e46220eea365ed.tar.bz2 gentoo-2-7fc2e058de98652a4f6c6e55b3e46220eea365ed.zip |
old cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-declarative/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-declarative/qt-declarative-4.7.2.ebuild | 57 |
2 files changed, 4 insertions, 58 deletions
diff --git a/x11-libs/qt-declarative/ChangeLog b/x11-libs/qt-declarative/ChangeLog index 22ef2025f518..98323550c7d8 100644 --- a/x11-libs/qt-declarative/ChangeLog +++ b/x11-libs/qt-declarative/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-declarative # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-declarative/ChangeLog,v 1.20 2011/04/14 22:29:03 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-declarative/ChangeLog,v 1.21 2011/04/14 22:41:23 wired Exp $ + + 14 Apr 2011; Alex Alexander <wired@gentoo.org> -qt-declarative-4.7.2.ebuild: + old cleanup *qt-declarative-4.7.2-r1 (14 Apr 2011) diff --git a/x11-libs/qt-declarative/qt-declarative-4.7.2.ebuild b/x11-libs/qt-declarative/qt-declarative-4.7.2.ebuild deleted file mode 100644 index cde0524099b6..000000000000 --- a/x11-libs/qt-declarative/qt-declarative-4.7.2.ebuild +++ /dev/null @@ -1,57 +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-declarative/qt-declarative-4.7.2.ebuild,v 1.2 2011/03/05 07:36:37 abcd Exp $ - -EAPI="3" -inherit qt4-build - -DESCRIPTION="The Declarative module for the Qt toolkit" -SLOT="4" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="private-headers qt3support" - -DEPEND="~x11-libs/qt-core-${PV}[aqua=,qt3support=] - ~x11-libs/qt-gui-${PV}[aqua=,qt3support=] - ~x11-libs/qt-opengl-${PV}[aqua=,qt3support=] - ~x11-libs/qt-script-${PV}[aqua=] - ~x11-libs/qt-sql-${PV}[aqua=,qt3support=] - ~x11-libs/qt-svg-${PV}[aqua=] - ~x11-libs/qt-xmlpatterns-${PV}[aqua=] - qt3support? ( ~x11-libs/qt-qt3support-${PV}[aqua=] ) - " -RDEPEND="${DEPEND}" - -pkg_setup() { - QCONFIG_ADD="declarative" - - QT4_TARGET_DIRECTORIES=" - src/declarative - src/imports - tools/designer/src/plugins/qdeclarativeview - tools/qml" - QT4_EXTRACT_DIRECTORIES=" - include/ - src/ - tools/" - - qt4-build_pkg_setup -} - -src_configure() { - myconf="${myconf} -declarative $(qt_use qt3support)" - qt4-build_src_configure -} - -src_install() { - qt4-build_src_install - if use private-headers; then - if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]] ; then - insinto "${QTLIBDIR#${EPREFIX}}"/QtDeclarative.framework/Headers/private - # ran for the 2nd time, need it for the updated headers - fix_includes - else - insinto "${QTHEADERDIR#${EPREFIX}}"/QtDeclarative/private - fi - find "${S}"/src/declarative/ -type f -name "*_p.h" -exec doins {} \; - fi -} |