summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-02-28 23:52:11 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-02-28 23:52:11 +0000
commit3c12a8e0803a800d5fd8162c03753bfb073d736b (patch)
tree4c25e7592fd185ca4818a1ba024c5ee1bf442769 /net-im/pebrot
parentInitial commit based on code from Rene Wagner (diff)
downloadgentoo-2-3c12a8e0803a800d5fd8162c03753bfb073d736b.tar.gz
gentoo-2-3c12a8e0803a800d5fd8162c03753bfb073d736b.tar.bz2
gentoo-2-3c12a8e0803a800d5fd8162c03753bfb073d736b.zip
Bump to 0.8.9, fixes #256919
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-im/pebrot')
-rw-r--r--net-im/pebrot/ChangeLog9
-rw-r--r--net-im/pebrot/pebrot-0.8.9.ebuild18
2 files changed, 25 insertions, 2 deletions
diff --git a/net-im/pebrot/ChangeLog b/net-im/pebrot/ChangeLog
index 67d023af5353..8f58cf49d09f 100644
--- a/net-im/pebrot/ChangeLog
+++ b/net-im/pebrot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/pebrot
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pebrot/ChangeLog,v 1.8 2008/03/27 13:47:20 coldwind Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/pebrot/ChangeLog,v 1.9 2009/02/28 23:52:11 patrick Exp $
+
+*pebrot-0.8.9 (28 Feb 2009)
+
+ 28 Feb 2009; Patrick Lauer <patrick@gentoo.org> +pebrot-0.8.9.ebuild:
+ Bump to 0.8.9, fixes #256919
27 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> -pebrot-0.8.6.ebuild,
-pebrot-0.8.7.ebuild:
diff --git a/net-im/pebrot/pebrot-0.8.9.ebuild b/net-im/pebrot/pebrot-0.8.9.ebuild
new file mode 100644
index 000000000000..7bb232695700
--- /dev/null
+++ b/net-im/pebrot/pebrot-0.8.9.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/pebrot/pebrot-0.8.9.ebuild,v 1.1 2009/02/28 23:52:11 patrick 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"