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/polari/
Date: Sat, 03 Feb 2018 23:00:17
Message-Id: 1517698799.4eb705eae5a53b462238f63a4e22f24a50f6742c.leio@gentoo
1 commit: 4eb705eae5a53b462238f63a4e22f24a50f6742c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 22:58:25 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 22:59:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb705ea
7
8 net-irc/polari: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-irc/polari/Manifest | 1 -
13 net-irc/polari/polari-3.22.2.ebuild | 35 -----------------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest
17 index 210d557a807..bcac65e8a93 100644
18 --- a/net-irc/polari/Manifest
19 +++ b/net-irc/polari/Manifest
20 @@ -1,2 +1 @@
21 -DIST polari-3.22.2.tar.xz 617316 BLAKE2B 3eca7e01270f02973e90188a81a15215e5fc8cca19b684dec7185d906d6312a5188a0b67c7b664c708a6cac4ab58516c20f3c47efa2db0d0324ad86d145cdc42 SHA512 36bc3b506c73f5d27c32430a19134c2b147f6344840d3cd3ee2bee14369f4c8fc87b30445fbb8186e0dc79fbc8336985d6ef2e018c9a1f8809f06ee7ac68c876
22 DIST polari-3.24.2.tar.xz 804160 BLAKE2B c0e651d478cf814d1e055ef196ea725a17c50ee4836df7939b73dc59bbea0f74d8dbf6ceebd07b3748b6814fa52ae8a300515ac8f6952f59546e7c27ed35d6da SHA512 23a475d657556e7f4e93dde8e545bf7bede227635d540bd006b85b068923d87e713bd05f14d8ccde458bf6efd4920665bca02ea41c4de870680581ebfa595f0e
23
24 diff --git a/net-irc/polari/polari-3.22.2.ebuild b/net-irc/polari/polari-3.22.2.ebuild
25 deleted file mode 100644
26 index 247adce60ae..00000000000
27 --- a/net-irc/polari/polari-3.22.2.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit gnome2
36 -
37 -DESCRIPTION="An IRC client for Gnome"
38 -HOMEPAGE="https://wiki.gnome.org/Apps/Polari"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 ~arm x86"
43 -IUSE=""
44 -
45 -COMMON_DEPEND="
46 - app-crypt/libsecret[introspection]
47 - >=dev-libs/gjs-1.45.3
48 - >=dev-libs/glib-2.43.4:2
49 - >=dev-libs/gobject-introspection-1.50:=
50 - net-im/telepathy-logger[introspection]
51 - net-libs/libsoup:2.4[introspection]
52 - net-libs/telepathy-glib[introspection]
53 - x11-libs/gdk-pixbuf:2[introspection]
54 - >=x11-libs/gtk+-3.21.6:3[introspection]
55 -"
56 -RDEPEND="${COMMON_DEPEND}
57 - >=net-irc/telepathy-idle-0.2
58 -"
59 -DEPEND="${COMMON_DEPEND}
60 - app-text/yelp-tools
61 - dev-libs/appstream-glib
62 - >=sys-devel/gettext-0.19.6
63 - virtual/pkgconfig
64 -"