summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2010-01-13 18:03:59 +0000
committerHanno Böck <hanno@gentoo.org>2010-01-13 18:03:59 +0000
commit89832dc7e944e9d9e9e628e0ff8b1c3c126393b6 (patch)
tree1ede22928de25e4fa3dbfa6ef3b12af834ea903e /net-im
parentversion bump (diff)
downloadgentoo-2-89832dc7e944e9d9e9e628e0ff8b1c3c126393b6.tar.gz
gentoo-2-89832dc7e944e9d9e9e628e0ff8b1c3c126393b6.tar.bz2
gentoo-2-89832dc7e944e9d9e9e628e0ff8b1c3c126393b6.zip
Added python-otr, new name of pyotr
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/python-otr/ChangeLog16
-rw-r--r--net-im/python-otr/metadata.xml6
-rw-r--r--net-im/python-otr/python-otr-0.2.1.1.ebuild16
3 files changed, 38 insertions, 0 deletions
diff --git a/net-im/python-otr/ChangeLog b/net-im/python-otr/ChangeLog
new file mode 100644
index 000000000000..51fa8d8554af
--- /dev/null
+++ b/net-im/python-otr/ChangeLog
@@ -0,0 +1,16 @@
+# ChangeLog for net-im/python-otr
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/python-otr/ChangeLog,v 1.1 2010/01/13 18:03:59 hanno Exp $
+
+*python-otr-0.2.1.1 (13 Jan 2010)
+
+ 13 Jan 2010; Hanno Boeck <hanno@gentoo.org> +python-otr-0.2.1.1.ebuild,
+ +metadata.xml:
+ Version bump and name change pyotr to python-otr.
+
+*pyotr-0.1 (16 May 2008)
+
+ 16 May 2008; Hanno Boeck <hanno@gentoo.org> +metadata.xml,
+ +pyotr-0.1.ebuild:
+ Add pyotr ebuild.
+
diff --git a/net-im/python-otr/metadata.xml b/net-im/python-otr/metadata.xml
new file mode 100644
index 000000000000..51423f6c09f6
--- /dev/null
+++ b/net-im/python-otr/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-im</herd>
+<maintainer><email>hanno@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/net-im/python-otr/python-otr-0.2.1.1.ebuild b/net-im/python-otr/python-otr-0.2.1.1.ebuild
new file mode 100644
index 000000000000..a7de2004559b
--- /dev/null
+++ b/net-im/python-otr/python-otr-0.2.1.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/python-otr/python-otr-0.2.1.1.ebuild,v 1.1 2010/01/13 18:03:59 hanno Exp $
+
+inherit distutils python eutils
+
+DESCRIPTION="Python bindings for OTR encryption"
+HOMEPAGE="http://pyotr.pentabarf.de/"
+SRC_URI="http://pyotr.pentabarf.de/releases/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="net-libs/libotr"