commit:     4ed6593f8893120bb30eafcdf06cb963b5297edd
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 09:22:56 2021 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 09:27:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed6593f

net-irc/limnoria-plugins-progval: bump to 20211212

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

 net-irc/limnoria-plugins-progval/Manifest          |  1 +
 .../limnoria-plugins-progval-20211212.ebuild       | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/net-irc/limnoria-plugins-progval/Manifest 
b/net-irc/limnoria-plugins-progval/Manifest
index f281e123cce7..c71826488f12 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,2 +1,3 @@
 DIST limnoria-plugins-progval-20210616.tar.gz 4940211 BLAKE2B 
c6bdc9e1949303c18081d7ab16bb12e6c51b3af6ac70c5ba5cf5352fe13befe7b1896a8178df4b60c19ff10bb81f9454d20cff89218ead55ea218bb9d5e5c728
 SHA512 
b2f962890bf0d125ec77f0cdfec0e4449444565bd429c3bb6c2f0386e2dfdee9f9bdaa8c25334fced4866c19cb29220a045e83f40c6e35476d44e2c1d0d4c325
 DIST limnoria-plugins-progval-20210629.tar.gz 4940004 BLAKE2B 
286b502daa37bfa5aafd8f5d92176ecc5956d0922322bc1ce1ffd4221bc6f9cef14b7cb9ca52c1d520e17852941a34006a250d8f6504134c40fc0b896b71a99c
 SHA512 
30985a54ef6c1d027356b0f6efd0b1cbde777bb4fe2999ef63ebc94ae944933d9dc90f1ce937ccda5b54bacdd786ead79b01bc1514113a51b749cfcccba993d1
+DIST limnoria-plugins-progval-20211212.tar.gz 4947598 BLAKE2B 
fa944d5f6c08918a65b518de5eb75fcd0c84adf63923f06310da18a31d87efcca59eff23c402543f3216e6fa0122956615264a744072bf870b3d1b2bcf155e9f
 SHA512 
770da93037d331103c12a17cded7d62028d6212888c9edf51ad462f907b882aaaabb5322bdb443fc0e45a411302e145c96915f9226d20e863350c17a80b56d0b

diff --git 
a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild 
b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
new file mode 100644
index 000000000000..200e2da42c44
--- /dev/null
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="e6a46a7e7eda8df0e1861f1ae290152857b902b5"
+
+DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked."
+HOMEPAGE="https://github.com/ProgVal/Supybot-plugins";
+SRC_URI="https://github.com/ProgVal/Supybot-plugins/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD GPL-2 GPL-3 MIT"
+KEYWORDS="~amd64 ~riscv ~x86"
+SLOT=0
+
+RDEPEND="net-irc/limnoria"
+
+DOCS=(
+       "README.md"
+       "requirements.txt"
+)
+
+src_install() {
+       default
+       insinto /usr/share/limnoria-extra-plugins/ProgVal
+       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/ProgVal 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/ProgVal"
+}

Reply via email to