Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-3.1.1.ebuild
Date: Mon, 29 Aug 2011 07:49:08
Message-Id: 20110829074858.923412004C@flycatcher.gentoo.org
1 flameeyes 11/08/29 07:48:58
2
3 Modified: ChangeLog sylpheed-3.1.1.ebuild
4 Log:
5 QA: inherit eutils again, ebuild was broken when marked stable.
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.292 mail-client/sylpheed/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.292&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.292&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.291&r2=1.292
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
19 retrieving revision 1.291
20 retrieving revision 1.292
21 diff -u -r1.291 -r1.292
22 --- ChangeLog 13 Aug 2011 11:23:51 -0000 1.291
23 +++ ChangeLog 29 Aug 2011 07:48:58 -0000 1.292
24 @@ -1,6 +1,9 @@
25 # ChangeLog for mail-client/sylpheed
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.291 2011/08/13 11:23:51 hattya Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.292 2011/08/29 07:48:58 flameeyes Exp $
29 +
30 + 29 Aug 2011; Diego E. Pettenò <flameeyes@g.o> sylpheed-3.1.1.ebuild:
31 + QA: inherit eutils again, ebuild was broken when marked stable.
32
33 13 Aug 2011; Akinori Hattori <hattya@g.o>
34 files/sylpheed-2.1-shared-mime-info.diff, files/sylpheed-2.4-firefox.diff,
35
36
37
38 1.3 mail-client/sylpheed/sylpheed-3.1.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.1.ebuild?r1=1.2&r2=1.3
43
44 Index: sylpheed-3.1.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- sylpheed-3.1.1.ebuild 13 Aug 2011 11:23:51 -0000 1.2
51 +++ sylpheed-3.1.1.ebuild 29 Aug 2011 07:48:58 -0000 1.3
52 @@ -1,9 +1,11 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.1.ebuild,v 1.2 2011/08/13 11:23:51 hattya Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.1.ebuild,v 1.3 2011/08/29 07:48:58 flameeyes Exp $
57
58 EAPI="4"
59
60 +inherit eutils
61 +
62 DESCRIPTION="A lightweight email client and newsreader"
63 HOMEPAGE="http://sylpheed.sraoss.jp/"
64 SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"