View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Meta package for net-im/psi plugins"
HOMEPAGE="https://github.com/psi-im"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="attention autoreply birthdayreminder chess cleaner clientswitcher conferencelogger contentdownloader enummessages extendedmenu extendedoptions gomokugame historykeeper image imagepreview jabberdisk juick messagefilter omemo openpgp otr pepchangenotify qipxstatuses screenshot stopspam storagenotes translate videostatus watcher"
RDEPEND=""
for plugin in ${IUSE}; do
RDEPEND+=" ${plugin}? ( >=net-im/psi-${plugin}-${PV} )"
done