commit:     8e2f9447ec0967645bef534706029e35ed77d089
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 15:09:02 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 15:17:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2f9447

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 <AT> gentoo.org>

 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(-)

diff --git a/net-irc/xaric/Manifest b/net-irc/xaric/Manifest
deleted file mode 100644
index e4594a00386..00000000000
--- 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 0fcfe3aa184..00000000000
--- 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 6f49eba8f49..00000000000
--- 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 447c6e62ae2..00000000000
--- 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 d577ecf0910..4a92a400ae9 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 <[email protected]> (2020-08-29)
 # EAPI=4, use dev-embedded/libftd[tools] instead

Reply via email to