diff options
author | 2015-05-26 18:13:20 +0000 | |
---|---|---|
committer | 2015-05-26 18:13:20 +0000 | |
commit | b8a3409308291410226137f73ce355fe3242beac (patch) | |
tree | 7a5dc843bd77d92d0cf53525605ec7895cb68731 /dev-qt/qt3support | |
parent | Version bump. (diff) | |
download | gentoo-2-b8a3409308291410226137f73ce355fe3242beac.tar.gz gentoo-2-b8a3409308291410226137f73ce355fe3242beac.tar.bz2 gentoo-2-b8a3409308291410226137f73ce355fe3242beac.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Diffstat (limited to 'dev-qt/qt3support')
-rw-r--r-- | dev-qt/qt3support/ChangeLog | 7 | ||||
-rw-r--r-- | dev-qt/qt3support/qt3support-4.8.7.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-qt/qt3support/ChangeLog b/dev-qt/qt3support/ChangeLog index b8c430a132fc..1c0fcc0adbbb 100644 --- a/dev-qt/qt3support/ChangeLog +++ b/dev-qt/qt3support/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-qt/qt3support # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt3support/ChangeLog,v 1.20 2015/05/16 11:25:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt3support/ChangeLog,v 1.21 2015/05/26 18:13:20 pesa Exp $ + +*qt3support-4.8.7 (26 May 2015) + + 26 May 2015; Davide Pesavento <pesa@gentoo.org> +qt3support-4.8.7.ebuild: + Version bump. 16 May 2015; Pacho Ramos <pacho@gentoo.org> qt3support-4.8.6-r1.ebuild: ppc stable wrt bug #530238 diff --git a/dev-qt/qt3support/qt3support-4.8.7.ebuild b/dev-qt/qt3support/qt3support-4.8.7.ebuild new file mode 100644 index 000000000000..6c2a2e0dd97e --- /dev/null +++ b/dev-qt/qt3support/qt3support-4.8.7.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt3support/qt3support-4.8.7.ebuild,v 1.1 2015/05/26 18:13:20 pesa Exp $ + +EAPI=5 +inherit qt4-build-multilib + +DESCRIPTION="The Qt3Support module for the Qt toolkit" + +if [[ ${QT4_BUILD_TYPE} == release ]]; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +fi + +IUSE="+accessibility" + +DEPEND=" + ~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support,${MULTILIB_USEDEP}] + ~dev-qt/qtgui-${PV}[accessibility=,aqua=,debug=,qt3support,${MULTILIB_USEDEP}] + ~dev-qt/qtsql-${PV}[aqua=,debug=,qt3support,${MULTILIB_USEDEP}] +" +RDEPEND="${DEPEND}" + +QT4_TARGET_DIRECTORIES=" + src/qt3support + src/tools/uic3 + tools/porting" + +multilib_src_configure() { + local myconf=( + -qt3support + $(qt_use accessibility) + ) + qt4_multilib_src_configure +} |