Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/smtm: smtm-1.6.10-r1.ebuild ChangeLog
Date: Wed, 28 Aug 2013 13:37:30
Message-Id: 20130828133723.222962004C@flycatcher.gentoo.org
1 idella4 13/08/28 13:37:23
2
3 Modified: ChangeLog
4 Added: smtm-1.6.10-r1.ebuild
5 Log:
6 revbump -> EAPI 5, invoke tests, tidy install
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.21 app-misc/smtm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/smtm/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/smtm/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/smtm/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/smtm/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 18 Mar 2012 15:36:02 -0000 1.20
24 +++ ChangeLog 28 Aug 2013 13:37:22 -0000 1.21
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-misc/smtm
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/smtm/ChangeLog,v 1.20 2012/03/18 15:36:02 armin76 Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-misc/smtm/ChangeLog,v 1.21 2013/08/28 13:37:22 idella4 Exp $
31 +
32 +*smtm-1.6.10-r1 (28 Aug 2013)
33 +
34 + 28 Aug 2013; Ian Delaney <idella4@g.o> +smtm-1.6.10-r1.ebuild:
35 + revbump -> EAPI 5, invoke tests, tidy install
36
37 18 Mar 2012; Raúl Porcel <armin76@g.o> smtm-1.6.6.ebuild,
38 smtm-1.6.8.ebuild, smtm-1.6.10.ebuild:
39
40
41
42 1.1 app-misc/smtm/smtm-1.6.10-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/smtm/smtm-1.6.10-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/smtm/smtm-1.6.10-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: smtm-1.6.10-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-misc/smtm/smtm-1.6.10-r1.ebuild,v 1.1 2013/08/28 13:37:22 idella4 Exp $
52
53 EAPI=5
54
55 inherit perl-module
56
57 DESCRIPTION="Stock ticker, profit/loss calculator and chart tool"
58 HOMEPAGE="http://eddelbuettel.com/dirk/code/smtm.html"
59 SRC_URI="http://eddelbuettel.com/dirk/code/smtm/smtm_${PV}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 # This warrants USE examples
65 IUSE=""
66
67 DEPEND="dev-perl/perl-tk
68 dev-perl/DateManip
69 dev-perl/HTML-Parser
70 dev-perl/Finance-YahooQuote
71 dev-perl/libwww-perl"
72
73 SRC_TEST="do parallel"
74
75 src_install() {
76 perl-module_src_install
77 # install examples into own folder for now
78 docompress -x usr/share/doc/${PF}/examples
79 insinto usr/share/doc/${PF}/examples
80 doins examples/*
81 }