commit:     3edde1d2518eb4b95d49ea5a92650fead97fc8cc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 17:38:07 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 19:02:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edde1d2

net-irc/rhapsody: drop 0.28b

Bug: https://bugs.gentoo.org/937103
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/net-irc/rhapsody/rhapsody-0.28b.ebuild 
b/net-irc/rhapsody/rhapsody-0.28b.ebuild
deleted file mode 100644
index d95565a1196f..000000000000
--- a/net-irc/rhapsody/rhapsody-0.28b.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="IRC client intended to be displayed on a text console"
-HOMEPAGE="http://rhapsody.sourceforge.net/";
-SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}_${PV}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE=""
-
-DEPEND=">=sys-libs/ncurses-5.0:0="
-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 via email to