summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2008-01-31 18:55:02 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2008-01-31 18:55:02 +0000
commitdeaeb2dfa586e0980d5ba0dc69cea95d1760f37b (patch)
tree28666fda9409726c518ae06537c76cca337ff75c /dev-python/pexpect
parentupdate metadata; cleanup (diff)
downloadgentoo-2-deaeb2dfa586e0980d5ba0dc69cea95d1760f37b.tar.gz
gentoo-2-deaeb2dfa586e0980d5ba0dc69cea95d1760f37b.tar.bz2
gentoo-2-deaeb2dfa586e0980d5ba0dc69cea95d1760f37b.zip
Version bump (bug #208322): cleanup, added doc/examples USE-flags. Dropped old versions.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-python/pexpect')
-rw-r--r--dev-python/pexpect/ChangeLog9
-rw-r--r--dev-python/pexpect/pexpect-0.94.ebuild25
-rw-r--r--dev-python/pexpect/pexpect-0.97.ebuild14
-rw-r--r--dev-python/pexpect/pexpect-2.0.ebuild18
-rw-r--r--dev-python/pexpect/pexpect-2.3.ebuild25
5 files changed, 33 insertions, 58 deletions
diff --git a/dev-python/pexpect/ChangeLog b/dev-python/pexpect/ChangeLog
index d75bf1e63a40..e97dc872a5fd 100644
--- a/dev-python/pexpect/ChangeLog
+++ b/dev-python/pexpect/ChangeLog
@@ -1,6 +1,13 @@
# 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.34 2008/01/30 16:06:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.35 2008/01/31 18:55:02 lucass Exp $
+
+*pexpect-2.3 (31 Jan 2008)
+
+ 31 Jan 2008; Lukasz Strzygowski <lucass@gentoo.org> -pexpect-0.94.ebuild,
+ -pexpect-0.97.ebuild, -pexpect-2.0.ebuild, +pexpect-2.3.ebuild:
+ Version bump (bug #208322): cleanup, added doc/examples USE-flags.
+ Dropped old versions.
30 Jan 2008; Raúl Porcel <armin76@gentoo.org> pexpect-2.1.ebuild:
alpha/ia64/sparc stable
diff --git a/dev-python/pexpect/pexpect-0.94.ebuild b/dev-python/pexpect/pexpect-0.94.ebuild
deleted file mode 100644
index d6ccf5a4483a..000000000000
--- a/dev-python/pexpect/pexpect-0.94.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-0.94.ebuild,v 1.13 2005/01/09 06:19:23 cryos Exp $
-
-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/pexpect-0.94.tgz"
-LICENSE="PYTHON"
-SLOT="0"
-KEYWORDS="x86 ppc ~alpha sparc"
-DEPEND="dev-lang/python"
-
-src_compile() {
- python -c 'import compileall; compileall.compile_dir(".",force=1)'
-}
-
-src_install () {
- local pv=`python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:'`
- insinto "/usr/lib/python${pv}/site-packages"
-
- doins pexpect.py*
- dodoc README.txt
-}
diff --git a/dev-python/pexpect/pexpect-0.97.ebuild b/dev-python/pexpect/pexpect-0.97.ebuild
deleted file mode 100644
index dced5bcbef4e..000000000000
--- a/dev-python/pexpect/pexpect-0.97.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# 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.11 2007/07/04 20:46:00 hawking 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 s390 ~amd64"
-DEPEND="dev-lang/python"
diff --git a/dev-python/pexpect/pexpect-2.0.ebuild b/dev-python/pexpect/pexpect-2.0.ebuild
deleted file mode 100644
index d59fc8ebcfea..000000000000
--- a/dev-python/pexpect/pexpect-2.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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.0.ebuild,v 1.2 2008/01/17 18:13:59 grobian Exp $
-
-inherit distutils
-
-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="~alpha ~amd64 ~ia64 ~ppc ~s390 ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-lang/python"
-
-DOCS="README.txt"
diff --git a/dev-python/pexpect/pexpect-2.3.ebuild b/dev-python/pexpect/pexpect-2.3.ebuild
new file mode 100644
index 000000000000..174f1f83f0e6
--- /dev/null
+++ b/dev-python/pexpect/pexpect-2.3.ebuild
@@ -0,0 +1,25 @@
+# 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.3.ebuild,v 1.1 2008/01/31 18:55:02 lucass Exp $
+
+inherit distutils
+
+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 ~ppc64 ~s390 ~sparc ~x86"
+IUSE="doc examples"
+
+src_install() {
+ distutils_src_install
+
+ use doc && dohtml -r doc/*
+
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r examples
+ fi
+}