summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-xcaplib/python-xcaplib-1.0.16.ebuild')
-rw-r--r--dev-python/python-xcaplib/python-xcaplib-1.0.16.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/python-xcaplib/python-xcaplib-1.0.16.ebuild b/dev-python/python-xcaplib/python-xcaplib-1.0.16.ebuild
deleted file mode 100644
index bcffbe1..0000000
--- a/dev-python/python-xcaplib/python-xcaplib-1.0.16.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-PYTHON_DEPEND="*:2.5"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit bash-completion distutils
-
-DESCRIPTION="Python library for managing XML documents on XCAP server"
-HOMEPAGE="http://sipsimpleclient.com/wiki/xcapclient"
-SRC_URI="http://download.ag-projects.com/XCAP/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples"
-
-DEPEND=""
-RDEPEND="dev-python/lxml
- dev-python/python-application"
-
-#src_test() {
-# testing() {
-# PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/test_client.py
-# }
-# python_execute_function testing
-#}
-
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples || die
- fi
-
- dobashcompletion bash_completion.d/xcapclient
-}
-