Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sipsimple/
Date: Fri, 30 Oct 2015 12:04:26
Message-Id: 1446206629.bcf4745360b03afcf1aba9a269b3f04a77b630bc.jlec@gentoo
1 commit: bcf4745360b03afcf1aba9a269b3f04a77b630bc
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 12:03:43 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 12:03:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf47453
7
8 dev-python/python-sipsimple: Move to virtual/dnspython
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 ...-r2.ebuild => python-sipsimple-2.5.1-r3.ebuild} | 2 +-
14 .../python-sipsimple/python-sipsimple-2.5.1.ebuild | 47 ----------------------
15 2 files changed, 1 insertion(+), 48 deletions(-)
16
17 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
18 similarity index 96%
19 rename from dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild
20 rename to dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild
21 index 855904f..e6c2594 100644
22 --- a/dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild
23 +++ b/dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild
24 @@ -30,7 +30,7 @@ CDEPEND="
25 virtual/ffmpeg
26 "
27 RDEPEND="${CDEPEND}
28 - dev-python/dnspython[${PYTHON_USEDEP}]
29 + virtual/dnspython[${PYTHON_USEDEP}]
30 dev-python/python-cjson[${PYTHON_USEDEP}]
31 dev-python/python-dateutil[${PYTHON_USEDEP}]
32 dev-python/python-eventlib[${PYTHON_USEDEP}]
33
34 diff --git a/dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild b/dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild
35 deleted file mode 100644
36 index 10e1c45..0000000
37 --- a/dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild
38 +++ /dev/null
39 @@ -1,47 +0,0 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 -# Distributed under the terms of the GNU General Public License v2
42 -# $Id$
43 -
44 -EAPI="5"
45 -
46 -PYTHON_COMPAT=( python2_7 )
47 -
48 -inherit distutils-r1
49 -
50 -DESCRIPTION="SIP SIMPLE client SDK is a Software Development Kit"
51 -HOMEPAGE="http://sipsimpleclient.org"
52 -SRC_URI="http://download.ag-projects.com/SipClient/${P}.tar.gz"
53 -
54 -LICENSE="GPL-3"
55 -SLOT="0"
56 -IUSE=""
57 -
58 -KEYWORDS="~amd64 ~x86"
59 -
60 -CDEPEND="
61 - dev-db/sqlite:3
62 - dev-libs/openssl:0
63 - dev-python/python-application[${PYTHON_USEDEP}]
64 - media-libs/alsa-lib
65 - media-libs/libv4l
66 - media-libs/libvpx
67 - sys-apps/util-linux
68 - virtual/ffmpeg
69 -"
70 -RDEPEND="${CDEPEND}
71 - dev-python/dnspython[${PYTHON_USEDEP}]
72 - dev-python/python-cjson[${PYTHON_USEDEP}]
73 - dev-python/python-dateutil[${PYTHON_USEDEP}]
74 - dev-python/python-eventlib[${PYTHON_USEDEP}]
75 - dev-python/greenlet[${PYTHON_USEDEP}]
76 - dev-python/python-gnutls[${PYTHON_USEDEP}]
77 - dev-python/lxml[${PYTHON_USEDEP}]
78 - dev-python/python-msrplib[${PYTHON_USEDEP}]
79 - dev-python/python-xcaplib[${PYTHON_USEDEP}]
80 - dev-python/twisted-core[${PYTHON_USEDEP}]
81 - dev-python/zope-interface[${PYTHON_USEDEP}]
82 -"
83 -DEPEND="${CDEPEND}
84 - dev-python/cython[${PYTHON_USEDEP}]
85 - virtual/pkgconfig
86 -"