From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/
Date: Tue, 30 Jul 2024 19:01:25 +0000 (UTC) [thread overview]
Message-ID: <1722366042.e15378e37b1f46d0a6ed9839474d48c32931d9fb.pacho@gentoo> (raw)
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"
-}
next reply other threads:[~2024-07-30 19:01 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-30 19:01 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-20 7:32 [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/ 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-30 5:51 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=1722366042.e15378e37b1f46d0a6ed9839474d48c32931d9fb.pacho@gentoo \
--to=pacho@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