axs 14/08/24 02:30:27 Modified: ChangeLog Added: Curses-UI-0.960.900-r1.ebuild Removed: Curses-UI-0.960.900.ebuild Log: 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 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.39 dev-perl/Curses-UI/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Curses-UI/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Curses-UI/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Curses-UI/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 21 Apr 2012 19:40:08 -0000 1.38 +++ ChangeLog 24 Aug 2014 02:30:27 -0000 1.39 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Curses-UI -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.38 2012/04/21 19:40:08 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.39 2014/08/24 02:30:27 axs Exp $ + +*Curses-UI-0.960.900-r1 (24 Aug 2014) + + 24 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Curses-UI-0.960.900-r1.ebuild, -Curses-UI-0.960.900.ebuild: + 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 21 Apr 2012; Torsten Veller <[email protected]> -Curses-UI-0.960.700.ebuild, -Curses-UI-0.960.800.ebuild: @@ -140,4 +147,3 @@ 01 May 2004; Eric Sammer <[email protected]> : Initial import. This is a dependency of Lire. Closes bug #49428. - 1.1 dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild 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 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 Index: Curses-UI-0.960.900-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $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 $ EAPI=5 MODULE_AUTHOR=MDXI MODULE_VERSION=0.9609 inherit perl-module DESCRIPTION="Perl UI framework based on the curses library" SLOT="0" KEYWORDS="amd64 hppa ppc ppc64 x86" IUSE="test" RDEPEND="dev-perl/Curses dev-perl/TermReadKey" DEPEND="${RDEPEND} test? ( dev-perl/Test-Pod )" SRC_TEST="do"
