From 0570325f4b9fd7de002732fd4b477c99cec32c99 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Tue, 9 Jul 2013 16:09:27 +0000 Subject: Remove old. (Portage version: 2.1.12.12/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C) --- net-im/pork/ChangeLog | 7 +++++-- net-im/pork/pork-0.99.7.ebuild | 39 --------------------------------------- 2 files changed, 5 insertions(+), 41 deletions(-) delete mode 100644 net-im/pork/pork-0.99.7.ebuild (limited to 'net-im/pork') diff --git a/net-im/pork/ChangeLog b/net-im/pork/ChangeLog index 23d85a78bf04..f8511650d6e6 100644 --- a/net-im/pork/ChangeLog +++ b/net-im/pork/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/pork -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.42 2011/02/06 08:12:24 leio Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.43 2013/07/09 16:09:27 kensington Exp $ + + 09 Jul 2013; Michael Palimaka -pork-0.99.7.ebuild: + Remove old. 06 Feb 2011; Mart Raudsepp pork-0.99.8.1.ebuild: Drop to ~mips diff --git a/net-im/pork/pork-0.99.7.ebuild b/net-im/pork/pork-0.99.7.ebuild deleted file mode 100644 index b71c7342d00e..000000000000 --- a/net-im/pork/pork-0.99.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.7.ebuild,v 1.4 2007/07/12 05:34:47 mr_bones_ Exp $ - -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="x86 ~alpha ~sparc ~ppc ~amd64" -IUSE="perl" - -DEPEND="perl? ( dev-lang/perl ) - sys-libs/ncurses" - -src_compile() { - local myconf="" - use perl || myconf="${myconf} --disable-perl" - einfo "Configure options: ${myconf}" - econf ${myconf} || die "econf failed" - emake -} - -src_install() { - einstall - - doman doc/pork.1 - insinto /usr/share/pork/examples - doins examples/blist.txt - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README STYLE TODO QUICK_START -} - -pkg_postinst() { - elog "Be aware that the syntax for IRC connections has" - elog "changed. Read ${HOMEPAGE}/stuff/pork.news" - elog "for details." -} -- cgit v1.2.3-65-gdbad