summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-04-17 16:58:51 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-04-17 16:58:51 +0000
commit8f8e9d5e10a8792179a7e5a3587f497720dcb162 (patch)
tree1dbf24590309ff5ed58a3bcb1a89466e7f7bc1c6 /net-im/pork
parentMove to stable for x86 (diff)
downloadgentoo-2-8f8e9d5e10a8792179a7e5a3587f497720dcb162.tar.gz
gentoo-2-8f8e9d5e10a8792179a7e5a3587f497720dcb162.tar.bz2
gentoo-2-8f8e9d5e10a8792179a7e5a3587f497720dcb162.zip
Keywords
Diffstat (limited to 'net-im/pork')
-rw-r--r--net-im/pork/ChangeLog5
-rw-r--r--net-im/pork/Manifest4
-rw-r--r--net-im/pork/files/digest-pork-0.6.01
-rw-r--r--net-im/pork/pork-0.6.0.ebuild33
-rw-r--r--net-im/pork/pork-0.7.0.ebuild4
5 files changed, 10 insertions, 37 deletions
diff --git a/net-im/pork/ChangeLog b/net-im/pork/ChangeLog
index eedc9eedc6a3..04b81c345c9d 100644
--- a/net-im/pork/ChangeLog
+++ b/net-im/pork/ChangeLog
@@ -1,9 +1,12 @@
# 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.8 2003/04/09 13:19:02 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.9 2003/04/17 16:58:44 lostlogic Exp $
*pork-0.7.0 (09 Apr 2003)
+ 17 Apr 2003; Brandon Low <lostlogic@gentoo.org> pork-0.7.0.ebuild:
+ Stable x86 keyword
+
09 Apr 2003; Brandon Low <lostlogic@gentoo.org> pork-0.7.0.ebuild:
Bump
diff --git a/net-im/pork/Manifest b/net-im/pork/Manifest
new file mode 100644
index 000000000000..9281e7d305d5
--- /dev/null
+++ b/net-im/pork/Manifest
@@ -0,0 +1,4 @@
+MD5 82e7ddbfd3f89f1d76797d960f344798 manifest 299
+MD5 5b90c9d7ce7093294605b503c765e14b pork-0.7.0.ebuild 809
+MD5 37ccf3ca51bfc56fa2c261f6fbaca6d7 ChangeLog 1491
+MD5 d68d9496a49229a7353bc8424244514b files/digest-pork-0.7.0 122
diff --git a/net-im/pork/files/digest-pork-0.6.0 b/net-im/pork/files/digest-pork-0.6.0
deleted file mode 100644
index ef9da83ddada..000000000000
--- a/net-im/pork/files/digest-pork-0.6.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 84afac63e374cee7a38250777efcada2 pork-0.6.0.tar.gz 369108
diff --git a/net-im/pork/pork-0.6.0.ebuild b/net-im/pork/pork-0.6.0.ebuild
deleted file mode 100644
index 1d2308a5852d..000000000000
--- a/net-im/pork/pork-0.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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.6.0.ebuild,v 1.2 2003/03/11 21:11:46 seemant 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
-}
diff --git a/net-im/pork/pork-0.7.0.ebuild b/net-im/pork/pork-0.7.0.ebuild
index f1ed8eb6b5a2..3df1ab9a2bf2 100644
--- a/net-im/pork/pork-0.7.0.ebuild
+++ b/net-im/pork/pork-0.7.0.ebuild
@@ -1,6 +1,6 @@
# 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.7.0.ebuild,v 1.1 2003/04/09 13:19:02 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.7.0.ebuild,v 1.2 2003/04/17 16:58:44 lostlogic Exp $
IUSE=""
@@ -9,7 +9,7 @@ DESCRIPTION="Console based AIM client that looks like ircII"
HOMEPAGE="http://dev.ojnk.net/"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~alpha"
+KEYWORDS="x86 ~alpha"
SLOT="0"
DEPEND="perl? ( dev-lang/perl )
sys-libs/ncurses"