public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xarthisius:master commit in: net-misc/msrprelay/
Date: Sat, 11 Jun 2011 20:26:23 +0000 (UTC)	[thread overview]
Message-ID: <7075c2fc9f47bc433ee3330031d60f483ffdf335.xarthisius@gentoo> (raw)

commit:     7075c2fc9f47bc433ee3330031d60f483ffdf335
Author:     Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 20:26:13 2011 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 20:26:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xarthisius.git;a=commit;h=7075c2fc

[net-misc/msrprelay] initial import

---
 net-misc/msrprelay/Manifest               |    3 ++
 net-misc/msrprelay/metadata.xml           |   14 +++++++++++
 net-misc/msrprelay/msrprelay-1.0.6.ebuild |   35 +++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/net-misc/msrprelay/Manifest b/net-misc/msrprelay/Manifest
new file mode 100644
index 0000000..195958e
--- /dev/null
+++ b/net-misc/msrprelay/Manifest
@@ -0,0 +1,3 @@
+DIST msrprelay-1.0.6.tar.gz 34837 RMD160 fb8bb1b45f750eaa1291a84b3f1912ccf9883cb6 SHA1 8b24d6050906e172da07b5be64c4a3ab06e22f18 SHA256 fc12429154c115c7437189b13be49b04c40ef7a75d819e9de0a4de20132ec0fa
+EBUILD msrprelay-1.0.6.ebuild 693 RMD160 af053100f03e59d56830c61c592d6dfc37b6225d SHA1 ba4722b23013f0d053fa9c41009a8f18a2ba6759 SHA256 5c3075d78f30b926ee6ce18db91760ae3ec0fba4bee8a4044ed3d9b0cde156b8
+MISC metadata.xml 503 RMD160 e98b726f6a5a5b5555cf578bcb50298344c101de SHA1 b36ad7322dfe924a077dacb995e6fe4d70a889f0 SHA256 717c8f67777a5cd9eb61436b0412dd7739a66ae6d1398f8a4ec2d63da2b736af

diff --git a/net-misc/msrprelay/metadata.xml b/net-misc/msrprelay/metadata.xml
new file mode 100644
index 0000000..2467849
--- /dev/null
+++ b/net-misc/msrprelay/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>python</herd>
+	<maintainer>
+		<email>xarthisius@gentoo.org</email>
+		<name>Kacper Kowalik</name>
+	</maintainer>
+	<longdescription>
+	MSRP relay, a stand alone server. Its main role is to help NAT traversal of
+	instant messaging and file transfer sessions between SIP end-points located
+	behind NAT. This extension is defined in RFC 4976.
+	</longdescription>
+</pkgmetadata>

diff --git a/net-misc/msrprelay/msrprelay-1.0.6.ebuild b/net-misc/msrprelay/msrprelay-1.0.6.ebuild
new file mode 100644
index 0000000..790ac7d
--- /dev/null
+++ b/net-misc/msrprelay/msrprelay-1.0.6.ebuild
@@ -0,0 +1,35 @@
+# 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"
+#RESTRICT_PYTHON_ABIS="3.*"
+DISTUTILS_SRC_TEST="nosetests"
+
+inherit distutils
+
+DESCRIPTION="RFC 4976 compatible IM/File transfer relay"
+HOMEPAGE="http://www.msrprelay.org/"
+SRC_URI="http://download.ag-projects.com/MSRP/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-python/python-application
+	dev-python/python-gnutls
+	dev-python/twisted
+	dev-python/twisted-names
+	dev-python/sqlobject"
+
+src_install() {
+	distutils_src_install
+
+	insinto /usr/share/${PN}
+	doins tls/* || die
+}
+



                 reply	other threads:[~2011-06-11 20:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7075c2fc9f47bc433ee3330031d60f483ffdf335.xarthisius@gentoo \
    --to=xarthisius@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox