commit:     8ec6f160cfb46258ffc9dd36923b076a8cabd53c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 13 09:30:31 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 19:55:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec6f160

dev-perl/Term-Shell: Bump to version 0.90.0

- EAPI6
- USE "examples"
- Tests cleaned up

Upstream:
- Mostly test and documentation enhancements

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Term-Shell/Manifest               |  1 +
 dev-perl/Term-Shell/Term-Shell-0.90.ebuild | 38 ++++++++++++++++++++++++++++++
 dev-perl/Term-Shell/metadata.xml           | 32 ++++++++++++-------------
 3 files changed, 55 insertions(+), 16 deletions(-)

diff --git a/dev-perl/Term-Shell/Manifest b/dev-perl/Term-Shell/Manifest
index f7cd73c..1fbf333 100644
--- a/dev-perl/Term-Shell/Manifest
+++ b/dev-perl/Term-Shell/Manifest
@@ -1 +1,2 @@
 DIST Term-Shell-0.03.tar.gz 26336 SHA256 
b7c8fc2150da77eaaf4f74b4a793dd421f63e7054e12cf23d68a33a28e5bb9d8 SHA512 
dd48b8689a6c0149b88cfef294ad3456d3af9146d7138af0cd3eecb975bc0a77bab878498f6e9f7622d522390b1a23bed3cbecab08b3605f6e203ef2f61c0717
 WHIRLPOOL 
1b264546577164f4dbfe0810fd8d51c57bf252c60c59bdd536002493d567e5a32b0d084903ae94cc4586ccde720f69e28066cfc097ab7b7cdaf2eb122023d738
+DIST Term-Shell-0.09.tar.gz 33500 SHA256 
092cf1ce6d3df66066db5cd53edd63be6f63789f21e3af3631f10e6faa549afc SHA512 
6f5ca691e2610e45a4b690e12d0d0826869293acbbab9556c83779e9316df3d8f7abbf6b1ee6b116fff79fdfaf0a0f25102f1a57cd2b80660081fd98777d6980
 WHIRLPOOL 
89e195db30a7abb5c271727c882ff198baeeab0c410190672a3bed7e2082b3192675130a7ab0cf4bec744f8d5962baa71d8ef3ed9193c4c33a3233bbd897e2f6

diff --git a/dev-perl/Term-Shell/Term-Shell-0.90.ebuild 
b/dev-perl/Term-Shell/Term-Shell-0.90.ebuild
new file mode 100644
index 0000000..7a59b6d
--- /dev/null
+++ b/dev-perl/Term-Shell/Term-Shell-0.90.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=0.09
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A simple command-line shell framework"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+       virtual/perl-Data-Dumper
+       virtual/perl-File-Temp
+       >=virtual/perl-Getopt-Long-2.360.0
+       virtual/perl-IO
+       dev-perl/TermReadKey
+       virtual/perl-Term-ReadLine
+       dev-perl/Text-Autoformat
+"
+DEPEND="${RDEPEND}
+       >=dev-perl/Module-Build-0.280.0
+       test? (
+               virtual/perl-File-Spec
+               virtual/perl-Test-Simple
+       )
+"
+src_test() {
+       perl_rm_files t/author-pod-syntax.t t/cpan-changes.t 
t/release-cpan-changes.t t/pod.t \
+               t/release-kwalitee.t t/release-trailing-space.t 
t/style-trailing-space.t
+       perl-module_src_test
+}

diff --git a/dev-perl/Term-Shell/metadata.xml b/dev-perl/Term-Shell/metadata.xml
index 9ac4ea1..04270d3 100644
--- a/dev-perl/Term-Shell/metadata.xml
+++ b/dev-perl/Term-Shell/metadata.xml
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer type="person">
-       <email>[email protected]</email>
-       <name>Azamat Hackimov</name>
-</maintainer>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Gentoo Perl Project</name>
-</maintainer>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Proxy Maintainers</name>
-</maintainer>
-<upstream>
-<remote-id type="cpan">Term-Shell</remote-id>
-<remote-id type="cpan-module">Term::Shell</remote-id>
-<remote-id type="cpan-module">Term::Shell::OnScopeLeave</remote-id>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Azamat Hackimov</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Perl Project</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="cpan">Term-Shell</remote-id>
+               <remote-id type="cpan-module">Term::Shell</remote-id>
+               <remote-id 
type="cpan-module">Term::Shell::OnScopeLeave</remote-id>
        </upstream>
 </pkgmetadata>

Reply via email to