public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/
Date: Tue,  3 Oct 2023 23:38:29 +0000 (UTC)	[thread overview]
Message-ID: <1696376050.5cb4d2ace29a177ea3e218b9348e458e817ee11c.sam@gentoo> (raw)

commit:     5cb4d2ace29a177ea3e218b9348e458e817ee11c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 23:34:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 23:34:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb4d2ac

net-irc/irssi: add 1.4.5

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/irssi/Manifest           |  1 +
 net-irc/irssi/irssi-1.4.5.ebuild | 68 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+)

diff --git a/net-irc/irssi/Manifest b/net-irc/irssi/Manifest
index 652e54173844..eb9df20f8142 100644
--- a/net-irc/irssi/Manifest
+++ b/net-irc/irssi/Manifest
@@ -1 +1,2 @@
 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/irssi-1.4.5.ebuild b/net-irc/irssi/irssi-1.4.5.ebuild
new file mode 100644
index 000000000000..40772b5198b3
--- /dev/null
+++ b/net-irc/irssi/irssi-1.4.5.ebuild
@@ -0,0 +1,68 @@
+# 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 ~ia64 ~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 )"
+
+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	other threads:[~2023-10-03 23:38 UTC|newest]

Thread overview: 184+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-03 23:38 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-30  6:00 [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/ Sam James
2024-04-30  6:00 Sam James
2024-04-30  5:54 Sam James
2024-04-30  5:54 Sam James
2024-04-30  5:54 Sam James
2024-04-30  5:54 Sam James
2024-04-30  5:54 Sam James
2023-12-28 14:58 Sam James
2023-11-29  4:23 Sam James
2023-10-26 16:33 Arthur Zamarin
2023-10-23 14:05 Arthur Zamarin
2023-10-23  1:44 Sam James
2023-10-23  1:44 Sam James
2023-10-23  1:44 Sam James
2023-09-03 19:45 Sven Wegener
2023-07-18 22:14 Sam James
2023-07-17 21:47 Sam James
2023-05-12 19:20 Sven Wegener
2023-04-12  9:55 Arthur Zamarin
2023-04-12  9:42 Sam James
2023-04-12  9:42 Sam James
2023-04-12  9:42 Sam James
2023-04-12  9:42 Sam James
2023-04-12  9:42 Sam James
2023-04-12  9:42 Sam James
2023-04-12  9:42 Sam James
2023-04-12  1:50 Sam James
2023-04-11 19:41 Sam James
2022-10-31 20:47 Sam James
2022-08-27 18:05 Arthur Zamarin
2022-08-19 17:42 Sven Wegener
2022-07-31 11:08 Agostino Sarubbo
2022-07-30 14:20 Arthur Zamarin
2022-07-30 11:32 Arthur Zamarin
2022-07-30  9:51 Arthur Zamarin
2022-07-30  9:51 Arthur Zamarin
2022-07-30  8:19 Sam James
2022-07-30  8:19 Sam James
2022-07-17 19:38 Sam James
2022-07-09  9:59 David Seifert
2022-07-06  7:19 Arthur Zamarin
2022-07-06  6:40 Agostino Sarubbo
2022-07-06  6:39 Agostino Sarubbo
2022-07-06  6:39 Agostino Sarubbo
2022-07-06  6:38 Agostino Sarubbo
2022-07-05 19:36 Arthur Zamarin
2022-07-05 16:31 Arthur Zamarin
2022-07-05 16:31 Arthur Zamarin
2022-06-12  5:33 Sam James
2022-06-12  5:05 Sam James
2022-06-12  0:06 Sam James
2022-06-12  0:05 Sam James
2022-06-11 23:28 Sam James
2022-05-19  7:28 WANG Xuerui
2021-05-16  8:26 Mikle Kolyada
2021-04-29 18:28 Mikle Kolyada
2021-04-11 11:46 Mikle Kolyada
2020-11-14 11:19 Mikle Kolyada
2020-11-14 11:19 Mikle Kolyada
2020-02-25 11:31 Mikle Kolyada
2019-12-03  8:24 Mikle Kolyada
2019-11-10 13:08 Mikle Kolyada
2019-08-31  5:16 Mikle Kolyada
2019-08-31  5:16 Mikle Kolyada
2019-07-25 17:47 Mikle Kolyada
2019-07-21  8:16 Sergei Trofimovich
2019-07-18 13:10 Agostino Sarubbo
2019-07-18 11:45 Agostino Sarubbo
2019-07-18 10:01 Agostino Sarubbo
2019-07-18  9:57 Agostino Sarubbo
2019-07-17 15:24 Agostino Sarubbo
2019-07-15 19:10 Sergei Trofimovich
2019-07-15 13:14 Agostino Sarubbo
2019-06-30  4:06 Sven Wegener
2019-05-21 19:53 Mikle Kolyada
2019-04-02 19:21 Mikle Kolyada
2019-02-17 19:21 Mikle Kolyada
2019-02-17 12:03 Mikle Kolyada
2019-02-14 15:56 Mikle Kolyada
2019-02-14 15:23 Mikle Kolyada
2019-02-12 22:19 Jeroen Roovers
2019-02-12 21:22 Lars Wendler
2019-02-12 20:36 Mikle Kolyada
2019-02-12 20:15 Jeroen Roovers
2019-02-12 19:40 Mikle Kolyada
2019-02-12 19:18 Jeroen Roovers
2019-02-12 17:45 Mikle Kolyada
2019-02-12 17:45 Mikle Kolyada
2019-02-12  6:57 Mikle Kolyada
2019-02-12  6:41 Mikle Kolyada
2019-01-10 11:52 Mikle Kolyada
2019-01-10 11:52 Mikle Kolyada
2019-01-10  8:21 Mikle Kolyada
2018-10-24  7:18 Mikle Kolyada
2018-10-24  7:18 Mikle Kolyada
2018-10-24  7:18 Mikle Kolyada
2018-10-22 15:46 Mikle Kolyada
2018-10-20 14:16 Mikle Kolyada
2018-10-18 11:45 Tobias Klausmann
2018-10-17 12:07 Thomas Deutschmann
2018-10-17 10:48 Mikle Kolyada
2018-10-17 10:47 Mikle Kolyada
2018-10-15 19:52 Mikle Kolyada
2018-10-15 19:05 Sergei Trofimovich
2018-10-14 21:18 Sergei Trofimovich
2018-10-13 20:29 Mikle Kolyada
2018-09-23 19:05 Mikle Kolyada
2018-08-24 10:03 Patrice Clement
2018-04-27 21:08 Sergei Trofimovich
2018-04-22 21:14 Aaron Bauman
2018-04-22 20:19 Matt Turner
2018-04-17 21:57 Sergei Trofimovich
2018-04-08 10:55 Markus Meier
2018-03-31 20:00 Sergei Trofimovich
2018-03-31 15:38 Tobias Klausmann
2018-03-24 11:18 Sergei Trofimovich
2018-03-23 10:27 Agostino Sarubbo
2018-03-04  8:16 Tobias Klausmann
2018-02-16 10:27 Patrice Clement
2018-02-16 10:27 Patrice Clement
2018-02-11 11:02 Michał Górny
2018-02-05 21:27 Markus Meier
2018-01-20 23:06 Patrice Clement
2018-01-10 22:25 Sergei Trofimovich
2018-01-10 21:22 Sergei Trofimovich
2018-01-09  8:09 Sergei Trofimovich
2018-01-08 22:50 Thomas Deutschmann
2018-01-07 23:19 Mikle Kolyada
2018-01-07 20:53 Markus Meier
2018-01-06 17:59 Patrice Clement
2017-12-27 20:31 Sergei Trofimovich
2017-12-26 22:59 Mikle Kolyada
2017-12-26  0:59 Thomas Deutschmann
2017-10-22 13:51 Patrice Clement
2017-09-26 22:28 Sergei Trofimovich
2017-09-26  8:55 Sergei Trofimovich
2017-09-23 14:02 Sergei Trofimovich
2017-08-31 15:18 Matt Turner
2017-08-26  9:47 Mikle Kolyada
2017-08-18 20:10 Thomas Deutschmann
2017-08-10  7:01 Agostino Sarubbo
2017-08-08 20:41 Markus Meier
2017-08-08 14:03 Sergei Trofimovich
2017-07-30  9:44 Michał Górny
2017-07-07 13:14 Patrice Clement
2017-06-23  4:39 Markus Meier
2017-06-15  9:54 Agostino Sarubbo
2017-06-14  7:49 Agostino Sarubbo
2017-06-13 21:07 Sergei Trofimovich
2017-06-06 22:02 Patrice Clement
2017-03-15 10:22 Patrice Clement
2017-02-17 16:30 Patrice Clement
2017-01-29 19:33 Fabian Groffen
2017-01-17 22:48 Sven Wegener
2017-01-14 23:48 Jeroen Roovers
2017-01-13 16:58 Markus Meier
2017-01-10 15:22 Agostino Sarubbo
2017-01-10  9:57 Jeroen Roovers
2017-01-08 14:48 Sven Wegener
2017-01-06 19:52 Sven Wegener
2017-01-06 13:32 Tobias Klausmann
2017-01-06 13:16 Aaron Bauman
2017-01-05 19:58 Robin H. Johnson
2016-09-30 16:50 Sven Wegener
2016-09-29 13:28 Agostino Sarubbo
2016-09-29 13:14 Agostino Sarubbo
2016-09-29 12:35 Agostino Sarubbo
2016-09-29  9:35 Agostino Sarubbo
2016-09-26 21:57 Sven Wegener
2016-09-23 13:32 Jeroen Roovers
2016-09-22 10:57 Tobias Klausmann
2016-09-21 21:46 Agostino Sarubbo
2016-09-21 21:46 Agostino Sarubbo
2016-09-21 19:47 Matt Thode
2016-06-07 21:21 Andreas Hüttel
2016-03-26 20:29 Patrice Clement
2016-03-15 21:45 Sven Wegener
2016-03-13 22:37 Sven Wegener
2016-03-13 22:37 Sven Wegener
2016-03-13 22:37 Sven Wegener
2016-01-26  9:16 Patrice Clement
2016-01-17 23:10 Patrice Clement
2015-11-03 19:39 Sven Wegener

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1696376050.5cb4d2ace29a177ea3e218b9348e458e817ee11c.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox