diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-05-29 14:34:42 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-05-29 14:41:50 +0200 |
commit | 973d2923d72a20137acfb3ed760234699c9b6ab3 (patch) | |
tree | a490b965a86b05cb8437097a0ee2978403c5264f /net-nntp | |
parent | net-libs/libndp: Version bump (diff) | |
download | gentoo-973d2923d72a20137acfb3ed760234699c9b6ab3.tar.gz gentoo-973d2923d72a20137acfb3ed760234699c9b6ab3.tar.bz2 gentoo-973d2923d72a20137acfb3ed760234699c9b6ab3.zip |
net-nntp/pan: Drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/pan/pan-0.139.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/net-nntp/pan/pan-0.139.ebuild b/net-nntp/pan/pan-0.139.ebuild deleted file mode 100644 index 77d2bbfba935..000000000000 --- a/net-nntp/pan/pan-0.139.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit eutils - -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 - >=x11-libs/gtk+-2.16:2 - dev-libs/gmime:2.6 - gnome-keyring? ( >=gnome-base/libgnome-keyring-3.2 ) - libnotify? ( >=x11-libs/libnotify-0.4.1 ) - spell? ( - >=app-text/enchant-1.6 - >=app-text/gtkspell-2.0.7:2 ) - ssl? ( >=net-libs/gnutls-3 )" - -DEPEND="${RDEPEND} - app-text/gnome-doc-utils - >=dev-util/intltool-0.35.5 - sys-devel/gettext - virtual/pkgconfig" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - # in next release - epatch "${FILESDIR}/${P}-pan.desktop.patch" -} - -src_configure() { - econf \ - --without-gtk3 \ - $(use_with dbus) \ - $(use_enable gnome-keyring gkr) \ - $(use_with spell gtkspell) \ - $(use_enable libnotify) \ - $(use_with ssl gnutls) -} |