Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nntp/pan: ChangeLog pan-0.132-r1.ebuild
Date: Mon, 19 Nov 2007 19:12:26
Message-Id: E1IuC2f-0001Aw-Et@stork.gentoo.org
1 philantrop 07/11/19 19:12:21
2
3 Modified: ChangeLog
4 Added: pan-0.132-r1.ebuild
5 Log:
6 Added a patch kindly provided by ChazeFroy to fix our bug 199581 (upstream: http://bugzilla.gnome.org/show_bug.cgi?id=477860) with respect to recent gtk+ versions.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.50 net-nntp/pan/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/pan/ChangeLog?rev=1.50&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/pan/ChangeLog?rev=1.50&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/pan/ChangeLog?r1=1.49&r2=1.50
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v
19 retrieving revision 1.49
20 retrieving revision 1.50
21 diff -u -r1.49 -r1.50
22 --- ChangeLog 13 Aug 2007 21:50:39 -0000 1.49
23 +++ ChangeLog 19 Nov 2007 19:12:20 -0000 1.50
24 @@ -1,6 +1,14 @@
25 # ChangeLog for net-nntp/pan
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v 1.49 2007/08/13 21:50:39 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v 1.50 2007/11/19 19:12:20 philantrop Exp $
29 +
30 +*pan-0.132-r1 (19 Nov 2007)
31 +
32 + 19 Nov 2007; Wulf C. Krueger <philantrop@g.o>
33 + +files/load-pixbuf-in-1024-byte-chunks.diff, +pan-0.132-r1.ebuild:
34 + Added a patch kindly provided by ChazeFroy to fix our bug 199581 (upstream:
35 + http://bugzilla.gnome.org/show_bug.cgi?id=477860) with respect to recent
36 + gtk+ versions.
37
38 13 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
39 pan-0.14.2.91-r2.ebuild:
40
41
42
43 1.1 net-nntp/pan/pan-0.132-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/pan/pan-0.132-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/pan/pan-0.132-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pan-0.132-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.132-r1.ebuild,v 1.1 2007/11/19 19:12:20 philantrop Exp $
53
54 inherit eutils
55
56 DESCRIPTION="A newsreader for the Gnome2 desktop"
57 HOMEPAGE="http://pan.rebelbase.com/"
58 SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/source/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="spell"
64
65 RDEPEND=">=dev-libs/glib-2.4.0
66 >=x11-libs/gtk+-2.4.0
67 >=dev-libs/libpcre-5.0
68 >=dev-libs/gmime-2.1.9
69 spell? ( >=app-text/gtkspell-2.0.7 )"
70
71 DEPEND="${RDEPEND}
72 >=dev-util/intltool-0.21
73 dev-util/pkgconfig
74 sys-devel/gettext"
75
76 src_unpack() {
77 unpack ${A}
78 cd "${S}"
79
80 epatch "${FILESDIR}"/load-pixbuf-in-1024-byte-chunks.diff
81 }
82
83 src_compile() {
84 econf $(use_with spell gtkspell) || die "econf failed"
85 emake || die "emake failed"
86 }
87
88 src_install() {
89 make install DESTDIR="${D}" || die "make install failed"
90 dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed"
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list