commit:     11a53edefbcba5af2784eea51b69eccb19d1113b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 18:58:30 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=11a53ede

net-irc/limnoria-plugins-progval: drop 20220205, 20220513

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

 net-irc/limnoria-plugins-progval/Manifest          |  2 --
 .../limnoria-plugins-progval-20220205.ebuild       | 38 ----------------------
 .../limnoria-plugins-progval-20220513.ebuild       | 38 ----------------------
 3 files changed, 78 deletions(-)

diff --git a/net-irc/limnoria-plugins-progval/Manifest 
b/net-irc/limnoria-plugins-progval/Manifest
index 02f27dbb9375..9e037f83a4f8 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,3 +1 @@
-DIST limnoria-plugins-progval-20220205.tar.gz 4950629 BLAKE2B 
242dd75aca7aa6af8ebcff9f6f13965986669819129cb30ffa46c4026680e6951ae92d646aeb9506a6031f08975df98110276e2aa69ec2bc4831a474ac1f3010
 SHA512 
4b405a3d845761592abcff16a0c7b0ef8820921cb9c02ac7cfe3db695b535503ba63ce9945bc396b238c74e36c2a8b3f004eefe945a33af8fc91e1c740b2897a
-DIST limnoria-plugins-progval-20220513.tar.gz 4951977 BLAKE2B 
e7acf8b023035cf74465287441ee8825ef6cfcbbd2279bfde8a8014ab0f29b21b381d991e1948558a1722897f2a16f2aca1942fbd118f74609c00ccf489f7540
 SHA512 
166967f6562946a1ee7c06a21788d7b806f1f9a56c0666dc1d515e894474dfd0da1cbb07259198410b07298ae992a3f352953f938aa850fbb9cb8da361dd58ed
 DIST limnoria-plugins-progval-20221113.tar.gz 4952558 BLAKE2B 
58c1fa35936a1a5961149f950b0d6e3f0f745f029cd02f3efc26ab6f7dffb836cee89374e09aaa91681b9ab3d8dbdd145cf52c273723acd15adacccb44a413fa
 SHA512 
d1f46748c9efc7642347b6de55c3a3e8f506727815a706375e81f7cc9a8f4d906ddcbf52021049dd86399be7fb4d23d6fa37972dc33f72753b2588069b0bf687

diff --git 
a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220205.ebuild 
b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220205.ebuild
deleted file mode 100644
index 961b1410ead4..000000000000
--- a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220205.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="73620183d46855498cc4642d2bc0d466635dfb41"
-
-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 ~riscv ~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"
-}

diff --git 
a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220513.ebuild 
b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220513.ebuild
deleted file mode 100644
index e09158d15f4b..000000000000
--- a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220513.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="d09a37d7caf524a4a4b70f036038aaa9fd838974"
-
-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 ~riscv ~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 via email to