diff options
author | 2011-02-23 22:23:24 +0000 | |
---|---|---|
committer | 2011-02-23 22:23:24 +0000 | |
commit | b23f9c88962766e6a8c84fde548683c3fca78413 (patch) | |
tree | b20fda6a2986caa9579dae36414c52d7d2d4eb87 /net-nntp | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-b23f9c88962766e6a8c84fde548683c3fca78413.tar.gz gentoo-2-b23f9c88962766e6a8c84fde548683c3fca78413.tar.bz2 gentoo-2-b23f9c88962766e6a8c84fde548683c3fca78413.zip |
Version bump.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/pan/ChangeLog | 10 | ||||
-rw-r--r-- | net-nntp/pan/pan-0.134.ebuild | 39 | ||||
-rw-r--r-- | net-nntp/pan/pan-9999.ebuild | 12 |
3 files changed, 53 insertions, 8 deletions
diff --git a/net-nntp/pan/ChangeLog b/net-nntp/pan/ChangeLog index aa02bc9561b4..d182920bd239 100644 --- a/net-nntp/pan/ChangeLog +++ b/net-nntp/pan/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-nntp/pan -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v 1.79 2010/12/17 23:10:37 eva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v 1.80 2011/02/23 22:23:24 eva Exp $ + +*pan-0.134 (23 Feb 2011) + + 23 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> +pan-0.134.ebuild, + pan-9999.ebuild: + Version bump. 17 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> pan-0.133-r1.ebuild: Pin glib/gtk+ to SLOT 2. diff --git a/net-nntp/pan/pan-0.134.ebuild b/net-nntp/pan/pan-0.134.ebuild new file mode 100644 index 000000000000..8e1b1abb200e --- /dev/null +++ b/net-nntp/pan/pan-0.134.ebuild @@ -0,0 +1,39 @@ +# 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.134.ebuild,v 1.1 2011/02/23 22:23:24 eva Exp $ + +EAPI="3" + +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.4 + 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 $(use_with spell gtkspell) +} + +src_install() { + emake install DESTDIR="${D}" || die "make install failed" + dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" +} diff --git a/net-nntp/pan/pan-9999.ebuild b/net-nntp/pan/pan-9999.ebuild index 448151544f44..6beaacd4f887 100644 --- a/net-nntp/pan/pan-9999.ebuild +++ b/net-nntp/pan/pan-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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-9999.ebuild,v 1.4 2010/09/22 15:25:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-9999.ebuild,v 1.5 2011/02/23 22:23:24 eva Exp $ EAPI="3" inherit autotools base git -DESCRIPTION="A newsreader for the Gnome2 desktop" +DESCRIPTION="A newsreader for GNOME" HOMEPAGE="http://pan.rebelbase.com/" EGIT_REPO_URI="git://git.gnome.org/${PN}2" @@ -17,8 +17,8 @@ KEYWORDS="" IUSE="spell" RDEPEND=">=dev-libs/glib-2.14:2 - >=x11-libs/gtk+-2.12:2 - >=dev-libs/gmime-2.1.9:0 + >=x11-libs/gtk+-2.16:2 + dev-libs/gmime:2.4 spell? ( >=app-text/gtkspell-2.0.7 )" DEPEND="${RDEPEND} @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} sys-devel/gettext" # The normal version tree ebuild we are based on (for patching) -Pnorm="${PN}-0.133" +Pnorm="${PN}-0.134" DOCS="AUTHORS ChangeLog NEWS README TODO" |