Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: net-im/ekg2/
Date: Fri, 30 Nov 2012 22:55:54
Message-Id: 1354316124.43fd07097250416b6eac316fe3755af30d2da627.mgorny@gentoo
1 commit: 43fd07097250416b6eac316fe3755af30d2da627
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 30 22:55:24 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 30 22:55:24 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=43fd0709
7
8 Convert to python-single-r1.
9
10 ---
11 net-im/ekg2/ekg2-9999.ebuild | 5 +++--
12 1 files changed, 3 insertions(+), 2 deletions(-)
13
14 diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild
15 index f8adb6f..64f6bb9 100644
16 --- a/net-im/ekg2/ekg2-9999.ebuild
17 +++ b/net-im/ekg2/ekg2-9999.ebuild
18 @@ -12,7 +12,8 @@ EGIT_REPO_URI="git://github.com/leafnode/${PN}.git
19 inherit git-2
20 #endif
21
22 -inherit autotools-utils
23 +PYTHON_COMPAT=( python{2_5,2_6,2_7} )
24 +inherit autotools-utils python-single-r1
25
26 DESCRIPTION="Text-based, multi-protocol instant messenger"
27 HOMEPAGE="http://www.ekg2.org"
28 @@ -31,7 +32,7 @@ RDEPEND="dev-libs/glib:2
29 nls? ( virtual/libintl )
30 openssl? ( dev-libs/openssl )
31 perl? ( dev-lang/perl )
32 - python? ( dev-lang/python )
33 + python? ( ${PYTHON_DEPS} )
34 readline? ( sys-libs/readline )
35 rss? ( dev-libs/expat )
36 ssl? ( net-libs/gnutls )