commit:     8747ebed8541939546053f05034b070fab6629e8
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 07:44:36 2021 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun May 23 07:51:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8747ebed

net-irc/limnoria-plugins-jlu5: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam Jorna <wraeth <AT> gentoo.org>

 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(+)

diff --git a/net-irc/limnoria-plugins-jlu5/Manifest 
b/net-irc/limnoria-plugins-jlu5/Manifest
new file mode 100644
index 00000000000..c4db5f09be2
--- /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 00000000000..49b7c565b8c
--- /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 00000000000..a90483a553a
--- /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>[email protected]</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>

Reply via email to