public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam Jorna" <wraeth@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-progval/
Date: Sat, 14 May 2022 07:37:01 +0000 (UTC)	[thread overview]
Message-ID: <1652513792.a47bf1f53e27c23810c0f1ed148b2acfe8302cf0.wraeth@gentoo> (raw)

commit:     a47bf1f53e27c23810c0f1ed148b2acfe8302cf0
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 07:30:42 2022 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sat May 14 07:36:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47bf1f5

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

Signed-off-by: Sam Jorna <wraeth <AT> gentoo.org>

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

diff --git a/net-irc/limnoria-plugins-progval/Manifest b/net-irc/limnoria-plugins-progval/Manifest
index 7ec0332660ce..dec48e7b0cbf 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,3 +1,4 @@
 DIST limnoria-plugins-progval-20210629.tar.gz 4940004 BLAKE2B 286b502daa37bfa5aafd8f5d92176ecc5956d0922322bc1ce1ffd4221bc6f9cef14b7cb9ca52c1d520e17852941a34006a250d8f6504134c40fc0b896b71a99c SHA512 30985a54ef6c1d027356b0f6efd0b1cbde777bb4fe2999ef63ebc94ae944933d9dc90f1ce937ccda5b54bacdd786ead79b01bc1514113a51b749cfcccba993d1
 DIST limnoria-plugins-progval-20211212.tar.gz 4947598 BLAKE2B fa944d5f6c08918a65b518de5eb75fcd0c84adf63923f06310da18a31d87efcca59eff23c402543f3216e6fa0122956615264a744072bf870b3d1b2bcf155e9f SHA512 770da93037d331103c12a17cded7d62028d6212888c9edf51ad462f907b882aaaabb5322bdb443fc0e45a411302e145c96915f9226d20e863350c17a80b56d0b
 DIST limnoria-plugins-progval-20220205.tar.gz 4950629 BLAKE2B 242dd75aca7aa6af8ebcff9f6f13965986669819129cb30ffa46c4026680e6951ae92d646aeb9506a6031f08975df98110276e2aa69ec2bc4831a474ac1f3010 SHA512 4b405a3d845761592abcff16a0c7b0ef8820921cb9c02ac7cfe3db695b535503ba63ce9945bc396b238c74e36c2a8b3f004eefe945a33af8fc91e1c740b2897a
+DIST limnoria-plugins-progval-20220513.tar.gz 4951977 BLAKE2B e7acf8b023035cf74465287441ee8825ef6cfcbbd2279bfde8a8014ab0f29b21b381d991e1948558a1722897f2a16f2aca1942fbd118f74609c00ccf489f7540 SHA512 166967f6562946a1ee7c06a21788d7b806f1f9a56c0666dc1d515e894474dfd0da1cbb07259198410b07298ae992a3f352953f938aa850fbb9cb8da361dd58ed

diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220513.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220513.ebuild
new file mode 100644
index 000000000000..e09158d15f4b
--- /dev/null
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220513.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="d09a37d7caf524a4a4b70f036038aaa9fd838974"
+
+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	other threads:[~2022-05-14  7:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-14  7:37 Sam Jorna [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-30 19:01 [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-progval/ Pacho Ramos
2022-11-20  7:32 Sam Jorna
2022-05-14  7:37 Sam Jorna
2022-02-11  7:36 Sam Jorna
2022-02-11  7:36 Sam Jorna
2021-12-26  0:20 Sam James
2021-12-13  9:28 Sam Jorna
2021-07-04  1:54 Sam Jorna
2021-07-04  1:54 Sam Jorna
2021-06-20  2:48 Sam Jorna
2021-05-23  7:52 Sam Jorna

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1652513792.a47bf1f53e27c23810c0f1ed148b2acfe8302cf0.wraeth@gentoo \
    --to=wraeth@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox