net-im/pork: remove old
authorMichael Palimaka <kensington@gentoo.org>
Fri, 17 Feb 2017 11:04:20 +0000 (22:04 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Fri, 17 Feb 2017 11:04:59 +0000 (22:04 +1100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-im/pork/files/pork-0.99.8.1-tinfo.patch [deleted file]
net-im/pork/pork-0.99.8.1.ebuild [deleted file]

diff --git a/net-im/pork/files/pork-0.99.8.1-tinfo.patch b/net-im/pork/files/pork-0.99.8.1-tinfo.patch
deleted file mode 100644 (file)
index c1f9e6b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -114,6 +114,8 @@
- AC_CHECK_LIB(ncurses, resizeterm, AC_DEFINE(HAVE_RESIZETERM, 1, [Define to 1 if you have the 'resizeterm' function in -lncurses.]))
-+AC_SEARCH_LIBS(stdscr, tinfo)
-+
- AC_CHECK_TYPE(u_int32_t, uint32_t)
- if test "$ac_cv_type_u_int32_t" = "no"; then
-       AC_CHECK_TYPE(uint32_t, unsigned int)
diff --git a/net-im/pork/pork-0.99.8.1.ebuild b/net-im/pork/pork-0.99.8.1.ebuild
deleted file mode 100644 (file)
index dd222c3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Console based AIM client that looks like ircII"
-HOMEPAGE="http://dev.ojnk.net/"
-SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="perl"
-
-RDEPEND="
-       perl? ( dev-lang/perl )
-       sys-libs/ncurses
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-tinfo.patch
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_enable perl)
-}
-
-src_install() {
-       default
-
-       doman doc/pork.1
-       insinto /usr/share/pork/examples
-       doins examples/blist.txt
-
-       dodoc AUTHORS ChangeLog INSTALL NEWS README STYLE TODO QUICK_START
-}