From 8747ebed8541939546053f05034b070fab6629e8 Mon Sep 17 00:00:00 2001 From: Sam Jorna Date: Sun, 23 May 2021 17:44:36 +1000 Subject: net-irc/limnoria-plugins-jlu5: new package Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam Jorna --- net-irc/limnoria-plugins-jlu5/Manifest | 1 + ...limnoria-plugins-jlu5-20200105_p20210305.ebuild | 41 ++++++++++++++++++++++ net-irc/limnoria-plugins-jlu5/metadata.xml | 13 +++++++ 3 files changed, 55 insertions(+) create mode 100644 net-irc/limnoria-plugins-jlu5/Manifest create mode 100644 net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210305.ebuild create mode 100644 net-irc/limnoria-plugins-jlu5/metadata.xml (limited to 'net-irc') diff --git a/net-irc/limnoria-plugins-jlu5/Manifest b/net-irc/limnoria-plugins-jlu5/Manifest new file mode 100644 index 000000000000..c4db5f09be2d --- /dev/null +++ b/net-irc/limnoria-plugins-jlu5/Manifest @@ -0,0 +1 @@ +DIST limnoria-plugins-jlu5-20200105_p20210305.tar.gz 95273 BLAKE2B cfdea4fadbfa050c56dd0f307cf43506391d0e35e31b46a649aaf70cfd4c8979e14192d66af408e33b4cc8c0e1917fdb5d2d2cf86029a9b6b204a56936c22b76 SHA512 b031cd9be28989499ed063e8bd2af8079415075710be4dcfd73051eb325e2e321a1589c6d7adc69a0e5ce8b4a0a96c4bb6b1108c4ee479bc074b70738727dd64 diff --git a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210305.ebuild b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210305.ebuild new file mode 100644 index 000000000000..49b7c565b8c5 --- /dev/null +++ b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210305.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="f9b6b4c24786460a4ad12d39af4d7865ebdf2904" + +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" +} diff --git a/net-irc/limnoria-plugins-jlu5/metadata.xml b/net-irc/limnoria-plugins-jlu5/metadata.xml new file mode 100644 index 000000000000..a90483a553af --- /dev/null +++ b/net-irc/limnoria-plugins-jlu5/metadata.xml @@ -0,0 +1,13 @@ + + + + + wraeth@gentoo.org + Sam Jorna + + + + jlu5/SupyPlugins + https://github.com/jlu5/SupyPlugins/issues + + -- cgit v1.2.3-65-gdbad