xmpppy: deps adjustment

This commit is contained in:
blshkv 2015-11-03 11:45:51 +08:00
parent 7436471d81
commit 3a667043e6
3 changed files with 5 additions and 115 deletions

View file

@ -1,95 +0,0 @@
# ChangeLog for dev-python/xmpppy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/xmpppy/ChangeLog,v 1.24 2014/12/15 19:41:58 mgorny Exp $
*xmpppy-0.5.0_rc1-r1 (15 Dec 2014)
15 Dec 2014; Michał Górny <mgorny@gentoo.org> +xmpppy-0.5.0_rc1-r1.ebuild:
Convert to distutils-r1.
21 Jul 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due #92799
14 Apr 2012; Markus Meier <maekke@gentoo.org> xmpppy-0.5.0_rc1.ebuild:
x86 stable, bug #410587
14 Apr 2012; Agostino Sarubbo <ago@gentoo.org> xmpppy-0.5.0_rc1.ebuild:
Stable for amd64, wrt bug #410587
10 Nov 2010; Michael Weber <xmw@gentoo.org> xmpppy-0.5.0_rc1.ebuild:
Added ~arm keyword (bug #343517)
23 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
xmpppy-0.5.0_rc1.ebuild:
Set SUPPORT_PYTHON_ABIS.
23 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
xmpppy-0.5.0_rc1.ebuild, files/xmpppy-hashlib_ssl_deprecation.patch:
Unconditionally apply fix for deprecation warnings.
07 Feb 2010; Peter Volkov <pva@gentoo.org> xmpppy-0.5.0_rc1.ebuild:
Add inherit eutils: epatch is defined there.
28 Jan 2010; Jesus Rivero <neurogeek@gentoo.org> xmpppy-0.5.0_rc1.ebuild,
+files/xmpppy-hashlib_ssl_deprecation.patch:
Added patches for 2.6 deprecation warnings. Closes bug #281997
04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -xmpppy-0.4.1.ebuild:
Remove old
04 Sep 2009; Patrick Lauer <patrick@gentoo.org> xmpppy-0.5.0_rc1.ebuild:
Adding setuptools dep, fixes #274252
*xmpppy-0.5.0_rc1 (17 May 2009)
17 May 2009; Stefan Briesenick <sbriesen@gentoo.org>
+xmpppy-0.5.0_rc1.ebuild:
version bump.
08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -xmpppy-0.4.0.ebuild:
Removing old
16 Dec 2008; Brent Baude <ranger@gentoo.org> xmpppy-0.4.1.ebuild:
Marking xmpppy-0.4.1 ~ppc and ~ppc64 for bug 249837
*xmpppy-0.4.1 (06 Jan 2008)
06 Jan 2008; Stefan Briesenick <sbriesen@gentoo.org> +xmpppy-0.4.1.ebuild:
version bump
17 Sep 2007; Stefan Briesenick <sbriesen@gentoo.org> -xmpppy-0.3.1.ebuild:
removed old version.
17 Sep 2007; Stefan Briesenick <sbriesen@gentoo.org> xmpppy-0.4.0.ebuild:
fixed dohtml handling, now examples are also installed (bug #192734).
*xmpppy-0.4.0 (06 Jan 2007)
06 Jan 2007; Stefan Briesenick <sbriesen@gentoo.org> +xmpppy-0.4.0.ebuild:
version bump.
06 Oct 2006; Stefan Briesenick <sbriesen@gentoo.org>
-xmpppy-0.2_rc3.ebuild, -xmpppy-0.3.ebuild:
removed old versions.
06 Oct 2006; Stefan Briesenick <sbriesen@gentoo.org> xmpppy-0.3.1.ebuild:
fixing dependency, solving bug #150179.
*xmpppy-0.3.1 (11 Jun 2006)
11 Jun 2006; Stefan Briesenick <sbriesen@gentoo.org> +xmpppy-0.3.1.ebuild:
version bump, cleaned up ebuild a little bit, solving bug #136483.
01 Apr 2006; Aron Griffis <agriffis@gentoo.org> xmpppy-0.3.ebuild:
Mark 0.3 ~ia64
*xmpppy-0.3 (20 Mar 2006)
20 Mar 2006; Stefan Briesenick <sbriesen@gentoo.org> +xmpppy-0.3.ebuild:
version bump, solving bug #125678.
*xmpppy-0.2_rc3 (06 Feb 2006)
06 Feb 2006; Stefan Briesenick <sbriesen@gentoo.org> +metadata.xml,
+xmpppy-0.2_rc3.ebuild:
initial commit.

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription lang="en">
xmpppy is a Python library that is targeted to provide easy scripting with
Jabber. Similar projects are Twisted Words and jabber.py. This library was
not designed from scratch. It inherits some code from jabberpy and have very
similar API in many places. Though it is separate project since it have almost
completely different architecture and primarily aims to work with jabberd2 -
the new Open Source Jabber Server.
</longdescription>
</pkgmetadata>

View file

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/xmpppy/xmpppy-0.5.0_rc1-r1.ebuild,v 1.1 2014/12/15 19:41:58 mgorny Exp $
# $Id$
EAPI=5
@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
IUSE="doc"
RDEPEND="|| (
dev-python/dnspython[${PYTHON_USEDEP}]
dev-python/pydns[${PYTHON_USEDEP}]
virtual/dnspython[${PYTHON_USEDEP}]
dev-python/pydns:2[${PYTHON_USEDEP}]
)"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
@ -34,6 +34,6 @@ PATCHES=(
)
python_install_all() {
use doc && HTML_DOCS=( doc/. )
distutils-r1_python_install_all
use doc && dohtml -A py -r doc/.
}