diff options
author | Karol Pasternak <reb@gentoo.org> | 2006-05-08 16:49:24 +0000 |
---|---|---|
committer | Karol Pasternak <reb@gentoo.org> | 2006-05-08 16:49:24 +0000 |
commit | abc6997015ffc3731c91c930d0b2f9ce6dc69857 (patch) | |
tree | d35aa13f64de0bc5378bb865a4de701c005b63ae /net-im/pebrot | |
parent | pkg-config fix thanks to Dave Shanker and others in bug #131695 (diff) | |
download | gentoo-2-abc6997015ffc3731c91c930d0b2f9ce6dc69857.tar.gz gentoo-2-abc6997015ffc3731c91c930d0b2f9ce6dc69857.tar.bz2 gentoo-2-abc6997015ffc3731c91c930d0b2f9ce6dc69857.zip |
Version bump, bug #132687
(Portage version: 2.1_pre10)
Diffstat (limited to 'net-im/pebrot')
-rw-r--r-- | net-im/pebrot/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/pebrot/files/digest-pebrot-0.8.8 | 3 | ||||
-rw-r--r-- | net-im/pebrot/pebrot-0.8.8.ebuild | 19 |
3 files changed, 29 insertions, 2 deletions
diff --git a/net-im/pebrot/ChangeLog b/net-im/pebrot/ChangeLog index ea49038ec9be..a54dac84a390 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.5 2004/12/22 18:29:08 rizzo Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/pebrot/ChangeLog,v 1.6 2006/05/08 16:49:24 reb Exp $ + +*pebrot-0.8.8 (08 May 2006) + + 08 May 2006; Karol Pasternak <reb@gentoo.org> +pebrot-0.8.8.ebuild: + Version bump, bug #132687 *pebrot-0.8.7 (22 Dec 2004) diff --git a/net-im/pebrot/files/digest-pebrot-0.8.8 b/net-im/pebrot/files/digest-pebrot-0.8.8 new file mode 100644 index 000000000000..f6a39a26b742 --- /dev/null +++ b/net-im/pebrot/files/digest-pebrot-0.8.8 @@ -0,0 +1,3 @@ +MD5 773392904defc14e6264832b0d0c620d pebrot-0.8.8.tar.gz 83663 +RMD160 c6f55cde2ec0b118a88895080aa8b5c1f8dae8b1 pebrot-0.8.8.tar.gz 83663 +SHA256 07a68d9b8ad8d84d5f3f6846fcdca158f516ac0472141791f5c95b3d79dd22f5 pebrot-0.8.8.tar.gz 83663 diff --git a/net-im/pebrot/pebrot-0.8.8.ebuild b/net-im/pebrot/pebrot-0.8.8.ebuild new file mode 100644 index 000000000000..03e021b1da04 --- /dev/null +++ b/net-im/pebrot/pebrot-0.8.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/pebrot/pebrot-0.8.8.ebuild,v 1.1 2006/05/08 16:49:24 reb 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" + |