net-irc/limnoria-plugins-bugzilla: new package, add 4.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-05-04 19:09:52 +05:00
parent a0cf9959bd
commit 25b6a20233
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST limnoria-plugins-bugzilla-4.0.tar.gz 20256 BLAKE2B f20eb24f9f9cc0a3499cb1948275f6a354cc05eade25c7361be874ecfb9318915a5ec54804927c9598c938ffe0b503d564b6ce60f69ef262e986d9597ab7003b SHA512 cc4c7c0bd630d533b546c7c6a3e0f4d5ca1996c99676de6de27661efd395573b54de90f5c5ac005171e463d0e611a9560647382b539a9edbb0a0a4501e51bca1

View File

@@ -0,0 +1,31 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="limnoria-bugzilla"
DESCRIPTION="Bugzilla integration plugin for the Limnoria IRC Bot"
HOMEPAGE="https://github.com/bugzilla/limnoria-bugzilla"
SRC_URI="https://github.com/bugzilla/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="net-irc/limnoria"
src_install() {
default
insinto /usr/share/limnoria-extra-plugins/Bugzilla/Bugzilla
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/Bugzilla 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/Bugzilla"
}

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<upstream>
<remote-id type="github">bugzilla/limnoria-bugzilla</remote-id>
<maintainer>
<name>Dave Miller</name>
<email>justdave@bugzilla.org</email>
</maintainer>
</upstream>
</pkgmetadata>