psi-plugins-meta-9999.ebuild 675 B

12345678910111213141516171819
  1. # Copyright 1999-2021 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. DESCRIPTION="Meta package for net-im/psi plugins"
  5. HOMEPAGE="https://github.com/psi-im"
  6. LICENSE="GPL-2"
  7. SLOT="0"
  8. KEYWORDS=""
  9. 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"
  10. RDEPEND=""
  11. for plugin in ${IUSE}; do
  12. RDEPEND+=" ${plugin}? ( >=net-im/psi-${plugin}-${PV} )"
  13. done