diff options
Diffstat (limited to 'net-irc/xaric')
-rw-r--r-- | net-irc/xaric/Manifest | 4 | ||||
-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, 54 deletions
diff --git a/net-irc/xaric/Manifest b/net-irc/xaric/Manifest deleted file mode 100644 index 5cec73395fab..000000000000 --- a/net-irc/xaric/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX xaric-0.13.6-tinfo.patch 740 BLAKE2B fa63d104abdb8db87ca54cd12519fa3009e74f7a8771158f184b2490f521cd1f3b782de31e51d3e81166d20892adb8f3cf2e633cdb6a16a1b060b42903b53489 SHA512 bf74a17c714e38c84bdaefd2183928918c221e5bcbcf292ceb8427e719b148d0e0ebb7114d636ba42b0bcfc3a6a021613b4eb648c8d9ba137817f0700043b27a -DIST xaric-0.13.6.tar.gz 479754 BLAKE2B f9fe9fd67b66f922a61be1e793b66af0d3b809f07fa48be6fd74b9f8cd59bb435df2545ef12ddbc36e3fbb57f3491ece4fb7ff939de738d8a87cdcb8cbb3a403 SHA512 1c52e30cfab49d82306cd0b4402175f68cfc411b7ef04156b2361fadeea01648476742015306a0c242c13f4ab29916e8ac48a59f481ecdb5475584ef6cdf028f -EBUILD xaric-0.13.6.ebuild 569 BLAKE2B 864dfaa9d7f2581732cc517a9985287418fabc4d12dfe69819b8ffb3936fdf06f1a4e5316adbb9eb4afb2412a9fea46b322282058c96fc84563536e5c2297bc1 SHA512 e2c6ffda0686c392d64a8b1f22068822f5359762a99cbe9265ce9f59e4badb8a1ef6bd29cf1437cd33417be89690cb6aec23e7d8b139fbb9d7b2823be8e78e0f -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 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 -} |