net-im/psi-plugins-meta - 9999 (rion)

Search

Package Information

Description:
Meta package for net-im/psi plugins
Homepage:
https://github.com/psi-im
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
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

USE Flags

otr

Dependencies

RDEPEND

 ${plugin}? ( >=net-im/psi-${plugin}-9999 )