summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-02-17 22:04:20 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-02-17 22:04:59 +1100
commitf8a05f3d0c9ac7cd21c555a8787296d04d7af423 (patch)
treecfaa2256d55823117b492d97eddb7c1717e90fed /net-im
parentwww-client/lynx: sparc stable wrt bug #598910 (diff)
downloadgentoo-f8a05f3d0c9ac7cd21c555a8787296d04d7af423.tar.gz
gentoo-f8a05f3d0c9ac7cd21c555a8787296d04d7af423.tar.bz2
gentoo-f8a05f3d0c9ac7cd21c555a8787296d04d7af423.zip
net-im/pork: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pork/files/pork-0.99.8.1-tinfo.patch11
-rw-r--r--net-im/pork/pork-0.99.8.1.ebuild40
2 files changed, 0 insertions, 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 c1f9e6bbb945..000000000000
--- 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 dd222c347f6e..000000000000
--- 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
-}