Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/telepathy-idle/
Date: Sat, 12 Oct 2019 13:28:33
Message-Id: 1570886895.b11fbd93ce31620e28afa3edd87b808ff01732ff.leio@gentoo
1 commit: b11fbd93ce31620e28afa3edd87b808ff01732ff
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 12:14:35 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 13:28:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11fbd93
7
8 net-irc/telepathy-idle: Drop 0.2.0 (r0)
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild | 37 ----------------------
15 1 file changed, 37 deletions(-)
16
17 diff --git a/net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild
18 deleted file mode 100644
19 index 984eccfc0da..00000000000
20 --- a/net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild
21 +++ /dev/null
22 @@ -1,37 +0,0 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -PYTHON_COMPAT=( python2_7 )
28 -
29 -inherit python-single-r1
30 -
31 -DESCRIPTION="Full-featured IRC connection manager for Telepathy"
32 -HOMEPAGE="https://cgit.freedesktop.org/telepathy/telepathy-idle"
33 -SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
34 -
35 -LICENSE="LGPL-2.1"
36 -SLOT="0"
37 -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
38 -IUSE="test"
39 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40 -
41 -RDEPEND="
42 - >=dev-libs/dbus-glib-0.51
43 - >=dev-libs/glib-2.32:2
44 - >=net-libs/telepathy-glib-0.21[${PYTHON_USEDEP}]
45 - sys-apps/dbus
46 - ${PYTHON_DEPS}
47 -"
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig
50 - test? ( dev-python/twisted-words )
51 -"
52 -
53 -src_prepare() {
54 - # Failed in 0.1.16 and code has not moved since october
55 - # Upstream is working on 1.0
56 - sed -e 's:connect/server-quit-ignore.py::' \
57 - -e 's:connect/server-quit-noclose.py::' \
58 - -i tests/twisted/Makefile.{am,in} || die
59 -}