* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/python-sipsimple/
@ 2017-08-14 21:24 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-08-14 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 471c712ae145ce37063a7ef707a1764413407110
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 21:19:05 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 21:24:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471c712a
dev-python/python-sipsimple: Remove last-rited pkg, #575772
dev-python/python-sipsimple/Manifest | 1 -
dev-python/python-sipsimple/metadata.xml | 16 --------
.../python-sipsimple-2.5.1-r3.ebuild | 47 ----------------------
profiles/package.mask | 4 --
4 files changed, 68 deletions(-)
diff --git a/dev-python/python-sipsimple/Manifest b/dev-python/python-sipsimple/Manifest
deleted file mode 100644
index afb8b46ccdd..00000000000
--- a/dev-python/python-sipsimple/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-sipsimple-2.5.1.tar.gz 4794640 SHA256 b7706e6a31edbffcac468a8b2df23cb75b34e8f21bcd702760c718a4f516fe6e SHA512 912fe763bfdc440984d08c5a7105db37322f24c3d8ddb1b4ab2bf9c59b21ae510b9b977a819b671369d9eaf0e6118ebc3b78402546a8d7b953ecd9a5b58d26df WHIRLPOOL 8f5c5d76a383a7c52b62fc1c85cf9d07ab2589a3adaf6572565fbaf1bc7fdcad54eab329b40d80696b6092e96ab058b493aca8c3597f9ed958577219c0683394
diff --git a/dev-python/python-sipsimple/metadata.xml b/dev-python/python-sipsimple/metadata.xml
deleted file mode 100644
index 8e6118ad4ca..00000000000
--- a/dev-python/python-sipsimple/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- SIP SIMPLE client SDK is a Software Development Kit for easy
- development of SIP end-points that support rich media like Audio,
- Video, Instant Messaging, File Transfers, Desktop Sharing and Presence.
- Other media types can be easily added by using an extensible high-level
- API.
-
- The software has undergone in the past years several interoperability
- tests at SIPIT (http://www.sipit.net) and today is of industry strength
- quality.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild b/dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild
deleted file mode 100644
index 4e3284e14f1..00000000000
--- a/dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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="libressl"
-
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
- dev-db/sqlite:3
- !libressl? ( dev-libs/openssl:0[-bindist] )
- libressl? ( dev-libs/libressl )
- dev-python/python-application[${PYTHON_USEDEP}]
- media-libs/alsa-lib
- media-libs/libv4l
- media-libs/libvpx
- sys-apps/util-linux
- virtual/ffmpeg
-"
-RDEPEND="${CDEPEND}
- virtual/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
-"
diff --git a/profiles/package.mask b/profiles/package.mask
index 37e2b4d1247..bb82b7de641 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -269,10 +269,6 @@ net-p2p/bitcoinxt-qt
dev-util/febootstrap
# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
-# Buggy, doesn't compile for a long time, bug #575772. Removal in a month.
-dev-python/python-sipsimple
-
-# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
# Doesn't compile, upstream dead, removal in 2 months (#584296).
dev-util/mutrace
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-14 21:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14 21:24 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/python-sipsimple/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox