summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-07-09 16:09:27 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-07-09 16:09:27 +0000
commit0570325f4b9fd7de002732fd4b477c99cec32c99 (patch)
treed498ff88e11219ba8d01650ee26b3061262c364f /net-im
parentRemove old. (diff)
downloadgentoo-2-0570325f4b9fd7de002732fd4b477c99cec32c99.tar.gz
gentoo-2-0570325f4b9fd7de002732fd4b477c99cec32c99.tar.bz2
gentoo-2-0570325f4b9fd7de002732fd4b477c99cec32c99.zip
Remove old.
(Portage version: 2.1.12.12/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pork/ChangeLog7
-rw-r--r--net-im/pork/pork-0.99.7.ebuild39
2 files changed, 5 insertions, 41 deletions
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 <kensington@gentoo.org> -pork-0.99.7.ebuild:
+ Remove old.
06 Feb 2011; Mart Raudsepp <leio@gentoo.org> 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."
-}