commit:     1cee6553890b60c414e90c7564b8b055591d479f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 18:58:17 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=1cee6553

net-irc/limnoria-plugins-jlu5: drop 20210801, 20220201

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

 net-irc/limnoria-plugins-jlu5/Manifest             |  2 --
 .../limnoria-plugins-jlu5-20210801.ebuild          | 41 ----------------------
 .../limnoria-plugins-jlu5-20220201.ebuild          | 41 ----------------------
 3 files changed, 84 deletions(-)

diff --git a/net-irc/limnoria-plugins-jlu5/Manifest 
b/net-irc/limnoria-plugins-jlu5/Manifest
index 529f8aab3bbb..4fa0fb47a35c 100644
--- a/net-irc/limnoria-plugins-jlu5/Manifest
+++ b/net-irc/limnoria-plugins-jlu5/Manifest
@@ -1,3 +1 @@
-DIST limnoria-plugins-jlu5-20210801.tar.gz 98414 BLAKE2B 
6ad5bb32171fd9169cf5e31c7f360e95f5450445eef36e0274a49ce175f80fd8b4f629482dfd8b7adf93de847597548d75ffb61418077de6df9f09399b0c0960
 SHA512 
bd5aa8ece48064b7783d72a40595dee3fd78c7305d1b1d52e3c37b13476a28f6234d2ed0773ea9566e47d1454d7d6daa66fb16b1c5e1f0d5b81a305bff39eaac
-DIST limnoria-plugins-jlu5-20220201.tar.gz 93602 BLAKE2B 
6585c459081314c93565b381c3a8ba90c53acb08cd72f690a4f46069c87edefcdc2fd5a60bd7b76239da92edcc490784bbc2f0e8ae67c6c564fcec0229b2e7e0
 SHA512 
1386654f182131b1f2c6acb495f1fdd7ab67970bfae0366cf73f5eddc7fcfb4e019ab0e7347f32f71f1f4d3369bb33b9237fbd01cb27e5ced71fe69c4c0e520f
 DIST limnoria-plugins-jlu5-20220201_p20221108.tar.gz 102622 BLAKE2B 
15e56e1523907c242ceda1effc3d2b788dc1fb4a266e7d70d8da052e2bda613d271ab8b379e7a86d42d5a2094f37d4d71cc64251696e751c19e674c782829c0c
 SHA512 
73564d3a76a5fed0f0b70952f2091ec992d771bdbfe0749e0c7dfef35eb8463aa55ba8f33c36b044541c045d259081680ec2dea6dfd27de6b542896691103cb1

diff --git 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20210801.ebuild 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20210801.ebuild
deleted file mode 100644
index 69cdecaa468f..000000000000
--- a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20210801.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
-
-DESCRIPTION="A collection of plugins for the Limnoria IRC bot"
-HOMEPAGE="https://github.com/jlu5/SupyPlugins";
-SRC_URI="https://github.com/jlu5/SupyPlugins/archive/refs/tags/${MY_PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD GPL-2+"
-KEYWORDS="~amd64 ~riscv ~x86"
-SLOT=0
-
-RDEPEND="
-       net-irc/limnoria
-       dev-python/beautifulsoup4
-"
-
-DOCS=(
-       "README.md"
-       "requirements.txt"
-)
-
-src_install() {
-       default
-       insinto /usr/share/limnoria-extra-plugins/jlu5
-       doins -r *
-}
-
-pkg_postinst() {
-       elog "Before these plugins can be used, your bot will need to be told 
where to"
-       elog "load them from. To do this, add 
/usr/share/limnoria-extra-plugins/jlu5 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/jlu5"
-}

diff --git 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20220201.ebuild 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20220201.ebuild
deleted file mode 100644
index b5f393a796e5..000000000000
--- a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20220201.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
-
-DESCRIPTION="A collection of plugins for the Limnoria IRC bot"
-HOMEPAGE="https://github.com/jlu5/SupyPlugins";
-SRC_URI="https://github.com/jlu5/SupyPlugins/archive/refs/tags/${MY_PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD GPL-2+"
-KEYWORDS="~amd64 ~riscv ~x86"
-SLOT=0
-
-RDEPEND="
-       net-irc/limnoria
-       dev-python/beautifulsoup4
-"
-
-DOCS=(
-       "README.md"
-       "requirements.txt"
-)
-
-src_install() {
-       default
-       insinto /usr/share/limnoria-extra-plugins/jlu5
-       doins -r *
-}
-
-pkg_postinst() {
-       elog "Before these plugins can be used, your bot will need to be told 
where to"
-       elog "load them from. To do this, add 
/usr/share/limnoria-extra-plugins/jlu5 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/jlu5"
-}

Reply via email to