diff options
author | Sam James <sam@gentoo.org> | 2020-09-30 15:09:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-30 15:17:13 +0000 |
commit | 8e2f9447ec0967645bef534706029e35ed77d089 (patch) | |
tree | ba807a6ca512f8d67f6251f0312de50ed099c205 /net-irc | |
parent | net-irc/nebula: remove last-rited package (diff) | |
download | gentoo-8e2f9447ec0967645bef534706029e35ed77d089.tar.gz gentoo-8e2f9447ec0967645bef534706029e35ed77d089.tar.bz2 gentoo-8e2f9447ec0967645bef534706029e35ed77d089.zip |
net-irc/xaric: remove last-rited package
Bug: https://bugs.gentoo.org/731188
Bug: https://bugs.gentoo.org/706898
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xaric/Manifest | 1 | ||||
-rw-r--r-- | net-irc/xaric/files/xaric-0.13.6-tinfo.patch | 16 | ||||
-rw-r--r-- | net-irc/xaric/metadata.xml | 5 | ||||
-rw-r--r-- | net-irc/xaric/xaric-0.13.6.ebuild | 29 |
4 files changed, 0 insertions, 51 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> 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 -} |