public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/rhapsody/
Date: Thu,  1 Aug 2024 16:23:56 +0000 (UTC)	[thread overview]
Message-ID: <1722529399.9cff3b7eacaaa77e4e4af166a740a65b26ed5ba3.asturm@gentoo> (raw)

commit:     9cff3b7eacaaa77e4e4af166a740a65b26ed5ba3
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Thu Aug  1 16:02:34 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 16:23:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cff3b7e

net-irc/rhapsody: bump to EAPI-8, add missing RDEPEND

- remove empty IUSE
- fix indents

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37867
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-irc/rhapsody/rhapsody-0.28b-r1.ebuild | 41 +++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/net-irc/rhapsody/rhapsody-0.28b-r1.ebuild b/net-irc/rhapsody/rhapsody-0.28b-r1.ebuild
new file mode 100644
index 000000000000..96c32e62df43
--- /dev/null
+++ b/net-irc/rhapsody/rhapsody-0.28b-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="IRC client intended to be displayed on a text console"
+HOMEPAGE="https://rhapsody.sourceforge.net/"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}_${PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+DEPEND=">=sys-libs/ncurses-5.0:0="
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-uclibc.patch
+	"${FILESDIR}"/${P}-tinfo.patch
+)
+
+src_configure() {
+	PKGCONFIG="$(tc-getPKG_CONFIG)" \
+		./configure -i /usr/share/rhapsody || die "configure failed"
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)" LOCALFLAGS="${CFLAGS} -fcommon"
+}
+
+src_install() {
+	dobin rhapsody
+
+	insinto /usr/share/rhapsody/help
+	doins help/*.hlp
+
+	dodoc docs/CHANGELOG
+}


             reply	other threads:[~2024-08-01 16:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-01 16:23 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-29 19:03 [gentoo-commits] repo/gentoo:master commit in: net-irc/rhapsody/ Andreas Sturmlechner
2024-08-11 17:19 Sam James
2024-08-11 17:19 Sam James
2020-11-07 19:22 Andreas K. Hüttel

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=1722529399.9cff3b7eacaaa77e4e4af166a740a65b26ed5ba3.asturm@gentoo \
    --to=asturm@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