dev-perl/Term-ProgressBar-Simple: New package, needed for dev-perl/Net-Amazon-S3

Package-Manager: portage-2.2.26
This commit is contained in:
Andreas K. Hüttel
2015-12-26 01:17:01 +01:00
parent 6edf641b29
commit ad47c7bbd7
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Term-ProgressBar-Simple-0.03.tar.gz 3557 SHA256 a20db3c67d5bdfd0c1fab392c6d1c26880a7ee843af602af4f9b53a7043579a6 SHA512 68374d5261ef579d149faac84b829aaf39c29e064e5380e5f403746e89017c226a865d0f454cdf2c8dbc3401ced60215042de43aae43c1c0493027fa8f8f69d7 WHIRLPOOL d379cedd0252df205cafadbade2b855ebe565a4266d08873936fcd2e68e3bc1e3da5e79803bd743e0bd82b9f39db7381bcdf1c16943ce44dc7856f9891bd01c2

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=EVDB
DIST_VERSION=0.03
inherit perl-module
DESCRIPTION="Simple progess bars"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-perl/Term-ProgressBar-Quiet
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
</pkgmetadata>