diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2005-07-05 17:38:53 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2005-07-05 17:38:53 +0000 |
commit | 9237321c80955a412c7afdcfa79277fb0916c613 (patch) | |
tree | 0a0c852f7fd8843c9d05cfb35ae3fe74a52f4870 /dev-python | |
parent | Added pyperl ebuild (diff) | |
download | overlay-9237321c80955a412c7afdcfa79277fb0916c613.tar.gz overlay-9237321c80955a412c7afdcfa79277fb0916c613.tar.bz2 overlay-9237321c80955a412c7afdcfa79277fb0916c613.zip |
Removed pyperl again. Source is unmaintained and does not work anymore
svn path=/; revision=141
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyperl/pyperl-1.0.1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/pyperl/pyperl-1.0.1.ebuild b/dev-python/pyperl/pyperl-1.0.1.ebuild deleted file mode 100644 index 4661915..0000000 --- a/dev-python/pyperl/pyperl-1.0.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2005 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# Header: $ - -inherit eutils distutils - -DESCRIPTION="pyperl is a module for integrating Perl in Python." -SRC_URI="http://downloads.activestate.com/Zope-Perl/${P}.tar.gz" -HOMEPAGE="http://aspn.activestate.com/ASPN/Modules/dist_html?dist_id=10617" - -LICENSE="Artistic GPL-2" -KEYWORDS="~x86" - -IUSE="" - -DEPEND="virtual/python - dev-lang/perl" - -pkg_setup() { - if ! built_with_use perl ithreads ; then - eerror "If you want to use pyperl you will need" - eerror "to enable threading in perl by setting the" - eerror "'ithreads' USE flag and reemerging perl!" - die "Current perl installation does not support pyperl!" - fi -} - -src_install() { - - distutils_src_install - dodoc README -} - - |