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: Sun, 20 Jun 2021 02:48:36 +0000 (UTC)	[thread overview]
Message-ID: <1624155607.8a4d9d320b33722b89f30b98ec6b6c648b9fba71.wraeth@gentoo> (raw)

commit:     8a4d9d320b33722b89f30b98ec6b6c648b9fba71
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 02:20:07 2021 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 02:20:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4d9d32

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

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

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

diff --git a/net-irc/limnoria-plugins-progval/Manifest b/net-irc/limnoria-plugins-progval/Manifest
index 12ae5d76760..065d0fd287f 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1 +1,2 @@
 DIST limnoria-plugins-progval-20210523.tar.gz 4936882 BLAKE2B 3404d6d07f1d2e55357759000734df37566f2b9563149ea2efbcc2b4b3dbbc73e321280ee2846ed61df8b23400bcd8e1f5088921ffa1a77bf86625713c00aa98 SHA512 6a3b9d0c65070b8c6c4f762f273f4ebee37550c4aca00e82fc7232a957863aaff5bd5d1768eb8b00b40666b71f4d83ec6253d0f42132ebf7563208aadaacd48d
+DIST limnoria-plugins-progval-20210616.tar.gz 4940211 BLAKE2B c6bdc9e1949303c18081d7ab16bb12e6c51b3af6ac70c5ba5cf5352fe13befe7b1896a8178df4b60c19ff10bb81f9454d20cff89218ead55ea218bb9d5e5c728 SHA512 b2f962890bf0d125ec77f0cdfec0e4449444565bd429c3bb6c2f0386e2dfdee9f9bdaa8c25334fced4866c19cb29220a045e83f40c6e35476d44e2c1d0d4c325

diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild
new file mode 100644
index 00000000000..be3aa84bc1c
--- /dev/null
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.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="2049ffbf1fe1e6f26ffad74e628c2adbb84097fb"
+
+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 ~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:[~2021-06-20  2:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-20  2:48 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-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-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=1624155607.8a4d9d320b33722b89f30b98ec6b6c648b9fba71.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