summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-04 19:19:39 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-04 19:19:39 +0000
commit0d86548761ceb3963e15a47372febe369814f12b (patch)
treecdf6b6468e63f43df361b9d0272c305e0bdc030e
parentversion bump (diff)
downloadhistorical-0d86548761ceb3963e15a47372febe369814f12b.tar.gz
historical-0d86548761ceb3963e15a47372febe369814f12b.tar.bz2
historical-0d86548761ceb3963e15a47372febe369814f12b.zip
version bump
-rw-r--r--dev-python/pexpect/ChangeLog7
-rw-r--r--dev-python/pexpect/files/digest-pexpect-0.972
-rw-r--r--dev-python/pexpect/pexpect-0.97.ebuild16
3 files changed, 24 insertions, 1 deletions
diff --git a/dev-python/pexpect/ChangeLog b/dev-python/pexpect/ChangeLog
index 42cdf55ed116..d7357d767f0b 100644
--- a/dev-python/pexpect/ChangeLog
+++ b/dev-python/pexpect/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pexpect
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.7 2003/03/25 05:20:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.8 2003/04/04 19:19:39 liquidx Exp $
+
+*pexpect-0.97 (04 Apr 2003)
+
+ 04 Apr 2003; Alastair Tse <liquidx@gentoo.org> pexpect-0.97.ebuild:
+ version bump
*pexpect-0.94 (27 Oct 2002)
diff --git a/dev-python/pexpect/files/digest-pexpect-0.97 b/dev-python/pexpect/files/digest-pexpect-0.97
new file mode 100644
index 000000000000..cb3f61f873f9
--- /dev/null
+++ b/dev-python/pexpect/files/digest-pexpect-0.97
@@ -0,0 +1,2 @@
+MD5 337d6adb097a7daa0da0fbe03e78acf9 /pexpect-0.97.ebuild 605
+MD5 040241c3433079a109589274d5235de0 pexpect-0.97.tgz 18646
diff --git a/dev-python/pexpect/pexpect-0.97.ebuild b/dev-python/pexpect/pexpect-0.97.ebuild
new file mode 100644
index 000000000000..25545cae50b7
--- /dev/null
+++ b/dev-python/pexpect/pexpect-0.97.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-0.97.ebuild,v 1.1 2003/04/04 19:19:39 liquidx Exp $
+
+inherit distutils
+
+IUSE=""
+DESCRIPTION="Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output"
+HOMEPAGE="http://pexpect.sourceforge.net/"
+SRC_URI="mirror://sourceforge/pexpect/${P}.tgz"
+LICENSE="PYTHON"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~alpha ~sparc"
+DEPEND="dev-lang/python"
+
+mydoc="README.txt"