summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-12-22 18:29:08 +0000
committerDon Seiler <rizzo@gentoo.org>2004-12-22 18:29:08 +0000
commitff7a5d92ca34a50b9a8e062f476214471f7bf7e4 (patch)
tree114cef715fec9108956ed437d5ca2385b939010f /net-im
parentKeyworded -sparc, doesn't even build and no use (Manifest recommit) (diff)
downloadgentoo-2-ff7a5d92ca34a50b9a8e062f476214471f7bf7e4.tar.gz
gentoo-2-ff7a5d92ca34a50b9a8e062f476214471f7bf7e4.tar.bz2
gentoo-2-ff7a5d92ca34a50b9a8e062f476214471f7bf7e4.zip
Version bump. Closes bug 72132
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pebrot/ChangeLog7
-rw-r--r--net-im/pebrot/Manifest14
-rw-r--r--net-im/pebrot/files/digest-pebrot-0.8.71
-rw-r--r--net-im/pebrot/pebrot-0.8.7.ebuild19
4 files changed, 29 insertions, 12 deletions
diff --git a/net-im/pebrot/ChangeLog b/net-im/pebrot/ChangeLog
index 957218db9396..ea49038ec9be 100644
--- a/net-im/pebrot/ChangeLog
+++ b/net-im/pebrot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/pebrot
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pebrot/ChangeLog,v 1.4 2004/08/30 19:11:48 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pebrot/ChangeLog,v 1.5 2004/12/22 18:29:08 rizzo Exp $
+
+*pebrot-0.8.7 (22 Dec 2004)
+
+ 22 Dec 2004; Don Seiler <rizzo@gentoo.org> +pebrot-0.8.7.ebuild:
+ Version bump. Closes bug 72132
30 Aug 2004; Tom Martin <slarti@gentoo.org> pebrot-0.8.6.ebuild:
Marked ~amd64.
diff --git a/net-im/pebrot/Manifest b/net-im/pebrot/Manifest
index fcb01f8142d1..5d054ea2fe31 100644
--- a/net-im/pebrot/Manifest
+++ b/net-im/pebrot/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 f23c72eb22793007bd77a8532135bde8 pebrot-0.8.6.ebuild 516
-MD5 00db618ffe17647a20ff9d7c554e24b9 ChangeLog 551
+MD5 f23c72eb22793007bd77a8532135bde8 pebrot-0.8.7.ebuild 516
MD5 777dd6192cc0e6ca0bc051ab9f92a54a metadata.xml 221
+MD5 00db618ffe17647a20ff9d7c554e24b9 ChangeLog 551
MD5 193eaffd3c44d0cd921e221adf7e8009 files/digest-pebrot-0.8.6 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.5 (GNU/Linux)
-
-iD8DBQFBM3wjCHk4+ZoBpvsRAvkTAJ9CcGma+VNWEMeCDgcEF+amZuqfJQCeNmfy
-SQb+D+Gv6Oa5mTvcxRWiXaA=
-=rOXr
------END PGP SIGNATURE-----
+MD5 8738d4c03a17671b6d8c44158ac400dc files/digest-pebrot-0.8.7 63
diff --git a/net-im/pebrot/files/digest-pebrot-0.8.7 b/net-im/pebrot/files/digest-pebrot-0.8.7
new file mode 100644
index 000000000000..103ad42b6b3f
--- /dev/null
+++ b/net-im/pebrot/files/digest-pebrot-0.8.7
@@ -0,0 +1 @@
+MD5 9acfaedb0e3d0c3b25505952403f0d0b pebrot-0.8.7.tar.gz 80701
diff --git a/net-im/pebrot/pebrot-0.8.7.ebuild b/net-im/pebrot/pebrot-0.8.7.ebuild
new file mode 100644
index 000000000000..92c586b3ecd2
--- /dev/null
+++ b/net-im/pebrot/pebrot-0.8.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/pebrot/pebrot-0.8.7.ebuild,v 1.1 2004/12/22 18:29:08 rizzo Exp $
+
+inherit distutils
+
+DESCRIPTION="curses-based MSN client"
+HOMEPAGE="http://pebrot.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+IUSE=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+
+DEPEND=">=dev-lang/python-2.2"
+
+DOCS="AUTHORS README PKG-INFO INSTALL ChangeLog COPYING"
+