From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E92E1382C5 for ; Sun, 23 May 2021 07:52:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F20EE0863; Sun, 23 May 2021 07:52:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57937E0863 for ; Sun, 23 May 2021 07:52:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE764340139 for ; Sun, 23 May 2021 07:52:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C1B7794 for ; Sun, 23 May 2021 07:52:09 +0000 (UTC) From: "Sam Jorna" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" Message-ID: <1621756317.b01dd209e0fdbb361e74f19e296b8219fdeffa9c.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-progval/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/limnoria-plugins-progval/Manifest net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210523.ebuild net-irc/limnoria-plugins-progval/metadata.xml X-VCS-Directories: net-irc/limnoria-plugins-progval/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: b01dd209e0fdbb361e74f19e296b8219fdeffa9c X-VCS-Branch: master Date: Sun, 23 May 2021 07:52:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 823dba6d-0905-44fe-a5e0-80827b6a028b X-Archives-Hash: 2899e93e378033dceba9514a05f8c177 commit: b01dd209e0fdbb361e74f19e296b8219fdeffa9c Author: Sam Jorna gentoo org> AuthorDate: Sun May 23 07:50:28 2021 +0000 Commit: Sam Jorna gentoo org> CommitDate: Sun May 23 07:51:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01dd209 net-irc/limnoria-plugins-progval: new package Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam Jorna gentoo.org> net-irc/limnoria-plugins-progval/Manifest | 1 + .../limnoria-plugins-progval-20210523.ebuild | 38 ++++++++++++++++++++++ net-irc/limnoria-plugins-progval/metadata.xml | 13 ++++++++ 3 files changed, 52 insertions(+) diff --git a/net-irc/limnoria-plugins-progval/Manifest b/net-irc/limnoria-plugins-progval/Manifest new file mode 100644 index 00000000000..12ae5d76760 --- /dev/null +++ b/net-irc/limnoria-plugins-progval/Manifest @@ -0,0 +1 @@ +DIST limnoria-plugins-progval-20210523.tar.gz 4936882 BLAKE2B 3404d6d07f1d2e55357759000734df37566f2b9563149ea2efbcc2b4b3dbbc73e321280ee2846ed61df8b23400bcd8e1f5088921ffa1a77bf86625713c00aa98 SHA512 6a3b9d0c65070b8c6c4f762f273f4ebee37550c4aca00e82fc7232a957863aaff5bd5d1768eb8b00b40666b71f4d83ec6253d0f42132ebf7563208aadaacd48d diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210523.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210523.ebuild new file mode 100644 index 00000000000..102b8797f77 --- /dev/null +++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210523.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="8781713a715800e8ba535ce2525d1441b3702bcb" + +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/ncoevoet 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" +} diff --git a/net-irc/limnoria-plugins-progval/metadata.xml b/net-irc/limnoria-plugins-progval/metadata.xml new file mode 100644 index 00000000000..a50d04aabdd --- /dev/null +++ b/net-irc/limnoria-plugins-progval/metadata.xml @@ -0,0 +1,13 @@ + + + + + wraeth@gentoo.org + Sam Jorna + + + + ProgVal/Supybot-plugins + https://github.com/ProgVal/Supybot-plugins/issues + +