From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D6AC158087 for ; Fri, 10 Dec 2021 09:21:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 237A32BC00C; Fri, 10 Dec 2021 09:21:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06D572BC00C for ; Fri, 10 Dec 2021 09:21:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A9A3342F04 for ; Fri, 10 Dec 2021 09:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAC5022B for ; Fri, 10 Dec 2021 09:20:54 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1639128006.d4700b7a13da522a5f82ffe8bdf9383b7cf40c93.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/cgiirc/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/cgiirc/Manifest net-irc/cgiirc/cgiirc-0.5.10.ebuild net-irc/cgiirc/metadata.xml profiles/package.mask X-VCS-Directories: net-irc/cgiirc/ profiles/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: d4700b7a13da522a5f82ffe8bdf9383b7cf40c93 X-VCS-Branch: master Date: Fri, 10 Dec 2021 09:20:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 98e98af4-ef0d-4c76-9325-319535e3c699 X-Archives-Hash: d2475c8269caa034d1b58f2cc763c8df commit: d4700b7a13da522a5f82ffe8bdf9383b7cf40c93 Author: Jakov Smolić gentoo org> AuthorDate: Fri Dec 10 09:20:06 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Dec 10 09:20:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4700b7a 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ć gentoo.org> net-irc/cgiirc/Manifest | 1 - net-irc/cgiirc/cgiirc-0.5.10.ebuild | 45 ------------------------------------- net-irc/cgiirc/metadata.xml | 8 ------- profiles/package.mask | 6 ----- 4 files changed, 60 deletions(-) diff --git a/net-irc/cgiirc/Manifest b/net-irc/cgiirc/Manifest deleted file mode 100644 index e4cb99b8f32d..000000000000 --- a/net-irc/cgiirc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cgiirc-0.5.10.tar.gz 133827 BLAKE2B 39120abb8caaaab64f326239d3f557f6cf96d36d69bdc03d6631402e3bd69d03bc89bedf19929e3b9647dc21564c39a5a1f7e76409ab6e3f7f750763e4c146ee SHA512 57001051a31f8a1494e8b31b256b5f244ed7e1d23f38f27184374f1becf91e6ea3bd61621679e046ae0a11a2eb3e5909d9d284df2a896bf5aac38f5314c7ae55 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 -} diff --git a/net-irc/cgiirc/metadata.xml b/net-irc/cgiirc/metadata.xml deleted file mode 100644 index 4c68528accdf..000000000000 --- a/net-irc/cgiirc/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - web-apps@gentoo.org - Gentoo Webapps - - diff --git a/profiles/package.mask b/profiles/package.mask index 00ab772d52fa..e48dc5fc5589 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -403,12 +403,6 @@ dev-lang/vala:0.54 # Removal on 2021-12-10. Bug #819333. net-im/kouchat -# Jakov Smolić (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 (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.