summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-03-25 21:54:23 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-03-25 21:54:23 +0000
commit53aea85e59015240af63d861ac9b95562b0acb1c (patch)
tree01a8a1756b95f003c614372052e13e85b0661d7a /dev-python
parentStable for HPPA (bug #213487). (diff)
downloadgentoo-2-53aea85e59015240af63d861ac9b95562b0acb1c.tar.gz
gentoo-2-53aea85e59015240af63d861ac9b95562b0acb1c.tar.bz2
gentoo-2-53aea85e59015240af63d861ac9b95562b0acb1c.zip
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/rdflib/rdflib-2.4.0.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/rdflib/rdflib-2.4.0.ebuild b/dev-python/rdflib/rdflib-2.4.0.ebuild
index dfddb8a404b8..63701a5abf8e 100644
--- a/dev-python/rdflib/rdflib-2.4.0.ebuild
+++ b/dev-python/rdflib/rdflib-2.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-2.4.0.ebuild,v 1.1 2008/03/25 20:02:32 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-2.4.0.ebuild,v 1.2 2008/03/25 21:54:23 mr_bones_ Exp $
NEED_PYTHON="2.3"
@@ -23,7 +23,6 @@ RDEPEND="mysql? ( dev-python/mysql-python )
redland? ( dev-libs/redland-bindings )
zodb? ( net-zope/zodb )"
-
pkg_setup() {
if use redland && ! built_with_use dev-libs/redland-bindings python ; then
eerror "In order to have rdflib working with redland support, you need"
@@ -33,7 +32,6 @@ pkg_setup() {
fi
}
-
src_unpack() {
unpack ${A}
cd "${S}"
@@ -57,4 +55,3 @@ src_install() {
src_test() {
${python} setup.py test || die "tests failed"
}
-