diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-05-14 17:23:26 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-05-14 17:23:26 +0000 |
commit | 68adedc2b5d32f5001cab69796d7545b7ef37f44 (patch) | |
tree | 67cb445df4f4515c383ff898bf25f7d6d44ae371 /dev-python/pyparsing/pyparsing-1.4.2.ebuild | |
parent | Re-add the missing manpages as now OpenSSL installs them in another section. (diff) | |
download | gentoo-2-68adedc2b5d32f5001cab69796d7545b7ef37f44.tar.gz gentoo-2-68adedc2b5d32f5001cab69796d7545b7ef37f44.tar.bz2 gentoo-2-68adedc2b5d32f5001cab69796d7545b7ef37f44.zip |
Version bump, remove some old versions.
(Portage version: 2.1_rc1)
Diffstat (limited to 'dev-python/pyparsing/pyparsing-1.4.2.ebuild')
-rw-r--r-- | dev-python/pyparsing/pyparsing-1.4.2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/pyparsing/pyparsing-1.4.2.ebuild b/dev-python/pyparsing/pyparsing-1.4.2.ebuild new file mode 100644 index 000000000000..9361d5a5cc58 --- /dev/null +++ b/dev-python/pyparsing/pyparsing-1.4.2.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.2.ebuild,v 1.1 2006/05/14 17:23:26 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="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +src_install() { + dohtml HowToUsePyparsing.html + dohtml -r htmldoc/* + + docinto examples + dodoc examples/* + + distutils_src_install +} |