diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-01-16 00:28:57 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-01-16 00:28:57 +0000 |
commit | 25ef1199a80c1ea6cb01b7f7ae964ac7480fed01 (patch) | |
tree | d062810ccc73bebfdce8cc6b6fd4f7186015aef9 /dev-python | |
parent | suhosin stable on amd64. (diff) | |
download | gentoo-2-25ef1199a80c1ea6cb01b7f7ae964ac7480fed01.tar.gz gentoo-2-25ef1199a80c1ea6cb01b7f7ae964ac7480fed01.tar.bz2 gentoo-2-25ef1199a80c1ea6cb01b7f7ae964ac7480fed01.zip |
pexpect stable on amd64.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pexpect/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pexpect/pexpect-2.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pexpect/ChangeLog b/dev-python/pexpect/ChangeLog index 2c9f7f2eadfc..1366d63123c9 100644 --- a/dev-python/pexpect/ChangeLog +++ b/dev-python/pexpect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pexpect # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.31 2008/01/14 20:08:48 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.32 2008/01/16 00:28:57 hanno Exp $ + + 16 Jan 2008; Hanno Boeck <hanno@gentoo.org> pexpect-2.1.ebuild: + Stable on amd64, reduce DESCRIPTION to 100 chars. 14 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> pexpect-2.1.ebuild: ppc. stable diff --git a/dev-python/pexpect/pexpect-2.1.ebuild b/dev-python/pexpect/pexpect-2.1.ebuild index 985a892e602e..8e7e69b2e4c5 100644 --- a/dev-python/pexpect/pexpect-2.1.ebuild +++ b/dev-python/pexpect/pexpect-2.1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.1.ebuild,v 1.5 2008/01/14 20:08:48 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.1.ebuild,v 1.6 2008/01/16 00:28:57 hanno Exp $ inherit distutils -DESCRIPTION="Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output" +DESCRIPTION="Python module for spawning child applications and responding to expected patterns" HOMEPAGE="http://pexpect.sourceforge.net/" SRC_URI="mirror://sourceforge/pexpect/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc-macos ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc-macos ~ppc64 ~s390 ~sparc x86" IUSE="" DEPEND="dev-lang/python" |