public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2021-05-23  7:52 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2021-05-23  7:52 UTC (permalink / raw
  To: gentoo-commits

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>wraeth@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>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2021-05-30  5:51 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2021-05-30  5:51 UTC (permalink / raw
  To: gentoo-commits

commit:     2c09bd72e05b61c94cbaa31dc2586433c9ed8ec1
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 05:51:29 2021 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun May 30 05:51:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c09bd72

net-irc/limnoria-plugins-chantracker: bump to p20210530

Package-Manager: Portage-3.0.19, 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_p20210530.ebuild | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index c421b12e848..f1afaabf8c3 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1 +1,2 @@
 DIST limnoria-plugins-chantracker-1.5_p20210210.tar.gz 46836 BLAKE2B f97418160f6261a87ef6239def036b629ffe88d06e5f4980722ca1b6d05c1cd0c12d8c6d425150c8aa2a43a1b21e3f0070dfe55fc71a8aa0cf5bed20d57adcaa SHA512 c6d25d2d84cda24a5e589952e75dd79569296d23e24f3872c553d1b78ebb782c2f6257248238a4bdd9d6a1efdad2836e4fad1546adb81581d7daedcc153a90b5
+DIST limnoria-plugins-chantracker-1.5_p20210530.tar.gz 47071 BLAKE2B b38cbe399d6cda9ee9d5e873a50d2f529d91b697c32ed4d74fb8812b8090a42103283878f8874f0a974cfdf1d117e2401935edef678d1d71af338760555a7a92 SHA512 7b5e459d17b28fd00b9306a7acd8c2a36eb668031c24eb05b9c51354e5cf270fb1b388949047c0531d9e8cd62291d8f7ec9bd339d3b3b6c1680dc184c44d3b21

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210530.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210530.ebuild
new file mode 100644
index 00000000000..03beadaac2c
--- /dev/null
+++ b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210530.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="7a60d9912171b3f6fb927b03c18710773d7f4227"
+
+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"
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2021-06-20  2:48 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2021-06-20  2:48 UTC (permalink / raw
  To: gentoo-commits

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

net-irc/limnoria-plugins-chantracker: remove old

Package-Manager: Portage-3.0.20, 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 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index 5df17e3d222..773fe5b9a4f 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,3 +1,2 @@
-DIST limnoria-plugins-chantracker-1.5_p20210210.tar.gz 46836 BLAKE2B f97418160f6261a87ef6239def036b629ffe88d06e5f4980722ca1b6d05c1cd0c12d8c6d425150c8aa2a43a1b21e3f0070dfe55fc71a8aa0cf5bed20d57adcaa SHA512 c6d25d2d84cda24a5e589952e75dd79569296d23e24f3872c553d1b78ebb782c2f6257248238a4bdd9d6a1efdad2836e4fad1546adb81581d7daedcc153a90b5
 DIST limnoria-plugins-chantracker-1.5_p20210530.tar.gz 47071 BLAKE2B b38cbe399d6cda9ee9d5e873a50d2f529d91b697c32ed4d74fb8812b8090a42103283878f8874f0a974cfdf1d117e2401935edef678d1d71af338760555a7a92 SHA512 7b5e459d17b28fd00b9306a7acd8c2a36eb668031c24eb05b9c51354e5cf270fb1b388949047c0531d9e8cd62291d8f7ec9bd339d3b3b6c1680dc184c44d3b21
 DIST limnoria-plugins-chantracker-1.5_p20210619.tar.gz 47777 BLAKE2B 14e44e025d4044c38504ec9cea31b08d9a442769b5dc3cf6d71b89526ec98a43a31068a5557b3fc257c6254b0f6aab989d148066b79667b17c75f01e741c10ea SHA512 8ef99fbd41929172ae362a656030fda7f4d522eddfd29a3f9e8f9e9a138903faa672c4b872ce76da39d716f3443c159e7c40111cee015230e781bc387c299718

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
deleted file mode 100644
index ac0863ae66d..00000000000
--- a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210210.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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"
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2021-06-20  2:48 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2021-06-20  2:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5d5e8fc988ac4cce9d445815f90cbdcedf3bff82
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 02:47:00 2021 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 02:47:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5e8fc9

net-irc/limnoria-plugins-chantracker: bump to 1.5_p20210619

Package-Manager: Portage-3.0.20, 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_p20210619.ebuild | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index f1afaabf8c3..5df17e3d222 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,2 +1,3 @@
 DIST limnoria-plugins-chantracker-1.5_p20210210.tar.gz 46836 BLAKE2B f97418160f6261a87ef6239def036b629ffe88d06e5f4980722ca1b6d05c1cd0c12d8c6d425150c8aa2a43a1b21e3f0070dfe55fc71a8aa0cf5bed20d57adcaa SHA512 c6d25d2d84cda24a5e589952e75dd79569296d23e24f3872c553d1b78ebb782c2f6257248238a4bdd9d6a1efdad2836e4fad1546adb81581d7daedcc153a90b5
 DIST limnoria-plugins-chantracker-1.5_p20210530.tar.gz 47071 BLAKE2B b38cbe399d6cda9ee9d5e873a50d2f529d91b697c32ed4d74fb8812b8090a42103283878f8874f0a974cfdf1d117e2401935edef678d1d71af338760555a7a92 SHA512 7b5e459d17b28fd00b9306a7acd8c2a36eb668031c24eb05b9c51354e5cf270fb1b388949047c0531d9e8cd62291d8f7ec9bd339d3b3b6c1680dc184c44d3b21
+DIST limnoria-plugins-chantracker-1.5_p20210619.tar.gz 47777 BLAKE2B 14e44e025d4044c38504ec9cea31b08d9a442769b5dc3cf6d71b89526ec98a43a31068a5557b3fc257c6254b0f6aab989d148066b79667b17c75f01e741c10ea SHA512 8ef99fbd41929172ae362a656030fda7f4d522eddfd29a3f9e8f9e9a138903faa672c4b872ce76da39d716f3443c159e7c40111cee015230e781bc387c299718

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210619.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210619.ebuild
new file mode 100644
index 00000000000..b1b787904b8
--- /dev/null
+++ b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210619.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="a3d25c44b7a56e3af7b3d8b48ee68a311deed5df"
+
+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"
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2021-07-04  1:54 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2021-07-04  1:54 UTC (permalink / raw
  To: gentoo-commits

commit:     de881ba73aef70b94b1dc43a78ff69bd8376aec2
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 01:41:12 2021 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 01:53:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de881ba7

net-irc/limnoria-plugins-chantracker: bump to 1.6

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

 net-irc/limnoria-plugins-chantracker/Manifest      |  1 +
 .../limnoria-plugins-chantracker-1.6.ebuild        | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index 773fe5b9a4f..054f3bb1b5f 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,2 +1,3 @@
 DIST limnoria-plugins-chantracker-1.5_p20210530.tar.gz 47071 BLAKE2B b38cbe399d6cda9ee9d5e873a50d2f529d91b697c32ed4d74fb8812b8090a42103283878f8874f0a974cfdf1d117e2401935edef678d1d71af338760555a7a92 SHA512 7b5e459d17b28fd00b9306a7acd8c2a36eb668031c24eb05b9c51354e5cf270fb1b388949047c0531d9e8cd62291d8f7ec9bd339d3b3b6c1680dc184c44d3b21
 DIST limnoria-plugins-chantracker-1.5_p20210619.tar.gz 47777 BLAKE2B 14e44e025d4044c38504ec9cea31b08d9a442769b5dc3cf6d71b89526ec98a43a31068a5557b3fc257c6254b0f6aab989d148066b79667b17c75f01e741c10ea SHA512 8ef99fbd41929172ae362a656030fda7f4d522eddfd29a3f9e8f9e9a138903faa672c4b872ce76da39d716f3443c159e7c40111cee015230e781bc387c299718
+DIST limnoria-plugins-chantracker-1.6.tar.gz 48050 BLAKE2B aedf93eccbda87eb488b7a0c6e28597198ce37a68a006771b15d6044eea8d7efd9fcf5b178ff4309715534286b74c7ee81e47241ec6406c26d1b17f5bb442d5a SHA512 c7ddd629818edc85d4ebc589d85fa66ef757ac27d0710e4a5512a469892c5c3caad6b98a3ebbce0abc797e0b64bdbd4ad2445e2127c91e266abddec58c3ae859

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6.ebuild
new file mode 100644
index 00000000000..27da210ea97
--- /dev/null
+++ b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+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/refs/tags/${PV}.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"
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2021-07-04  1:54 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2021-07-04  1:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e3e8cd33ac6b49633d0baf7ee2d01276e74ed990
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 01:41:59 2021 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 01:53:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e8cd33

net-irc/limnoria-plugins-chantracker: remove old

Package-Manager: Portage-3.0.20, 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_p20210530.ebuild | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index 054f3bb1b5f..7e1a0450e31 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,3 +1,2 @@
-DIST limnoria-plugins-chantracker-1.5_p20210530.tar.gz 47071 BLAKE2B b38cbe399d6cda9ee9d5e873a50d2f529d91b697c32ed4d74fb8812b8090a42103283878f8874f0a974cfdf1d117e2401935edef678d1d71af338760555a7a92 SHA512 7b5e459d17b28fd00b9306a7acd8c2a36eb668031c24eb05b9c51354e5cf270fb1b388949047c0531d9e8cd62291d8f7ec9bd339d3b3b6c1680dc184c44d3b21
 DIST limnoria-plugins-chantracker-1.5_p20210619.tar.gz 47777 BLAKE2B 14e44e025d4044c38504ec9cea31b08d9a442769b5dc3cf6d71b89526ec98a43a31068a5557b3fc257c6254b0f6aab989d148066b79667b17c75f01e741c10ea SHA512 8ef99fbd41929172ae362a656030fda7f4d522eddfd29a3f9e8f9e9a138903faa672c4b872ce76da39d716f3443c159e7c40111cee015230e781bc387c299718
 DIST limnoria-plugins-chantracker-1.6.tar.gz 48050 BLAKE2B aedf93eccbda87eb488b7a0c6e28597198ce37a68a006771b15d6044eea8d7efd9fcf5b178ff4309715534286b74c7ee81e47241ec6406c26d1b17f5bb442d5a SHA512 c7ddd629818edc85d4ebc589d85fa66ef757ac27d0710e4a5512a469892c5c3caad6b98a3ebbce0abc797e0b64bdbd4ad2445e2127c91e266abddec58c3ae859

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210530.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210530.ebuild
deleted file mode 100644
index 03beadaac2c..00000000000
--- a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210530.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="7a60d9912171b3f6fb927b03c18710773d7f4227"
-
-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"
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2021-12-13  9:28 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2021-12-13  9:28 UTC (permalink / raw
  To: gentoo-commits

commit:     46cd781a54bbc854543ce9e9d1e791e5f55467ea
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 09:19:20 2021 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 09:27:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46cd781a

net-irc/limnoria-plugins-chantracker: bump to 1.6_p20211103

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

 net-irc/limnoria-plugins-chantracker/Manifest      |  1 +
 ...mnoria-plugins-chantracker-1.6_p20211103.ebuild | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index 7e1a0450e314..630020da207b 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,2 +1,3 @@
 DIST limnoria-plugins-chantracker-1.5_p20210619.tar.gz 47777 BLAKE2B 14e44e025d4044c38504ec9cea31b08d9a442769b5dc3cf6d71b89526ec98a43a31068a5557b3fc257c6254b0f6aab989d148066b79667b17c75f01e741c10ea SHA512 8ef99fbd41929172ae362a656030fda7f4d522eddfd29a3f9e8f9e9a138903faa672c4b872ce76da39d716f3443c159e7c40111cee015230e781bc387c299718
 DIST limnoria-plugins-chantracker-1.6.tar.gz 48050 BLAKE2B aedf93eccbda87eb488b7a0c6e28597198ce37a68a006771b15d6044eea8d7efd9fcf5b178ff4309715534286b74c7ee81e47241ec6406c26d1b17f5bb442d5a SHA512 c7ddd629818edc85d4ebc589d85fa66ef757ac27d0710e4a5512a469892c5c3caad6b98a3ebbce0abc797e0b64bdbd4ad2445e2127c91e266abddec58c3ae859
+DIST limnoria-plugins-chantracker-1.6_p20211103.tar.gz 52922 BLAKE2B a397c4235eb0487d6e84acb8c8dabd78fe1dcd4b64a85b94168fd9be5b3cbaa32049d621348b81b026d68bc1599b7b1db2051a572258e80eb0b8be875d3c9b2a SHA512 bf1c613b1daa979e310bf566e5584004ea824a65464e1b185b58ccc45c62f052d449a25e686eb0faa9657f29ff69b89ec588cf8ea40ad4dff415b9fc02faed04

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20211103.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20211103.ebuild
new file mode 100644
index 000000000000..cd60dfb79685
--- /dev/null
+++ b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20211103.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="d8acb0b785924e7d01e65531784aca089368b760"
+
+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 ~riscv ~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"
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2022-03-20  4:09 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2022-03-20  4:09 UTC (permalink / raw
  To: gentoo-commits

commit:     41ec56f42b08d2ec11485a267af47649dcefa5c7
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 03:55:31 2022 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 03:55:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ec56f4

net-irc/limnoria-plugins-chantracker: Bump to 1.6_p20220312

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

 net-irc/limnoria-plugins-chantracker/Manifest      |  1 +
 ...mnoria-plugins-chantracker-1.6_p20220312.ebuild | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index 630020da207b..b978dd795170 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,3 +1,4 @@
 DIST limnoria-plugins-chantracker-1.5_p20210619.tar.gz 47777 BLAKE2B 14e44e025d4044c38504ec9cea31b08d9a442769b5dc3cf6d71b89526ec98a43a31068a5557b3fc257c6254b0f6aab989d148066b79667b17c75f01e741c10ea SHA512 8ef99fbd41929172ae362a656030fda7f4d522eddfd29a3f9e8f9e9a138903faa672c4b872ce76da39d716f3443c159e7c40111cee015230e781bc387c299718
 DIST limnoria-plugins-chantracker-1.6.tar.gz 48050 BLAKE2B aedf93eccbda87eb488b7a0c6e28597198ce37a68a006771b15d6044eea8d7efd9fcf5b178ff4309715534286b74c7ee81e47241ec6406c26d1b17f5bb442d5a SHA512 c7ddd629818edc85d4ebc589d85fa66ef757ac27d0710e4a5512a469892c5c3caad6b98a3ebbce0abc797e0b64bdbd4ad2445e2127c91e266abddec58c3ae859
 DIST limnoria-plugins-chantracker-1.6_p20211103.tar.gz 52922 BLAKE2B a397c4235eb0487d6e84acb8c8dabd78fe1dcd4b64a85b94168fd9be5b3cbaa32049d621348b81b026d68bc1599b7b1db2051a572258e80eb0b8be875d3c9b2a SHA512 bf1c613b1daa979e310bf566e5584004ea824a65464e1b185b58ccc45c62f052d449a25e686eb0faa9657f29ff69b89ec588cf8ea40ad4dff415b9fc02faed04
+DIST limnoria-plugins-chantracker-1.6_p20220312.tar.gz 52441 BLAKE2B 539038581ed988fc64216171d293271a811561903d23badcef36124d5ee80e26e1f67ff7d0e36e463aac92bc2442bc28766116bc9f92e5f86d8e14728180e192 SHA512 9e9cee65e3d19bab2c5079348bfbd598ecc71d3d8cc11bbcf76b79f39a14c9171c2a0a5e5ea7cf5550e9ab082ab6d764205f44e47bd1ea596d81ace68ca26075

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220312.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220312.ebuild
new file mode 100644
index 000000000000..3af0db47e4ff
--- /dev/null
+++ b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220312.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="2c94abb49a08ea47ab718018dfcaeaf8bf569d5f"
+
+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 ~riscv ~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"
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2022-03-20  4:09 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2022-03-20  4:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a4bad5b4db27b417f35446a2de4a046c37701c96
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 03:56:04 2022 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 03:56:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bad5b4

net-irc/limnoria-plugins-chantracker: Remove old

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

 net-irc/limnoria-plugins-chantracker/Manifest      |  1 -
 ...mnoria-plugins-chantracker-1.5_p20210619.ebuild | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index b978dd795170..7ea1a4e901e1 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,4 +1,3 @@
-DIST limnoria-plugins-chantracker-1.5_p20210619.tar.gz 47777 BLAKE2B 14e44e025d4044c38504ec9cea31b08d9a442769b5dc3cf6d71b89526ec98a43a31068a5557b3fc257c6254b0f6aab989d148066b79667b17c75f01e741c10ea SHA512 8ef99fbd41929172ae362a656030fda7f4d522eddfd29a3f9e8f9e9a138903faa672c4b872ce76da39d716f3443c159e7c40111cee015230e781bc387c299718
 DIST limnoria-plugins-chantracker-1.6.tar.gz 48050 BLAKE2B aedf93eccbda87eb488b7a0c6e28597198ce37a68a006771b15d6044eea8d7efd9fcf5b178ff4309715534286b74c7ee81e47241ec6406c26d1b17f5bb442d5a SHA512 c7ddd629818edc85d4ebc589d85fa66ef757ac27d0710e4a5512a469892c5c3caad6b98a3ebbce0abc797e0b64bdbd4ad2445e2127c91e266abddec58c3ae859
 DIST limnoria-plugins-chantracker-1.6_p20211103.tar.gz 52922 BLAKE2B a397c4235eb0487d6e84acb8c8dabd78fe1dcd4b64a85b94168fd9be5b3cbaa32049d621348b81b026d68bc1599b7b1db2051a572258e80eb0b8be875d3c9b2a SHA512 bf1c613b1daa979e310bf566e5584004ea824a65464e1b185b58ccc45c62f052d449a25e686eb0faa9657f29ff69b89ec588cf8ea40ad4dff415b9fc02faed04
 DIST limnoria-plugins-chantracker-1.6_p20220312.tar.gz 52441 BLAKE2B 539038581ed988fc64216171d293271a811561903d23badcef36124d5ee80e26e1f67ff7d0e36e463aac92bc2442bc28766116bc9f92e5f86d8e14728180e192 SHA512 9e9cee65e3d19bab2c5079348bfbd598ecc71d3d8cc11bbcf76b79f39a14c9171c2a0a5e5ea7cf5550e9ab082ab6d764205f44e47bd1ea596d81ace68ca26075

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210619.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210619.ebuild
deleted file mode 100644
index b1b787904b84..000000000000
--- a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210619.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="a3d25c44b7a56e3af7b3d8b48ee68a311deed5df"
-
-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"
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2022-05-14  7:37 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2022-05-14  7:37 UTC (permalink / raw
  To: gentoo-commits

commit:     5409c6e85b15e1ca251667849a40489f8ab4e217
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 07:28:04 2022 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sat May 14 07:36:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5409c6e8

net-irc/limnoria-plugins-chantracker: bump to 1.6_p20220429

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

 net-irc/limnoria-plugins-chantracker/Manifest      |  1 +
 ...mnoria-plugins-chantracker-1.6_p20220429.ebuild | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index 7ea1a4e901e1..e1bacd8aadd9 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,3 +1,4 @@
 DIST limnoria-plugins-chantracker-1.6.tar.gz 48050 BLAKE2B aedf93eccbda87eb488b7a0c6e28597198ce37a68a006771b15d6044eea8d7efd9fcf5b178ff4309715534286b74c7ee81e47241ec6406c26d1b17f5bb442d5a SHA512 c7ddd629818edc85d4ebc589d85fa66ef757ac27d0710e4a5512a469892c5c3caad6b98a3ebbce0abc797e0b64bdbd4ad2445e2127c91e266abddec58c3ae859
 DIST limnoria-plugins-chantracker-1.6_p20211103.tar.gz 52922 BLAKE2B a397c4235eb0487d6e84acb8c8dabd78fe1dcd4b64a85b94168fd9be5b3cbaa32049d621348b81b026d68bc1599b7b1db2051a572258e80eb0b8be875d3c9b2a SHA512 bf1c613b1daa979e310bf566e5584004ea824a65464e1b185b58ccc45c62f052d449a25e686eb0faa9657f29ff69b89ec588cf8ea40ad4dff415b9fc02faed04
 DIST limnoria-plugins-chantracker-1.6_p20220312.tar.gz 52441 BLAKE2B 539038581ed988fc64216171d293271a811561903d23badcef36124d5ee80e26e1f67ff7d0e36e463aac92bc2442bc28766116bc9f92e5f86d8e14728180e192 SHA512 9e9cee65e3d19bab2c5079348bfbd598ecc71d3d8cc11bbcf76b79f39a14c9171c2a0a5e5ea7cf5550e9ab082ab6d764205f44e47bd1ea596d81ace68ca26075
+DIST limnoria-plugins-chantracker-1.6_p20220429.tar.gz 52444 BLAKE2B cbd4187b1b288402b45680a8a7ae080028e68d8409d01ef7c53ad99aae1c94336701a98fe66de29261cb12472ebc9102e31d2862c3da872fe9f55fd40b61cb0b SHA512 ff59e7f42c8fccc2214496e884ae8ef931b8e77839d898fb23fd2551bb91d1865134047fda9001892cd29b892ca4af6b959015d7e763bbeedaf7d13382af1113

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220429.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220429.ebuild
new file mode 100644
index 000000000000..4ecb6427352d
--- /dev/null
+++ b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220429.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="3931b790d5f339ede546dbf925ff1e327f7132db"
+
+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 ~riscv ~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"
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2022-05-14  7:37 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2022-05-14  7:37 UTC (permalink / raw
  To: gentoo-commits

commit:     68a4f597a028c7c5799cd1dcbedbc39909d0b005
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 07:28:21 2022 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sat May 14 07:36:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a4f597

net-irc/limnoria-plugins-chantracker: remove old

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

 net-irc/limnoria-plugins-chantracker/Manifest      |  1 -
 .../limnoria-plugins-chantracker-1.6.ebuild        | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index e1bacd8aadd9..34fd6fec2364 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,4 +1,3 @@
-DIST limnoria-plugins-chantracker-1.6.tar.gz 48050 BLAKE2B aedf93eccbda87eb488b7a0c6e28597198ce37a68a006771b15d6044eea8d7efd9fcf5b178ff4309715534286b74c7ee81e47241ec6406c26d1b17f5bb442d5a SHA512 c7ddd629818edc85d4ebc589d85fa66ef757ac27d0710e4a5512a469892c5c3caad6b98a3ebbce0abc797e0b64bdbd4ad2445e2127c91e266abddec58c3ae859
 DIST limnoria-plugins-chantracker-1.6_p20211103.tar.gz 52922 BLAKE2B a397c4235eb0487d6e84acb8c8dabd78fe1dcd4b64a85b94168fd9be5b3cbaa32049d621348b81b026d68bc1599b7b1db2051a572258e80eb0b8be875d3c9b2a SHA512 bf1c613b1daa979e310bf566e5584004ea824a65464e1b185b58ccc45c62f052d449a25e686eb0faa9657f29ff69b89ec588cf8ea40ad4dff415b9fc02faed04
 DIST limnoria-plugins-chantracker-1.6_p20220312.tar.gz 52441 BLAKE2B 539038581ed988fc64216171d293271a811561903d23badcef36124d5ee80e26e1f67ff7d0e36e463aac92bc2442bc28766116bc9f92e5f86d8e14728180e192 SHA512 9e9cee65e3d19bab2c5079348bfbd598ecc71d3d8cc11bbcf76b79f39a14c9171c2a0a5e5ea7cf5550e9ab082ab6d764205f44e47bd1ea596d81ace68ca26075
 DIST limnoria-plugins-chantracker-1.6_p20220429.tar.gz 52444 BLAKE2B cbd4187b1b288402b45680a8a7ae080028e68d8409d01ef7c53ad99aae1c94336701a98fe66de29261cb12472ebc9102e31d2862c3da872fe9f55fd40b61cb0b SHA512 ff59e7f42c8fccc2214496e884ae8ef931b8e77839d898fb23fd2551bb91d1865134047fda9001892cd29b892ca4af6b959015d7e763bbeedaf7d13382af1113

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6.ebuild
deleted file mode 100644
index b65ff5b9680c..000000000000
--- a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-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/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~riscv ~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"
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2022-08-28  4:16 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2022-08-28  4:16 UTC (permalink / raw
  To: gentoo-commits

commit:     952d3bbbfffa6f386da95d24c51b8711fd7f5dff
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 04:15:41 2022 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 04:15:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952d3bbb

net-irc/limnoria-plugins-chantracker: drop 1.6_p20211103

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

 net-irc/limnoria-plugins-chantracker/Manifest      |  1 -
 ...mnoria-plugins-chantracker-1.6_p20211103.ebuild | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index 1c651c4e3521..d73af356634d 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,4 +1,3 @@
-DIST limnoria-plugins-chantracker-1.6_p20211103.tar.gz 52922 BLAKE2B a397c4235eb0487d6e84acb8c8dabd78fe1dcd4b64a85b94168fd9be5b3cbaa32049d621348b81b026d68bc1599b7b1db2051a572258e80eb0b8be875d3c9b2a SHA512 bf1c613b1daa979e310bf566e5584004ea824a65464e1b185b58ccc45c62f052d449a25e686eb0faa9657f29ff69b89ec588cf8ea40ad4dff415b9fc02faed04
 DIST limnoria-plugins-chantracker-1.6_p20220312.tar.gz 52441 BLAKE2B 539038581ed988fc64216171d293271a811561903d23badcef36124d5ee80e26e1f67ff7d0e36e463aac92bc2442bc28766116bc9f92e5f86d8e14728180e192 SHA512 9e9cee65e3d19bab2c5079348bfbd598ecc71d3d8cc11bbcf76b79f39a14c9171c2a0a5e5ea7cf5550e9ab082ab6d764205f44e47bd1ea596d81ace68ca26075
 DIST limnoria-plugins-chantracker-1.6_p20220429.tar.gz 52444 BLAKE2B cbd4187b1b288402b45680a8a7ae080028e68d8409d01ef7c53ad99aae1c94336701a98fe66de29261cb12472ebc9102e31d2862c3da872fe9f55fd40b61cb0b SHA512 ff59e7f42c8fccc2214496e884ae8ef931b8e77839d898fb23fd2551bb91d1865134047fda9001892cd29b892ca4af6b959015d7e763bbeedaf7d13382af1113
 DIST limnoria-plugins-chantracker-1.6_p20220803.tar.gz 52514 BLAKE2B c6053e0c00b41ab7defeadd14bb2c740b33e51a5a2712d69a7867876c0563261444c934f6c3d58c0dab67ed2ce9839e1a3835f15ca9e744ff1468e543ecd3bc2 SHA512 d3ef76404c136c65251503418acbf9e8f9cf6125ea39e2845ccd4b8ce56faef936d5a4d780ae9aedb82b215cd4f3fa88dc51b9f8880b2fd1b9d05fe718646dad

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20211103.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20211103.ebuild
deleted file mode 100644
index cd60dfb79685..000000000000
--- a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20211103.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="d8acb0b785924e7d01e65531784aca089368b760"
-
-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 ~riscv ~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"
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2022-08-28  4:16 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2022-08-28  4:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e93576f5bf0e5e429cf5620d05730898499a3132
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 04:15:18 2022 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 04:15:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93576f5

net-irc/limnoria-plugins-chantracker: add 1.6_p20220803

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

 net-irc/limnoria-plugins-chantracker/Manifest      |  1 +
 ...mnoria-plugins-chantracker-1.6_p20220803.ebuild | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index 34fd6fec2364..1c651c4e3521 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,3 +1,4 @@
 DIST limnoria-plugins-chantracker-1.6_p20211103.tar.gz 52922 BLAKE2B a397c4235eb0487d6e84acb8c8dabd78fe1dcd4b64a85b94168fd9be5b3cbaa32049d621348b81b026d68bc1599b7b1db2051a572258e80eb0b8be875d3c9b2a SHA512 bf1c613b1daa979e310bf566e5584004ea824a65464e1b185b58ccc45c62f052d449a25e686eb0faa9657f29ff69b89ec588cf8ea40ad4dff415b9fc02faed04
 DIST limnoria-plugins-chantracker-1.6_p20220312.tar.gz 52441 BLAKE2B 539038581ed988fc64216171d293271a811561903d23badcef36124d5ee80e26e1f67ff7d0e36e463aac92bc2442bc28766116bc9f92e5f86d8e14728180e192 SHA512 9e9cee65e3d19bab2c5079348bfbd598ecc71d3d8cc11bbcf76b79f39a14c9171c2a0a5e5ea7cf5550e9ab082ab6d764205f44e47bd1ea596d81ace68ca26075
 DIST limnoria-plugins-chantracker-1.6_p20220429.tar.gz 52444 BLAKE2B cbd4187b1b288402b45680a8a7ae080028e68d8409d01ef7c53ad99aae1c94336701a98fe66de29261cb12472ebc9102e31d2862c3da872fe9f55fd40b61cb0b SHA512 ff59e7f42c8fccc2214496e884ae8ef931b8e77839d898fb23fd2551bb91d1865134047fda9001892cd29b892ca4af6b959015d7e763bbeedaf7d13382af1113
+DIST limnoria-plugins-chantracker-1.6_p20220803.tar.gz 52514 BLAKE2B c6053e0c00b41ab7defeadd14bb2c740b33e51a5a2712d69a7867876c0563261444c934f6c3d58c0dab67ed2ce9839e1a3835f15ca9e744ff1468e543ecd3bc2 SHA512 d3ef76404c136c65251503418acbf9e8f9cf6125ea39e2845ccd4b8ce56faef936d5a4d780ae9aedb82b215cd4f3fa88dc51b9f8880b2fd1b9d05fe718646dad

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild
new file mode 100644
index 000000000000..a5dae0b018d5
--- /dev/null
+++ b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="0d257df7d63d24610462ad611555741d7655daa9"
+
+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"
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2022-09-01  0:36 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-09-01  0:36 UTC (permalink / raw
  To: gentoo-commits

commit:     7f173117d467559aa28e8cddd63c48c5160e305c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 00:35:02 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 00:36:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f173117

net-irc/limnoria-plugins-chantracker: forward ~riscv

Not sure how that one got lost as it was there since November(?)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../limnoria-plugins-chantracker-1.6_p20220803.ebuild                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild
index a5dae0b018d5..481c294d7549 100644
--- a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild
+++ b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="~amd64 ~riscv ~x86"
 SLOT=0
 
 RDEPEND="net-irc/limnoria"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2022-11-20  7:32 Sam Jorna
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Jorna @ 2022-11-20  7:32 UTC (permalink / raw
  To: gentoo-commits

commit:     9dfdc11a639fd2939ae3458f539676b63538d6bf
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 07:22:30 2022 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 07:31:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfdc11a

net-irc/limnoria-plugins-chantracker: add 1.6_p20221109, drop 1.6_p20220312

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

 net-irc/limnoria-plugins-chantracker/Manifest                           | 2 +-
 ...0220312.ebuild => limnoria-plugins-chantracker-1.6_p20221109.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index d73af356634d..1d7f6b163dd6 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,3 +1,3 @@
-DIST limnoria-plugins-chantracker-1.6_p20220312.tar.gz 52441 BLAKE2B 539038581ed988fc64216171d293271a811561903d23badcef36124d5ee80e26e1f67ff7d0e36e463aac92bc2442bc28766116bc9f92e5f86d8e14728180e192 SHA512 9e9cee65e3d19bab2c5079348bfbd598ecc71d3d8cc11bbcf76b79f39a14c9171c2a0a5e5ea7cf5550e9ab082ab6d764205f44e47bd1ea596d81ace68ca26075
 DIST limnoria-plugins-chantracker-1.6_p20220429.tar.gz 52444 BLAKE2B cbd4187b1b288402b45680a8a7ae080028e68d8409d01ef7c53ad99aae1c94336701a98fe66de29261cb12472ebc9102e31d2862c3da872fe9f55fd40b61cb0b SHA512 ff59e7f42c8fccc2214496e884ae8ef931b8e77839d898fb23fd2551bb91d1865134047fda9001892cd29b892ca4af6b959015d7e763bbeedaf7d13382af1113
 DIST limnoria-plugins-chantracker-1.6_p20220803.tar.gz 52514 BLAKE2B c6053e0c00b41ab7defeadd14bb2c740b33e51a5a2712d69a7867876c0563261444c934f6c3d58c0dab67ed2ce9839e1a3835f15ca9e744ff1468e543ecd3bc2 SHA512 d3ef76404c136c65251503418acbf9e8f9cf6125ea39e2845ccd4b8ce56faef936d5a4d780ae9aedb82b215cd4f3fa88dc51b9f8880b2fd1b9d05fe718646dad
+DIST limnoria-plugins-chantracker-1.6_p20221109.tar.gz 52828 BLAKE2B 565464aa82e08d2c674dfc247863149b6a1bf667062306ba7cac564e797d94b72777b97c3fe60d0e612c4be052794103569f6b67e8678728a15417f9ce7655f8 SHA512 2e30e7edaeaa99382f8067c3632ae5bface9738d19223e752089ef9c8b16c3bd51f003d9c0206065b794e57cdc12728d018632b9a035183b69b4d8c532739804

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220312.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20221109.ebuild
similarity index 95%
rename from net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220312.ebuild
rename to net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20221109.ebuild
index 3af0db47e4ff..95fc75da97cd 100644
--- a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220312.ebuild
+++ b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20221109.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit vcs-snapshot
 
-COMMIT="2c94abb49a08ea47ab718018dfcaeaf8bf569d5f"
+COMMIT="e50ca6fe0d8a8b6beb38a8ec5e37e770188b7d9c"
 
 DESCRIPTION="supybot ban management and channel flood/spam/repeat protections plugin"
 HOMEPAGE="https://github.com/ncoevoet/ChanTracker"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
@ 2024-07-30 19:01 Pacho Ramos
  0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2024-07-30 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e15378e37b1f46d0a6ed9839474d48c32931d9fb
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 18:58:01 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 19:00:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15378e3

net-irc/limnoria-plugins-chantracker: drop 1.6_p20220429, 1.6_p20220803

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-irc/limnoria-plugins-chantracker/Manifest      |  2 --
 ...mnoria-plugins-chantracker-1.6_p20220429.ebuild | 35 ----------------------
 ...mnoria-plugins-chantracker-1.6_p20220803.ebuild | 35 ----------------------
 3 files changed, 72 deletions(-)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest b/net-irc/limnoria-plugins-chantracker/Manifest
index 1d7f6b163dd6..e1439e24e598 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,3 +1 @@
-DIST limnoria-plugins-chantracker-1.6_p20220429.tar.gz 52444 BLAKE2B cbd4187b1b288402b45680a8a7ae080028e68d8409d01ef7c53ad99aae1c94336701a98fe66de29261cb12472ebc9102e31d2862c3da872fe9f55fd40b61cb0b SHA512 ff59e7f42c8fccc2214496e884ae8ef931b8e77839d898fb23fd2551bb91d1865134047fda9001892cd29b892ca4af6b959015d7e763bbeedaf7d13382af1113
-DIST limnoria-plugins-chantracker-1.6_p20220803.tar.gz 52514 BLAKE2B c6053e0c00b41ab7defeadd14bb2c740b33e51a5a2712d69a7867876c0563261444c934f6c3d58c0dab67ed2ce9839e1a3835f15ca9e744ff1468e543ecd3bc2 SHA512 d3ef76404c136c65251503418acbf9e8f9cf6125ea39e2845ccd4b8ce56faef936d5a4d780ae9aedb82b215cd4f3fa88dc51b9f8880b2fd1b9d05fe718646dad
 DIST limnoria-plugins-chantracker-1.6_p20221109.tar.gz 52828 BLAKE2B 565464aa82e08d2c674dfc247863149b6a1bf667062306ba7cac564e797d94b72777b97c3fe60d0e612c4be052794103569f6b67e8678728a15417f9ce7655f8 SHA512 2e30e7edaeaa99382f8067c3632ae5bface9738d19223e752089ef9c8b16c3bd51f003d9c0206065b794e57cdc12728d018632b9a035183b69b4d8c532739804

diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220429.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220429.ebuild
deleted file mode 100644
index 4ecb6427352d..000000000000
--- a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220429.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="3931b790d5f339ede546dbf925ff1e327f7132db"
-
-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 ~riscv ~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/limnoria-plugins-chantracker-1.6_p20220803.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild
deleted file mode 100644
index 481c294d7549..000000000000
--- a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="0d257df7d63d24610462ad611555741d7655daa9"
-
-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 ~riscv ~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"
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-07-30 19:01 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-30  5:51 [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/ Sam Jorna
  -- strict thread matches above, loose matches on Subject: below --
2024-07-30 19:01 Pacho Ramos
2022-11-20  7:32 Sam Jorna
2022-09-01  0:36 Sam James
2022-08-28  4:16 Sam Jorna
2022-08-28  4:16 Sam Jorna
2022-05-14  7:37 Sam Jorna
2022-05-14  7:37 Sam Jorna
2022-03-20  4:09 Sam Jorna
2022-03-20  4:09 Sam Jorna
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-06-20  2:48 Sam Jorna
2021-05-23  7:52 Sam Jorna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox