diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-08-02 20:24:13 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-08-02 20:24:13 +0000 |
commit | 72c6228a4da9a5f0e01ab7a488710442ad1e8c56 (patch) | |
tree | 9337b52e73a9b475f403ec1ab45029e490a1966a /net-im | |
parent | Update to rc-scripts-1.5.2 - Related to bug 38955, don't set INPUTRC. Instead... (diff) | |
download | gentoo-2-72c6228a4da9a5f0e01ab7a488710442ad1e8c56.tar.gz gentoo-2-72c6228a4da9a5f0e01ab7a488710442ad1e8c56.tar.bz2 gentoo-2-72c6228a4da9a5f0e01ab7a488710442ad1e8c56.zip |
Initial add, closes Bug #59113. Thanks to Martin Bays for posting
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pebrot/ChangeLog | 10 | ||||
-rw-r--r-- | net-im/pebrot/Manifest | 2 | ||||
-rw-r--r-- | net-im/pebrot/files/digest-pebrot-0.8.6 | 1 | ||||
-rw-r--r-- | net-im/pebrot/metadata.xml | 8 | ||||
-rw-r--r-- | net-im/pebrot/pebrot-0.8.6.ebuild | 19 |
5 files changed, 40 insertions, 0 deletions
diff --git a/net-im/pebrot/ChangeLog b/net-im/pebrot/ChangeLog new file mode 100644 index 000000000000..2bd37464034a --- /dev/null +++ b/net-im/pebrot/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2004/08/02 20:24:13 rizzo Exp $ + +*pebrot-0.8.6 (02 Aug 2004) + + 02 Aug 2004; Don Seiler <rizzo@gentoo.org> +metadata.xml, + +pebrot-0.8.6.ebuild: + Initial add, closes Bug #59113. Thanks to Martin Bays for posting + diff --git a/net-im/pebrot/Manifest b/net-im/pebrot/Manifest new file mode 100644 index 000000000000..dbf6723388ab --- /dev/null +++ b/net-im/pebrot/Manifest @@ -0,0 +1,2 @@ +MD5 be7c878478470fda0f52ff19635a4621 pebrot-0.8.6.ebuild 366 +MD5 193eaffd3c44d0cd921e221adf7e8009 files/digest-pebrot-0.8.6 63 diff --git a/net-im/pebrot/files/digest-pebrot-0.8.6 b/net-im/pebrot/files/digest-pebrot-0.8.6 new file mode 100644 index 000000000000..e9958103d1a6 --- /dev/null +++ b/net-im/pebrot/files/digest-pebrot-0.8.6 @@ -0,0 +1 @@ +MD5 3ad918d3a6f15f96e814c1620c934859 pebrot-0.8.6.tar.gz 63224 diff --git a/net-im/pebrot/metadata.xml b/net-im/pebrot/metadata.xml new file mode 100644 index 000000000000..630efdad3ffd --- /dev/null +++ b/net-im/pebrot/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-im</herd> +<maintainer> + <email>net-im@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/net-im/pebrot/pebrot-0.8.6.ebuild b/net-im/pebrot/pebrot-0.8.6.ebuild new file mode 100644 index 000000000000..28ffc9d7bbb9 --- /dev/null +++ b/net-im/pebrot/pebrot-0.8.6.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.6.ebuild,v 1.1 2004/08/02 20:24:13 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" + +DEPEND=">=dev-lang/python-2.2" + +DOCS="AUTHORS README PKG-INFO INSTALL ChangeLog COPYING" + |