[dev-python/qscintilla-python,x11-libs/qscintilla] add metapackages

This commit is contained in:
Sławomir Nizio
2017-08-17 19:59:08 +02:00
parent 0661554ccd
commit dbe7066414
2 changed files with 48 additions and 0 deletions
@@ -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} )
"