summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-08-02 20:24:13 +0000
committerDon Seiler <rizzo@gentoo.org>2004-08-02 20:24:13 +0000
commitff499a0628c4b8efda0892a0944356589d3484aa (patch)
treee1b86969a37eff581fcee4545122ae5b49775f76 /net-im/pebrot
parentUpdate to rc-scripts-1.5.2 - Related to bug 38955, don't set INPUTRC. Instead... (diff)
downloadhistorical-ff499a0628c4b8efda0892a0944356589d3484aa.tar.gz
historical-ff499a0628c4b8efda0892a0944356589d3484aa.tar.bz2
historical-ff499a0628c4b8efda0892a0944356589d3484aa.zip
Initial add, closes Bug #59113. Thanks to Martin Bays for posting
Diffstat (limited to 'net-im/pebrot')
-rw-r--r--net-im/pebrot/ChangeLog10
-rw-r--r--net-im/pebrot/Manifest4
-rw-r--r--net-im/pebrot/files/digest-pebrot-0.8.61
-rw-r--r--net-im/pebrot/metadata.xml8
-rw-r--r--net-im/pebrot/pebrot-0.8.6.ebuild19
5 files changed, 42 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..7b143cfb336f
--- /dev/null
+++ b/net-im/pebrot/Manifest
@@ -0,0 +1,4 @@
+MD5 0c1b07419823a17441c89a9b5b8d4677 pebrot-0.8.6.ebuild 503
+MD5 777dd6192cc0e6ca0bc051ab9f92a54a metadata.xml 221
+MD5 4be8ecfaf0c7f130c9b60095050b405b ChangeLog 381
+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"
+