public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pexpect: pexpect-2.4.ebuild ChangeLog
Date: Sat, 03 Oct 2009 20:54:48 +0000	[thread overview]
Message-ID: <E1MuBcu-0005y5-JO@stork.gentoo.org> (raw)

arfrever    09/10/03 20:54:48

  Modified:             ChangeLog
  Added:                pexpect-2.4.ebuild
  Log:
  Version bump.
  (Portage version: 14479-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 dev-python/pexpect/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pexpect/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pexpect/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pexpect/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	28 Aug 2009 20:07:43 -0000	1.43
+++ ChangeLog	3 Oct 2009 20:54:48 -0000	1.44
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pexpect
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.43 2009/08/28 20:07:43 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.44 2009/10/03 20:54:48 arfrever Exp $
+
+*pexpect-2.4 (03 Oct 2009)
+
+  03 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +pexpect-2.4.ebuild:
+  Version bump.
 
 *pexpect-2.3-r1 (28 Aug 2009)
 



1.1                  dev-python/pexpect/pexpect-2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild?rev=1.1&content-type=text/plain

Index: pexpect-2.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild,v 1.1 2009/10/03 20:54:48 arfrever Exp $

EAPI="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="Python module for spawning child applications and responding to expected patterns"
HOMEPAGE="http://pexpect.sourceforge.net/ http://pypi.python.org/pypi/pexpect"
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="doc examples"

DEPEND=""
RDEPEND=""
RESTRICT_PYTHON_ABIS="3.*"

src_install() {
	distutils_src_install

	use doc && dohtml -r doc/*

	if use examples; then
		insinto /usr/share/doc/${PF}
		doins -r examples
	fi
}

pkg_postinst() {
	python_mod_optimize ANSI.py fdpexpect.py FSM.py pexpect.py pxssh.py screen.py
}

pkg_postrm() {
	python_mod_cleanup
}






             reply	other threads:[~2009-10-03 20:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-03 20:54 Arfrever Frehtes Taifersar Arahesis (arfrever) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-11  8:30 [gentoo-commits] gentoo-x86 commit in dev-python/pexpect: pexpect-2.4.ebuild ChangeLog Fabian Groffen (grobian)
2009-11-04 13:52 Markus Meier (maekke)
2009-11-08 20:18 Gysbert Wassenaar (nixnut)
2009-11-11  1:04 Tiago Cunha (tcunha)
2009-11-14 16:49 Raul Porcel (armin76)
2009-12-16 16:09 Brent Baude (ranger)
2010-04-30 14:50 Fabian Groffen (grobian)
2012-04-26 14:58 Mike Frysinger (vapier)
2012-05-13 19:59 Rafael Martins (rafaelmartins)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MuBcu-0005y5-JO@stork.gentoo.org \
    --to=arfrever@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox