commit:     f8a05f3d0c9ac7cd21c555a8787296d04d7af423
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 11:04:20 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 11:04:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a05f3d

net-im/pork: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-im/pork/files/pork-0.99.8.1-tinfo.patch | 11 --------
 net-im/pork/pork-0.99.8.1.ebuild            | 40 -----------------------------
 2 files changed, 51 deletions(-)

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
index c1f9e6bbb9..0000000000
--- a/net-im/pork/files/pork-0.99.8.1-tinfo.patch
+++ /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
index dd222c347f..0000000000
--- a/net-im/pork/pork-0.99.8.1.ebuild
+++ /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
-}

Reply via email to