summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-11-10 22:01:44 +0100
committerMichał Górny <mgorny@gentoo.org>2018-11-10 22:06:58 +0100
commit11f0018c4dc8018a7e9db4b8f6ff41f380aa9f9c (patch)
treee54f1806d5b0b2be78a7131f960a2cece3f8ca5d /dev-python
parentdev-python/python-xcaplib: Remove last-rited pkg (diff)
downloadgentoo-11f0018c4dc8018a7e9db4b8f6ff41f380aa9f9c.tar.gz
gentoo-11f0018c4dc8018a7e9db4b8f6ff41f380aa9f9c.tar.bz2
gentoo-11f0018c4dc8018a7e9db4b8f6ff41f380aa9f9c.zip
dev-python/python-msrplib: Remove last-rited pkg
Closes: https://bugs.gentoo.org/667354 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-msrplib/Manifest1
-rw-r--r--dev-python/python-msrplib/metadata.xml29
-rw-r--r--dev-python/python-msrplib/python-msrplib-0.18.0.ebuild26
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-python/python-msrplib/Manifest b/dev-python/python-msrplib/Manifest
deleted file mode 100644
index b062b7111156..000000000000
--- a/dev-python/python-msrplib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-msrplib-0.18.0.tar.gz 30234 BLAKE2B da90d00291ab68ae5e4e89f275367741d8dac21e2cb35b6b9722430147b5ada1802c943b5e224f36d565faab216c649cc6e155fc1aaf23ab2f63d3c6e39bf2a7 SHA512 ed260b0183aff543e115951f464d0e3934862439a7c049c3d19304c543805ee364129d2a99c0d132561c8ae0af9fc19cde460723f2754e973bf68a602a18db99
diff --git a/dev-python/python-msrplib/metadata.xml b/dev-python/python-msrplib/metadata.xml
deleted file mode 100644
index d854883a141e..000000000000
--- a/dev-python/python-msrplib/metadata.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription lang="en">
- Message Session Relay Protocol (MSRP) is a protocol for transmitting a
- series of related instant messages in the context of a session. Message
- sessions are treated like any other media stream when set up via a
- rendezvous or session creation protocol such as the Session Initiation
- Protocol (SIP).
-
- A series of related instant messages between two or more parties can be
- viewed as part of a "message session", that is, a conversational exchange
- of messages with a definite beginning and end. This is in contrast to
- individual messages each sent independently. Messaging schemes that track
- only individual messages can be described as "page-mode" messaging,
- whereas messaging that is part of a "session" with a definite start and
- end is called "session-mode" messaging.
-
- Page-mode messaging is enabled in SIP via the SIP MESSAGE method, as
- defined in RFC 3428. Session-mode messaging has a number of benefits
- over page-mode messaging, however, such as explicit rendezvous, tighter
- integration with other media-types, direct client-to-client operation,
- and brokered privacy and security.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-python/python-msrplib/python-msrplib-0.18.0.ebuild b/dev-python/python-msrplib/python-msrplib-0.18.0.ebuild
deleted file mode 100644
index cc0e91b26aed..000000000000
--- a/dev-python/python-msrplib/python-msrplib-0.18.0.ebuild
+++ /dev/null
@@ -1,26 +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="Client library for MSRP protocol and its relay extension"
-HOMEPAGE="http://sipsimpleclient.org"
-SRC_URI="http://download.ag-projects.com/MSRP/python-msrplib-${PV}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/python-application[${PYTHON_USEDEP}]
- dev-python/python-eventlib[${PYTHON_USEDEP}]
- dev-python/python-gnutls[${PYTHON_USEDEP}]
- dev-python/twisted-core[${PYTHON_USEDEP}]
- dev-python/twisted-names[${PYTHON_USEDEP}]
-"