summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-30 13:03:43 +0100
committerJustin Lecher <jlec@gentoo.org>2015-10-30 13:03:49 +0100
commitbcf4745360b03afcf1aba9a269b3f04a77b630bc (patch)
tree899d422f1a4ec7afe7332860cab428df6ccca3f2 /dev-python
parentab77ec100bc2bcefe46e79e700a392197bce0cfc (diff)
downloadgentoo-bcf4745360b03afcf1aba9a269b3f04a77b630bc.tar.gz
gentoo-bcf4745360b03afcf1aba9a269b3f04a77b630bc.tar.xz
dev-python/python-sipsimple: Move to virtual/dnspython
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild (renamed from dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild)2
-rw-r--r--dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild47
2 files changed, 1 insertions, 48 deletions
diff --git a/dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild b/dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild
index 855904f594f..e6c2594f70e 100644
--- a/dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild
+++ b/dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild
@@ -30,7 +30,7 @@ CDEPEND="
virtual/ffmpeg
"
RDEPEND="${CDEPEND}
- dev-python/dnspython[${PYTHON_USEDEP}]
+ virtual/dnspython[${PYTHON_USEDEP}]
dev-python/python-cjson[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/python-eventlib[${PYTHON_USEDEP}]
diff --git a/dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild b/dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild
deleted file mode 100644
index 10e1c459f78..00000000000
--- a/dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="SIP SIMPLE client SDK is a Software Development Kit"
-HOMEPAGE="http://sipsimpleclient.org"
-SRC_URI="http://download.ag-projects.com/SipClient/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
- dev-db/sqlite:3
- dev-libs/openssl:0
- dev-python/python-application[${PYTHON_USEDEP}]
- media-libs/alsa-lib
- media-libs/libv4l
- media-libs/libvpx
- sys-apps/util-linux
- virtual/ffmpeg
-"
-RDEPEND="${CDEPEND}
- dev-python/dnspython[${PYTHON_USEDEP}]
- dev-python/python-cjson[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/python-eventlib[${PYTHON_USEDEP}]
- dev-python/greenlet[${PYTHON_USEDEP}]
- dev-python/python-gnutls[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/python-msrplib[${PYTHON_USEDEP}]
- dev-python/python-xcaplib[${PYTHON_USEDEP}]
- dev-python/twisted-core[${PYTHON_USEDEP}]
- dev-python/zope-interface[${PYTHON_USEDEP}]
-"
-DEPEND="${CDEPEND}
- dev-python/cython[${PYTHON_USEDEP}]
- virtual/pkgconfig
-"