diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-01-09 07:27:22 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-01-09 07:27:22 +0000 |
commit | 8053f52409c542feaf91cc3fe04595a1f60f28cd (patch) | |
tree | f77d99ca45aef27d10eb0246b541a1b49d9c27b3 | |
parent | net-im/gajim: Version Bump (diff) | |
download | gentoo-2-8053f52409c542feaf91cc3fe04595a1f60f28cd.tar.gz gentoo-2-8053f52409c542feaf91cc3fe04595a1f60f28cd.tar.bz2 gentoo-2-8053f52409c542feaf91cc3fe04595a1f60f28cd.zip |
dev-python/python-nbxmpp: Version Bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
-rw-r--r-- | dev-python/python-nbxmpp/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/python-nbxmpp/python-nbxmpp-0.3.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-python/python-nbxmpp/ChangeLog b/dev-python/python-nbxmpp/ChangeLog index b29bf8e9e943..478ca238f076 100644 --- a/dev-python/python-nbxmpp/ChangeLog +++ b/dev-python/python-nbxmpp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-nbxmpp -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/ChangeLog,v 1.3 2013/10/13 10:32:45 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/ChangeLog,v 1.4 2014/01/09 07:27:22 jlec Exp $ + +*python-nbxmpp-0.3 (09 Jan 2014) + + 09 Jan 2014; Justin Lecher <jlec@gentoo.org> +python-nbxmpp-0.3.ebuild: + Version Bump 13 Oct 2013; Markus Meier <maekke@gentoo.org> python-nbxmpp-0.2.ebuild: add ~arm, bug #485170 diff --git a/dev-python/python-nbxmpp/python-nbxmpp-0.3.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-0.3.ebuild new file mode 100644 index 000000000000..2e5a7cecb7d2 --- /dev/null +++ b/dev-python/python-nbxmpp/python-nbxmpp-0.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/python-nbxmpp-0.3.ebuild,v 1.1 2014/01/09 07:27:22 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way" +HOMEPAGE="http://python-nbxmpp.gajim.org/" +SRC_URI="http://python-nbxmpp.gajim.org/downloads/3 -> ${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +S="${WORKDIR}"/nbxmpp-${PV} |