summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-30 20:58:30 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-30 21:00:42 +0200
commit11a53edefbcba5af2784eea51b69eccb19d1113b (patch)
treed3a91cf6f5e269b20475db40e882e093d0a185dc /net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220205.ebuild
parentnet-irc/limnoria-plugins-jlu5: drop 20210801, 20220201 (diff)
downloadgentoo-11a53edefbcba5af2784eea51b69eccb19d1113b.tar.gz
gentoo-11a53edefbcba5af2784eea51b69eccb19d1113b.tar.bz2
gentoo-11a53edefbcba5af2784eea51b69eccb19d1113b.zip
net-irc/limnoria-plugins-progval: drop 20220205, 20220513
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220205.ebuild')
-rw-r--r--net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220205.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220205.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220205.ebuild
deleted file mode 100644
index 961b1410ead4..000000000000
--- a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220205.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="73620183d46855498cc4642d2bc0d466635dfb41"
-
-DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked"
-HOMEPAGE="https://github.com/ProgVal/Supybot-plugins"
-SRC_URI="https://github.com/ProgVal/Supybot-plugins/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD GPL-2 GPL-3 MIT"
-KEYWORDS="~amd64 ~riscv ~x86"
-SLOT=0
-
-RDEPEND="net-irc/limnoria"
-
-DOCS=(
- "README.md"
- "requirements.txt"
-)
-
-src_install() {
- default
- insinto /usr/share/limnoria-extra-plugins/ProgVal
- doins -r *
-}
-
-pkg_postinst() {
- elog "Before this plugin can be used, your bot will need to be told where to"
- elog "load it from. To do this, add /usr/share/limnoria-extra-plugins/ProgVal when"
- elog "prompted during the bot creation wizard, or add it to a running bots config"
- elog "with the command"
- elog
- elog " config directories.plugins [config directories.plugins], /usr/share/limnoria-extra-plugins/ProgVal"
-}