summaryrefslogtreecommitdiff
path: root/net-irc/cgiirc/cgiirc-0.5.10.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /net-irc/cgiirc/cgiirc-0.5.10.ebuild
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'net-irc/cgiirc/cgiirc-0.5.10.ebuild')
-rw-r--r--net-irc/cgiirc/cgiirc-0.5.10.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/net-irc/cgiirc/cgiirc-0.5.10.ebuild b/net-irc/cgiirc/cgiirc-0.5.10.ebuild
deleted file mode 100644
index 265a8f97d840..000000000000
--- a/net-irc/cgiirc/cgiirc-0.5.10.ebuild
+++ /dev/null
@@ -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
-}