Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/pan/
Date: Sun, 29 May 2016 12:42:48
Message-Id: 1464525710.973d2923d72a20137acfb3ed760234699c9b6ab3.pacho@gentoo
1 commit: 973d2923d72a20137acfb3ed760234699c9b6ab3
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 12:34:42 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 12:41:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973d2923
7
8 net-nntp/pan: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-nntp/pan/pan-0.139.ebuild | 49 -------------------------------------------
13 1 file changed, 49 deletions(-)
14
15 diff --git a/net-nntp/pan/pan-0.139.ebuild b/net-nntp/pan/pan-0.139.ebuild
16 deleted file mode 100644
17 index 77d2bbf..0000000
18 --- a/net-nntp/pan/pan-0.139.ebuild
19 +++ /dev/null
20 @@ -1,49 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="4"
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="A newsreader for GNOME"
30 -HOMEPAGE="http://pan.rebelbase.com/"
31 -SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/source/${P}.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
36 -IUSE="dbus gnome-keyring libnotify spell ssl"
37 -
38 -RDEPEND=">=dev-libs/glib-2.26:2
39 - >=x11-libs/gtk+-2.16:2
40 - dev-libs/gmime:2.6
41 - gnome-keyring? ( >=gnome-base/libgnome-keyring-3.2 )
42 - libnotify? ( >=x11-libs/libnotify-0.4.1 )
43 - spell? (
44 - >=app-text/enchant-1.6
45 - >=app-text/gtkspell-2.0.7:2 )
46 - ssl? ( >=net-libs/gnutls-3 )"
47 -
48 -DEPEND="${RDEPEND}
49 - app-text/gnome-doc-utils
50 - >=dev-util/intltool-0.35.5
51 - sys-devel/gettext
52 - virtual/pkgconfig"
53 -
54 -DOCS="AUTHORS ChangeLog NEWS README"
55 -
56 -src_prepare() {
57 - # in next release
58 - epatch "${FILESDIR}/${P}-pan.desktop.patch"
59 -}
60 -
61 -src_configure() {
62 - econf \
63 - --without-gtk3 \
64 - $(use_with dbus) \
65 - $(use_enable gnome-keyring gkr) \
66 - $(use_with spell gtkspell) \
67 - $(use_enable libnotify) \
68 - $(use_with ssl gnutls)
69 -}