net-irc/cgiirc: treeclean

Closes: https://bugs.gentoo.org/738096
Closes: https://bugs.gentoo.org/819327
Bug: https://bugs.gentoo.org/739594
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2021-12-10 10:20:06 +01:00
parent 7c1c317ec6
commit d4700b7a13
4 changed files with 0 additions and 60 deletions

View File

@@ -1 +0,0 @@
DIST cgiirc-0.5.10.tar.gz 133827 BLAKE2B 39120abb8caaaab64f326239d3f557f6cf96d36d69bdc03d6631402e3bd69d03bc89bedf19929e3b9647dc21564c39a5a1f7e76409ab6e3f7f750763e4c146ee SHA512 57001051a31f8a1494e8b31b256b5f244ed7e1d23f38f27184374f1becf91e6ea3bd61621679e046ae0a11a2eb3e5909d9d284df2a896bf5aac38f5314c7ae55

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit webapp vcs-clean
DESCRIPTION="A perl/CGI program to use IRC from a web browser"
HOMEPAGE="http://cgiirc.org/"
SRC_URI="http://cgiirc.org/releases/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
need_httpd_cgi
pkg_setup() {
webapp_pkg_setup
elog "Note that file locations have changed."
elog "CGI:IRC will be installed into cgi-bin/${P}"
}
src_unpack() {
unpack ${A}
cd "${S}"
ecvs_clean
}
src_install() {
webapp_src_preinst
local docs="README cgiirc.config.full ipaccess.example"
dodoc docs/{CHANGES,TODO} ${docs}
dohtml docs/help.html
rm -rf docs/ ${docs}
insinto "${MY_CGIBINDIR}"/${P}
doins -r .
fperms +x "${MY_CGIBINDIR}"/${P}/irc.cgi
webapp_configfile "${MY_CGIBINDIR}"/${P}/cgiirc.config
webapp_src_install
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>web-apps@gentoo.org</email>
<name>Gentoo Webapps</name>
</maintainer>
</pkgmetadata>

View File

@@ -403,12 +403,6 @@ dev-lang/vala:0.54
# Removal on 2021-12-10. Bug #819333.
net-im/kouchat
# Jakov Smolić <jsmolic@gentoo.org> (2021-11-10)
# Uses EAPI 5, outdated and current version has
# security vulnerabilities.
# Removal on 2021-12-10. Bug #819327. Bug #739594.
net-irc/cgiirc
# Sam James <sam@gentoo.org> (2021-11-03)
# Known issues with YAMA (kernel.yama.ptrace_scope=1) which is on by default
# in at least the sys-kernel/gento-kernel kernel config.