Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/fetchyahoo: ChangeLog fetchyahoo-2.14.2.ebuild
Date: Tue, 07 Feb 2012 10:57:13
Message-Id: 20120207105700.493602004B@flycatcher.gentoo.org
1 eras 12/02/07 10:57:00
2
3 Modified: ChangeLog
4 Added: fetchyahoo-2.14.2.ebuild
5 Log:
6 version bump - bug #401429
7
8 (Portage version: 2.1.10.45/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.56 net-mail/fetchyahoo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchyahoo/ChangeLog?rev=1.56&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchyahoo/ChangeLog?rev=1.56&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchyahoo/ChangeLog?r1=1.55&r2=1.56
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v
20 retrieving revision 1.55
21 retrieving revision 1.56
22 diff -u -r1.55 -r1.56
23 --- ChangeLog 7 Jun 2011 14:08:58 -0000 1.55
24 +++ ChangeLog 7 Feb 2012 10:57:00 -0000 1.56
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-mail/fetchyahoo
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.55 2011/06/07 14:08:58 eras Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.56 2012/02/07 10:57:00 eras Exp $
31 +
32 +*fetchyahoo-2.14.2 (07 Feb 2012)
33 +
34 + 07 Feb 2012; Eray Aslan <eras@g.o> +fetchyahoo-2.14.2.ebuild:
35 + version bump - bug #401429
36
37 *fetchyahoo-2.14.1 (07 Jun 2011)
38
39
40
41
42 1.1 net-mail/fetchyahoo/fetchyahoo-2.14.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.14.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.14.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: fetchyahoo-2.14.2.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.14.2.ebuild,v 1.1 2012/02/07 10:57:00 eras Exp $
52
53 EAPI=4
54
55 DESCRIPTION="Download mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail."
56 HOMEPAGE="http://fetchyahoo.twizzler.org/"
57 SRC_URI="http://fetchyahoo.twizzler.org/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
62 IUSE=""
63
64 DEPEND=""
65 RDEPEND="dev-lang/perl
66 dev-perl/libwww-perl
67 dev-perl/HTML-Parser
68 dev-perl/MIME-tools
69 virtual/perl-libnet
70 dev-perl/Crypt-SSLeay
71 dev-perl/URI
72 dev-perl/MailTools
73 dev-perl/IO-stringy
74 virtual/perl-MIME-Base64
75 dev-perl/TermReadKey"
76
77 src_install() {
78 dobin fetchyahoo
79 doman fetchyahoo.1
80 insinto /etc
81 doins fetchyahoorc
82 dodoc ChangeLog Credits INSTALL TODO fetchyahoorc
83 dohtml index.html
84 }
85
86 pkg_postinst() {
87 elog "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo"
88 elog "The executable name has changed from fetchyahoo.pl to fetchyahoo"
89 }