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

commit:     b01dd209e0fdbb361e74f19e296b8219fdeffa9c
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 07:50:28 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=b01dd209

net-irc/limnoria-plugins-progval: 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-progval/Manifest          |  1 +
 .../limnoria-plugins-progval-20210523.ebuild       | 38 ++++++++++++++++++++++
 net-irc/limnoria-plugins-progval/metadata.xml      | 13 ++++++++
 3 files changed, 52 insertions(+)

diff --git a/net-irc/limnoria-plugins-progval/Manifest b/net-irc/limnoria-plugins-progval/Manifest
new file mode 100644
index 00000000000..12ae5d76760
--- /dev/null
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -0,0 +1 @@
+DIST limnoria-plugins-progval-20210523.tar.gz 4936882 BLAKE2B 3404d6d07f1d2e55357759000734df37566f2b9563149ea2efbcc2b4b3dbbc73e321280ee2846ed61df8b23400bcd8e1f5088921ffa1a77bf86625713c00aa98 SHA512 6a3b9d0c65070b8c6c4f762f273f4ebee37550c4aca00e82fc7232a957863aaff5bd5d1768eb8b00b40666b71f4d83ec6253d0f42132ebf7563208aadaacd48d

diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210523.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210523.ebuild
new file mode 100644
index 00000000000..102b8797f77
--- /dev/null
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210523.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="8781713a715800e8ba535ce2525d1441b3702bcb"
+
+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 ~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/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/ProgVal"
+}

diff --git a/net-irc/limnoria-plugins-progval/metadata.xml b/net-irc/limnoria-plugins-progval/metadata.xml
new file mode 100644
index 00000000000..a50d04aabdd
--- /dev/null
+++ b/net-irc/limnoria-plugins-progval/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">ProgVal/Supybot-plugins</remote-id>
+		<bugs-to>https://github.com/ProgVal/Supybot-plugins/issues</bugs-to>
+	</upstream>
+</pkgmetadata>


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

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

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

net-irc/limnoria-plugins-progval: bump to 20210616

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

 net-irc/limnoria-plugins-progval/Manifest          |  1 +
 .../limnoria-plugins-progval-20210616.ebuild       | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/net-irc/limnoria-plugins-progval/Manifest b/net-irc/limnoria-plugins-progval/Manifest
index 12ae5d76760..065d0fd287f 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1 +1,2 @@
 DIST limnoria-plugins-progval-20210523.tar.gz 4936882 BLAKE2B 3404d6d07f1d2e55357759000734df37566f2b9563149ea2efbcc2b4b3dbbc73e321280ee2846ed61df8b23400bcd8e1f5088921ffa1a77bf86625713c00aa98 SHA512 6a3b9d0c65070b8c6c4f762f273f4ebee37550c4aca00e82fc7232a957863aaff5bd5d1768eb8b00b40666b71f4d83ec6253d0f42132ebf7563208aadaacd48d
+DIST limnoria-plugins-progval-20210616.tar.gz 4940211 BLAKE2B c6bdc9e1949303c18081d7ab16bb12e6c51b3af6ac70c5ba5cf5352fe13befe7b1896a8178df4b60c19ff10bb81f9454d20cff89218ead55ea218bb9d5e5c728 SHA512 b2f962890bf0d125ec77f0cdfec0e4449444565bd429c3bb6c2f0386e2dfdee9f9bdaa8c25334fced4866c19cb29220a045e83f40c6e35476d44e2c1d0d4c325

diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild
new file mode 100644
index 00000000000..be3aa84bc1c
--- /dev/null
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="2049ffbf1fe1e6f26ffad74e628c2adbb84097fb"
+
+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 ~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"
+}


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

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

commit:     d2a95de8273f192680bf5676332ed4260052690d
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 01:47:28 2021 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 01:53:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a95de8

net-irc/limnoria-plugins-progval: bump to 20210629

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

 net-irc/limnoria-plugins-progval/Manifest          |  1 +
 .../limnoria-plugins-progval-20210629.ebuild       | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/net-irc/limnoria-plugins-progval/Manifest b/net-irc/limnoria-plugins-progval/Manifest
index 065d0fd287f..5fc5bec5ffb 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,2 +1,3 @@
 DIST limnoria-plugins-progval-20210523.tar.gz 4936882 BLAKE2B 3404d6d07f1d2e55357759000734df37566f2b9563149ea2efbcc2b4b3dbbc73e321280ee2846ed61df8b23400bcd8e1f5088921ffa1a77bf86625713c00aa98 SHA512 6a3b9d0c65070b8c6c4f762f273f4ebee37550c4aca00e82fc7232a957863aaff5bd5d1768eb8b00b40666b71f4d83ec6253d0f42132ebf7563208aadaacd48d
 DIST limnoria-plugins-progval-20210616.tar.gz 4940211 BLAKE2B c6bdc9e1949303c18081d7ab16bb12e6c51b3af6ac70c5ba5cf5352fe13befe7b1896a8178df4b60c19ff10bb81f9454d20cff89218ead55ea218bb9d5e5c728 SHA512 b2f962890bf0d125ec77f0cdfec0e4449444565bd429c3bb6c2f0386e2dfdee9f9bdaa8c25334fced4866c19cb29220a045e83f40c6e35476d44e2c1d0d4c325
+DIST limnoria-plugins-progval-20210629.tar.gz 4940004 BLAKE2B 286b502daa37bfa5aafd8f5d92176ecc5956d0922322bc1ce1ffd4221bc6f9cef14b7cb9ca52c1d520e17852941a34006a250d8f6504134c40fc0b896b71a99c SHA512 30985a54ef6c1d027356b0f6efd0b1cbde777bb4fe2999ef63ebc94ae944933d9dc90f1ce937ccda5b54bacdd786ead79b01bc1514113a51b749cfcccba993d1

diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild
new file mode 100644
index 00000000000..ca33528f14c
--- /dev/null
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="eaf99ec03bb60da78612d8a73e47fba1f6708b0a"
+
+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 ~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"
+}


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

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

commit:     8f65877996fe1598573cfdb7693d516ca55fac14
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 01:48:02 2021 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 01:53:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f658779

net-irc/limnoria-plugins-progval: 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-progval/Manifest          |  1 -
 .../limnoria-plugins-progval-20210523.ebuild       | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/net-irc/limnoria-plugins-progval/Manifest b/net-irc/limnoria-plugins-progval/Manifest
index 5fc5bec5ffb..f281e123cce 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,3 +1,2 @@
-DIST limnoria-plugins-progval-20210523.tar.gz 4936882 BLAKE2B 3404d6d07f1d2e55357759000734df37566f2b9563149ea2efbcc2b4b3dbbc73e321280ee2846ed61df8b23400bcd8e1f5088921ffa1a77bf86625713c00aa98 SHA512 6a3b9d0c65070b8c6c4f762f273f4ebee37550c4aca00e82fc7232a957863aaff5bd5d1768eb8b00b40666b71f4d83ec6253d0f42132ebf7563208aadaacd48d
 DIST limnoria-plugins-progval-20210616.tar.gz 4940211 BLAKE2B c6bdc9e1949303c18081d7ab16bb12e6c51b3af6ac70c5ba5cf5352fe13befe7b1896a8178df4b60c19ff10bb81f9454d20cff89218ead55ea218bb9d5e5c728 SHA512 b2f962890bf0d125ec77f0cdfec0e4449444565bd429c3bb6c2f0386e2dfdee9f9bdaa8c25334fced4866c19cb29220a045e83f40c6e35476d44e2c1d0d4c325
 DIST limnoria-plugins-progval-20210629.tar.gz 4940004 BLAKE2B 286b502daa37bfa5aafd8f5d92176ecc5956d0922322bc1ce1ffd4221bc6f9cef14b7cb9ca52c1d520e17852941a34006a250d8f6504134c40fc0b896b71a99c SHA512 30985a54ef6c1d027356b0f6efd0b1cbde777bb4fe2999ef63ebc94ae944933d9dc90f1ce937ccda5b54bacdd786ead79b01bc1514113a51b749cfcccba993d1

diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210523.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210523.ebuild
deleted file mode 100644
index 102b8797f77..00000000000
--- a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210523.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="8781713a715800e8ba535ce2525d1441b3702bcb"
-
-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 ~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/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/ProgVal"
-}


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

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

commit:     4ed6593f8893120bb30eafcdf06cb963b5297edd
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 09:22:56 2021 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 09:27:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed6593f

net-irc/limnoria-plugins-progval: bump to 20211212

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

 net-irc/limnoria-plugins-progval/Manifest          |  1 +
 .../limnoria-plugins-progval-20211212.ebuild       | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/net-irc/limnoria-plugins-progval/Manifest b/net-irc/limnoria-plugins-progval/Manifest
index f281e123cce7..c71826488f12 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,2 +1,3 @@
 DIST limnoria-plugins-progval-20210616.tar.gz 4940211 BLAKE2B c6bdc9e1949303c18081d7ab16bb12e6c51b3af6ac70c5ba5cf5352fe13befe7b1896a8178df4b60c19ff10bb81f9454d20cff89218ead55ea218bb9d5e5c728 SHA512 b2f962890bf0d125ec77f0cdfec0e4449444565bd429c3bb6c2f0386e2dfdee9f9bdaa8c25334fced4866c19cb29220a045e83f40c6e35476d44e2c1d0d4c325
 DIST limnoria-plugins-progval-20210629.tar.gz 4940004 BLAKE2B 286b502daa37bfa5aafd8f5d92176ecc5956d0922322bc1ce1ffd4221bc6f9cef14b7cb9ca52c1d520e17852941a34006a250d8f6504134c40fc0b896b71a99c SHA512 30985a54ef6c1d027356b0f6efd0b1cbde777bb4fe2999ef63ebc94ae944933d9dc90f1ce937ccda5b54bacdd786ead79b01bc1514113a51b749cfcccba993d1
+DIST limnoria-plugins-progval-20211212.tar.gz 4947598 BLAKE2B fa944d5f6c08918a65b518de5eb75fcd0c84adf63923f06310da18a31d87efcca59eff23c402543f3216e6fa0122956615264a744072bf870b3d1b2bcf155e9f SHA512 770da93037d331103c12a17cded7d62028d6212888c9edf51ad462f907b882aaaabb5322bdb443fc0e45a411302e145c96915f9226d20e863350c17a80b56d0b

diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
new file mode 100644
index 000000000000..200e2da42c44
--- /dev/null
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="e6a46a7e7eda8df0e1861f1ae290152857b902b5"
+
+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"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-progval/
@ 2021-12-26  0:20 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-12-26  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     20dc5ae1479b5c1f679dc60209995b1bfff61721
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 26 00:15:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 00:19:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20dc5ae1

net-irc/limnoria-plugins-progval: drop trailing full stop from DESCRIPTION

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

 .../limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild   | 2 +-
 .../limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild   | 2 +-
 .../limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild
index be3aa84bc1c1..6f0edf899d91 100644
--- a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild
@@ -7,7 +7,7 @@ inherit vcs-snapshot
 
 COMMIT="2049ffbf1fe1e6f26ffad74e628c2adbb84097fb"
 
-DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked."
+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"
 

diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild
index 2b29d6893f0e..287348367562 100644
--- a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild
@@ -7,7 +7,7 @@ inherit vcs-snapshot
 
 COMMIT="eaf99ec03bb60da78612d8a73e47fba1f6708b0a"
 
-DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked."
+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"
 

diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
index 200e2da42c44..76efbd11df13 100644
--- a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
@@ -7,7 +7,7 @@ inherit vcs-snapshot
 
 COMMIT="e6a46a7e7eda8df0e1861f1ae290152857b902b5"
 
-DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked."
+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"
 


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

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

commit:     aa7bdf6bdc2913f2fcc589bba5a6ced57f259aff
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 07:35:28 2022 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Fri Feb 11 07:35:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7bdf6b

net-irc/limnoria-plugins-progval: bump to 20220205

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

 net-irc/limnoria-plugins-progval/Manifest          |  1 +
 .../limnoria-plugins-progval-20220205.ebuild       | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/net-irc/limnoria-plugins-progval/Manifest b/net-irc/limnoria-plugins-progval/Manifest
index c71826488f12..b926b4c3f560 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,3 +1,4 @@
 DIST limnoria-plugins-progval-20210616.tar.gz 4940211 BLAKE2B c6bdc9e1949303c18081d7ab16bb12e6c51b3af6ac70c5ba5cf5352fe13befe7b1896a8178df4b60c19ff10bb81f9454d20cff89218ead55ea218bb9d5e5c728 SHA512 b2f962890bf0d125ec77f0cdfec0e4449444565bd429c3bb6c2f0386e2dfdee9f9bdaa8c25334fced4866c19cb29220a045e83f40c6e35476d44e2c1d0d4c325
 DIST limnoria-plugins-progval-20210629.tar.gz 4940004 BLAKE2B 286b502daa37bfa5aafd8f5d92176ecc5956d0922322bc1ce1ffd4221bc6f9cef14b7cb9ca52c1d520e17852941a34006a250d8f6504134c40fc0b896b71a99c SHA512 30985a54ef6c1d027356b0f6efd0b1cbde777bb4fe2999ef63ebc94ae944933d9dc90f1ce937ccda5b54bacdd786ead79b01bc1514113a51b749cfcccba993d1
 DIST limnoria-plugins-progval-20211212.tar.gz 4947598 BLAKE2B fa944d5f6c08918a65b518de5eb75fcd0c84adf63923f06310da18a31d87efcca59eff23c402543f3216e6fa0122956615264a744072bf870b3d1b2bcf155e9f SHA512 770da93037d331103c12a17cded7d62028d6212888c9edf51ad462f907b882aaaabb5322bdb443fc0e45a411302e145c96915f9226d20e863350c17a80b56d0b
+DIST limnoria-plugins-progval-20220205.tar.gz 4950629 BLAKE2B 242dd75aca7aa6af8ebcff9f6f13965986669819129cb30ffa46c4026680e6951ae92d646aeb9506a6031f08975df98110276e2aa69ec2bc4831a474ac1f3010 SHA512 4b405a3d845761592abcff16a0c7b0ef8820921cb9c02ac7cfe3db695b535503ba63ce9945bc396b238c74e36c2a8b3f004eefe945a33af8fc91e1c740b2897a

diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220205.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220205.ebuild
new file mode 100644
index 000000000000..961b1410ead4
--- /dev/null
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220205.ebuild
@@ -0,0 +1,38 @@
+# 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"
+}


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

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

commit:     40042215e472b6ede5d748e444b2d2db699f0f5c
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 07:35:55 2022 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Fri Feb 11 07:35:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40042215

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

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

 net-irc/limnoria-plugins-progval/Manifest          |  1 -
 .../limnoria-plugins-progval-20210616.ebuild       | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/net-irc/limnoria-plugins-progval/Manifest b/net-irc/limnoria-plugins-progval/Manifest
index b926b4c3f560..7ec0332660ce 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,4 +1,3 @@
-DIST limnoria-plugins-progval-20210616.tar.gz 4940211 BLAKE2B c6bdc9e1949303c18081d7ab16bb12e6c51b3af6ac70c5ba5cf5352fe13befe7b1896a8178df4b60c19ff10bb81f9454d20cff89218ead55ea218bb9d5e5c728 SHA512 b2f962890bf0d125ec77f0cdfec0e4449444565bd429c3bb6c2f0386e2dfdee9f9bdaa8c25334fced4866c19cb29220a045e83f40c6e35476d44e2c1d0d4c325
 DIST limnoria-plugins-progval-20210629.tar.gz 4940004 BLAKE2B 286b502daa37bfa5aafd8f5d92176ecc5956d0922322bc1ce1ffd4221bc6f9cef14b7cb9ca52c1d520e17852941a34006a250d8f6504134c40fc0b896b71a99c SHA512 30985a54ef6c1d027356b0f6efd0b1cbde777bb4fe2999ef63ebc94ae944933d9dc90f1ce937ccda5b54bacdd786ead79b01bc1514113a51b749cfcccba993d1
 DIST limnoria-plugins-progval-20211212.tar.gz 4947598 BLAKE2B fa944d5f6c08918a65b518de5eb75fcd0c84adf63923f06310da18a31d87efcca59eff23c402543f3216e6fa0122956615264a744072bf870b3d1b2bcf155e9f SHA512 770da93037d331103c12a17cded7d62028d6212888c9edf51ad462f907b882aaaabb5322bdb443fc0e45a411302e145c96915f9226d20e863350c17a80b56d0b
 DIST limnoria-plugins-progval-20220205.tar.gz 4950629 BLAKE2B 242dd75aca7aa6af8ebcff9f6f13965986669819129cb30ffa46c4026680e6951ae92d646aeb9506a6031f08975df98110276e2aa69ec2bc4831a474ac1f3010 SHA512 4b405a3d845761592abcff16a0c7b0ef8820921cb9c02ac7cfe3db695b535503ba63ce9945bc396b238c74e36c2a8b3f004eefe945a33af8fc91e1c740b2897a

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


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

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

commit:     bfadcc2aba51d8d5f3095ff3b59b0eca270d1546
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 07:31:02 2022 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sat May 14 07:36:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfadcc2a

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

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

 net-irc/limnoria-plugins-progval/Manifest          |  1 -
 .../limnoria-plugins-progval-20210629.ebuild       | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/net-irc/limnoria-plugins-progval/Manifest b/net-irc/limnoria-plugins-progval/Manifest
index dec48e7b0cbf..6f7adee2762e 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,4 +1,3 @@
-DIST limnoria-plugins-progval-20210629.tar.gz 4940004 BLAKE2B 286b502daa37bfa5aafd8f5d92176ecc5956d0922322bc1ce1ffd4221bc6f9cef14b7cb9ca52c1d520e17852941a34006a250d8f6504134c40fc0b896b71a99c SHA512 30985a54ef6c1d027356b0f6efd0b1cbde777bb4fe2999ef63ebc94ae944933d9dc90f1ce937ccda5b54bacdd786ead79b01bc1514113a51b749cfcccba993d1
 DIST limnoria-plugins-progval-20211212.tar.gz 4947598 BLAKE2B fa944d5f6c08918a65b518de5eb75fcd0c84adf63923f06310da18a31d87efcca59eff23c402543f3216e6fa0122956615264a744072bf870b3d1b2bcf155e9f SHA512 770da93037d331103c12a17cded7d62028d6212888c9edf51ad462f907b882aaaabb5322bdb443fc0e45a411302e145c96915f9226d20e863350c17a80b56d0b
 DIST limnoria-plugins-progval-20220205.tar.gz 4950629 BLAKE2B 242dd75aca7aa6af8ebcff9f6f13965986669819129cb30ffa46c4026680e6951ae92d646aeb9506a6031f08975df98110276e2aa69ec2bc4831a474ac1f3010 SHA512 4b405a3d845761592abcff16a0c7b0ef8820921cb9c02ac7cfe3db695b535503ba63ce9945bc396b238c74e36c2a8b3f004eefe945a33af8fc91e1c740b2897a
 DIST limnoria-plugins-progval-20220513.tar.gz 4951977 BLAKE2B e7acf8b023035cf74465287441ee8825ef6cfcbbd2279bfde8a8014ab0f29b21b381d991e1948558a1722897f2a16f2aca1942fbd118f74609c00ccf489f7540 SHA512 166967f6562946a1ee7c06a21788d7b806f1f9a56c0666dc1d515e894474dfd0da1cbb07259198410b07298ae992a3f352953f938aa850fbb9cb8da361dd58ed

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


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

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

commit:     a47bf1f53e27c23810c0f1ed148b2acfe8302cf0
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 07:30:42 2022 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sat May 14 07:36:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47bf1f5

net-irc/limnoria-plugins-progval: bump to 20220513

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

 net-irc/limnoria-plugins-progval/Manifest          |  1 +
 .../limnoria-plugins-progval-20220513.ebuild       | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/net-irc/limnoria-plugins-progval/Manifest b/net-irc/limnoria-plugins-progval/Manifest
index 7ec0332660ce..dec48e7b0cbf 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,3 +1,4 @@
 DIST limnoria-plugins-progval-20210629.tar.gz 4940004 BLAKE2B 286b502daa37bfa5aafd8f5d92176ecc5956d0922322bc1ce1ffd4221bc6f9cef14b7cb9ca52c1d520e17852941a34006a250d8f6504134c40fc0b896b71a99c SHA512 30985a54ef6c1d027356b0f6efd0b1cbde777bb4fe2999ef63ebc94ae944933d9dc90f1ce937ccda5b54bacdd786ead79b01bc1514113a51b749cfcccba993d1
 DIST limnoria-plugins-progval-20211212.tar.gz 4947598 BLAKE2B fa944d5f6c08918a65b518de5eb75fcd0c84adf63923f06310da18a31d87efcca59eff23c402543f3216e6fa0122956615264a744072bf870b3d1b2bcf155e9f SHA512 770da93037d331103c12a17cded7d62028d6212888c9edf51ad462f907b882aaaabb5322bdb443fc0e45a411302e145c96915f9226d20e863350c17a80b56d0b
 DIST limnoria-plugins-progval-20220205.tar.gz 4950629 BLAKE2B 242dd75aca7aa6af8ebcff9f6f13965986669819129cb30ffa46c4026680e6951ae92d646aeb9506a6031f08975df98110276e2aa69ec2bc4831a474ac1f3010 SHA512 4b405a3d845761592abcff16a0c7b0ef8820921cb9c02ac7cfe3db695b535503ba63ce9945bc396b238c74e36c2a8b3f004eefe945a33af8fc91e1c740b2897a
+DIST limnoria-plugins-progval-20220513.tar.gz 4951977 BLAKE2B e7acf8b023035cf74465287441ee8825ef6cfcbbd2279bfde8a8014ab0f29b21b381d991e1948558a1722897f2a16f2aca1942fbd118f74609c00ccf489f7540 SHA512 166967f6562946a1ee7c06a21788d7b806f1f9a56c0666dc1d515e894474dfd0da1cbb07259198410b07298ae992a3f352953f938aa850fbb9cb8da361dd58ed

diff --git a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220513.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220513.ebuild
new file mode 100644
index 000000000000..e09158d15f4b
--- /dev/null
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20220513.ebuild
@@ -0,0 +1,38 @@
+# 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"
+}


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

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

commit:     0a16c384e37a02311563b076bdb4cb8d9ca937c6
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 07:23:53 2022 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 07:31:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a16c384

net-irc/limnoria-plugins-progval: add 20221113, drop 20211212

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

 net-irc/limnoria-plugins-progval/Manifest                             | 2 +-
 ...ogval-20211212.ebuild => limnoria-plugins-progval-20221113.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-irc/limnoria-plugins-progval/Manifest b/net-irc/limnoria-plugins-progval/Manifest
index 6f7adee2762e..02f27dbb9375 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,3 +1,3 @@
-DIST limnoria-plugins-progval-20211212.tar.gz 4947598 BLAKE2B fa944d5f6c08918a65b518de5eb75fcd0c84adf63923f06310da18a31d87efcca59eff23c402543f3216e6fa0122956615264a744072bf870b3d1b2bcf155e9f SHA512 770da93037d331103c12a17cded7d62028d6212888c9edf51ad462f907b882aaaabb5322bdb443fc0e45a411302e145c96915f9226d20e863350c17a80b56d0b
 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-20211212.ebuild b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20221113.ebuild
similarity index 91%
rename from net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
rename to net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20221113.ebuild
index 76efbd11df13..ce1a80de8c45 100644
--- a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20221113.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit vcs-snapshot
 
-COMMIT="e6a46a7e7eda8df0e1861f1ae290152857b902b5"
+COMMIT="938bde510ae40ca0e2c7d832f7156fba2f0fa7ec"
 
 DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked"
 HOMEPAGE="https://github.com/ProgVal/Supybot-plugins"


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

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

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"
-}


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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30 19:01 [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-progval/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2022-11-20  7:32 Sam Jorna
2022-05-14  7:37 Sam Jorna
2022-05-14  7:37 Sam Jorna
2022-02-11  7:36 Sam Jorna
2022-02-11  7:36 Sam Jorna
2021-12-26  0:20 Sam James
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-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