dev-perl/Term-Screen: Bump to version 1.60.0

Upstream:
- Fix improper ordering of unexpected escapes
- Use direct object notation in constructor

Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
Kent Fredric
2018-03-01 09:39:42 +13:00
parent ef780faca8
commit f4b53a1320
2 changed files with 20 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Term-Screen-1.05.tar.gz 9403 BLAKE2B f3442894536bdd1d8ee3234852b78f657a22a9308f9ff82aaf9fdab706f9a442885fbb33b309e89ccaa513ee2df63befa0ed6b4c6cd719ca97bb0e04b0cf156e SHA512 8996255ffafce319580fcbfe92e65aae5cd73fbb4e12a88a265a9bc66e44d87337e13066ba1445c5f5cd7e7deb5d07c8454ce008ec4a81fa06442e18d08124ca
DIST Term-Screen-1.06.tar.gz 9522 BLAKE2B 898313be598039cb6cc95482fe49a2ad31638db642089a60b63dc69ebdc5565fb2cd9999a6287dd3e19e93ad23650ed662e68fa9a3ed025a347146cc7382be6e SHA512 c65d97267675a39ecca4f221a75d9d0e171db7463a1680ceada6a752d434af431d6c493043c28365ad7474b5d79c21574da9d2d5f482e67a8ebca6ec3fa950a0

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=JSTOWE
DIST_VERSION=1.06
DIST_EXAMPLES=("example/*")
inherit perl-module
DESCRIPTION="A simple Term::Cap based screen positioning module"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND="virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"