commit:     6c821793caa1599f82573bdbebcb34593e9e50dc
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 21:54:04 2025 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 21:56:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c821793

net-irc/irssi: drop 1.4.4-r1

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 net-irc/irssi/Manifest                             |  1 -
 ...irssi-1.4.4-fix-usage-of-type-in-ExtUtils.patch | 43 -------------
 net-irc/irssi/irssi-1.4.4-r1.ebuild                | 72 ----------------------
 3 files changed, 116 deletions(-)

diff --git a/net-irc/irssi/Manifest b/net-irc/irssi/Manifest
index eb9df20f8142..d02e285e59ab 100644
--- a/net-irc/irssi/Manifest
+++ b/net-irc/irssi/Manifest
@@ -1,2 +1 @@
-DIST irssi-1.4.4.tar.xz 1213784 BLAKE2B 
5b77ca692130a87228eea05f9a8d2da65a7c483e031d8c12dbd29bb9cd629444aae28bc3ffe0dc862891f59047997a323cea3b4d9d388573d4f06b569abbf950
 SHA512 
da28ac7a527be301d0615d6d733e4cf4e09bb6d4f5c70bc33ff70e22439a01f197bb5d91b4432ca74d3ac2dbb3235f30d53efc63a4279de8664923c2ccdbdbea
 DIST irssi-1.4.5.tar.xz 1215688 BLAKE2B 
573d8552137cb09c152fe0d1f9196c966bc0afb23e8817fed7315a07d2fc36b3ffabf5e8384bb80a48aa24cf57e5d336f40e708a4c9ef6bad3ec8ce10125f196
 SHA512 
5d80107ad625feb6d2b3ac807f517c5cfeae58986d3fbfe53ea82f2dee70396f5092abdc6ef137c5651e4515e081591079b37f0e428f69990db493cfe14e4f36

diff --git 
a/net-irc/irssi/files/irssi-1.4.4-fix-usage-of-type-in-ExtUtils.patch 
b/net-irc/irssi/files/irssi-1.4.4-fix-usage-of-type-in-ExtUtils.patch
deleted file mode 100644
index 517618e15098..000000000000
--- a/net-irc/irssi/files/irssi-1.4.4-fix-usage-of-type-in-ExtUtils.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-https://patch-diff.githubusercontent.com/raw/irssi/irssi/pull/1474.patch
-From: Ailin Nemui <[email protected]>
-Date: Tue, 4 Jul 2023 10:27:09 +0200
-Subject: [PATCH] fix usage of $type in ExtUtils::ParseXS 3.50
-
---- a/src/perl/common/typemap
-+++ b/src/perl/common/typemap
-@@ -28,5 +28,5 @@ T_IrssiObj
-       $arg = iobject_bless((SERVER_REC *)$var);
- 
- T_PlainObj
--      $arg = plain_bless($var, \"$type\");
-+      $arg = plain_bless($var, \"$ntype\");
- 
---- a/src/perl/irc/typemap
-+++ b/src/perl/irc/typemap
-@@ -36,5 +36,5 @@ T_DccObj
-       $arg = simple_iobject_bless((DCC_REC *)$var);
- 
- T_PlainObj
--      $arg = plain_bless($var, \"$type\");
-+      $arg = plain_bless($var, \"$ntype\");
- 
---- a/src/perl/textui/typemap
-+++ b/src/perl/textui/typemap
-@@ -18,7 +18,7 @@ T_BufferLineWrapper
- OUTPUT
- 
- T_PlainObj
--      $arg = plain_bless($var, \"$type\");
-+      $arg = plain_bless($var, \"$ntype\");
- 
- T_BufferLineWrapper
-       $arg = perl_buffer_line_bless($var);
---- a/src/perl/ui/typemap
-+++ b/src/perl/ui/typemap
-@@ -13,5 +13,5 @@ T_PlainObj
- OUTPUT
- 
- T_PlainObj
--      $arg = plain_bless($var, \"$type\");
-+      $arg = plain_bless($var, \"$ntype\");
- 

diff --git a/net-irc/irssi/irssi-1.4.4-r1.ebuild 
b/net-irc/irssi/irssi-1.4.4-r1.ebuild
deleted file mode 100644
index 4323de89e04d..000000000000
--- a/net-irc/irssi/irssi-1.4.4-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-GENTOO_DEPEND_ON_PERL="no"
-inherit perl-module meson
-
-DESCRIPTION="A modular textUI IRC client with IPv6 support"
-HOMEPAGE="https://irssi.org/";
-
-if [[ ${PV} == *9999* ]] ; then
-       EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
-       inherit git-r3
-else
-       # Keep for _rc compability
-       MY_P="${P/_/-}"
-
-       
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar.xz";
-       KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="otr +perl selinux +proxy"
-
-RDEPEND="
-       >=dev-libs/glib-2.6.0
-       dev-libs/openssl:=
-       sys-libs/ncurses:=
-       otr? (
-               >=dev-libs/libgcrypt-1.2.0:=
-               >=net-libs/libotr-4.1.0
-       )
-       perl? ( dev-lang/perl:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-lang/perl
-       virtual/pkgconfig"
-RDEPEND+=" selinux? ( sec-policy/selinux-irc )"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-fix-usage-of-type-in-ExtUtils.patch
-)
-
-src_configure() {
-       local emesonargs=(
-               -Ddocdir="${EPREFIX}"/usr/share/doc/${PF}
-               -Dwith-perl-lib=vendor
-               -Dwith-otr=$(usex otr)
-               -Dwith-proxy=$(usex proxy)
-               -Dwith-perl=$(usex perl)
-
-               # Carried over from autotools (for now?), bug #677804
-               -Ddisable-utf8proc=yes
-               -Dwith-fuzzer=no
-               -Dinstall-glib=no
-       )
-
-       meson_src_configure
-}
-
-src_test() {
-       # We don't want perl-module's src_test
-       meson_src_test
-}
-
-src_install() {
-       meson_src_install
-
-       use perl && perl_delete_localpod
-}

Reply via email to