Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Curses-UI: Curses-UI-0.960.900-r1.ebuild ChangeLog Curses-UI-0.960.900.ebuild
Date: Sun, 24 Aug 2014 02:30:49
Message-Id: 20140824023027.EA3E23C44@oystercatcher.gentoo.org
1 axs 14/08/24 02:30:27
2
3 Modified: ChangeLog
4 Added: Curses-UI-0.960.900-r1.ebuild
5 Removed: Curses-UI-0.960.900.ebuild
6 Log:
7 bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
10
11 Revision Changes Path
12 1.39 dev-perl/Curses-UI/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Curses-UI/ChangeLog?rev=1.39&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Curses-UI/ChangeLog?rev=1.39&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Curses-UI/ChangeLog?r1=1.38&r2=1.39
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v
21 retrieving revision 1.38
22 retrieving revision 1.39
23 diff -u -r1.38 -r1.39
24 --- ChangeLog 21 Apr 2012 19:40:08 -0000 1.38
25 +++ ChangeLog 24 Aug 2014 02:30:27 -0000 1.39
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-perl/Curses-UI
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.38 2012/04/21 19:40:08 tove Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.39 2014/08/24 02:30:27 axs Exp $
32 +
33 +*Curses-UI-0.960.900-r1 (24 Aug 2014)
34 +
35 + 24 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
36 + +Curses-UI-0.960.900-r1.ebuild, -Curses-UI-0.960.900.ebuild:
37 + bumped EAPI to 5; committed directly to stable as no other changes present and
38 + revbump helps stable systems to keep from dieing on perl-5.18 upgrade
39
40 21 Apr 2012; Torsten Veller <tove@g.o> -Curses-UI-0.960.700.ebuild,
41 -Curses-UI-0.960.800.ebuild:
42 @@ -140,4 +147,3 @@
43
44 01 May 2004; Eric Sammer <esammer@g.o> :
45 Initial import. This is a dependency of Lire. Closes bug #49428.
46 -
47
48
49
50 1.1 dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild?rev=1.1&content-type=text/plain
54
55 Index: Curses-UI-0.960.900-r1.ebuild
56 ===================================================================
57 # Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild,v 1.1 2014/08/24 02:30:27 axs Exp $
60
61 EAPI=5
62
63 MODULE_AUTHOR=MDXI
64 MODULE_VERSION=0.9609
65 inherit perl-module
66
67 DESCRIPTION="Perl UI framework based on the curses library"
68
69 SLOT="0"
70 KEYWORDS="amd64 hppa ppc ppc64 x86"
71 IUSE="test"
72
73 RDEPEND="dev-perl/Curses
74 dev-perl/TermReadKey"
75 DEPEND="${RDEPEND}
76 test? (
77 dev-perl/Test-Pod
78 )"
79
80 SRC_TEST="do"