diff options
author | 2006-01-26 23:21:10 +0000 | |
---|---|---|
committer | 2006-01-26 23:21:10 +0000 | |
commit | 3f636f6b9a638926de35c99f968d43c439a9f3b5 (patch) | |
tree | b10e0f5b8b982d62288a5e093502344482c0e851 /dev-python/pyparsing/pyparsing-1.4.ebuild | |
parent | Version bumped to 2.0_rc24 and closing bug #120475. (diff) | |
download | gentoo-2-3f636f6b9a638926de35c99f968d43c439a9f3b5.tar.gz gentoo-2-3f636f6b9a638926de35c99f968d43c439a9f3b5.tar.bz2 gentoo-2-3f636f6b9a638926de35c99f968d43c439a9f3b5.zip |
Version bump (bug #120394).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-python/pyparsing/pyparsing-1.4.ebuild')
-rw-r--r-- | dev-python/pyparsing/pyparsing-1.4.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/pyparsing/pyparsing-1.4.ebuild b/dev-python/pyparsing/pyparsing-1.4.ebuild new file mode 100644 index 000000000000..7cf5e4607cbf --- /dev/null +++ b/dev-python/pyparsing/pyparsing-1.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.4.ebuild,v 1.1 2006/01/26 23:21:10 marienz Exp $ + +inherit distutils + +DESCRIPTION="pyparsing is an easy-to-use Python module for text parsing" +SRC_URI="mirror://sourceforge/pyparsing/${P}.tar.gz" +HOMEPAGE="http://pyparsing.sourceforge.net/" +LICENSE="MIT" +SLOT="0" +DEPEND=">=dev-lang/python-2.3.2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +src_install() { + dohtml HowToUsePyparsing.html + dohtml -r htmldoc/* + + docinto examples + dodoc examples/* + + distutils_src_install +} |