summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210210.ebuild')
-rw-r--r--net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210210.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210210.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210210.ebuild
deleted file mode 100644
index ac0863ae66d4..000000000000
--- a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210210.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="2962c3190b72f432d60a558bb711983a235e7bb9"
-
-DESCRIPTION="supybot ban management and channel flood/spam/repeat protections plugin"
-HOMEPAGE="https://github.com/ncoevoet/ChanTracker"
-SRC_URI="https://github.com/ncoevoet/ChanTracker/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT=0
-
-RDEPEND="net-irc/limnoria"
-
-DOCS="README.md"
-
-src_install() {
- default
- insinto /usr/share/limnoria-extra-plugins/ncoevoet/ChanTracker
- 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/ncoevoet 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/ncoevoet"
-}