summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-04-28 02:04:02 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-04-28 02:04:02 +0000
commit1c597fc1f7b95c84fe0ea2f420cb457bfe8313ab (patch)
tree7bb187cad06e85659f232e581d8c398b7fb85374 /net-im/pork
parentbump (diff)
downloadhistorical-1c597fc1f7b95c84fe0ea2f420cb457bfe8313ab.tar.gz
historical-1c597fc1f7b95c84fe0ea2f420cb457bfe8313ab.tar.bz2
historical-1c597fc1f7b95c84fe0ea2f420cb457bfe8313ab.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.8.01
-rw-r--r--net-im/pork/pork-0.8.0.ebuild33
3 files changed, 36 insertions, 2 deletions
diff --git a/net-im/pork/Manifest b/net-im/pork/Manifest
index 0d4440cba3af..c7e57c1d2ab0 100644
--- a/net-im/pork/Manifest
+++ b/net-im/pork/Manifest
@@ -1,5 +1,5 @@
-MD5 5b90c9d7ce7093294605b503c765e14b pork-0.8.0.ebuild 809
+MD5 9dadd5042a56da70bfbd084ff21b5680 pork-0.8.0.ebuild 810
MD5 5b90c9d7ce7093294605b503c765e14b pork-0.7.0.ebuild 809
-MD5 718f26d7e4c2090b09c9d12df27b4ba9 ChangeLog 1595
+MD5 484073aee7689df028eea5bf2ed0c955 ChangeLog 1596
MD5 d68d9496a49229a7353bc8424244514b files/digest-pork-0.7.0 122
MD5 ccdcf681188051c85368e0b479ccd4f3 files/digest-pork-0.8.0 62
diff --git a/net-im/pork/files/digest-pork-0.8.0 b/net-im/pork/files/digest-pork-0.8.0
new file mode 100644
index 000000000000..96262a1291d8
--- /dev/null
+++ b/net-im/pork/files/digest-pork-0.8.0
@@ -0,0 +1 @@
+MD5 c8ad678ac744eee1e1ee83a0d4d1b7a3 pork-0.8.0.tar.gz 372035
diff --git a/net-im/pork/pork-0.8.0.ebuild b/net-im/pork/pork-0.8.0.ebuild
new file mode 100644
index 000000000000..5233a0a65868
--- /dev/null
+++ b/net-im/pork/pork-0.8.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.8.0.ebuild,v 1.1 2003/04/28 02:03: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
+}