From 8e2f9447ec0967645bef534706029e35ed77d089 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 30 Sep 2020 15:09:02 +0000 Subject: net-irc/xaric: remove last-rited package Bug: https://bugs.gentoo.org/731188 Bug: https://bugs.gentoo.org/706898 Signed-off-by: Sam James --- net-irc/xaric/Manifest | 1 - net-irc/xaric/files/xaric-0.13.6-tinfo.patch | 16 --------------- net-irc/xaric/metadata.xml | 5 ----- net-irc/xaric/xaric-0.13.6.ebuild | 29 ---------------------------- profiles/package.mask | 1 - 5 files changed, 52 deletions(-) delete mode 100644 net-irc/xaric/Manifest delete mode 100644 net-irc/xaric/files/xaric-0.13.6-tinfo.patch delete mode 100644 net-irc/xaric/metadata.xml delete mode 100644 net-irc/xaric/xaric-0.13.6.ebuild diff --git a/net-irc/xaric/Manifest b/net-irc/xaric/Manifest deleted file mode 100644 index e4594a00386d..000000000000 --- a/net-irc/xaric/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xaric-0.13.6.tar.gz 479754 BLAKE2B f9fe9fd67b66f922a61be1e793b66af0d3b809f07fa48be6fd74b9f8cd59bb435df2545ef12ddbc36e3fbb57f3491ece4fb7ff939de738d8a87cdcb8cbb3a403 SHA512 1c52e30cfab49d82306cd0b4402175f68cfc411b7ef04156b2361fadeea01648476742015306a0c242c13f4ab29916e8ac48a59f481ecdb5475584ef6cdf028f diff --git a/net-irc/xaric/files/xaric-0.13.6-tinfo.patch b/net-irc/xaric/files/xaric-0.13.6-tinfo.patch deleted file mode 100644 index 0fcfe3aa1846..000000000000 --- a/net-irc/xaric/files/xaric-0.13.6-tinfo.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -279,9 +279,10 @@ - olibs="$LIBS" - AC_CHECK_LIB(termcap, tgetent, LIBS="-ltermcap $olibs", - AC_CHECK_LIB(termlib, tgetent, LIBS="-ltermlib $olibs", -- AC_CHECK_LIB(curses, tgetent, LIBS="-lcurses $olibs", -- AC_CHECK_LIB(xtermcap, tgetent, LIBS="-lxtermcap $olibs", -- AC_MSG_ERROR([i can not find tgetent. you need to help me]))))) -+ AC_CHECK_LIB(tinfo, tgetent, LIBS="-ltinfo $olibs", -+ AC_CHECK_LIB(curses, tgetent, LIBS="-lcurses $olibs", -+ AC_CHECK_LIB(xtermcap, tgetent, LIBS="-lxtermcap $olibs", -+ AC_MSG_ERROR([i can not find tgetent. you need to help me])))))) - fi - - dnl ---------------------------------------------------------- diff --git a/net-irc/xaric/metadata.xml b/net-irc/xaric/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-irc/xaric/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/net-irc/xaric/xaric-0.13.6.ebuild b/net-irc/xaric/xaric-0.13.6.ebuild deleted file mode 100644 index 447c6e62ae29..000000000000 --- a/net-irc/xaric/xaric-0.13.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils - -DESCRIPTION="An IRC client similar to ircII, BitchX, or ircII EPIC" -HOMEPAGE="https://xaric.org/" -SRC_URI="https://xaric.org/software/${PN}/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="sys-libs/ncurses - dev-libs/openssl" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS ChangeLog README ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-tinfo.patch - eautoreconf -} - -src_install() { - default - doicon xaric.xpm -} diff --git a/profiles/package.mask b/profiles/package.mask index d577ecf09106..4a92a400ae96 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -638,7 +638,6 @@ www-apps/ampache net-irc/ptlink-ircd net-irc/ptlink-opm net-irc/irc-server -net-irc/xaric # Aaron Bauman (2020-08-29) # EAPI=4, use dev-embedded/libftd[tools] instead -- cgit v1.2.3-65-gdbad