diff options
author | Sam Jorna <wraeth@gentoo.org> | 2021-06-20 12:21:24 +1000 |
---|---|---|
committer | Sam Jorna <wraeth@gentoo.org> | 2021-06-20 12:21:24 +1000 |
commit | 4b0526594b6e074e446ee00640aeaea48aad936d (patch) | |
tree | 19a0233704345e9a78e107e20a44d2b711677bda /net-irc | |
parent | net-irc/limnoria-plugins-progval: bump to 20210616 (diff) | |
download | gentoo-4b0526594b6e074e446ee00640aeaea48aad936d.tar.gz gentoo-4b0526594b6e074e446ee00640aeaea48aad936d.tar.bz2 gentoo-4b0526594b6e074e446ee00640aeaea48aad936d.zip |
net-irc/limnoria-plugins-jlu5: bump to 20200105_p20210610
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna <wraeth@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/limnoria-plugins-jlu5/Manifest | 1 | ||||
-rw-r--r-- | net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210610.ebuild | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/net-irc/limnoria-plugins-jlu5/Manifest b/net-irc/limnoria-plugins-jlu5/Manifest index 5c680d297446..af4a1e7dedc6 100644 --- a/net-irc/limnoria-plugins-jlu5/Manifest +++ b/net-irc/limnoria-plugins-jlu5/Manifest @@ -1,2 +1,3 @@ DIST limnoria-plugins-jlu5-20200105_p20210305.tar.gz 95273 BLAKE2B cfdea4fadbfa050c56dd0f307cf43506391d0e35e31b46a649aaf70cfd4c8979e14192d66af408e33b4cc8c0e1917fdb5d2d2cf86029a9b6b204a56936c22b76 SHA512 b031cd9be28989499ed063e8bd2af8079415075710be4dcfd73051eb325e2e321a1589c6d7adc69a0e5ce8b4a0a96c4bb6b1108c4ee479bc074b70738727dd64 DIST limnoria-plugins-jlu5-20200105_p20210530.tar.gz 99973 BLAKE2B a67e53a75a99ed406782cc74cc93c19ad4e7298a4e9b47781559609c7ed77fed157febb646147254f0fb8e73627f1fdfa23e80cd1893d394c779ee54f93357d9 SHA512 03f537b7100a747c408a754d368e679ceea313747cd27dea9ca26cc7d3cf9b4319faf37656b0c7b5134d8ca6a94a9bbf4c345aa8015bcab2a99648d38dddc272 +DIST limnoria-plugins-jlu5-20200105_p20210610.tar.gz 100971 BLAKE2B 4000ce710f287d40e0ce84946fc682f702bfa562cfc114b98a8951714d30cdceff32a599850818cf4e2072167797e6db1f3fa9a3209712a04b16ecea491b87ba SHA512 bd1eaa294af7909f400c622008dfcedbe0ac9df2eb2414f2bfe97b5eff83c0d635c09861686359ec1d8103f404ce6ea606db3434917caf1b406a8875bbfb1dac diff --git a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210610.ebuild b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210610.ebuild new file mode 100644 index 000000000000..09cf4219cae2 --- /dev/null +++ b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210610.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vcs-snapshot + +COMMIT="3ea070a8036e7262c6fdbd39bf2c7d6407a20f7c" + +DESCRIPTION="A collection of plugins for the Limnoria IRC bot." +HOMEPAGE="https://github.com/jlu5/SupyPlugins" +SRC_URI="https://github.com/jlu5/SupyPlugins/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD GPL-2+" +KEYWORDS="~amd64 ~x86" +SLOT=0 + +RDEPEND=" + net-irc/limnoria + dev-python/beautifulsoup +" + +DOCS=( + "README.md" + "requirements.txt" +) + +src_install() { + default + insinto /usr/share/limnoria-extra-plugins/jlu5 + doins -r * +} + +pkg_postinst() { + elog "Before these plugins can be used, your bot will need to be told where to" + elog "load them from. To do this, add /usr/share/limnoria-extra-plugins/jlu5 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/jlu5" +} |