From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/
Date: Sun, 23 Apr 2017 21:01:10 +0000 (UTC) [thread overview]
Message-ID: <1492981124.774967a9aca3f7d7fb69f9894459383d2d7d2d0b.soap@gentoo> (raw)
commit: 774967a9aca3f7d7fb69f9894459383d2d7d2d0b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 19:58:43 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 20:58:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774967a9
net-im/pyicq-t: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 32 ++++++++++++++++++++------------
1 file changed, 20 insertions(+), 12 deletions(-)
diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
index cfc57b7105e..39f7edef308 100644
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
@@ -1,35 +1,43 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=6
+
PYTHON_COMPAT=( python2_7 )
+
inherit eutils python-single-r1 systemd
MY_P="${P/pyicq-t/pyicqt}"
+
DESCRIPTION="Python based jabber transport for ICQ"
HOMEPAGE="https://code.google.com/p/pyicqt/"
SRC_URI="https://pyicqt.googlecode.com/files/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="webinterface"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-DEPEND="net-im/jabber-base"
+DEPEND="${PYTHON_DEPS}
+ net-im/jabber-base"
RDEPEND="${DEPEND}
- ( || ( ( dev-python/twisted-core[${PYTHON_USEDEP}]
+ || (
+ (
+ dev-python/twisted-core[${PYTHON_USEDEP}]
dev-python/twisted-words[${PYTHON_USEDEP}]
- dev-python/twisted-web[${PYTHON_USEDEP}] )
- dev-python/twisted[${PYTHON_USEDEP}] ) )
+ dev-python/twisted-web[${PYTHON_USEDEP}]
+ )
+ dev-python/twisted[${PYTHON_USEDEP}]
+ )
webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
dev-python/pillow[${PYTHON_USEDEP}]"
-src_prepare() {
- eapply "${FILESDIR}/${P}-python26-warnings.diff"
- eapply "${FILESDIR}/${P}-pillow-imaging.patch"
- eapply_user
-}
+S="${WORKDIR}/${MY_P}"
+PATCHES=(
+ "${FILESDIR}/${P}-python26-warnings.diff"
+ "${FILESDIR}/${P}-pillow-imaging.patch"
+)
src_install() {
python_moduleinto ${PN}
next reply other threads:[~2017-04-23 21:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-23 21:01 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-26 17:36 [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/ Michał Górny
2019-08-31 7:02 Michał Górny
2019-07-30 8:48 Michał Górny
2018-07-01 8:24 Pacho Ramos
2016-12-24 11:05 Tobias Klausmann
2016-11-27 10:33 Tobias Klausmann
2016-11-24 9:55 Tobias Klausmann
2016-11-24 8:36 Tobias Klausmann
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=1492981124.774967a9aca3f7d7fb69f9894459383d2d7d2d0b.soap@gentoo \
--to=soap@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