summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/vobject/vobject-0.6.0.ebuild')
-rw-r--r--dev-python/vobject/vobject-0.6.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/vobject/vobject-0.6.0.ebuild b/dev-python/vobject/vobject-0.6.0.ebuild
deleted file mode 100644
index 067499565cc6..000000000000
--- a/dev-python/vobject/vobject-0.6.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/vobject/vobject-0.6.0.ebuild,v 1.1 2008/04/22 16:03:02 dev-zero Exp $
-
-NEED_PYTHON="2.4"
-
-inherit distutils
-
-DESCRIPTION="A full featured Python package for parsing and generating vCard and vCalendar files"
-HOMEPAGE="http://vobject.skyhouseconsulting.com/"
-SRC_URI="http://vobject.skyhouseconsulting.com/${P}.tar.gz"
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/python-dateutil-1.1"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-DOCS="ACKNOWLEDGEMENTS.txt"
-
-src_test() {
- PYTHONPATH="${S}/src" "${python}" tests/tests.py || die "tests failed"
-}