summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-07-08 18:26:01 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-07-08 18:26:01 +0000
commitcf9452248cd5c8008e1296fb33abad35c01cadee (patch)
tree3830eaea8e40ea6dfe535a8bf25ba3a466d01dc7 /net-im/pork
parentBump (diff)
downloadhistorical-cf9452248cd5c8008e1296fb33abad35c01cadee.tar.gz
historical-cf9452248cd5c8008e1296fb33abad35c01cadee.tar.bz2
historical-cf9452248cd5c8008e1296fb33abad35c01cadee.zip
Bump
Diffstat (limited to 'net-im/pork')
-rw-r--r--net-im/pork/Manifest4
-rw-r--r--net-im/pork/files/digest-pork-0.99.01
-rw-r--r--net-im/pork/pork-0.99.0.ebuild33
3 files changed, 36 insertions, 2 deletions
diff --git a/net-im/pork/Manifest b/net-im/pork/Manifest
index c29f8e8ba7f2..f4f786737355 100644
--- a/net-im/pork/Manifest
+++ b/net-im/pork/Manifest
@@ -1,7 +1,7 @@
MD5 9dadd5042a56da70bfbd084ff21b5680 pork-0.8.0.ebuild 810
-MD5 9dadd5042a56da70bfbd084ff21b5680 pork-0.99.0.ebuild 810
+MD5 7e83939dff6423a22a93cacce2e524eb pork-0.99.0.ebuild 811
MD5 5b90c9d7ce7093294605b503c765e14b pork-0.7.0.ebuild 809
-MD5 484073aee7689df028eea5bf2ed0c955 ChangeLog 1596
+MD5 adcdbc18ec207a30b1527e9d1aed51ee ChangeLog 1702
MD5 d68d9496a49229a7353bc8424244514b files/digest-pork-0.7.0 122
MD5 ccdcf681188051c85368e0b479ccd4f3 files/digest-pork-0.8.0 62
MD5 2e8b2784b68c814a26898460222b23df files/digest-pork-0.99.0 63
diff --git a/net-im/pork/files/digest-pork-0.99.0 b/net-im/pork/files/digest-pork-0.99.0
new file mode 100644
index 000000000000..553266fc2389
--- /dev/null
+++ b/net-im/pork/files/digest-pork-0.99.0
@@ -0,0 +1 @@
+MD5 bc1e4c9f23780c607dc3a5d32b19b207 pork-0.99.0.tar.gz 384137
diff --git a/net-im/pork/pork-0.99.0.ebuild b/net-im/pork/pork-0.99.0.ebuild
new file mode 100644
index 000000000000..3281dca26d7e
--- /dev/null
+++ b/net-im/pork/pork-0.99.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.0.ebuild,v 1.1 2003/07/08 18:25:56 lostlogic Exp $
+
+IUSE=""
+
+SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz"
+DESCRIPTION="Console based AIM client that looks like ircII"
+HOMEPAGE="http://dev.ojnk.net/"
+LICENSE="GPL-2"
+
+KEYWORDS="~x86 ~alpha"
+SLOT="0"
+DEPEND="perl? ( dev-lang/perl )
+ sys-libs/ncurses"
+
+src_compile() {
+ local myconf=""
+ [ `use perl` ] || myconf="${myconf} --disable-perl"
+ einfo "Configure options: ${myconf}"
+ econf ${myconf}
+ 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
+}