diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-08 23:36:07 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-08 23:36:07 +0000 |
commit | 5e4684113f8692706caee0b80f09e32dea987c50 (patch) | |
tree | 14af5a6a04a9a9bbe5aff2c2009f0ebdc5c81f4c /dev-python/egenix-mx-base-py21/egenix-mx-base-py21-2.0.4.ebuild | |
parent | Security update (diff) | |
download | historical-5e4684113f8692706caee0b80f09e32dea987c50.tar.gz historical-5e4684113f8692706caee0b80f09e32dea987c50.tar.bz2 historical-5e4684113f8692706caee0b80f09e32dea987c50.zip |
Initial import.
Diffstat (limited to 'dev-python/egenix-mx-base-py21/egenix-mx-base-py21-2.0.4.ebuild')
-rw-r--r-- | dev-python/egenix-mx-base-py21/egenix-mx-base-py21-2.0.4.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/egenix-mx-base-py21/egenix-mx-base-py21-2.0.4.ebuild b/dev-python/egenix-mx-base-py21/egenix-mx-base-py21-2.0.4.ebuild new file mode 100644 index 000000000000..c06c515b2d08 --- /dev/null +++ b/dev-python/egenix-mx-base-py21/egenix-mx-base-py21-2.0.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base-py21/egenix-mx-base-py21-2.0.4.ebuild,v 1.1 2003/03/08 23:36:07 kutsuya Exp $ + +PYTHON_SLOT_VERSION=2.1 +inherit distutils + +P_NEW="${PN%-py21}-${PV}" +S="${WORKDIR}/${P_NEW}" + +DESCRIPTION="egenix utils for Python." +SRC_URI="http://www.lemburg.com/files/python/${P_NEW}.tar.gz" +HOMEPAGE="http://www.egenix.com/" +SLOT="0" +KEYWORDS="~x86" +LICENSE="eGenixPublic" +IUSE="" + +#please note, there is also a possibility to buy a commercial license +#from egenix.com + +src_install() { + distutils_src_install + dohtml -a html -r mx +} |