summaryrefslogtreecommitdiff
path: root/net-irc
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/Manifest.gzbin7909 -> 7914 bytes
-rw-r--r--net-irc/irssi/Manifest3
-rw-r--r--net-irc/irssi/files/irssi-1.4.4-fix-usage-of-type-in-ExtUtils.patch43
-rw-r--r--net-irc/irssi/irssi-1.4.4-r1.ebuild72
4 files changed, 0 insertions, 118 deletions
diff --git a/net-irc/Manifest.gz b/net-irc/Manifest.gz
index 7c9f69c332a4..87bc4c2a525a 100644
--- a/net-irc/Manifest.gz
+++ b/net-irc/Manifest.gz
Binary files differ
diff --git a/net-irc/irssi/Manifest b/net-irc/irssi/Manifest
index e50734177383..73e580676dcd 100644
--- a/net-irc/irssi/Manifest
+++ b/net-irc/irssi/Manifest
@@ -1,7 +1,4 @@
-AUX irssi-1.4.4-fix-usage-of-type-in-ExtUtils.patch 1115 BLAKE2B f5d6b1da6d0978b412437f65fe8eaeb99d9f31493050641b6c0780cc17ccc717b3e51799a7008716573236df86218c8f28a434ee193be340d57d6f8a329028d8 SHA512 2d6aeeef705fe2268c629c2a778aabce8260957e288a900af2596396bc0149eeb3dbba644e13b985e5b78a27cd48bfdb8ff1bcb063c8f060aab3527d8cf455f6
-DIST irssi-1.4.4.tar.xz 1213784 BLAKE2B 5b77ca692130a87228eea05f9a8d2da65a7c483e031d8c12dbd29bb9cd629444aae28bc3ffe0dc862891f59047997a323cea3b4d9d388573d4f06b569abbf950 SHA512 da28ac7a527be301d0615d6d733e4cf4e09bb6d4f5c70bc33ff70e22439a01f197bb5d91b4432ca74d3ac2dbb3235f30d53efc63a4279de8664923c2ccdbdbea
DIST irssi-1.4.5.tar.xz 1215688 BLAKE2B 573d8552137cb09c152fe0d1f9196c966bc0afb23e8817fed7315a07d2fc36b3ffabf5e8384bb80a48aa24cf57e5d336f40e708a4c9ef6bad3ec8ce10125f196 SHA512 5d80107ad625feb6d2b3ac807f517c5cfeae58986d3fbfe53ea82f2dee70396f5092abdc6ef137c5651e4515e081591079b37f0e428f69990db493cfe14e4f36
-EBUILD irssi-1.4.4-r1.ebuild 1533 BLAKE2B d3aabc2ea130a9518ef0608cb062f8c0f9ff73af79f4f74003a93f953f7652e05546df3067bb0a3caf4ed6aaa0d16dc441ccc22769f48b25e7152fba1647a5bd SHA512 e59bc9e2fdad2bbe473c910050f3c2c8e91ac89328c073af1d3df8bec85d66d38fdb929278705f107e4cd7abf3111fcf514dfbbe4787c62688b0855f97eb9d27
EBUILD irssi-1.4.5.ebuild 1464 BLAKE2B aae28a1fa4e1738dc345e5ccf0f4cc57c20bb6ffcf1f0208bfd142f9ef1fb54f1bc74e86db6a3287fd9a0758b50b3423689d85f965d0cceb6a15cf7389651c5d SHA512 2ce0aaff60e3e9f89d461323f5a2e877a26d838dea01bb7a8e5c1a20a8e79a64c38cadd412f9c9465ce261676734c536065e839bf2b92f9f5027b97573144e87
EBUILD irssi-9999.ebuild 1472 BLAKE2B f468fc7d37e01f8e84d88287c28a1664ce9cdcc717bc90a46dab917dd4e1188bef85e1c422d6ca907bbdb42c8215e3377b4440b21dc6163e12398c9571259d6e SHA512 b3ba1727775cf135ae90b711ad94f557bc5d579c10edd12b73cded7664f3e414e59987bb57bae0bab68e957b1620caae8cf1d9e1efdfd96f1c90a060749a6a01
MISC metadata.xml 481 BLAKE2B 68339a69e4f3f5830fb6d0960b7c45559abeba5edea1d99f7ea9f44af0385dee108d192f964d7c4ee2ea4b0ef408de6cca305b0271212e163cd40a59cb71e8bd SHA512 5154bf2ade9ba207bfca260a344639b50058687cebbf9d86773c877fbb00af334883face0f9f42e4f7c9daeaf074afffc57b11ef1faa14d08c6203825db699dd
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 <ailin@d5421s.localdomain>
-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
-}