diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-01-09 00:04:44 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-01-09 00:10:25 +0200 |
commit | 7ce60261058ff70ae0681214c232888466bcfcf6 (patch) | |
tree | 27c0c98b37e4ee12a60a2e95071900b61e19efb1 /net-nntp/pan | |
parent | dev-db/mysql-connector-c: stable 6.1.11-r1 for hppa (diff) | |
download | gentoo-7ce60261058ff70ae0681214c232888466bcfcf6.tar.gz gentoo-7ce60261058ff70ae0681214c232888466bcfcf6.tar.bz2 gentoo-7ce60261058ff70ae0681214c232888466bcfcf6.zip |
net-nntp/pan: remove old
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-nntp/pan')
-rw-r--r-- | net-nntp/pan/Manifest | 1 | ||||
-rw-r--r-- | net-nntp/pan/pan-0.142.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/net-nntp/pan/Manifest b/net-nntp/pan/Manifest index 430d29f860a2..e75bf57877f9 100644 --- a/net-nntp/pan/Manifest +++ b/net-nntp/pan/Manifest @@ -1,2 +1 @@ -DIST pan-0.142.tar.bz2 2302780 BLAKE2B 5360b24dc3939bd440ed72e0d7e95d005a8155c784e7fc003369750d13bf5971b5549b76ab9b558bc8d3ebe6f946b6986854e1224ee41e0feb3cdf8bc840f591 SHA512 285e140c2d24297bbe14d6bcd995fa0e736c21ae541348a726988d4d42cd92e563671eb607aefb54d12b2afdba311b9b55f88d5a7c61e782503ab894f85fd06a DIST pan-0.145.tar.bz2 2307162 BLAKE2B 09535013d8c2fb511b8c79ef185880b69a3f948d0e168b4fb8acc4d3d07d94fb756df171d003b12e1baef3201e2b8be22d583bb9ff551a5ae22f464feaa6f077 SHA512 3dc92d519158ddd480fc43250bf7a3ec67a877e58b0877c02b99f1dfd968bf18c9a20c3d8c4b6acab4132da89b6b91dd2992616ddf46c1c3f9aa0de8f8ee1949 diff --git a/net-nntp/pan/pan-0.142.ebuild b/net-nntp/pan/pan-0.142.ebuild deleted file mode 100644 index d20844915b6f..000000000000 --- a/net-nntp/pan/pan-0.142.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="A newsreader for GNOME" -HOMEPAGE="http://pan.rebelbase.com/" -SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/source/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" -IUSE="dbus gnome-keyring libnotify spell ssl" - -RDEPEND=" - >=dev-libs/glib-2.26:2 - dev-libs/gmime:2.6 - >=sys-libs/zlib-1.2.0 - >=x11-libs/gtk+-2.16:2 - gnome-keyring? ( >=gnome-base/libgnome-keyring-3.2 ) - libnotify? ( >=x11-libs/libnotify-0.4.1:0= ) - spell? ( - >=app-text/enchant-1.6 - >=app-text/gtkspell-2.0.7:2 ) - ssl? ( >=net-libs/gnutls-3:0= ) -" -DEPEND="${RDEPEND} - app-text/yelp-tools - >=sys-devel/gettext-0.19.7 - virtual/pkgconfig -" - -src_configure() { - # Wait for webkitgtk4 support - # gtk3 support is still not ready (follow what Fedora does) - gnome2_src_configure \ - --with-yelp-tools \ - --without-gtk3 \ - --without-webkit \ - $(use_with dbus) \ - $(use_enable gnome-keyring gkr) \ - $(use_with spell gtkspell) \ - $(use_enable libnotify) \ - $(use_with ssl gnutls) -} |