summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-02-17 17:58:23 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-02-17 17:58:23 +0000
commit119c9422745a6089b27d63413bf9d03f66e62815 (patch)
tree5284564613e1e0f923a9b167dba88c217900f875 /dev-python/pyyaml/pyyaml-3.08.ebuild
parentia64 stable wrt #259065 (diff)
downloadhistorical-119c9422745a6089b27d63413bf9d03f66e62815.tar.gz
historical-119c9422745a6089b27d63413bf9d03f66e62815.tar.bz2
historical-119c9422745a6089b27d63413bf9d03f66e62815.zip
Patch no longer needed, fixes #259374
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pyyaml/pyyaml-3.08.ebuild')
-rw-r--r--dev-python/pyyaml/pyyaml-3.08.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/dev-python/pyyaml/pyyaml-3.08.ebuild b/dev-python/pyyaml/pyyaml-3.08.ebuild
index 1b2f9289e3bd..b50fe2426475 100644
--- a/dev-python/pyyaml/pyyaml-3.08.ebuild
+++ b/dev-python/pyyaml/pyyaml-3.08.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.08.ebuild,v 1.1 2009/02/15 15:13:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.08.ebuild,v 1.2 2009/02/17 17:58:23 patrick Exp $
NEED_PYTHON="2.3"
@@ -24,14 +24,6 @@ S="${WORKDIR}/${MY_P}"
PYTHON_MODNAME="yaml"
-src_unpack() {
- distutils_src_unpack
- if use libyaml; then
- cd "${S}"
- epatch "${FILESDIR}/${P}-libyaml.diff"
- fi
-}
-
src_install() {
distutils_src_install
if use examples; then