diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.10.ebuild new file mode 100644 index 000000000..c6ff4c424 --- /dev/null +++ b/dev-python/qscintilla-python/qscintilla-python-2.10.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Meta package for ${PN} (install ${PN}-qt4 or ${PN}-qt5 instead)" +HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug +qt4 qt5" + +DEPEND=" + qt4? ( =${CATEGORY}/${PN}-qt4-${PVR} ) + qt5? ( =${CATEGORY}/${PN}-qt5-${PVR} ) +" +# Depend on qt4 for compatibility which was until the split ebuild was +# introduced. +RDEPEND=" + qt4? ( =${CATEGORY}/${PN}-qt4-${PVR} ) + !qt4? ( =${CATEGORY}/${PN}-qt5-${PVR} ) +" diff --git a/x11-libs/qscintilla/qscintilla-2.10.ebuild b/x11-libs/qscintilla/qscintilla-2.10.ebuild new file mode 100644 index 000000000..6986aeb29 --- /dev/null +++ b/x11-libs/qscintilla/qscintilla-2.10.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Meta package for ${PN} (install ${PN}-qt4 or ${PN}-qt5 instead)" +HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="designer doc +qt4 qt5" + +DEPEND=" + qt4? ( =${CATEGORY}/${PN}-qt4-${PVR} ) + qt5? ( =${CATEGORY}/${PN}-qt5-${PVR} ) +" +# Depend on qt4 for compatibility which was until the split ebuild was +# introduced. +RDEPEND=" + qt4? ( =${CATEGORY}/${PN}-qt4-${PVR} ) + !qt4? ( =${CATEGORY}/${PN}-qt5-${PVR} ) +"