diff options
author | Hanno Boeck <hanno@gentoo.org> | 2010-01-13 18:03:59 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2010-01-13 18:03:59 +0000 |
commit | a7e64461cd0892f122b6f5549ba1516d1c057be7 (patch) | |
tree | 164faeeb85a6771880c3c39abb5793516d2a98e4 /net-im | |
parent | version bump (diff) | |
download | historical-a7e64461cd0892f122b6f5549ba1516d1c057be7.tar.gz historical-a7e64461cd0892f122b6f5549ba1516d1c057be7.tar.bz2 historical-a7e64461cd0892f122b6f5549ba1516d1c057be7.zip |
Added python-otr, new name of pyotr
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/python-otr/ChangeLog | 16 | ||||
-rw-r--r-- | net-im/python-otr/Manifest | 14 | ||||
-rw-r--r-- | net-im/python-otr/metadata.xml | 6 | ||||
-rw-r--r-- | net-im/python-otr/python-otr-0.2.1.1.ebuild | 16 |
4 files changed, 52 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/Manifest b/net-im/python-otr/Manifest new file mode 100644 index 000000000000..9f1781c814d5 --- /dev/null +++ b/net-im/python-otr/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST python-otr-0.2.1.1.tar.gz 39913 RMD160 cfb47aa265721a400efc0b47e34a29ab3c8675c0 SHA1 419ddfe4880c5b989cc003b6d24544a006dc70e2 SHA256 9395ce816452aee28e0ae003c66433a67e65f2bf8390cbefb247b657e0c840b1 +EBUILD python-otr-0.2.1.1.ebuild 485 RMD160 e7dff7f7a2dbeb4cfb69838045412a53f4811bee SHA1 319e0db1a3b40e0073b37fc1b27f570c209a2a94 SHA256 029d140dd9beca7d3b108ce5d36c72a612241b4f096b5e3801912ddb79d0dc61 +MISC ChangeLog 514 RMD160 35a4d0330694ea95da36da216b2a9fb2922dc820 SHA1 3143f7e18ef371a4c9c8512cdba0646ef6b34b5b SHA256 16a4196c82470248962681d5e30811042b7825165641455f7a833e008993b2c5 +MISC metadata.xml 216 RMD160 512de1cb54fb095f2d40e7cb79490839daaa2d50 SHA1 cc08cd59abf646cbf67707e5e1523657994681de SHA256 4f3d7cc7837286e316e5b98a69cd0ec6c9ebaf83ed906ca697966690a1fcccff +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEARECAAYFAktOCxUACgkQr2QksT29OyBZvgCfS6T8GbzC68zPNmcT0IM0j2er +ACgAmgMP3Be7ddSDc/gnlCkNi4tIvfIp +=qeiB +-----END PGP SIGNATURE----- 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" |