From 036463abbfa2e1d4afab47ea98f9b9443708ac6b Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Tue, 20 Sep 2011 07:10:50 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha58/cvs/Linux x86_64) --- net-nntp/pan/ChangeLog | 7 ++++++- net-nntp/pan/pan-0.135.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 net-nntp/pan/pan-0.135.ebuild (limited to 'net-nntp') diff --git a/net-nntp/pan/ChangeLog b/net-nntp/pan/ChangeLog index 9875aced9e51..02357a88ba18 100644 --- a/net-nntp/pan/ChangeLog +++ b/net-nntp/pan/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-nntp/pan # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v 1.87 2011/03/27 12:53:37 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v 1.88 2011/09/20 07:10:50 eva Exp $ + +*pan-0.135 (20 Sep 2011) + + 20 Sep 2011; Gilles Dartiguelongue +pan-0.135.ebuild: + Version bump. 27 Mar 2011; Nirbheek Chauhan -pan-0.133.ebuild: Remove old diff --git a/net-nntp/pan/pan-0.135.ebuild b/net-nntp/pan/pan-0.135.ebuild new file mode 100644 index 000000000000..ebc3cd798401 --- /dev/null +++ b/net-nntp/pan/pan-0.135.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.135.ebuild,v 1.1 2011/09/20 07:10:50 eva Exp $ + +EAPI="4" + +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="spell" + +RDEPEND=">=dev-libs/glib-2.14:2 + >=x11-libs/gtk+-2.16:2 + dev-libs/gmime:2.6 + spell? ( >=app-text/gtkspell-2.0.7 )" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35.5 + dev-util/pkgconfig + sys-devel/gettext" + +#src_prepare() { + # XXX: disable the only failing test + #sed '293 s:^\(.*\)$:/*\1*/:' \ + # -i pan/usenet-utils/text-massager-test.cc || die "sed failed" +#} + +src_configure() { + econf --without-gtk3 $(use_with spell gtkspell) +} -- cgit v1.2.3-65-gdbad