commit:     c9c6c5ca8289694d7e340a45141a3bf9f6792914
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 07:41:23 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=c9c6c5ca

net-irc/limnoria-plugins-chantracker: 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-chantracker/Manifest      |  1 +
 ...mnoria-plugins-chantracker-1.5_p20210210.ebuild | 35 ++++++++++++++++++++++
 net-irc/limnoria-plugins-chantracker/metadata.xml  | 13 ++++++++
 3 files changed, 49 insertions(+)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest 
b/net-irc/limnoria-plugins-chantracker/Manifest
new file mode 100644
index 00000000000..c421b12e848
--- /dev/null
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -0,0 +1 @@
+DIST limnoria-plugins-chantracker-1.5_p20210210.tar.gz 46836 BLAKE2B 
f97418160f6261a87ef6239def036b629ffe88d06e5f4980722ca1b6d05c1cd0c12d8c6d425150c8aa2a43a1b21e3f0070dfe55fc71a8aa0cf5bed20d57adcaa
 SHA512 
c6d25d2d84cda24a5e589952e75dd79569296d23e24f3872c553d1b78ebb782c2f6257248238a4bdd9d6a1efdad2836e4fad1546adb81581d7daedcc153a90b5

diff --git 
a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210210.ebuild
 
b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210210.ebuild
new file mode 100644
index 00000000000..ac0863ae66d
--- /dev/null
+++ 
b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210210.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="2962c3190b72f432d60a558bb711983a235e7bb9"
+
+DESCRIPTION="supybot ban management and channel flood/spam/repeat protections 
plugin"
+HOMEPAGE="https://github.com/ncoevoet/ChanTracker";
+SRC_URI="https://github.com/ncoevoet/ChanTracker/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT=0
+
+RDEPEND="net-irc/limnoria"
+
+DOCS="README.md"
+
+src_install() {
+       default
+       insinto /usr/share/limnoria-extra-plugins/ncoevoet/ChanTracker
+       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/ncoevoet"
+}

diff --git a/net-irc/limnoria-plugins-chantracker/metadata.xml 
b/net-irc/limnoria-plugins-chantracker/metadata.xml
new file mode 100644
index 00000000000..2a2760a5461
--- /dev/null
+++ b/net-irc/limnoria-plugins-chantracker/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>wra...@gentoo.org</email>
+               <name>Sam Jorna</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id type="github">ncoevoet/ChanTracker</remote-id>
+               
<bugs-to>https://github.com/ncoevoet/ChanTracker/issues</bugs-to>
+       </upstream>
+</pkgmetadata>

Reply via email to