diff options
author | Sam Jorna <wraeth@gentoo.org> | 2021-05-23 17:44:36 +1000 |
---|---|---|
committer | Sam Jorna <wraeth@gentoo.org> | 2021-05-23 17:51:57 +1000 |
commit | 8747ebed8541939546053f05034b070fab6629e8 (patch) | |
tree | 5ae40cb4c659a6672891c5f1565f590cbbdebe04 /net-irc | |
parent | net-irc/limnoria-plugins-chantracker: new package (diff) | |
download | gentoo-8747ebed8541939546053f05034b070fab6629e8.tar.gz gentoo-8747ebed8541939546053f05034b070fab6629e8.tar.bz2 gentoo-8747ebed8541939546053f05034b070fab6629e8.zip |
net-irc/limnoria-plugins-jlu5: new package
Package-Manager: Portage-3.0.18, 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_p20210305.ebuild | 41 | ||||
-rw-r--r-- | net-irc/limnoria-plugins-jlu5/metadata.xml | 13 |
3 files changed, 55 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>wraeth@gentoo.org</email> + <name>Sam Jorna</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="github">jlu5/SupyPlugins</remote-id> + <bugs-to>https://github.com/jlu5/SupyPlugins/issues</bugs-to> + </upstream> +</pkgmetadata> |