diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-05-19 01:26:56 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-05-19 01:26:56 +0300 |
commit | c80efeafe812f2a8874db562957116b4f97286ab (patch) | |
tree | 87eb8bf5eff202cdbfd60fa8e4c38fb6a5427cbb /net-irc | |
parent | net-dialup/moserial: remove old (diff) | |
download | gentoo-c80efeafe812f2a8874db562957116b4f97286ab.tar.gz gentoo-c80efeafe812f2a8874db562957116b4f97286ab.tar.bz2 gentoo-c80efeafe812f2a8874db562957116b4f97286ab.zip |
net-irc/polari: remove old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/polari/Manifest | 1 | ||||
-rw-r--r-- | net-irc/polari/polari-3.24.2.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest index ad87e6a6bffa..c7257364b569 100644 --- a/net-irc/polari/Manifest +++ b/net-irc/polari/Manifest @@ -1,2 +1 @@ -DIST polari-3.24.2.tar.xz 804160 BLAKE2B c0e651d478cf814d1e055ef196ea725a17c50ee4836df7939b73dc59bbea0f74d8dbf6ceebd07b3748b6814fa52ae8a300515ac8f6952f59546e7c27ed35d6da SHA512 23a475d657556e7f4e93dde8e545bf7bede227635d540bd006b85b068923d87e713bd05f14d8ccde458bf6efd4920665bca02ea41c4de870680581ebfa595f0e DIST polari-3.30.2.tar.xz 1153792 BLAKE2B 992f39e989179617164fb9d955a5211aa466293882d773c5783792503741cf62ae7fa848697046f2888bdc04c083e0b3fef0be18055e2d2c2607cc029eb2c816 SHA512 4aae1bd70498ddbddab494c9484c039bc5fabc13860ddd6a2001858808baea004c9f463b37c9392eaac62cf951867ea6e24e77053976bd4524dd711ac52a5b4d diff --git a/net-irc/polari/polari-3.24.2.ebuild b/net-irc/polari/polari-3.24.2.ebuild deleted file mode 100644 index b97448ba44bc..000000000000 --- a/net-irc/polari/polari-3.24.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2 - -DESCRIPTION="An IRC client for Gnome" -HOMEPAGE="https://wiki.gnome.org/Apps/Polari" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -COMMON_DEPEND=" - >=x11-libs/gtk+-3.21.6:3[introspection] - net-libs/telepathy-glib[introspection] - >=dev-libs/glib-2.43.4:2 - >=dev-libs/gobject-introspection-1.50:= - >=dev-libs/gjs-1.45.3 - <dev-libs/gjs-1.53 - x11-libs/gdk-pixbuf:2[introspection] - >=app-text/gspell-1.4.0[introspection] - x11-libs/pango[introspection] - app-crypt/libsecret[introspection] - net-libs/libsoup:2.4[introspection] - net-im/telepathy-logger[introspection] -" -RDEPEND="${COMMON_DEPEND} - >=net-irc/telepathy-idle-0.2 -" -DEPEND="${COMMON_DEPEND} - app-text/yelp-tools - dev-libs/appstream-glib - >=sys-devel/gettext-0.19.6 - virtual/pkgconfig -" |