summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/pork/ChangeLog7
-rw-r--r--net-im/pork/Manifest4
-rw-r--r--net-im/pork/files/digest-pork-0.99.11
-rw-r--r--net-im/pork/pork-0.99.1.ebuild33
4 files changed, 42 insertions, 3 deletions
diff --git a/net-im/pork/ChangeLog b/net-im/pork/ChangeLog
index 738516411f15..58b1b1a385b4 100644
--- a/net-im/pork/ChangeLog
+++ b/net-im/pork/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/pork
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.11 2003/07/08 18:25:56 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.12 2003/07/23 18:21:04 lostlogic Exp $
+
+*pork-0.99.1 (23 Jul 2003)
+
+ 23 Jul 2003; Brandon Low <lostlogic@gentoo.org> pork-0.99.1.ebuild:
+ Bump
*pork-0.99.0 (08 Jul 2003)
diff --git a/net-im/pork/Manifest b/net-im/pork/Manifest
index 94516db9426a..7d4b05b86ab3 100644
--- a/net-im/pork/Manifest
+++ b/net-im/pork/Manifest
@@ -1,8 +1,8 @@
MD5 7e854a81dac4fa149e2bc0d5a455cea0 pork-0.8.0.ebuild 804
-MD5 7e83939dff6423a22a93cacce2e524eb pork-0.99.1.ebuild 811
+MD5 81305942ec08f64dfc317d8cde9f94f9 pork-0.99.1.ebuild 811
MD5 7e83939dff6423a22a93cacce2e524eb pork-0.99.0.ebuild 811
MD5 5b90c9d7ce7093294605b503c765e14b pork-0.7.0.ebuild 809
-MD5 adcdbc18ec207a30b1527e9d1aed51ee ChangeLog 1702
+MD5 58bbd0a475e79f2dbe54b5b4ee2c5c63 ChangeLog 1808
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.1 b/net-im/pork/files/digest-pork-0.99.1
new file mode 100644
index 000000000000..1ccf3532fe93
--- /dev/null
+++ b/net-im/pork/files/digest-pork-0.99.1
@@ -0,0 +1 @@
+MD5 0c4bcb533b595a66fb8a59801a936ba7 pork-0.99.1.tar.gz 391185
diff --git a/net-im/pork/pork-0.99.1.ebuild b/net-im/pork/pork-0.99.1.ebuild
new file mode 100644
index 000000000000..3c78fd650ebe
--- /dev/null
+++ b/net-im/pork/pork-0.99.1.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.1.ebuild,v 1.1 2003/07/23 18:21:04 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
+}